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:
@@ -276,7 +276,7 @@ class StatementEntriesController extends AppController {
|
|||||||
array('name' => 'Operations', 'header' => true);
|
array('name' => 'Operations', 'header' => true);
|
||||||
|
|
||||||
$this->sidemenu_links[] =
|
$this->sidemenu_links[] =
|
||||||
array('name' => 'Waive',
|
array('name' => 'Waive Balance',
|
||||||
'url' => array('action' => 'waive',
|
'url' => array('action' => 'waive',
|
||||||
$id));
|
$id));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,6 +18,9 @@ security deposits charged.
|
|||||||
Customer Selection on the Receipt Page is broken.
|
Customer Selection on the Receipt Page is broken.
|
||||||
(Selecting a row and waiting for the update).
|
(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
|
Get Petty Cash working. We'll need to add one or more expense
|
||||||
accounts. We'll also need to implement purchase order
|
accounts. We'll also need to implement purchase order
|
||||||
functionality, or at least simple an expense page.
|
functionality, or at least simple an expense page.
|
||||||
|
|||||||
Reference in New Issue
Block a user