- |
+
PONO ?> |
ReqType ?> |
PODate);
@@ -104,18 +104,18 @@
-
+
diff --git a/application/views/BatchcardHistListing.php b/application/views/BatchcardHistListing.php
index 5b47abc0..532d2631 100755
--- a/application/views/BatchcardHistListing.php
+++ b/application/views/BatchcardHistListing.php
@@ -68,18 +68,19 @@
+
+
+
-
+
diff --git a/application/views/bankamountpaid.php b/application/views/bankamountpaid.php
index 5f7c3d2f..aadc2907 100644
--- a/application/views/bankamountpaid.php
+++ b/application/views/bankamountpaid.php
@@ -154,7 +154,11 @@ if(!empty($amountpaid))
- | Podate?> |
+
+
+ Podate);
+ $Podate = $dt->format('d-m-Y'); echo $Podate ?> |
+
PONO?> |
@@ -195,12 +199,13 @@ if(!empty($amountpaid))
+
+
+
+
+
-
+
diff --git a/application/views/deliver_perform.php b/application/views/deliver_perform.php
index ec784bb5..3024aabb 100644
--- a/application/views/deliver_perform.php
+++ b/application/views/deliver_perform.php
@@ -132,7 +132,7 @@
- |
+
invoice_date_created));
echo $itemdate;
@@ -254,19 +254,23 @@
+
+
-
+
+
+
-
+
diff --git a/application/views/viewIGRDetails.php b/application/views/viewIGRDetails.php
index dea5c514..19f3b91c 100755
--- a/application/views/viewIGRDetails.php
+++ b/application/views/viewIGRDetails.php
@@ -27,7 +27,7 @@
- | S.No |
+
IGR No |
PO No |
Supplier Name |
@@ -50,7 +50,7 @@
$index = $index +1;
?>
- |
+
IGRNO ?> |
PONO ?> |
SupplierName ?> |
@@ -245,7 +245,7 @@
"lengthChange": true,
"searching": true,
"ordering": true,
- "aaSorting": [[ 5, "desc" ]],
+ "aaSorting": [[ 4, "desc" ]],
"info": true,
"autoWidth": true
diff --git a/index.php b/index.php
index 8a7c0119..2b208808 100755
--- a/index.php
+++ b/index.php
@@ -18,7 +18,7 @@
* NOTE: If you change these, also change the error_reporting() code below
*
*/
- define('ENVIRONMENT', 'testing');
+ define('ENVIRONMENT', 'development');
/*
*---------------------------------------------------------------
* ERROR REPORTING
|