Added a new statement entry type, 'WAIVE', and added the beginnings of a function to add a new waiver transaction. Haven't even started the work yet though...

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@466 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-02 22:44:55 +00:00
parent 35d7656bc5
commit cb716b06b7
2 changed files with 42 additions and 1 deletions

View File

@@ -955,6 +955,7 @@ CREATE TABLE `pmgr_transactions` (
'CLOSE',
-- 'CREDIT',
-- 'REFUND',
-- 'WAIVER',
'TRANSFER')
NOT NULL,
@@ -1066,6 +1067,7 @@ CREATE TABLE `pmgr_statement_entries` (
-- REVISIT <AP>: 20090730
-- VOID is just to test out a theory
-- for handling NSF and charge reversals
'WAIVE',
'VOID')
NOT NULL,