diff --git a/application/logs/log-2017-07-27.php b/application/logs/log-2017-07-27.php
new file mode 100644
index 00000000..d937146b
--- /dev/null
+++ b/application/logs/log-2017-07-27.php
@@ -0,0 +1,4 @@
+
+
+ERROR - 2017-07-27 06:56:41 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given C:\xampp\htdocs\siddharth_application\system\database\drivers\mysqli\mysqli_result.php 38
+ERROR - 2017-07-27 06:57:51 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given C:\xampp\htdocs\siddharth_application\system\database\drivers\mysqli\mysqli_result.php 38
diff --git a/application/views/POlist.php b/application/views/POlist.php
index 987e5976..b55f345f 100755
--- a/application/views/POlist.php
+++ b/application/views/POlist.php
@@ -1,5 +1,4 @@
-
-
+
-
+ .dataTables_paginate
+ {
+ margin-top: -5%;
+ }
+ .dataTables_wrapper
+ {
+ padding-bottom: 0px;
+ margin-top: -3%;
+ }
+ .content-wrapper
+ {
+ min-height: 733px;
+ }
+
'form-label-left CreatePO ','name' => 'CreatePO','id' => 'CreatePO','method' => 'post','role' => 'form' );
@@ -41,28 +35,17 @@
-
-
Siddharth Industries - Create Purchase Order from Requistion
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/application/views/poapproval_view.php b/application/views/poapproval_view.php
index 8388a4e1..333a861f 100755
--- a/application/views/poapproval_view.php
+++ b/application/views/poapproval_view.php
@@ -9,47 +9,36 @@ if(empty($Status))
?>
+
-
-
-
-
-
-
-
-
-
Purchase Order Approval List
-
-
+
+
+
+
-
-
-
+
| Purchase Order Number |
Purchase Order Type |
Cost Center Name |
- Cost Center Code |
- Created By |
- Department |
- Created Date |
Available Budget Amount |
Total Order Value |
-
-
+ Created By |
+ Created Date |
Status |
Action |
Remarks |
@@ -65,33 +54,27 @@ if(empty($Status))
{
$index = $index +1;
//echo $index;
-
?>
-
-
| PONO ?> |
+
+
ReqType ?> |
CostCenterName ?> |
- CostCenterCode?> |
+ BudgetAmount ?> |
+
+ TotalOrderValue ?> |
FirstName ?> |
- DepartmentName?> |
CreatedDate);
$CreatedDate = $Cdt->format('d-m-Y');
echo $CreatedDate;
?> |
- BudgetAmount ?> |
-
- TotalOrderValue ?> |
-
-
StatusName ?> |
- StatusCode ==PO_CREATED or $record->StatusCode == PO_ONHOLD or $record->StatusCode == REQITEM_Emergency_PO_CREATED ){ ?>
-
+ | StatusCode == PO_ONHOLD or $record->StatusCode == PO_CREATED or $record->StatusCode == REQITEM_Emergency_PO_CREATED ){ ?>
|
@@ -130,7 +113,8 @@ if(empty($Status))
-
+
+
-
+
-
+
@@ -375,24 +359,14 @@ function(start, end, label) {
});
$(function () {
- $('#Items').DataTable({
- "paging": false,
- "lengthChange": true,
- "searching": false,
- "ordering": false,
- "info": false,
- "autoWidth": false
-
- });
+
$('#Requisition').DataTable({
"paging": true,
-
"lengthChange": true,
"searching": true,
- "ordering": false,
+ "ordering": true,
"info": true,
- "autoWidth": true,
- //"data-sort-name":Status
+ "autoWidth": true
});
});
diff --git a/application/views/requisitionlistapproval.php b/application/views/requisitionlistapproval.php
index d7ec9970..ada5393c 100755
--- a/application/views/requisitionlistapproval.php
+++ b/application/views/requisitionlistapproval.php
@@ -1,19 +1,16 @@
-
-
-
+
-
-
Requisition Approval List
+
+
+
'form-label-left Approve ','name' => 'Approve','id' => 'Approve');
@@ -278,7 +275,8 @@
-
+
+