|
|
{{ $warehouse->name }}
{{ $warehouse->address }}
Phone : {{ $warehouse->phone }} Email : {{ $warehouse->email }} GSTIN : {{ $warehouse->gstin }} |
Invoice / Cash Memo
Invoice No : SALE-119 Date : 18-01-2026 |
| Customer : Walk In Customer | Sold By : Admin |
| # | Item | HSN Code | G.Wt | N.Wt | Rate / Gm | Stone | Stone Amt | Mk Rate | Mk Amt | Other | Qty | Amount |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | {{ $item->product->name }} {{ $item->purity_name }} |
{{ $item->makingrate }} | {{ $item->GrossWeight }} | {{ $item->NetWight }} | {{ App\Classes\Common::formatAmountCurrency($company->currency, $item->metalrate) }} | {{ $item->stone }} | {{ $item->stoneprice }} | {{ $item->makingrate }} | {{ $item->totalmaking }} | {{ $item->othercharges }} | {{ $item->quantity }} | {{ App\Classes\Common::formatAmountCurrency($company->currency, $item->subtotal) }} |
| Discount | {{ App\Classes\Common::formatAmountCurrency($company->currency, $order->discount) }} |
| SGST | {{ App\Classes\Common::formatAmountCurrency($company->currency, $order->tax_amount/2) }} ({{ $order->tax_rate/2 }}%) |
| CGST | {{ App\Classes\Common::formatAmountCurrency($company->currency, $order->tax_amount/2) }} ({{ $order->tax_rate/2 }}%) |
| {{ $traslations['shipping'] }} | {{ App\Classes\Common::formatAmountCurrency($company->currency, $order->shipping) }} |
| Round Off | {{ App\Classes\Common::formatAmountCurrency($company->currency, $order->roundoff) }} |
| Total Amount | {{ App\Classes\Common::formatAmountCurrency($company->currency, $order->total) }} |
| Taxable Value | CGST % | CGST Amt | SGST % | SGST Amt | Total Tax |
|---|---|---|---|---|---|
| {{ App\Classes\Common::formatAmountCurrency($company->currency, $order->subtotal) }} | {{ $order->tax_rate/2 }}% | {{ App\Classes\Common::formatAmountCurrency($company->currency, $order->tax_amount/2) }} | {{ $order->tax_rate/2 }}% | {{ App\Classes\Common::formatAmountCurrency($company->currency, $order->tax_amount/2) }} | {{ App\Classes\Common::formatAmountCurrency($company->currency, $order->tax_amount) }} |
| Total Payable | Paid Amount | Outstanding | Payment Mode |
|---|---|---|---|
| {{ App\Classes\Common::formatAmountCurrency($company->currency, $order->total) }} | {{ App\Classes\Common::formatAmountCurrency($company->currency, $order->paid_amount) }} | {{ App\Classes\Common::formatAmountCurrency($company->currency, $order->due_amount) }} | {{ $traslations['payment_mode'] }}: @if($order->orderPayments) @foreach ($order->orderPayments as $currentOrderPayment) {{ App\Classes\Common::formatAmountCurrency($company->currency, $currentOrderPayment->amount) }} @if($currentOrderPayment->payment && $currentOrderPayment->payment->paymentMode && $currentOrderPayment->payment->paymentMode->name) ({{ $currentOrderPayment->payment->paymentMode->name }}) @endif @endforeach @else - @endif |
{!! $warehouse->bank_details !!}