{{-- --}}
Order Taker Report
Report Printed on: {{date('l, F d, Y')}}
Printed By : {{\Auth::user()->nama}}
Period : {{ $periode }} From Date: {{date('d/m/y', strtotime($start_date))}} To Date: {{date('d/m/y', strtotime($end_date))}}
@if(count($shop_transactions) > 0) @foreach ( $shop_transactions as $key => $transaction ) {{-- --}} @endforeach {{-- --}} @else @endif
Date Table Number Bill Number Item Type Description Department Qty Amount Time
{{date('d-m-Y', strtotime($transaction->transaction_date))}} {{@$transaction->cartresto->table->nomor_meja}} {{@$transaction->cartresto->order_flag}} {{@$transaction->tipeMenu->nama_tipe ?? '-'}} {{@$transaction->menu->nama ?? $transaction->keterangan_custom}} {{@$transaction->shop->nama}} {{$transaction->jumlah}}{{@$transaction->cartresto->complimentary_id > 0 ? ribuan($transaction->total_biaya) : ribuan($transaction->grand_total)}}{{@$transaction->cartresto->complimentary_id > 0 ? ribuanWithComma($transaction->total_biaya) : ribuanWithComma($transaction->grand_total)}} {{$transaction->created_at->format('H:i')}}
Total {{$qty_keseluruhan}}{{ribuan($total_keseluruhan)}}{{ribuanWithComma($total_keseluruhan)}}

Tidak Ada Transaksi Hari Ini