@if($Summary==0) Drawer Invoice @endif @if($Summary==1) Today's Report @endif {{ Html::script('/plugins/jQuery/jquery-3.2.1.min.js') }} {{ Html::style('/font-awesome/css/font-awesome.min.css') }} {{ Html::style('/plugins/alertify/css/alertify.min.css') }} {{ Html::script('/plugins/alertify/alertify.min.js') }} {{ Html::style('/css/invoice.css', array('media' => 'all')) }} {{ Html::script('/js/invoice.js') }}

{{$Shop->ShopName}}


@if($Summary==0)

Drawer Invoice

@endif @if($Summary==1)

Day Summary

@endif
@if($Summary==0) @endif @if($Summary==1) @endif
Opening Time : {{ date('d/m/Y | h:i A',strtotime($CreateTime)) }}
Closing Time : {{ date('d/m/Y | h:i A',strtotime($EndTime)) }}
Printed : {{ date('d/m/Y | h:i A') }}
Report of : @if($DailyReportDate == 0) {{ date('d/m/Y') }} @else {{ date('d/m/Y', strtotime($DailyReportDate)) }} @endif
Printed at : {{ date('d/m/Y h:i A') }}

Closing Balance : {{ round($CashinHand,2) }}

Opening Balance : {{ round($OpeningBalance,2) }}
TotalSale : {{ round($TotalSales,2) }}
Today's Advance : {{ round($TotalAdvanceAmount,2) }}
Previous Advance : {{ round($PreviousAdvance,2) }}
Refund : {{ round($TotalRefund, 2)}}

@for($i=0;$i<$ItemQty;$i++) @if($ExpenseCategoryAmount[$i]) @endif @endfor
Total Expenses : {{ round($TotalExpense, 2)}}
{{$ExpenseCategoryName[$i]}} : {{$ExpenseCategoryAmount[$i]}}

Waste : {{ round($TotalWaste, 2)}}
Tax : {{ round($TotalTax, 2)}}
Discount : {{ round($TotalDiscount,2)}}

@for($i=0;$i<$CardMethodType;$i++) @if($CardMethodAmount[$i]>0) @endif @endfor
Cash Tender : {{ round($TotalCashTendered, 2)}}
Card Tender : {{ round($TotalCardTendered, 2)}}
{{$CardMethodName[$i]}} : {{$CardMethodAmount[$i]}}

Total Invoice : {{$TotalInvoice}}
Total Item : {{$TotalItem}}
Total Quantity : {{ $TotalQuantitySold }}
Refund Quantity : {{$TotalRefundQuantity}}
Waste Quantity : {{$TotalWasteQuantity}}

Invoices


@foreach($Invoice as $data) @endforeach
InvoiceID | Time | Total

{{$data->InvoiceID}} {{ date(' h:i A',strtotime($data->created_at)) }} | {{round($data->Total,2)}}

Powered by : {{ AuthorName() }}