2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/fichinter
Oarces DEV f9ed6ff4f3 Update card.php
This code generates two rows of a table to display the total duration of an employee, one in time format (DD HH:MM) and the other in hour format (HH).

The first row (original code) displays the title "TotalDurationTime" using the "trans" method of the $langs object to translate the string. The total time is converted to HH:MM:SS format using the "convertSecondToTime" function, which takes into account the daily work time duration specified in the global variable $conf->global->MAIN_DURATION_OF_WORKDAY.

The second row displays the title "TotalDurationHour" using the "trans" method of the $langs object to translate the string. The total duration is converted to hours using the "convertDurationtoHour" function, specifying "s" as the time unit (seconds).
2023-04-13 16:54:26 +02:00
..
2023-04-06 12:00:39 +02:00
2023-02-18 14:00:25 +01:00
2023-04-08 01:43:21 +02:00
2023-02-14 23:00:15 +01:00
2023-04-13 16:54:26 +02:00
2023-03-12 13:56:15 +01:00
2023-03-12 13:56:15 +01:00
2023-04-06 12:00:39 +02:00
2023-03-12 13:56:15 +01:00