diff --git a/app/Views/costListing.php b/app/Views/costListing.php
index 85301c8c..b1db485c 100755
--- a/app/Views/costListing.php
+++ b/app/Views/costListing.php
@@ -102,6 +102,7 @@
Cost Center Code |
Cost Center Name |
Created By |
+ Status |
Action |
@@ -122,6 +123,8 @@
code ?> |
CostCenterName ?> |
FirstName ?> |
+ IsActive == 1) {echo"Active";}else{echo "InActive";}?> |
+ IsActive == 1) {echo"Active";}else{echo "InActive";}?> |
IsActive == 0) {
diff --git a/app/Views/departmentListing.php b/app/Views/departmentListing.php
index de826fd6..76eae769 100755
--- a/app/Views/departmentListing.php
+++ b/app/Views/departmentListing.php
@@ -129,6 +129,7 @@
| Department Code |
Department Name |
Head Department |
+ Status |
Action |
@@ -153,6 +154,7 @@
DEPCode; ?> |
DepartmentName ?> |
HeadDept ?> |
+ IsActive == 1) {echo"Active";}else{echo "InActive";}?> |
IsActive == 0) { ?>
diff --git a/app/Views/factoryMachineMasterDetails.php b/app/Views/factoryMachineMasterDetails.php
index bc504744..2b9117c4 100644
--- a/app/Views/factoryMachineMasterDetails.php
+++ b/app/Views/factoryMachineMasterDetails.php
@@ -135,6 +135,7 @@
| Machine Name |
Machine Type |
Energy Type |
+ Status |
Action |
@@ -155,6 +156,7 @@
|
|
|
+ |
diff --git a/app/Views/rawmaterialListing.php b/app/Views/rawmaterialListing.php
index e0eede4f..fba47a83 100755
--- a/app/Views/rawmaterialListing.php
+++ b/app/Views/rawmaterialListing.php
@@ -104,6 +104,7 @@
| Opening Stock |
Material Category |
HSN Code |
+ Status |
Action |
@@ -135,6 +136,7 @@
Category ?> |
HSNCODE ?> |
+ IsActive == 1) {echo"Active";}else{echo "InActive";}?> |
IsActive == 0) { ?>
diff --git a/app/Views/supplierListing.php b/app/Views/supplierListing.php
index 56d9e070..7c979577 100755
--- a/app/Views/supplierListing.php
+++ b/app/Views/supplierListing.php
@@ -113,6 +113,7 @@
| PAN |
GST Number |
Payment Terms |
+ Status |
Action |
@@ -144,6 +145,7 @@
PAN ?> |
GSTNO ?> |
PaymentTerms ?> |
+ IsActive == 1) {echo"Active";}else{echo "InActive";}?> |
IsActive == 0) { ?>
Create Date
| Transporter Name |
Created By |
+ Status |
Action |
@@ -163,6 +164,7 @@
|
name ?> |
FirstName ?> |
+ isactive == 1) {echo"Active";}else{echo "InActive";}?> |
isactive == 0) { ?>
Designation
| Department |
Role Name |
+ Status |
Actions |
@@ -147,6 +148,7 @@
Designation ?> |
DepartmentName ?> |
role ?> |
+ isDeleted == 0) {echo"Active";}else{echo"InActive";} ?> |
isDeleted == 1) { ?>
|