Added a petty cash account

git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@245 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-07 07:14:28 +00:00
parent aab8a994c8
commit 5007890d09

View File

@@ -864,6 +864,7 @@ INSERT INTO `pmgr_accounts` (`type`, `name`, `tillable`, `depositable`)
('LIABILITY', 'A/P', 0, 0), ('LIABILITY', 'A/P', 0, 0),
('LIABILITY', 'Tax', 0, 0), ('LIABILITY', 'Tax', 0, 0),
('LIABILITY', 'Customer Credit', 0, 0), ('LIABILITY', 'Customer Credit', 0, 0),
('ASSET', 'Petty Cash', 0, 0),
('ASSET', 'Bank', 0, 1), ('ASSET', 'Bank', 0, 1),
('ASSET', 'Cash', 1, 0), ('ASSET', 'Cash', 1, 0),
('ASSET', 'Check', 1, 0), ('ASSET', 'Check', 1, 0),