From 5007890d09185b1d5c4a20079c00c72e5c9679b9 Mon Sep 17 00:00:00 2001 From: abijah Date: Tue, 7 Jul 2009 07:14:28 +0000 Subject: [PATCH] Added a petty cash account git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@245 97e9348a-65ac-dc4b-aefc-98561f571b83 --- db/schema.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/db/schema.sql b/db/schema.sql index 451453b..7f02150 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -864,6 +864,7 @@ INSERT INTO `pmgr_accounts` (`type`, `name`, `tillable`, `depositable`) ('LIABILITY', 'A/P', 0, 0), ('LIABILITY', 'Tax', 0, 0), ('LIABILITY', 'Customer Credit', 0, 0), + ('ASSET', 'Petty Cash', 0, 0), ('ASSET', 'Bank', 0, 1), ('ASSET', 'Cash', 1, 0), ('ASSET', 'Check', 1, 0),