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:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user