Terminal Sales Invoice | {{ $business_name }} |
Invoice: {{ $order->invoice_no }} | {{ date("d M Y", strtotime($order->invoice_date)) }}, {{ $order->order_time }} |
Bill to: General Customer | {{--TRN: , 12346756567676 | --}}
Item Description | Unit Price | Quantity | Total |
---|---|---|---|
{{ ($order_item->product_name) ? $order_item->product_name : '' }} | {{number_format($order_item->price ,$decimal_point)}} | {{ $order_item->quantity }} | {{ number_format($order_item->quantity * $order_item->price,$decimal_point) }} |
{{ $total_quantitny }} | {{ $total }} |
Gross Amount | {{ number_format($total,$decimal_point) }} | ||
Discount | {{ number_format($order['discount_amount'],$decimal_point) }} | ||
Tax | {{ number_format($order['tax_amount'],$decimal_point) }} | ||
Total Amount | {{ number_format(($total - $order['discount_amount']) + $order['tax_amount'],$decimal_point) }} |
Cash | {{ number_format($cash_amount,$decimal_point) }} | ||
{{ $other_name }} | {{ number_format($other_amount,$decimal_point) }} | ||
Profit Analysis | Hot Spot Cafe | 08 November 2019 10:42:57 AM | Shaji@hotspot.ae | |
1/1 |