| {{business.charAt(0).toUpperCase() + business.slice(1)}} | Selected |
No businesses yet.
| Account Name | Balance | Side | Actions |
|---|---|---|---|
| {{account.name}} | {{formatNegativeNumbers(formatCurrency(account.balance))}} | {{account.balanceSide}} |
No {{type}} accounts yet.
| Date | Description | Debits | Credits | Actions |
|---|---|---|---|---|
| {{ formatDate(tx.date) }} | {{ tx.description }} |
{{ debit.accountName }}: {{
formatNegativeNumbers(formatCurrency(debit.amount))
}}
|
{{ credit.accountName }}: {{
formatNegativeNumbers(formatCurrency(credit.amount))
}}
|
{{ formatNegativeNumbers(formatCurrency(totalTransactionDebits)) }}
{{ formatNegativeNumbers(formatCurrency(totalTransactionCredits)) }}
No transactions found.
| Account | Type | Debit | Credit |
|---|---|---|---|
| {{a.name}} | {{a.type}} | {{a.debit > 0 ? formatNegativeNumbers(formatCurrency(a.debit)) : ''}} | {{a.credit > 0 ? formatNegativeNumbers(formatCurrency(a.credit)) : ''}} |
| TOTAL | {{formatNegativeNumbers(formatCurrency(trialBalanceTotals.totalDebit))}} | {{formatNegativeNumbers(formatCurrency(trialBalanceTotals.totalCredit))}} | |
No data to display.
As at {{formatDate(new Date())}}
(Amounts in {{getCurrencyFullName()}})
| Assets | |
| {{a.name}} | {{formatFinancialNumber((a.amount))}} |
| Total Assets | {{formatFinancialNumber(balanceSheet.totalAssets)}} |
| Liabilities | |
| {{l.name}} | {{formatFinancialNumber(l.amount)}} |
| Total Liabilities | {{formatFinancialNumber(balanceSheet.totalLiabilities)}} |
| Equity | |
| {{e.name}} | {{formatFinancialNumber(e.amount)}} |
| Total Equity | {{formatFinancialNumber(balanceSheet.totalEquity)}} |
| Total Liabilities and Equity | {{formatFinancialNumber(balanceSheet.totalLiabilities + balanceSheet.totalEquity)}} |
For the Year Ended {{formatDate(new Date())}}
(Amounts in {{getCurrencyFullName()}})
| Revenue | |
| {{r.name}} | {{formatFinancialNumber(r.amount)}} |
| Total Revenue | {{formatFinancialNumber(incomeStatement.totalRevenue)}} |
| Expenses | |
| {{e.name}} | {{formatFinancialNumber((e.amount))}} |
| Total Expenses | {{formatFinancialNumber(incomeStatement.totalExpenses)}} |
| {{incomeStatement.netIncome >= 0 ? 'NET INCOME' : 'NET LOSS'}} | {{formatFinancialNumber(Math.abs(incomeStatement.netIncome))}} |
Profit Margin: {{((incomeStatement.netIncome / incomeStatement.totalRevenue) * 100).toFixed(2)}}%
Expense Ratio: {{((incomeStatement.totalExpenses / incomeStatement.totalRevenue) * 100).toFixed(2)}}%
Sets the default symbol for all financial reports.
Download a complete backup of all your accounting data (businesses, accounts, transactions, and notes). This file can be imported back later.
Exports: {{calculateDataSize()}} of data
Restore a previously exported backup or import accounting data from another system.
This will permanently delete all data. Make sure you have a backup!
{{businesses.length}} active, {{archivedBusinesses.length}} archived
{{accountsList.length}}
{{transactions.length}}
{{notes.oldNotes.length + 1}}
Version: 1.0.0 (Frontend Edition)
Storage: Browser LocalStorage