Made the link clearer that we'll only be waiving the balance of a charge, not the entire charge.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@482 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-04 20:26:33 +00:00
parent 0ff91bf4d8
commit 1afed6a6e0
2 changed files with 4 additions and 1 deletions

View File

@@ -276,7 +276,7 @@ class StatementEntriesController extends AppController {
array('name' => 'Operations', 'header' => true);
$this->sidemenu_links[] =
array('name' => 'Waive',
array('name' => 'Waive Balance',
'url' => array('action' => 'waive',
$id));
}

View File

@@ -18,6 +18,9 @@ security deposits charged.
Customer Selection on the Receipt Page is broken.
(Selecting a row and waiting for the update).
Allow waiving a complete charge, even if it already has payments
applied (at the moment, we just can waive the charge balance).
Get Petty Cash working. We'll need to add one or more expense
accounts. We'll also need to implement purchase order
functionality, or at least simple an expense page.