Customer DetailsInvoice No: = htmlspecialchars($invoice['invoice_no']) ?> Name: = htmlspecialchars($invoice['client_name']) ?> Phone: = htmlspecialchars($invoice['phone']) ?> Address: = htmlspecialchars($invoice['address']) ?> Date: = htmlspecialchars($invoice['invoice_date']) ?> PAN: = htmlspecialchars($invoice['pan_no']) ?> GST: = htmlspecialchars($invoice['gst_no']) ?> |
Company Details
Bank Details:
A/C : R P JEWELLERS & SONS A/C NO : 50200065493711 BRANCH : BURDWAN ROAD,SILIGURI IFSC CODE : HDFC0009521 |
| Description | H.S.N | Gross Weight (gm) | Net Weight (gm) | Rate in gms | Making | Stone Value | H.M | Total |
|---|---|---|---|---|---|---|---|---|
| = htmlspecialchars($item['description']) ?> | = htmlspecialchars($item['hsn']) ?> | = number_format($item['gross_weight'], 3) ?> | = number_format($item['net_weight'], 3) ?> | = number_format($item['rate'], 2) ?> | = number_format($item['making'], 2) ?> | = number_format($item['stone_value'], 2) ?> | = number_format($item['hm_value'], 2) ?> | = number_format($item['total'], 2) ?> |
| TOTAL | = number_format($items_subtotal, 2) ?> | |||||||
Total :
= numberToWords(round($final_amount, 2)) ?> Only
|
|
| SL | Charge Name | Amount |
|---|---|---|
| = $idx + 1 ?> | = htmlspecialchars($charge['charge_name']) ?> | = number_format($charge['amount'], 2) ?> |
| Total Other Charges | = number_format($other_charges, 2) ?> | |