Billing screen and PO status update screen added

This commit is contained in:
gandhimathi Bharathirajan 2017-07-19 13:18:06 +05:30
parent 8f395b8c4a
commit c84cee759d

View File

@ -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()
{