mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: Receivable and payable aging summary financial statement.
This commit is contained in:
@@ -103,7 +103,29 @@ exports.seed = (knex) => {
|
||||
active: 1,
|
||||
index: 1,
|
||||
predefined: 1,
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
name: 'Accounts Receivable',
|
||||
account_type_id: 8,
|
||||
parent_account_id: null,
|
||||
code: '1000',
|
||||
description: '',
|
||||
active: 1,
|
||||
index: 1,
|
||||
predefined: 1,
|
||||
},
|
||||
{
|
||||
id: 11,
|
||||
name: 'Accounts Payable',
|
||||
account_type_id: 9,
|
||||
parent_account_id: null,
|
||||
code: '1000',
|
||||
description: '',
|
||||
active: 1,
|
||||
index: 1,
|
||||
predefined: 1,
|
||||
},
|
||||
]);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user