diff --git a/app/Views/AddPOLineItem.php b/app/Views/AddPOLineItem.php deleted file mode 100644 index b3ae9cc0..00000000 --- a/app/Views/AddPOLineItem.php +++ /dev/null @@ -1,144 +0,0 @@ - - -
- -
-

- Add Purchase order Line Item -

-
- -
- -
- -
- -
-
-

Enter PO Line Item

-
- - -
-
-
-
- -
- - -
-
- -
-
-
-
- - -
-
-
- -
-
-
- - -
-
-
- -
-
-
- - -
-
-
-
-
-
- - -
-
-
- - - -
-
-
- getFlashdata('error'); - if($error) - { - ?> -
- - getFlashdata('error'); ?> -
- - getFlashdata('success'); - if($success) - { - ?> -
- - getFlashdata('success'); ?> -
- - -
-
- listErrors('
', '
'); ?>
-
-
-
-
-
- - \ No newline at end of file diff --git a/app/Views/ViewPurchaseOrder.php b/app/Views/ViewPurchaseOrder.php deleted file mode 100644 index e69de29b..00000000 diff --git a/app/Views/addPO.php b/app/Views/addPO.php deleted file mode 100644 index e9d60dd6..00000000 --- a/app/Views/addPO.php +++ /dev/null @@ -1,1183 +0,0 @@ - - -
- -
-
-

Purchase Order

-
- - -
- -
-
- Back -
-
-
- -
- - - - -
-
- - - 'form-label-left addPO ','name' => 'addPO','id' => 'addPO'); - - echo form_open(base_url().'/purchaseorder/addPO/',$attributes); ?> - -
-
-
-
-   * -
-
- 'Select Purchase Order Type'); - //print_r( $options); - - if(!empty($POType)) - { - foreach ($POType as $PO): - - $options[$PO->ConfigValue] = $PO->ConfigValue; - - endforeach; - } - - echo form_dropdown('PO_Type', $options,set_value('PO_Type'),'id="PO_Type"' ,'class="form-control"','required="true"'); - - ?> - -
- - - - - -
-
-
- -
-
- 'PO_Date', 'value' => set_value('PO_Date'),'id'=>'PO_Date', 'class' => 'form-control datePicker','required'=>'true'); - echo form_input($data); - ?> -
-
-
-
-
-
-   * -
- 'Select Supplier'); - //print_r( $options); - - if(!empty($POType)) - { - foreach ($SupplierName as $SID): - - - $options[$SID->SupplierID] = $SID->SupplierID.' '.' - '.' '.$SID->SupplierName; - - endforeach; - } - - echo form_dropdown('SupplierID', $options,set_value('SupplierID'),'id="SupplierID"' ,'class = "form-control required"','required="true"'); - - ?> - -
-
-
-
-
- -
-
- 'SupplierAddress','value' => set_value('SupplierAddress'),'id'=>'SupplierAddress', 'class' => 'form-control' ,'readonly' => 'true'); - echo form_input($data); - ?> -
- -
-
- -
-
-
-
-   * -
-
- 'Select Requested By'); - //print_r( $options); - - if(!empty($users)) - { - foreach ($users as $UID): - - - $options[$UID->userId] = $UID->userId.' '.'-'.' '.$UID->name; - - endforeach; - } - - echo form_dropdown('role', $options,set_value('role'),'id="role"','class = "form-control "','required="true"'); - - ?> - -
-
- -
-
- -
-
- 're_email', 'value' => set_value('re_email'),'id'=>'re_email', 'class' => 'form-control email', 'onchange'=>'validateEmail()'); - echo form_input($data); - ?> - - -
-
- -
-
-
-
-   * -
-
- 're_phone','value' => set_value('re_phone'), 'class' => 'form-control required re_phone','onkeypress'=>'return event.charCode >= 48 && event.charCode <= 57', 'maxlength' => '12', 'id'=>'re_phone','required'=>'true'); - echo form_input($data); - ?> - - - -
-
-
-
- * -
-
- 're_Date', 'value' => set_value('re_Date'),'id'=>'re_Date', 'class' => 'form-control datePicker chechDate re_Date','required'=>'true'); - echo form_input($data); - ?>
-
- -
-
-
-
-   * -
-
- 'Select Budget Manager'); - //print_r( $options); - - if(!empty($EmpList)) - { - foreach ($EmpList as $EID): - - $options[$EID->EmpID] = $EID->EmpID .' - '.$EID->FirstName.' '.','.' '.$EID->LastName; - - endforeach; - } - - echo form_dropdown('BudgetManager', $options,set_value('BudgetManager'),'id="BudgetManager"','class = "form-control "','required="true"','onchange="SelectedDepartment()"'); - - - - ?> - -
-
- -
-
- -
-
- 'BudgetManagerDepartment', 'value' => set_value('BudgetManagerDepartment'),'id'=>'BudgetManagerDepartment','class' => 'form-control ', 'readonly'=>'true'); - echo form_input($data); - ?> - -
-
- -
-
-
-
-
-
- 'Select Purchase Order Type'); - //print_r( $options); - - if(!empty($PurchasingCategory)) - { - foreach ($PurchasingCategory as $PC): - - $options[$PC->ConfigValue] = $PC->ConfigValue; - - endforeach; - } - - echo form_dropdown('Pur_category',$options,set_value('Pur_category'),'id="Pur_category"', 'class = "form-control "'); - - ?> - -
- -
-
-
- -
-
- 'SpecialOrder','value' => set_value('SpecialOrder'),'id'=>'SpecialOrder', 'class' => 'form-control ', 'required'=>'true','maxlength'=>'500'); - echo form_input($data); - ?> - - -
-
-
-
-
- -
-
- 'Justification', 'value' => set_value('Justification'),'id'=>'Justification', 'class' => 'form-control ', 'required'=>'false','maxlength'=>'4000'); - echo form_input($data); - ?> - -
-
- -
-
- -
- -
Purchase Order Line Item :
-
-
- - - -
- - - -
- -
- - - - - - - - - - - - - - - - -
-
- - - -
-
-
-
- - -
-
-
-
- * -
-
 
