From de069ef18676f98bee3c99e46ca6cb86102a0c1a Mon Sep 17 00:00:00 2001 From: abijah Date: Tue, 15 Sep 2009 02:42:32 +0000 Subject: [PATCH] Updated the todo items git-svn-id: file:///svn-source/pmgr/trunk@848 97e9348a-65ac-dc4b-aefc-98561f571b83 --- requirements.txt | 2 +- todo.notes | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index db516ec..c972b8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ Operations to be functional X - Receive and record Money Orders X - Receive and record Cash X - Receive and record ACH Deposits - ? - Reverse rent charges (early moveout on prepaid occupancy) + X - Reverse rent charges (early moveout on prepaid occupancy) X - Handle NSF checks X - Assess NSF Fees X - Determine Lease Paid-Through status diff --git a/todo.notes b/todo.notes index 31d7a02..e7ab495 100644 --- a/todo.notes +++ b/todo.notes @@ -52,11 +52,6 @@ Reduce the number of cached items. Figure out how to get Cake to automatically make CONCAT(TenderType.name, ' #', Tender.id) part of each returned query. -Implement, as part of the User model, a function to return the -security level. Have it be a static function, so that we don't -need to instantiate it, and right now, return a level based on -the route. - Add the opposite of the "collected" report, which provides a set of checkboxes for the different incomes, and returns a list of where the received monies were disbursed for the selected period.