Data {{ $title }}
@include('layouts.includes.search',['page'=>'barang'])
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(floatval($harga->harga_jual)) }}
Warning: Undefined variable $harga in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/barang_periode.blade.php on line 218 Warning: Attempt to read property "harga_jual" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/barang_periode.blade.php on line 218 |
Rp.{{ number_format(floatval($harga->harga_jual)*$data->stok_awal) }}
Warning: Undefined variable $harga in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/barang_periode.blade.php on line 222 Warning: Attempt to read property "harga_jual" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/barang_periode.blade.php on line 222 Warning: Undefined variable $data in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/barang_periode.blade.php on line 222 Warning: Attempt to read property "stok_awal" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/barang_periode.blade.php on line 222 |
Rp.{{ number_format(floatval($harga->harga_jual)*$data->stok_terjual) }}
Warning: Undefined variable $harga in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/barang_periode.blade.php on line 226 Warning: Attempt to read property "harga_jual" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/barang_periode.blade.php on line 226 Warning: Undefined variable $data in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/barang_periode.blade.php on line 226 Warning: Attempt to read property "stok_terjual" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/barang_periode.blade.php on line 226 |
Rp.{{ number_format(floatval($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/barang_periode.blade.php on line 230 Warning: Attempt to read property "harga_jual" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/barang_periode.blade.php on line 230 Warning: Undefined variable $data in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/barang_periode.blade.php on line 230 Warning: Attempt to read property "stok_awal" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/barang_periode.blade.php on line 230 Warning: Undefined variable $data in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/barang_periode.blade.php on line 230 Warning: Attempt to read property "stok_terjual" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/master_data/barang_periode.blade.php on line 230 |
||||
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 }} |