- -
- - 'BasicValue', 'value' => set_value('BasicValue'), 'id'=>'BasicValue', 'class' => 'form-control required digits','readonly'=>'true'); - echo form_input($data); - ?> - -
-
-
-
-
-   * -
- - -
- 'Select Discount Type',"Percentage"=>'Percentage',"Lump some"=>'Lump some',"Nil"=>'Nil'); - //print_r( $options); - - - echo form_dropdown('DiscountType',$options,set_value('DiscountType'),'id="DiscountType"', 'class = "form-control "'); - - - ?> - -
-
- 'txtDiscount','value' => set_value('txtDiscount'), 'id'=>'txtDiscount', 'class' => 'form-control required digits','onkeypress'=>'return isNumberKey(event)','onchange'=>'calculateDiscount()'); - echo form_input($data); - ?> - - -
-
-
-
-
- -
-
 
-
-
- 'AfterDiscount','value' => set_value('AfterDiscount'), 'id'=>'AfterDiscount', 'class' => 'form-control required digits','readonly'=>'true'); - echo form_input($data); - ?> - -
-
-
-
-
- -
-   * -
-
- -'Select Packaging Type',"Percentage"=>'Percentage',"Lump some"=>'Lump some',"Nil"=>'Nil'); - //print_r( $options); - - - echo form_dropdown('PackagingType',$options,set_value('PackagingType'),'id="PackagingType"', 'class = "form-control "','onchange="SelectPackagingType()"'); - - - ?> - - -
-
- - 'txtPackaging','value' => set_value('txtPackaging'), 'id'=>'txtPackaging', 'class' => 'form-control required digits','onkeypress'=>'return isNumberKey(event)','onchange'=>'calculatePackaging()'); - echo form_input($data); - ?> - -
- -
-
-
-
- -
-
 
-
-
- 'AfterPackaging','value' => set_value('AfterPackaging'), 'id'=>'AfterPackaging', 'class' => 'form-control required digits','readonly'=>'true'); - echo form_input($data); - ?> - -
-
-
-
-
-
- -
-
 
