INVOICE
= $set_deal['name'] ?>
= nl2br($set_deal['address']) ?>
= $set_deal['city'] ?>
= $set_deal['state'].' '.$set_deal['postcode']; ?>
MOBILE: = $set_deal['phone'] ?>
= nl2br($set_deal['address']) ?>
= $set_deal['city'] ?>
= $set_deal['state'].' '.$set_deal['postcode']; ?>
MOBILE: = $set_deal['phone'] ?>
= $set_ord['cust_name'] ?>
", "\n", $set_ord['cust_address']); echo $contentWithNewlines.'
'; } ?> = $set_sate['state'].' '.$set_ord['cust_pin']; ?>
GST NO: = $set_ord['gst_no'] ?>
MOBILE: = $set_ord['cust_phone'] ?>
", "\n", $set_ord['cust_address']); echo $contentWithNewlines.'
'; } ?> = $set_sate['state'].' '.$set_ord['cust_pin']; ?>
GST NO: = $set_ord['gst_no'] ?>
MOBILE: = $set_ord['cust_phone'] ?>
INVOICE NO.:= ' '.sprintf("%04d", $set_ord['bill_id']);?>
INVOICE DATE : = date('d-m-Y', strtotime($set_ord['created_at']));?>
GST NO: = $set_deal['gst'] ?>
INVOICE DATE : = date('d-m-Y', strtotime($set_ord['created_at']));?>
GST NO: = $set_deal['gst'] ?>
S.NO | PRODUCT NAME | HSN | RATE | QTY | TAX VALUE | GST% | CGST | SGST | IGST | TOTAL |
---|---|---|---|---|---|---|---|---|---|---|
= ($i=$i + 1);?> | = $set_prod['name'].' '.$set_prod['product_url']; ?> | = $ob->hsn;?> | = $ob->rate;?> | = $set_sales['qty'];?> | = $ob->taxable_value;?> | = $ob->gst_percent.' %';?> | = $ob->cgst;?> | = $ob->sgst;?> | = $ob->igst;?> | = $ob->total;?> |
Total | = $total_qty;?> | = $total_taxable_value;?> | = $cgst;?> | = $sgst;?> | = $igst;?> | = number_format((float)$total, 2, '.', '');?> |
Rupees only
Discount @ = $set_ord['cust_discount']?> %: | |
---|---|
TAXABLE VALUE: | = number_format((float)($total_taxable_value - $disc_taxable_value), 2, '.', '');?> |
TAXABLE VALUE: | = number_format((float)$total_taxable_value, 2, '.', '');?> |
TOTAL CGST | = number_format((float)($cgst - $disc_cgst), 2, '.', '');?> |
TOTAL SGST | = number_format((float)($sgst - $disc_cgst), 2, '.', '');?> |
TOTAL CGST | = number_format((float)$cgst, 2, '.', '');?> |
TOTAL SGST | = number_format((float)$sgst, 2, '.', '');?> |
TOTAL IGST | = number_format((float)($igst - $disc_igst), 2, '.', '');?> | TOTAL IGST | = number_format((float)$igst, 2, '.', '');?> |
GRAND TOTAL | = number_format((float)$disp_total, 2, '.', '');?> |
GRAND TOTAL | = number_format((float)$total, 2, '.', '');?> |