mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: balance sheet report.
feat: trial balance sheet. feat: general ledger report. feat: journal report. feat: profit/loss report.
This commit is contained in:
@@ -23,6 +23,7 @@ export interface ITrialBalanceAccount {
|
||||
credit: number,
|
||||
debit: number,
|
||||
balance: number,
|
||||
currencyCode: string,
|
||||
|
||||
formattedCredit: string,
|
||||
formattedDebit: string,
|
||||
|
||||
Reference in New Issue
Block a user