-
-
- 'Exciseduty','value' => set_value('Exciseduty'), 'id'=>'Exciseduty', 'class' => 'form-control required digits','onkeypress'=>'return isNumberKey(event)','onchange'=>'calculateExeciseDuty()'); - echo form_input($data); - ?> - -
-
-
-
-
-
- -
-
 
-
-
- 'AferExciseduty', 'value' => set_value('AferExciseduty'),'id'=>'AferExciseduty', 'class' => 'form-control required digits','readonly'=>'true'); - echo form_input($data); - ?> - -
-
-
-
-
-
- * -
-
 
-
-
- 'txtVat','value' => set_value('txtVat'), 'id'=>'txtVat', 'class' => 'form-control required digits','onkeypress'=>'return isNumberKey(event)','onchange'=>'calculateVat()'); - echo form_input($data); - ?> - -
-
-
-
-
-
- -
-
 
-
-
- 'txtAfterVat', 'value' => set_value('txtAfterVat'),'id'=>'txtAfterVat', 'class' => 'form-control required digits','readonly'=>'true'); - echo form_input($data); - ?> - -
-
-
-
-
-
- -
-
 
-
-
- 'txtFreight', 'value' => set_value('txtFreight'),'id'=>'txtFreight', 'class' => 'form-control required digits','onkeypress'=>'return isNumberKey(event)','onchange'=>'calculateFreight()'); - echo form_input($data); - ?> - -
-
-
-
-
-
- -
-
 
