diff --git a/app/Views/rawmaterialListing.php b/app/Views/rawmaterialListing.php index fba47a83..2c06c91e 100755 --- a/app/Views/rawmaterialListing.php +++ b/app/Views/rawmaterialListing.php @@ -66,25 +66,30 @@ ?>
-
-
+
+ - + - + + + + - - -
- - + +
@@ -113,58 +118,66 @@ if (!empty($userRecords)) { foreach ($userRecords as $record) { $date = date("Y-m-d"); - ?> - " - style="IsActive == 0){echo"display:none";}?>" - > + ?> + " + style="IsActive == 0) { + echo "display:none"; + } ?>"> CreatedDate)) == "30-11--0001") { - $cdate = '00-00-0000'; + $cdate = '00-00-0000'; } else { - $cdate = date('d-m-Y', strtotime($record->CreatedDate)); + $cdate = date('d-m-Y', strtotime($record->CreatedDate)); } ?> - - MaterialCode ?> - MaterialName ?> - MaterialType ?> - UOM ?> + + MaterialCode ?> + MaterialName ?> + MaterialType ?> + UOM ?> stock != null || '') { ?> - stock ?> + stock ?> - 0 + 0 - Category ?> - HSNCODE ?> - IsActive == 1) {echo"Active";}else{echo "InActive";}?> + Category ?> + HSNCODE ?> + IsActive == 1) { + echo "Active"; + } else { + echo "InActive"; + } ?> IsActive == 0) { ?> - -     - - -     - +     -     - - + + +     + + +     + + - -

( Note :The entries count includes archived data... )

+

( Note :The entries count includes archived data... )

@@ -176,18 +189,18 @@ \ No newline at end of file