Work on Service Reports

This commit is contained in:
Deon George
2013-10-11 00:08:02 +11:00
parent 91980b891e
commit 6f855fb32d
18 changed files with 198 additions and 225 deletions

View File

@@ -93,7 +93,7 @@ class Controller_Reseller_Welcome extends Controller_Welcome {
'date_payment'=>'Pay Date',
'account->accnum()'=>'Num',
'account->name()'=>'Account',
'account->display("status")'=>'Active',
'account->status(TRUE)'=>'Active',
'total(TRUE)'=>'Total',
'balance(TRUE)'=>'Balance',
))

View File

@@ -25,7 +25,7 @@ return array
),
'invoice'=>0, // Number of invoices to generate in a pass
'site'=>FALSE, // Glogal site debug
'show_errors'=>TRUE, // Show errors instead of logging in the DB.
'show_errors'=>FALSE, // Show errors instead of logging in the DB.
'show_inactive'=>FALSE, // Show Inactive Items
'task_sim'=>FALSE, // Simulate running tasks
);