-
-
- 'txtOrderValue','value' => set_value('txtOrderValue'), 'id'=>'txtOrderValue', 'class' => 'form-control required digits','readonly'=>'true'); - echo form_input($data); - ?> - -
-
-
-
-
- - - - -
-
- getFlashdata('error'); - if($error) - { - ?> -
- - getFlashdata('error'); ?> -
- - getFlashdata('success'); - if($success) - { - ?> -
- - getFlashdata('success'); ?> -
- - -
-
- listErrors('
', '
'); ?>
-
-
-
- - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/Views/editrequisitionform.php b/app/Views/editrequisitionform.php index 03b91349..a2ad78a8 100644 --- a/app/Views/editrequisitionform.php +++ b/app/Views/editrequisitionform.php @@ -63,25 +63,24 @@ if (!empty($ReqPOType)) {
- -
-
-
-

- -
-
-
-
- + +
+
+
+

+ +
+
+
+
- + 'form-label-left requistion ', 'name' => 'requistion', 'id' => 'requistion'); - echo form_open(base_url() . 'EditRequisition', $attributes); + echo form_open(base_url() . 'EditRequisition', $attributes); ?>
@@ -126,12 +125,12 @@ if (!empty($ReqPOType)) { $Costs[$SID->CostCenterCode] = $SID->CostCenterCode . '-' . $SID->CostCenterName; endforeach; } - echo form_dropdown('CostCenter', $Costs, set_value('CostCenter'), 'id="CostCenter" class = "form-control"'); - + echo form_dropdown('CostCenter', $Costs, set_value('CostCenter'), 'id="CostCenter" class = "form-control searchabledropdown"'); + ?> - +
- +
- + Add Line Item - +
@@ -214,23 +213,23 @@ if (!empty($ReqPOType)) { $materialdesc = isset($record->MaterialDescription) ? $record->MaterialDescription : ""; //echo $materialdesc; ?> - - - - - MaterialCode; ?> - MaterialName; ?> - UOM; ?> - Quantity; ?> - POQTY; ?> - StatusName; ?> - - -     - - + + + + + MaterialCode; ?> + MaterialName; ?> + UOM; ?> + Quantity; ?> + POQTY; ?> + StatusName; ?> + + +     + + @@ -253,9 +252,9 @@ if (!empty($ReqPOType)) {      Submit   Approve - +
- +
@@ -284,8 +283,8 @@ if (!empty($ReqPOType)) { $options[$MID->MaterialCode] = $MID->MaterialCode . ' ' . ' - ' . ' ' . $MID->MaterialName; endforeach; } - echo form_dropdown('drpMaterial', $options, set_value('drpMaterial'), 'id="drpMaterial" class="form-control"'); - + echo form_dropdown('drpMaterial', $options, set_value('drpMaterial'), 'id="drpMaterial" class="form-control searchabledropdown"'); + ?>
@@ -315,7 +314,7 @@ if (!empty($ReqPOType)) {
- 'Quantity', 'value' => set_value('Quantity'), 'id' => 'Quantity', 'class' => 'form-control', 'onkeypress' => 'return isNumberKey(event)', 'maxlength' => '20' , 'min' => '1'); + 'Quantity', 'value' => set_value('Quantity'), 'id' => 'Quantity', 'class' => 'form-control', 'onkeypress' => 'return isNumberKey(event)', 'maxlength' => '20', 'min' => '1'); echo form_input($data); ?>
@@ -358,7 +357,7 @@ if (!empty($ReqPOType)) {
'EditMaterialCode', 'value' => set_value('EditMaterialCode'), 'id' => 'EditMaterialCode', 'class' => 'form-control', 'readonly' => 'true'); + $data = array('name' => 'EditMaterialCode', 'value' => set_value('EditMaterialCode'), 'id' => 'EditMaterialCode', 'class' => 'form-control searchabledropdown', 'readonly' => 'true'); echo form_input($data); ?> @@ -384,8 +383,8 @@ if (!empty($ReqPOType)) { 'EditUOM', 'value' => set_value('EditUOM'), 'id' => 'EditUOM', 'class' => 'form-control', 'readonly' => 'true'); - echo form_input($data); + $data = array('name' => 'EditUOM', 'value' => set_value('EditUOM'), 'id' => 'EditUOM', 'class' => 'form-control', 'readonly' => 'true'); + echo form_input($data); ?>
@@ -394,8 +393,8 @@ if (!empty($ReqPOType)) { 'EditQuantity', 'value' => set_value('EditQuantity'), 'id' => 'EditQuantity', 'class' => 'form-control', 'onkeypress' => 'return isNumberKey(event)', 'maxlength' => '20' , 'min' => '1'); - echo form_input($data); + $data = array('name' => 'EditQuantity', 'value' => set_value('EditQuantity'), 'id' => 'EditQuantity', 'class' => 'form-control', 'onkeypress' => 'return isNumberKey(event)', 'maxlength' => '20', 'min' => '1'); + echo form_input($data); ?>
@@ -425,13 +424,10 @@ if (!empty($ReqPOType)) { - - - - +" rel="stylesheet" type="text/css" /> + + - - - -
- -
-
-
-

-
Inward Gate Register
-

-
-

-
-
-


-
-
-
-
- - - - -
- 'Purchase Order No'); - if (!empty($PO_NO)) { - //print_r($PO_NO); - foreach ($PO_NO as $SI) : - $options[$SI->PONO] = $SI->PONO . '-' . $SI->SupplierName; - $PONO = $SI->PONO; - endforeach; - } - echo form_dropdown('PONO', $options, set_value('PONO'), 'id="PONO"', 'class="form-control select2"', 'required="true"'); - ?> - -
- -
- -
- 'SupplierName', 'value' => set_value('SupplierName'), 'id' => 'Sup', 'class' => 'form-control', 'readonly' => 'true'); - echo form_input($data); - ?> -
-
-
-
-
- - 'InvoiceNo', 'value' => set_value('InvoiceNo'), 'id' => 'InvoiceNo', 'class' => 'form-control', 'required=>"true"', 'autocomplete'=>'off'); // ,'onkeypress'=>'return isNumberKey(event);' ); - echo form_input($data); - ?> -
-
- - 'InvoiceDate', 'value' => set_value('InvoiceDate'), 'id' => 'InvoiceDate', 'class' => 'form-control num', 'required' => 'true', 'autocomplete'=>'off'); - echo form_input($data); - ?> -
-
- - 'MaterialRcvdDate', 'value' => set_value('MaterialRcvdDate'), 'id' => 'MaterialRcvdDate', 'class' => 'form-control num', 'required' => 'true', 'autocomplete'=>'off'); - echo form_input($data); - ?> -
-
-
-
- - 'VehicleNo', 'value' => set_value('VehicleNo'), 'id' => 'VehicleNo', 'class' => 'form-control', 'maxlength' => '20', 'autocomplete'=>'off'); - echo form_input($data); - ?> - -
-
- - 'Transporter Name'); - if (!empty($transporter)) { - foreach ($transporter as $opt) : - $option[$opt->id] = $opt->name; - endforeach; - } - echo form_dropdown('TransporterId', $option, set_value('TransporterId'), 'id="TransporterId"', 'class="form-control select2"'); - ?> -
-
- - 'DriverName', 'value' => set_value('DriverName'), 'id' => 'DriverName', 'class' => 'form-control', 'maxlength' => '50', 'autocomplete'=>'off'); - echo form_input($data); - ?> -
-
- - 'DriverMobileNumber', 'value' => set_value('DriverMobileNumber'), 'id' => 'DriverMobileNumber', 'class' => 'form-control', 'maxlength' => '50', 'autocomplete'=>'off'); - echo form_input($data); - ?> -
-
-
+ + +
+
+
+
+ -
- -
- -
-
- - - - - - - - - - - - - - - - - - - - - -
#Item CodeMaterialUOMOrdered QuantityReceived QuantityBalance QuantityInvoice QuantityRemarks
- - - - -
-
-
-
-
- -
- - $value) { ?> - -
-
- File Name - -
-
- - +
+
+ -
- -
+ 'Purchase Order No'); + if (!empty($PO_NO)) { + //print_r($PO_NO); + foreach ($PO_NO as $SI) : + $options[$SI->PONO] = $SI->PONO . '-' . $SI->SupplierName; + $PONO = $SI->PONO; + endforeach; + } + echo form_dropdown( + 'PONO', + $options, + set_value('PONO'), + 'class="form-control searchabledropdown" id="PONO" data-toggle="select2" required="true"' + ); + ?> + +
+
+ + 'SupplierName', 'value' => set_value('SupplierName'), 'id' => 'Sup', 'class' => 'form-control', 'readonly' => 'true'); + echo form_input($data); + ?> +
+
+
+
+ + 'InvoiceNo', 'value' => set_value('InvoiceNo'), 'id' => 'InvoiceNo', 'class' => 'form-control', 'required=>"true"', 'autocomplete' => 'off'); // ,'onkeypress'=>'return isNumberKey(event);' ); + echo form_input($data); + ?> +
+
+ +
+ +
+ + + +
+
+ + + 'InvoiceDate', 'value' => set_value('InvoiceDate'), 'id' => 'InvoiceDate', 'class' => 'form-control num', 'required' => 'true', 'autocomplete' => 'off'); + // echo form_input($data); + ?>
- -
-

