No | Kode Barang | Barcode | Nama Barang | Stok Awal | Stok Terjual | Stok Tersedia | Waktu Dibuat |
---|---|---|---|---|---|---|---|
{{ $no++ }} | {{ $data->kd_barang }} | {{ $data->barcode }} | {{ $data->nm_barang }} | {{ $data->stok_awal }} | {{ $data->stok_terjual }} | {{ $data->stok_awal-$data->stok_terjual }} | {{ date('Y-m-d',strtotime($data->created_at)) }} |
Harga Satuan | Total Harga | Total Harga Terjual | Total Harga Tersedia | ||||
Rp.{{ number_format((float)$harga->harga_jual) }}
Warning: Undefined variable $harga in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 127 Warning: Attempt to read property "harga_jual" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 127 |
Rp.{{ number_format((float)$harga->harga_jual*$data->stok_awal) }}
Warning: Undefined variable $harga in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 131 Warning: Attempt to read property "harga_jual" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 131 Warning: Undefined variable $data in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 131 Warning: Attempt to read property "stok_awal" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 131 |
Rp.{{ number_format((float)$harga->harga_jual*$data->stok_terjual) }}
Warning: Undefined variable $harga in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 135 Warning: Attempt to read property "harga_jual" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 135 Warning: Undefined variable $data in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 135 Warning: Attempt to read property "stok_terjual" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 135 |
Rp.{{ number_format((float)$harga->harga_jual*($data->stok_awal-$data->stok_terjual)) }}
Warning: Undefined variable $harga in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 139 Warning: Attempt to read property "harga_jual" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 139 Warning: Undefined variable $data in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 139 Warning: Attempt to read property "stok_awal" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 139 Warning: Undefined variable $data in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 139 Warning: Attempt to read property "stok_terjual" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/cetak_barang_periode.blade.php on line 139 |
||||
Total Harga Tersedia : {{ number_format($total_harga_tersedia) }} | Total Harga Terjual : {{ number_format($total_harga_terjual) }} | Total Keseluruhan Harga : {{ number_format($harga_satuan) }} | Total Harga X Stok : {{ number_format($total_harga) }} | Total Stok Awal : {{ $stok_awal }} | Total Stok Terjual : {{ $stok_terjual }} | Total Stok Tersedia : {{ $stok_tersedia }} |