SALES INVOICE
INV Number :
{{ $order->id }}
Page No. :
1
Customer Name :
{{ $order->shop->name }}
Customer Phone Number :
{{ $order->shop->phone }}
Address :
{{ $order->shop->address }}
Cust. Code :
BVH-{{ $order->shop->id }}
Booked By :
{{ $order->employee->name }}
INV. Date/Time :
{{ $order->created_at }}
PAYMENT TERMS
Cash
Delivery Date :
{{ $order->delivery_date }}
| Quantity Sales|Bonus |
Item Description |
Pack Size |
Batch Nos. |
Price |
MRP |
Total Price |
Discount% Regular|Special |
Discount Amount |
GST % |
GST |
Net Amount |
@foreach ($order->products as $product)
| {{ $product->pivot->quantity }} | {{ $product->pivot->bonus }} |
{{ $product->name }} |
{{ $product->size }} |
|
{{ $product->unit_price }} |
{{ $product->mrp }} |
{{ $product->unit_price * $product->pivot->quantity }} |
{{ $product->discount_percentage }}% |
{{ $product->pivot->discount * $product->pivot->quantity }} |
{{ $product->tax_percentage }} |
{{ $product->pivot->sale_tax * $product->pivot->quantity }} |
{{ ($product->unit_price * $product->pivot->quantity) - ($product->pivot->discount * $product->pivot->quantity) + ($product->pivot->sale_tax * $product->pivot->quantity) }} |
@endforeach
Total # Of Items : {{ count($order->products) }} |
Grand Total : {{ DB::table('order_products')->where('order_id',$order->id)->sum(DB::raw('price * quantity')) }} |
Discount Total : {{ DB::table('order_products')->where('order_id',$order->id)->sum(DB::raw('discount * quantity')) }} |
Net Total : {{ _orderConditions($order) }} |
GST Total : {{ DB::table('order_products')->where('order_id',$order->id)->sum(DB::raw('sale_tax * quantity')) }}
Net Total : {{ _orderConditions($order) }}
WARRANTY :- Form 2-A (See Rules 19 and 30) Warranty Under Section 23 (1) (i) of the drugs Act 1976. We BRIGHT VISION of M/s BRIGHT VISION being a person residence in Pak, caring on Business at above address under the Name of BRIGHT VISION do hereby give this warranty that the drug contained in this invoice are sold by me do not contravene in any way the provisions of Section 23 of the Drug Act 1976.
Note : Warranty does not apply Ayurvedic, Unani, Homeopathic, Biochemic System of medicines and General Items, if any mention in this Replacement of dated products subject to intimation in writing 6 months before expiry is essential and approval of concerned principal is required. Copy of bill is necessary to produce. Orders for Products not available would be treated as cancelled.