diff --git a/site/controllers/statement_entries_controller.php b/site/controllers/statement_entries_controller.php index 4d26925..2816a70 100644 --- a/site/controllers/statement_entries_controller.php +++ b/site/controllers/statement_entries_controller.php @@ -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)); } diff --git a/todo.notes b/todo.notes index 7c3e3cb..334587a 100644 --- a/todo.notes +++ b/todo.notes @@ -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.