Added a way to associate the meaningful part of NSF with the corresponding tender.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@456 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-31 18:10:48 +00:00
parent e09fb7d258
commit 00c99ea60a
4 changed files with 10 additions and 31 deletions

View File

@@ -1187,9 +1187,11 @@ CREATE TABLE `pmgr_tenders` (
-- The ledger entry this legal tender applies to
`ledger_entry_id` INT(10) UNSIGNED NOT NULL,
-- The ledger entry if this tender is marked NSF
`nsf_ledger_entry_id` INT(10) UNSIGNED DEFAULT NULL,
-- The deposit transaction that included these monies
`deposit_transaction_id` INT(10) UNSIGNED DEFAULT NULL,
-- The NSF transaction, should this come back from the bank.
-- The NSF transaction coming back from the bank.
`nsf_transaction_id` INT(10) UNSIGNED DEFAULT NULL,
`comment` VARCHAR(255) DEFAULT NULL,