{{$global_setting->company_name}}{{$global_setting->slogan}}{{$global_setting->address}} E-Mail: {{$global_setting->email}} Mobile: {{$global_setting->phone}} |
||||||
Purchase Report from {{date('d M Y',strtotime($_GET['start_date']))}} to {{date('d M Y',strtotime($_GET['end_date']))}} |
||||||
| Date | Ref. | Supplier | Sub Total | Grand Total | Paid | Due |
|---|---|---|---|---|---|---|
| {{date('d M Y',strtotime($row->purchase_date))}} | {{$row->purchase_no}} | {{$row->name}} | {{number_format($row->sub_total,2)}} | {{number_format($row->grand_total,2)}} | {{number_format($row->paid_amount,2)}} | {{number_format($row->due_amount,2)}} |
| Total | {{number_format($subtotal,2)}} | {{number_format($grandtotal,2)}} | {{number_format($totalpaid,2)}} | {{number_format($totaldue,2)}} | ||
|
Thanking You, ______________ For {{$global_setting->company_name}} |
||||||