LAPORAN DATA PENJUALAN KESELURUHAN

@foreach($datas as $data) @if($data->kd_pelanggan == "P001" && $data->keterangan == "Cash") @foreach($data->detail as $detail)
Warning: Undefined variable $detail in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/cetak_penjualan_keseluruhan.blade.php on line 61

Warning: Attempt to read property "jumlah" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/cetak_penjualan_keseluruhan.blade.php on line 61

Warning: Undefined variable $detail in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/cetak_penjualan_keseluruhan.blade.php on line 61

Warning: Attempt to read property "harga_barang" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/cetak_penjualan_keseluruhan.blade.php on line 61

Warning: Attempt to read property "harga_jual" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/cetak_penjualan_keseluruhan.blade.php on line 61

Warning: Undefined variable $detail in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/cetak_penjualan_keseluruhan.blade.php on line 61

Warning: Attempt to read property "diskon" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/cetak_penjualan_keseluruhan.blade.php on line 61
@endforeach @endif @if($data->kd_pelanggan != "P001" && $data->keterangan == "Cash") @foreach($data->detail as $detail) @endforeach @endif @if($data->kd_pelanggan != "P001" && $data->keterangan == "Kredit") @foreach($data->detail as $detail) @endforeach @endif @endforeach
Tanggal Penjualan Cash Umum Penjualan Cash Anggota Penjualan Kredit Anggota Jumlah
Jumlah (Rp) Modal (Rp) Laba (Rp) Jumlah (Rp) Modal (Rp) Laba (Rp) Jumlah (Rp) Modal (Rp) Laba (Rp)
{{ $data->tgl_penjualan }} Rp.{{ number_format($totalUmum) }} Rp.{{ number_format($modalUmum) }} Rp.{{ number_format($labaUmum)}} Rp.{{ number_format($totalAnggota) }} Rp.{{ number_format($modalAnggota) }} Rp.{{ number_format($labaAnggota)}} Rp.{{ number_format($totalKredit) }} Rp.{{ number_format($modalKredit) }} Rp.{{ number_format($labaKredit)}} Rp.{{ number_format($total) }}
TOTAL Rp.{{ number_format($ttl1) }} Rp.{{ number_format($ttl2) }} Rp.{{ number_format($ttl3) }} Rp.{{ number_format($ttl4) }} Rp.{{ number_format($ttl5) }} Rp.{{ number_format($ttl6) }} Rp.{{ number_format($ttl7) }} Rp.{{ number_format($ttl8) }} Rp.{{ number_format($ttl9) }} Rp.{{ number_format($megaTotal) }}