mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: optimize chart of accounts.
This commit is contained in:
@@ -282,6 +282,7 @@ export default {
|
||||
const accounts = await Account.query().onBuild((builder) => {
|
||||
builder.modify('filterAccountTypes', filter.account_types);
|
||||
builder.withGraphFetched('type');
|
||||
builder.withGraphFetched('balance');
|
||||
|
||||
// Build custom view conditions query.
|
||||
if (viewConditionals.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user