1.
Todays work is not shown in "Export"
Only message: "No tracking entries for the specified timespace..."
What did you select as timespan? Does this happen when you only select one day and several days?
Is this also the case for timesheet entries or just the export extension?
2.
Todays work requires "F5" refresh in "Timesheet" to display.
Any changes in the records also requires "F5" to display.
Do you have firebug? Or could you check Tools->Error console in Firefox right after you changed an entry? This sounds like a problem in the javascript code.
3.
Calendar shows correct time ( GMT +1) and the records shows wrong time (GMT 0) in "Timesheet".
This is the same as
http://forum.kimai.org/index.php?topic=598.0;topicseen right?
I will look into it now. Perhaps I can implement real timezone support for Kimai for the next release.
4.
Trying to create a invoice gives the following error message:
Fatal error: Call to a member function prepare() on a non-object in /home/genvein/public_html/extensions/ki_invoice/private_db_layer_pdo.php on line 14
The Invoice Extension currently only works with PDO, not with native MySQL.