KETERANGAN | ||
Periode Tanggal | : | {{ $_GET['from'] }} - {{ $_GET['to'] }} |
No | No. Retur | Tgl. Retur | |||
1 | Warning: Undefined variable $data in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/laporan/retur/cetak_retur_bakery_periode.blade.php on line 35 Warning: Attempt to read property "no_retur" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/laporan/retur/cetak_retur_bakery_periode.blade.php on line 35 |
Warning: Undefined variable $data in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/laporan/retur/cetak_retur_bakery_periode.blade.php on line 36 Warning: Attempt to read property "tgl_retur" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/laporan/retur/cetak_retur_bakery_periode.blade.php on line 36 |
|||
Kode Roti | Nama Roti | Harga Beli | Jumlah | Sub Total | |
{{ $detail->roti->kd_roti }} | {{ $detail->roti->nm_roti }} | Rp. {{ number_format($detail->roti->harga_beli) }} | {{ $detail->jumlah }} | Rp. {{ number_format($detail->jumlah * $detail->roti->harga_beli) }} | |
Total Qty : | {{ $ttlB }} | ||||
Total Harga Beli : | Rp. {{ number_format($ttlHB) }} |