From c84cee759d5a9f6993149f2aba9e4491cd9a7e2f Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Wed, 19 Jul 2017 13:18:06 +0530 Subject: [PATCH] Billing screen and PO status update screen added --- .../controllers/servicepurchaseorder.php | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/application/controllers/servicepurchaseorder.php b/application/controllers/servicepurchaseorder.php index 591746cd..52f01cc9 100755 --- a/application/controllers/servicepurchaseorder.php +++ b/application/controllers/servicepurchaseorder.php @@ -27,7 +27,22 @@ class servicepurchaseorder extends BaseController $this->isLoggedIn(); } - + function viewServicePOReportForBilling() + { + + $this->global['pageTitle'] = 'Siddharth : Service Purchase Order for Billing'; + + $this->loadViews("serviceporeport", $this->global,Null); + + } + + function UpdateServicePOStatus() + { + $this->global['pageTitle'] = 'Siddharth : Update Service PO Status'; + + $this->loadViews("statusofservicepurchaseorder", $this->global,Null); + + } // To get the available Budget Amount function AvilBudgetAmount() {