egroupware_official/timesheet/inc
nathan a6a30e80b5 Timesheet: Fix broken total in header
Passing columns as string caused them to get split by comma, but $total_sql had round(...,2) in it.  Changed to use array.
2023-04-11 17:32:55 -06:00
..
class.timesheet_bo.inc.php Timesheet: Fix broken total in header 2023-04-11 17:32:55 -06:00
class.timesheet_datasource.inc.php
class.timesheet_egw_record.inc.php
class.timesheet_export_csv.inc.php
class.timesheet_favorite_portlet.inc.php
class.timesheet_hooks.inc.php fix "yes" could not be selected for "Asking to start and stop working time with session" 2023-02-24 13:29:37 +01:00
class.timesheet_import_csv.inc.php
class.timesheet_merge.inc.php
class.timesheet_tracking.inc.php
class.timesheet_ui.inc.php Timesheet: Update quantity placeholder when duration changes, including decimal separator 2023-03-22 11:00:16 -06:00
class.timesheet_wizard_export_csv.inc.php
class.timesheet_wizard_import_csv.inc.php