File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/modules/reports/components/time-entries-table Expand file tree Collapse file tree 1 file changed +2
-2
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 "> Duration</ th >
89 < th class ="col sm-col "> Time in</ th >
910 < th class ="col sm-col "> Time out</ th >
10- < th class ="col sm-col "> Duration</ th >
1111 < th class ="col md-col "> Project</ th >
1212 < th class ="col lg-col "> Project ID</ th >
1313 < th class ="col md-col "> Customer</ th >
2525 >
2626 < td class ="col md-col multiline-col "> {{ entry.owner_email }} </ td >
2727 < td class ="col sm-col "> {{ entry.start_date | date: 'MM/dd/yyyy' }} </ td >
28+ < td class ="col sm-col "> {{ entry.end_date | substractDate: entry.start_date }} </ td >
2829 < td class ="col sm-col "> {{ entry.start_date | date: 'HH:mm' }} </ td >
2930 < td class ="col sm-col "> {{ entry.end_date | date: 'HH:mm' }} </ td >
30- < td class ="col sm-col "> {{ entry.end_date | substractDate: entry.start_date }} </ td >
3131 < td class ="col md-col "> {{ entry.project_name }} </ td >
3232 < td class ="col md-col "> {{ entry.project_id }} </ td >
3333 < td class ="col md-col "> {{ entry.customer_name }} </ td >
You can’t perform that action at this time.
0 commit comments