Jl. Raya Semarang-Boja, Jatisari, Kec. Mijen, Kota Semarang Jawa Tengah 50275
Telp: 0882005564342
Periode: {{date('d M Y', strtotime($startDate))}} - {{date('d M Y', strtotime($endDate))}}
@if($branch)
Cabang: {{$branch->name}}
@else
Cabang: Semua Cabang
@endif
| Nota | Nama Item | Total Jual | Harga Pokok | Potongan | Laba | |
|---|---|---|---|---|---|---|
| Laba Kotor | Laba % | |||||
| {{ $counter++ }} | {{ $detail->product->name ?? 'N/A' }} @if($detail->product->brand) - {{ $detail->product->brand->name }} @endif | {{ number_format($detail->total_jual, 0, ',', '.') }} | {{ number_format($detail->harga_pokok, 0, ',', '.') }} | {{ number_format($detail->potongan, 0, ',', '.') }} | {{ number_format($detail->laba_kotor, 0, ',', '.') }} | {{ number_format($detail->laba_persen, 2) }} |
| Sub Total | {{ number_format($detail->total_jual, 0, ',', '.') }} | {{ number_format($detail->harga_pokok, 0, ',', '.') }} | {{ number_format($detail->potongan, 0, ',', '.') }} | {{ number_format($detail->laba_kotor, 0, ',', '.') }} | ||
| TOTAL | {{ number_format($totalJualAll, 0, ',', '.') }} | {{ number_format($hargaPokokAll, 0, ',', '.') }} | {{ number_format($potonganAll, 0, ',', '.') }} | {{ number_format($labaKotorAll, 0, ',', '.') }} | ||
Dicetak pada: {{date('d M Y H:i')}}