From 1afed6a6e097f18df41e0e288b91b8f49e835690 Mon Sep 17 00:00:00 2001 From: abijah Date: Tue, 4 Aug 2009 20:26:33 +0000 Subject: [PATCH] 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 --- site/controllers/statement_entries_controller.php | 2 +- todo.notes | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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.