From 43f6f2ce218e1351cd50c83858939a7748b606c4 Mon Sep 17 00:00:00 2001
From: Suvodip Customer Name: Mobile Number: Installment Start Date: Installment Start Date: Invoice Id: Email:
$
-
+
Pending
diff --git a/customers/.hta_slug/billing-details.php b/customers/.hta_slug/billing-details.php
index f00462f..b5542e7 100644
--- a/customers/.hta_slug/billing-details.php
+++ b/customers/.hta_slug/billing-details.php
@@ -169,7 +169,7 @@
= $emi['emiNumber']; ?>
$= number_format($emi['emiAmount'], 2); ?>
- = date('d-m-Y', strtotime($emi['emiDate'])); ?>
+ = date("m/d/Y", strtotime($emi['emiDate'])); ?>
- = date('d-m-Y', strtotime($emi['paymentDate'])); ?>
+ = date("m/d/Y", strtotime($emi['paymentDate'])); ?>
@@ -237,7 +237,7 @@
diff --git a/customers/.hta_slug/list.php b/customers/.hta_slug/list.php
index 9837eb4..bea5d7c 100644
--- a/customers/.hta_slug/list.php
+++ b/customers/.hta_slug/list.php
@@ -57,8 +57,8 @@
$= $emi['adPaymentAmount']; ?>
- = $emi['adPaymentDate']; ?>
+ = date("m/d/Y", strtotime($emi['adPaymentDate'])); ?>
= $emi['adPaymentTran']; ?>
= $emi['adPaymentRemarks']; ?>
Start Date
End Date
Installments
- Monthly Payment Date
- Monthly Payment Amount
+ Payment Date
+ Installment Amount
Total Amount
Action
@@ -118,22 +118,22 @@
-
- modify('+'.$emi['tenure']-'1'.'months')->format('d-m-Y') : 'N/A'; ?>
+
+ modify('+'.$emi['tenure']-'1'.'months')->format("m/d/Y") : 'N/A'; ?>
$
$
- New
- Edit
- Print
- Password
+ New
+ Edit
+ Print
+ Password
@@ -147,12 +147,12 @@
No EMI or Invoice Data
- New
- Password
+ New
+ Password
diff --git a/customers/.hta_slug/print-invoice.php b/customers/.hta_slug/print-invoice.php
index 65921dc..912f70a 100644
--- a/customers/.hta_slug/print-invoice.php
+++ b/customers/.hta_slug/print-invoice.php
@@ -36,7 +36,7 @@ if ($invoiceInfo['tenure'] > 1) {
= $invoiceInfo['customerName'] ?>
= $invoiceInfo['address'] ?>
Invoice Date: = $invoiceInfo['invoiceDate'] ?>
+Invoice Date: = date('m/d/Y', strtotime($invoiceInfo['invoiceDate'])) ?>
CLASSBOXES TECHNOLOGY
@@ -90,8 +90,8 @@ if ($invoiceInfo['tenure'] > 1) {