-
- - -
+ + +
+ +
+ +
+ + + +
+
+ 'MaterialRcvdDate', 'value' => set_value('MaterialRcvdDate'), 'id' => 'MaterialRcvdDate', 'class' => 'form-control num', 'required' => 'true', 'autocomplete' => 'off'); + // echo form_input($data); + ?> +
+
+
+
+ + + 'VehicleNo', 'value' => set_value('VehicleNo'), 'id' => 'VehicleNo', 'class' => 'form-control', 'maxlength' => '20', 'autocomplete' => 'off'); + echo form_input($data); + ?> +
+
+ + 'Transporter Name'); + if (!empty($transporter)) { + foreach ($transporter as $opt) : + $option[$opt->id] = $opt->name; + endforeach; + } + echo form_dropdown('TransporterId', $option, set_value('TransporterId'), 'class="form-control searchabledropdown" id="TransporterId" data-toggle="select2"'); + + ?> +
+
+ + 'DriverName', 'value' => set_value('DriverName'), 'id' => 'DriverName', 'class' => 'form-control', 'maxlength' => '50', 'autocomplete' => 'off'); + echo form_input($data); + ?> +
+
+ + 'DriverMobileNumber', 'value' => set_value('DriverMobileNumber'), 'id' => 'DriverMobileNumber', 'class' => 'form-control', 'maxlength' => '50', 'autocomplete' => 'off'); + echo form_input($data); + ?> +
+
+
+
+ + + + + + + + + + + + + + + + +
#Item CodeMaterialUOMOrdered QuantityReceived QuantityBalance QuantityInvoice QuantityRemarks
+
+
+
+
+
+
+
+ +
+
+
+ +
+
+ +

