|
|
|||||||||||||
|
{{-- antara --}} @if (@$invoice->invoice_coload_detail->first()->receipt_detail->receipt->coload_id == 1)
| Item # | Tipe | Description | Resi | Ctn | Total | Unit Price | Total |
|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} |
{{$detail->tipe_barang}} {{$detail->tipe_ekspedisi}} |
{{$jumlah_kata > 2 ? $kata[0].' '.$kata[1].'...' : $deskripsi}} | {{$detail->no_resi}} | {{$detail->jml_ctn}} |
@if(is_null($detail->berat_tambahan) && is_null($detail->harga_tambahan))
{{number_format($detail->volume, 3, '.', ',')}}
@else
{{number_format($detail->berat, 3, '.', ',')}}
@endif
{{@$detail->receipt_detail->detail_barang->first()->ekspedisi->satuan}}
@if(!is_null($detail->berat_tambahan))
{{number_format($detail->berat_tambahan, 3, '.', ',')}} {{@$detail->receipt_detail->detail_barang->first()->ekspedisi->satuan}} (Charge Volume) @endif |
Rp. {{ribuan($detail->harga)}}
@if(!is_null($detail->harga_tambahan))
Rp. {{ribuan($detail->harga_tambahan)}} (Charge Volume) @endif |
@if(!is_null($detail->harga_tambahan) && !is_null($detail->berat_tambahan))
Rp. {{ribuan($detail->berat * $detail->harga)}}
Rp. {{ribuan($detail->berat_tambahan * $detail->harga_tambahan)}} @else Rp. {{ribuan($detail->total)}} @endif |
| SUBTOTAL | Rp. {{ribuan($subtotal)}} | ||||||
| WEIGHT LIMIT | Rp. {{ribuan($invoice->biaya_limit)}} | ||||||
| OTHER | Rp. {{ribuan($invoice->biaya_lain)}} | ||||||
| RDN | Rp. {{ribuan($invoice->rdn)}} | ||||||
|
Note : Apabila barang di pickup di gudang, mohon tunjukan barcode
disamping kepada petugas gudang
Pembayaran : {{$invoice->no_rek}} A/N {{$invoice->nama_rek}} |
@php
$detail_text = '';
$dtbarang = '';
$total_ctn = 0;
$total_vol = 0;
$total_brt = 0;
foreach($invoice->invoice_coload_detail as $detail){
//$detail_text .= 'No Carton : '.$detail->carton->no_ctn.
// "\r\n" .'Volume : '.$detail->carton->volume.
// "\r\n" .'Berat : '.$detail->carton->berat.
// "\r\n" .'Tipe : '.$detail->carton->receipt_detail->ekspedisi->tipe_barang.
// "\r\n" .'Biaya : '.ribuan($detail->harga).
// "\r\n";
$total_ctn += $detail->jml_ctn;
$total_vol += $detail->volume;
$total_brt += $detail->berat;
$dtbarang .= 'No Resi : '.$detail->no_resi.
"\r\n" .'Tipe Barang : '.$detail->tipe_barang.
"\r\n";
}
@endphp
|
TOTAL | Rp. {{ribuan($invoice->total_tagihan)}} | ||||
|
Pastikan anda transfer dana sesuai hingga 3 digit terakhir agar konfirmasi pembayaran dapat dilakukan otomatis |
|||||||
|
If you have any questions about this invoice, please contact Evatrack, (021) 23584700 Thank You For Your Business! |
Make all checks payable to
Evatrack |