mia-accounting-django/accounting/templates/accounting
2020-07-23 09:37:29 +08:00
..
include Renamed "subject" to "account" in the accounting application. 2020-07-21 10:38:47 +08:00
balance-sheet.html Changed the URL of the accounts in the balance sheet so that the net income in the current period links to the income statement in the accounting application. 2020-07-21 13:38:18 +08:00
cash-summary.html Renamed the template variable current_account to account in the accounting application, for simplicity. 2020-07-23 09:37:29 +08:00
cash.html Renamed the template variable current_account to account in the accounting application, for simplicity. 2020-07-23 09:37:29 +08:00
income-statement.html Added CashAccountConverter and LedgerAccountConverter and applied them in the URL patterns of the accounting application. 2020-07-23 08:33:53 +08:00
journal.html Renamed "subject" to "account" in the accounting application. 2020-07-21 10:38:47 +08:00
ledger-summary.html Renamed the template variable current_account to account in the accounting application, for simplicity. 2020-07-23 09:37:29 +08:00
ledger.html Renamed the template variable current_account to account in the accounting application, for simplicity. 2020-07-23 09:37:29 +08:00
search.html Renamed "subject" to "account" in the accounting application. 2020-07-21 10:38:47 +08:00
trial-balance.html Added CashAccountConverter and LedgerAccountConverter and applied them in the URL patterns of the accounting application. 2020-07-23 08:33:53 +08:00