File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/app/modules/reports/components/time-entries-table Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 55 < tr class ="d-flex ">
66 < th class ="col md-col "> User email</ th >
77 < th class ="col sm-col "> Date</ th >
8+ < th class ="col sm-col "> Time in</ th >
9+ < th class ="col sm-col "> Time out</ th >
810 < th class ="col sm-col "> Duration</ th >
911 < th class ="col md-col "> Project</ th >
1012 < th class ="col lg-col "> Project ID</ th >
2325 >
2426 < td class ="col md-col multiline-col "> {{ entry.owner_email }} </ td >
2527 < td class ="col sm-col "> {{ entry.start_date | date: 'MM/dd/yyyy' }} </ td >
28+ < td class ="col sm-col "> {{ entry.start_date | date: 'HH:mm' }} </ td >
29+ < td class ="col sm-col "> {{ entry.end_date | date: 'HH:mm' }} </ td >
2630 < td class ="col sm-col "> {{ entry.end_date | substractDate: entry.start_date }} </ td >
2731 < td class ="col md-col "> {{ entry.project_name }} </ td >
2832 < td class ="col md-col "> {{ entry.project_id }} </ td >
You can’t perform that action at this time.
0 commit comments