+ +
+

+ + + +
+
+
+
+    + +
+
+ +
+
+
+
+
+
+
+
- -
- - - - - - - + + + - - - - - + \ No newline at end of file diff --git a/app/Views/reportslink.php b/app/Views/reportslink.php index 6beaf6a6..f2840762 100644 --- a/app/Views/reportslink.php +++ b/app/Views/reportslink.php @@ -1,99 +1,101 @@ - - -
- -
-
-

Reports

-
- - - - -
-
-
-

  Finance Reports

- Cost Center

- - Production Salary Cost

+
+
+ + - - -
-
-
-

  PayRoll

-

Employee Payroll

-
-
-

  Attendance

-

Employee Attendance

+ + +
+
+
+
+
+
+

  Requisition

+

Pending

+

Order Value - Released

+

Open Orders - Pending

+

Total Orders

+
+
+

  Purchase

+

Purchase

+

Year Wise

+

Pending

+

Purchase Supplier - Wise

+

Consolidate Report

+

Cumulative Report

- Employee Performance

+
+
+

  Material Master

+

Material Master - supplier wise

+

Material Master - Item wise

+

Material Master - Receipt Value

+ +
+
+

  Inward

+

Inward Details

+

Inward Summary

+

Year Wise-Inward

+

Inward-Supplier Wise

+

Consolidate Report-Inward

+

Cumulative Report-Inward

+

Cumulative Report - Category Wise-Inward

+

Consolidate Report - Category Wise-Inward

+

Report - DeliveryPerformance

+
+
+
+
+
+

  Finance Reports

+

Cost Cente

+

Production Salary Cost

+
+
+

  Cashbook

+

Cashbook Reports

+

Cashbook Cumulative Reports

+

Cashbook Cumulative Month Reports

+ +
+
+

  GST Reports

+

Monthly GST Summary Report

+
+
+

  Sales Reports

+

Invoice Report

+
+ +
+
+
+
+

  PayRoll

+

Employee Payroll

+
+
+

  Attendance

+

Employee Attendance

+

Employee Performance

+

Leave Report

