diff --git a/app/Views/Report_pending_purchase.php b/app/Views/Report_pending_purchase.php index fb00a4d5..23008531 100644 --- a/app/Views/Report_pending_purchase.php +++ b/app/Views/Report_pending_purchase.php @@ -1,485 +1,478 @@ - - - - -
-
-
- -
- -
-
-
-

-

Report - Pending Purchase Order

-

-
-
- -
+ .dataTables_filter { + width: 50%; + float: right; + text-align: right; + } -
"> + .dataTables_paginate { + width: 50%; + float: right; + text-align: right; + } -
-
- -
- -
-
-
- -
- -
-
- -
- -
- -
-
-
- -
- -
-
-
- -
- - - - -
-
+ div.dt-buttons { + position: relative; + /* float: right; */ - -
- -
- - - - -
- + } + + +
+
+ +
+ +
+
+
+
+

Report - Pending Purchase Order

-

- - -
-
- - - - -
-
-
- - - - - - - - - - - - - - - - category; - ?> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PO DatePO NoSupplier NameMaterial NameCategoryOrdered QuantityReceived QuantityPending Quantity
- pdate;?> - - po;?> - - - supplier;?> - - material;?> - - category;?> - quantity); - ?> - quantity);?> - received); - ?> - received);?> - pending); - ?> - pending);?> -
Total - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- +
+
+
+
+
+
+
+ + +
+ +
"> +
+
+
+ + +
+
+ + +
+
+ + +
+
+ +
+ +
+
+
+
+
+ +
+ + +
+
+
+ +
+ +
+ +
+
+

+ +
+ +
+
+
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + category; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PO DatePO NoSupplier NameMaterial NameCategoryOrdered QuantityReceived QuantityPending Quantity
+ pdate; ?> + + po; ?> + + + supplier; ?> + + material; ?> + + category; ?> + quantity); + ?> + quantity); ?> + received); + ?> + received); ?> + pending); + ?> + pending); ?> +
Total + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
-
- -
- -
-
+
+ + - - - - - - - - - - + + + + + + + - - - \ No newline at end of file + }); + \ No newline at end of file diff --git a/app/Views/alterpurchaseorder.php b/app/Views/alterpurchaseorder.php index 3a4cd529..c6f6634b 100644 --- a/app/Views/alterpurchaseorder.php +++ b/app/Views/alterpurchaseorder.php @@ -173,40 +173,40 @@ if (!empty($INRSYMBOL)) { $(function() { - $("#PODate").datepicker({ - // minDate : 'now', - // maxDate : 'now', - dateFormat: 'dd-mm-yy', - changeMonth: true, - changeYear: true, - yearRange: '-100:+0' - }); - $("#Deliverydt").datepicker({ - minDate: 'now', - dateFormat: 'dd-mm-yy', - changeMonth: true, - changeYear: true, - yearRange: '0:+10' - }); + // $("#PODate").datepicker({ + // // minDate : 'now', + // // maxDate : 'now', + // dateFormat: 'dd-mm-yy', + // changeMonth: true, + // changeYear: true, + // yearRange: '-100:+0' + // }); + // $("#Deliverydt").datepicker({ + // minDate: 'now', + // dateFormat: 'dd-mm-yy', + // changeMonth: true, + // changeYear: true, + // yearRange: '0:+10' + // }); - $("#Date1").datepicker({ - // minDate : 'now', - dateFormat: 'dd-mm-yy', - changeMonth: true, - changeYear: true, - yearRange: '0:+10' - }); + // $("#Date1").datepicker({ + // // minDate : 'now', + // dateFormat: 'dd-mm-yy', + // changeMonth: true, + // changeYear: true, + // yearRange: '0:+10' + // }); - $("#MRC").datepicker({ - // minDate : 'now', - dateFormat: 'dd-mm-yy', - changeMonth: true, - changeYear: true, - yearRange: '0:+10' - }); + // $("#MRC").datepicker({ + // // minDate : 'now', + // dateFormat: 'dd-mm-yy', + // changeMonth: true, + // changeYear: true, + // yearRange: '0:+10' + // }); var SelectedMaterialList = { Mat: [] @@ -1911,10 +1911,11 @@ if (!empty($INRSYMBOL)) { $("#EditRevenueMaterialCode").select2(); $("#MaterialCode").select2(); $("#ServiceMaterialCode").select2(); + $("#emergency_itemcode").select2(); + }); - $("#emergency_itemcode").select2(); @@ -2021,6 +2022,7 @@ if (!empty($INRSYMBOL)) { .num { text-align: right; } +<<<<<<< HEAD .header-container { display: flex; @@ -2128,13 +2130,135 @@ if (!empty($INRSYMBOL)) {