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),