Another snapshot. I think I'll be taking the CREDIT/DEBIT reconcile functionality out.
git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@353 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -1065,11 +1065,13 @@ CREATE TABLE `pmgr_entries` (
|
||||
|
||||
`type` ENUM('CHARGE',
|
||||
'PAYMENT',
|
||||
'DEPOSIT',
|
||||
'TRANSFER')
|
||||
NOT NULL,
|
||||
|
||||
-- The account of the entry
|
||||
`account_id` INT(10) UNSIGNED DEFAULT NULL,
|
||||
-- The account/ledger of the entry
|
||||
`account_id` INT(10) UNSIGNED NOT NULL,
|
||||
`ledger_id` INT(10) UNSIGNED NOT NULL,
|
||||
|
||||
`crdr` ENUM('DEBIT',
|
||||
'CREDIT')
|
||||
|
||||
Reference in New Issue
Block a user