+
+
+
+
+
- - -
-
- - - -
-
+ + + \ No newline at end of file diff --git a/app/Views/requisitionform.php b/app/Views/requisitionform.php index d3332635..a3824428 100644 --- a/app/Views/requisitionform.php +++ b/app/Views/requisitionform.php @@ -17,22 +17,22 @@ if (!empty($Emp)) {
- -
-
-
-

- -
-
-
- + +
+
+
+

+ +
+
+
+
- + 'form-label-left requistion ', 'name' => 'requistion', 'id' => 'requistion'); echo form_open(base_url() . 'Requisitionform::SearchRequistList', $attributes); ?> @@ -47,7 +47,7 @@ if (!empty($Emp)) { $RequestByOpt[$EID->EmpID] = $EID->Full_Name; endforeach; } - echo form_dropdown('EmpID', $RequestByOpt, set_value('EmpID'), 'id="EmpID" class = "form-control" data-toggle="select2" required="true"'); + echo form_dropdown('EmpID', $RequestByOpt, set_value('EmpID'), 'id="EmpID" class = "form-control searchabledropdown" data-toggle="select2" required="true"'); ?>
@@ -59,7 +59,7 @@ if (!empty($Emp)) { $options[$RID->ConfigValue] = $RID->ConfigValue; endforeach; } - echo form_dropdown('RequestType', $options, set_value('ConfigValue'), 'id="RequestType" class = "form-control" data-toggle="select2"', 'required="true"'); + echo form_dropdown('RequestType', $options, set_value('ConfigValue'), 'id="RequestType" class = "form-control searchabledropdown" data-toggle="select2"', 'required="true"'); ?>
@@ -92,10 +92,10 @@ if (!empty($Emp)) { 'CostCenter', $Costs, set_value('CostCenter'), - 'class="form-control" id="CostCenter" data-toggle="select2"' + 'class="form-control searchabledropdown" id="CostCenter" data-toggle="select2"' ); ?> - +
@@ -146,22 +146,22 @@ if (!empty($Emp)) { Action - +
- - - - + + + +
-    -   Save As Draft   - +    +   Save As Draft   +
- +
@@ -191,7 +191,7 @@ if (!empty($Emp)) { $options[$MID->MaterialCode] = $MID->MaterialCode . ' ' . ' - ' . ' ' . $MID->MaterialName; endforeach; } - echo form_dropdown('MaterialCode', $options, set_value('MaterialCode'), 'id="MaterialCode" class="form-control select2" '); + echo form_dropdown('MaterialCode', $options, set_value('MaterialCode'), 'id="MaterialCode" class="form-control searchabledropdown" '); ?>
@@ -347,15 +347,10 @@ if (!empty($Emp)) { $(function() { - + //Initialize Select2 Elements - $(".select2").select2(); - $("#CostCenter").select2(); - $("#RequestType").select2(); - $("#MaterialCode").select2(); - $("#EmpID").select2(); - $("#ScheduleType").select2(); + $(".searchabledropdown").select2(); $('#CostCenter').change(function() { diff --git a/app/Views/viewIGRDetails.php b/app/Views/viewIGRDetails.php deleted file mode 100644 index 19a1d3e8..00000000 --- a/app/Views/viewIGRDetails.php +++ /dev/null @@ -1,1336 +0,0 @@ - -
- -

- -
-
-
-

View Inward Gate Register

-
-
-
-
-
-
- - Add New - -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Date of IGR CreatedIGR NoPO NoSupplier NameInvoice NoDate of InvoiceVechicle NoIGR StatusAction
CreatedDate); - echo $createddate->format('d-m-Y h:i A'); ?> IGRNO ?>PONO ?>SupplierName ?>DeliveryChellanOrInvoiceNo ?>DeliveryChellanDate); - echo $date->format('d-m-Y'); ?>VehicleNo ?>IGRStatus == 'ST074' ? 'Draft' : 'Completed'; - echo (int)$record->IsOpenOrder == 1 ? " (Open order po)" : " (Ordered po Quantity)"; - ?> FilePath)) { ?> - - - - - - file)) { ?> - - - - - - - - -     - - -
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/Views/viewinwardgateregister.php b/app/Views/viewinwardgateregister.php index ff4997ae..cd1d4ae9 100644 --- a/app/Views/viewinwardgateregister.php +++ b/app/Views/viewinwardgateregister.php @@ -1,63 +1,74 @@ - + - -
-
- -
- -
-
-
-
-

View Inward Gate Register

-
-
-
-
-
-
-
- - - +
+ +
+ +
+
+
+
+

View Inward Gate Register

+
+
+
+
+
+
+ + + + - - + + - - -
- -
- - + + +
+ +
+
+ - + - - + + - - - + + CreatedDate); $datewithtime = $createddate->format('d-m-Y h:i A'); $date = $createddate->format('d-m-Y'); $time = $createddate->format('h:i A'); ?> - - - - - - - - - - - - + + + + + + + + + + + + - -
Create Date Create time IGR NoPO NoPO No Supplier NameInvoice NoInvoice Date Invoice NoInvoice Date Vechicle No IGR Status
IGRNO ?> PONO ?>SupplierName ?>DeliveryChellanOrInvoiceNo ?>DeliveryChellanDate); - echo $date->format('d-m-Y'); ?>VehicleNo ?>IGRStatus == 'ST074' ? 'Draft' : 'Completed'; ?> - - - -   - FilePath)) { ?> - - file)) { ?> - - - - -   - - - - -   - - -
IGRNO ?> PONO ?>SupplierName ?>DeliveryChellanOrInvoiceNo ?>DeliveryChellanDate); + echo $date->format('d-m-Y'); ?>VehicleNo ?>IGRStatus == 'ST074' ? 'Draft' : 'Completed'; ?> + + + +   + + + + +   + + +
-
-
-
-
-
-
-
+ + +
+
+
+
+
+
+
- -