mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
refactoring: balance sheet report.
refactoring: trial balance sheet report. refactoring: general ledger report. refactoring: journal report. refactoring: P&L report.
This commit is contained in:
@@ -6,10 +6,12 @@ import ExpenseRepository from 'repositories/ExpenseRepository';
|
||||
import ViewRepository from 'repositories/ViewRepository';
|
||||
import ViewRoleRepository from 'repositories/ViewRoleRepository';
|
||||
import ContactRepository from 'repositories/ContactRepository';
|
||||
import AccountTransactionsRepository from 'repositories/AccountTransactionRepository';
|
||||
|
||||
export default (tenantId: number) => {
|
||||
return {
|
||||
accountRepository: new AccountRepository(tenantId),
|
||||
transactionsRepository: new AccountTransactionsRepository(tenantId),
|
||||
accountTypeRepository: new AccountTypeRepository(tenantId),
|
||||
customerRepository: new CustomerRepository(tenantId),
|
||||
vendorRepository: new VendorRepository(tenantId),
|
||||
|
||||
Reference in New Issue
Block a user