TIMESHEET {{filters.from | date:'dd.MM.yyyy'}} - {{filters.to | date:'dd.MM.yyyy'}}

{{getTotalHoursForSubcontractorGuardWise(records[$index-1].guardSubcontractorId,records[$index-1].guardId) }} Guard Total {{getTotalPaymentForSubcontractorGuardWise(records[$index-1].guardSubcontractorId,records[$index-1].guardId) | currency : '$' : 2}} {{getTotalSubbiePaymentForSubcontractorGuardWise(records[$index-1].guardSubcontractorId,records[$index-1].guardId) | currency : '$' : 2}}
{{getTotalHoursForSubcontractor(records[$index-1].guardSubcontractorId) }} Subcontractor Total {{getTotalPaymentForSubcontractor(records[$index-1].guardSubcontractorId) | currency : '$' : 2}} {{getTotalSubbiePaymentForSubcontractor(records[$index-1].guardSubcontractorId) | currency : '$' : 2}}
Date Time Site Hrs Security officer Guard Phone Guard Rate Amount Subbie's Share Amount Comments Pending Tasks Payment Notes
{{record.guardSubcontractorName}}
{{record.guardFirstName}} {{record.guardLastName}}
{{record.shiftDate | date:'dd-MM-yyyy'}} {{record.shiftStartTime}} - {{record.shiftEndTime}} {{record.locationName}} {{getShiftHours(record.shiftStartTime, record.shiftEndTime)}} {{record.guardFirstName}} {{record.guardLastName}} {{record.guardPhone}} {{(!record.hourlyRate ? record.guardHourlyRate : record.hourlyRate) | currency : '$' : 2}} {{getShiftHours(record.shiftStartTime, record.shiftEndTime) * (!record.hourlyRate ? record.guardHourlyRate : record.hourlyRate) | currency : '$' : 2}} {{record.supervisorHourlyRate | currency : '$' : 2}} {{getShiftHours(record.shiftStartTime, record.shiftEndTime) * (record.supervisorHourlyRate) | currency : '$' : 2}} {{(!record.hourlyRate ? "" : record.hourlyRateNote)}} {{record.pendingTasksString}} {{record.guardPaymentNotes}}
{{getTotalHoursForSubcontractorGuardWise(records[$index-1].guardSubcontractorId,records[$index-1].guardId) }} Guard Total {{getTotalPaymentForSubcontractorGuardWise(records[$index].guardSubcontractorId,records[$index].guardId) | currency : '$' : 2}} {{getTotalSubbiePaymentForSubcontractorGuardWise(records[$index-1].guardSubcontractorId,records[$index-1].guardId) | currency : '$' : 2}}
{{getTotalHoursForSubcontractor(records[$index-1].guardSubcontractorId) }} Subcontractor Total {{getTotalPaymentForSubcontractor(records[$index].guardSubcontractorId) | currency : '$' : 2}} {{getTotalSubbiePaymentForSubcontractor(records[$index-1].guardSubcontractorId) | currency : '$' : 2}}