SALARY CALCULATION OF LABOUR {{ $company_name }} |
PERIODE : {{ $archive[0]['periode'] }} |
No. | Employee Name |
Starting Period | Job Role |
OT | Transport Allow |
Out of Town |
Total |
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
{{ $no+1 }} | {{ $archives['driver']['full_name'] }} | {{ date('d-m-Y', $archives['detail']['tanggal_masuk']) }} | {{ $statusview}} | {{ App\Helpers\utilitiesHelper::viewNumberWithCommaAndDecimal(str_replace(',', '', $archives['ot_norm_value']) * 1 + str_replace(',', '', $archives['ot_hol_value']) * 1) }} | {{ $archives['trans_value'] }} | {{ number_format(str_replace(',', '', $archives['out_town_value']) * 1 + str_replace(',', '', $archives['out_over_value']) * 1) }} | {{ number_format($archives['total']) }} |
Sub Total | {{ number_format($subtotal) }} | ||||||
Management Fee({{$archive[0]['presentase_agent_fee']}}) | {{ number_format($mngt_fee) }} | ||||||
Total Payment | {{ number_format($grand_total) }} |