Billing screen and PO status update screen added
This commit is contained in:
parent
8f395b8c4a
commit
c84cee759d
@ -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()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user