Alternate Purchase Order
| + | SNo | +Item Name | +Quantity | +UOM | +Rate | +Tax % | +Total | +
|---|---|---|---|---|---|---|---|
| + | 1 | +001 | +Waste Sand | +Ton | +100 | +High | +No Change | +
| + | 2 | +002 | +Resin | +Litre | +50 | +High | +Change | +
| + | 3 | +003 | +Resin | +Litre | +100 | +High | +Change | +
+
diff --git a/application/controllers/purchaseorderform.php b/application/controllers/purchaseorderform.php index d0449774..ce63c541 100644 --- a/application/controllers/purchaseorderform.php +++ b/application/controllers/purchaseorderform.php @@ -39,24 +39,14 @@ class purchaseorderform extends BaseController $this->loadViews("Purchaseorder", $this->global, NULL); } - function servicepo() + function alternatepo() { - $this->global['pageTitle'] = 'Siddharth : Service PO'; + $this->global['pageTitle'] = 'Siddharth : Alternate PO'; - $this->loadViews("servicepo", $this->global, NULL); - - } - function importpo() - { - - - - $this->global['pageTitle'] = 'Siddharth : Import PO'; - - $this->loadViews("importpo", $this->global, NULL); + $this->loadViews("alterpurchaseorder", $this->global, NULL); } diff --git a/application/views/alterpurchaseorder.php b/application/views/alterpurchaseorder.php new file mode 100644 index 00000000..79053462 --- /dev/null +++ b/application/views/alterpurchaseorder.php @@ -0,0 +1,584 @@ + + +
| + | SNo | +Item Name | +Quantity | +UOM | +Rate | +Tax % | +Total | +
|---|---|---|---|---|---|---|---|
| + | 1 | +001 | +Waste Sand | +Ton | +100 | +High | +No Change | +
| + | 2 | +002 | +Resin | +Litre | +50 | +High | +Change | +
| + | 3 | +003 | +Resin | +Litre | +100 | +High | +Change | +