+
+
+
+
+
-
-
+
+
-
+
-
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Before
+
+
+
+
+
+
+
+
@@ -121,4 +208,106 @@
-
\ No newline at end of file
+
+
diff --git a/application/views/supplierListing.php b/application/views/supplierListing.php
index 6f84ae18..a89ef827 100644
--- a/application/views/supplierListing.php
+++ b/application/views/supplierListing.php
@@ -10,7 +10,7 @@
@@ -39,8 +39,16 @@
Contact Number |
Alternate Contact Number |
Email Address |
+
Exiseregistration |
TIN |
PAN |
+
GSTNO |
+
GSTRange |
+
CollectrateAddress |
+
UANumber |
+
PaymentTerms |
+
PaymentDays |
+
PayableAT |
Create Date |
Action |
@@ -58,8 +66,16 @@
ContactNumber ?> |
AlternateContactNumber ?> |
EmailAddress ?> |
+
Exiseregistration ?> |
TIN ?> |
PAN ?> |
+
GSTNO ?> |
+
GSTRange ?> |
+
CollectrateAddress ?> |
+
UANumber ?> |
+
PaymentTerms ?> |
+
PaymentDays ?> |
+
PayableAT ?> |
CreatedDate ?> |
diff --git a/application/views/viewsupplier.php b/application/views/viewsupplier.php
index 43cd23d2..f63463d7 100644
--- a/application/views/viewsupplier.php
+++ b/application/views/viewsupplier.php
@@ -8,7 +8,13 @@ $AlternateContactNumber = '';
$EmailAddress = '';
$TIN = '';
$PAN = '';
-
+$GSTNO = '';
+$GSTRange = '';
+$CollectrateAddress = '';
+$UANumber = '';
+$PaymentTerms = '';
+$PaymentDays = '';
+$PayableAT = '';
if(!empty($supplier))
{
foreach ($supplier as $uf)
@@ -21,6 +27,13 @@ if(!empty($supplier))
$EmailAddress = $uf->EmailAddress;
$TIN = $uf->TIN;
$PAN = $uf->PAN;
+ $GSTNO = $uf->GSTNO;
+ $GSTRange = $uf->GSTRange;
+ $CollectrateAddress = $uf->CollectrateAddress;
+ $UANumber = $uf->UANumber;
+ $PaymentTerms = $uf->PaymentTerms;
+ $PaymentDays = $uf->PaymentDays;
+ $PayableAT = $uf->PayableAT;
}
}
@@ -116,10 +129,44 @@ window.print();
|
| |
|
-
-
-
+
+
+ | |
+ |
+
+
+ | |
+ |
+
+
+ | |
+ |
+
+
+ | |
+ |
+
+
+ | |
+ |
+
+
+ | |
+ |
+
+
+ | |
+ |
+
+
+
+
+
+
+
+