diff --git a/.hta_slug/_home.php b/.hta_slug/_home.php index a9f36c3..fbcb2e8 100644 --- a/.hta_slug/_home.php +++ b/.hta_slug/_home.php @@ -1,7 +1,7 @@
Address: = $invoiceInfo['address'] ?>
+Agent: = $invoiceInfo['salesAgent'] ?>
+Item | +Description | +Qty | +Rate | +Tax(%) | +Tax | +Total | +
---|---|---|---|---|---|---|
= $invoiceInfo['item'] ?> | += $invoiceInfo['description'] ?> | += $invoiceInfo['qty'] ?> | += $invoiceInfo['rate'] ?> | += $invoiceInfo['tax'] ?>% | +₹= $invoiceInfo['taxAmount'] ?> | +₹= number_format($invoiceInfo['totalAmount'], 2) ?> | +
EMI No. | +EMI Date | +EMI Amount | +Outstanding | +Status | +
---|---|---|---|---|
= $emi['emiNumber'] ?> | += $emi['emiDate'] ?> | +₹= number_format($emi['emiAmount'], 2) ?> | +₹= number_format($emi['outstanding'], 2) ?> | ++ = ($emi['payStatus'] == 1) ? 'Paid' : 'Pending' ?> + | +
Admin Note: = $invoiceInfo['adminNote'] ?>
+ + + +