From 8f395b8c4a9c4ec0b481edd7081fc34296c01940 Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Wed, 19 Jul 2017 13:17:32 +0530 Subject: [PATCH] Billing screen and PO status update screen added --- application/views/serviceporeport.php | 135 ++++++++++++++++++ .../views/statusofservicepurchaseorder.php | 112 +++++++++++++++ 2 files changed, 247 insertions(+) create mode 100644 application/views/serviceporeport.php create mode 100644 application/views/statusofservicepurchaseorder.php diff --git a/application/views/serviceporeport.php b/application/views/serviceporeport.php new file mode 100644 index 00000000..cb501dc0 --- /dev/null +++ b/application/views/serviceporeport.php @@ -0,0 +1,135 @@ + +
+ + + +
+
+
+
+
+

Service Purchase Order Report

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#PONO#Material CodeMaterial NameUOMOrder ValueCost Center NameDescriptionRaised ByDepartmentPO DateWork StatusRemarks
1P0001A100IronKg1000C001NoRajasekarFinance18-7-2017 '','value' => set_value(''),'id'=>'POType', 'class' => 'form-control'); + echo form_input($data); + ?>
2P0002A1001IronKg1000C002NoRajasekarFinance18-7-2017 'POType','value' => set_value('POType'),'id'=>'POType', 'class' => 'form-control'); + echo form_input($data); + ?>
3P0003A1002IronKg1000C003NoRajasekarFinance18-7-2017 '','value' => set_value('POType'),'id'=>'POType', 'class' => 'form-control'); + echo form_input($data); + ?>
+
+ +
+ + +
+ +
+ +
+ +
+ + \ No newline at end of file diff --git a/application/views/statusofservicepurchaseorder.php b/application/views/statusofservicepurchaseorder.php new file mode 100644 index 00000000..ac45478c --- /dev/null +++ b/application/views/statusofservicepurchaseorder.php @@ -0,0 +1,112 @@ + + + + + + +
+ +
+

+
Status Of Service Purchase Order
+

+
+

+
+
+
+
+ 'form-label-left ','name' => 'IGR','id' => ''); */ + + /* echo form_open($this->config->base_url().'/inwardgateregister/addNewigr/',$attributes); */?> + +
+ '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"'); + +?> + +
+
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
S.NOItem CodeMaterialUOMOrdered QuantityAccepted QuantityStatusRemarks
1P0001IronKg1000800 + '','value' => set_value(''),'id'=>'', 'class' => 'form-control'); + echo form_input($data); + ?>
+ + + +
+
+ + + Submit +
+
+
+
+ \ No newline at end of file