mia-accounting/src/accounting/report/reports
2023-03-18 22:52:29 +08:00
..
__init__.py Added the search to the accounting data. 2023-03-09 06:37:31 +08:00
balance_sheet.py Fixed and renamed the "__query_currency_period" method of the AccountCollector of the balance sheet to "__query_current_period". 2023-03-18 22:11:45 +08:00
income_expenses.py Revised the journal, the ledger, the income and expenses log, and the search result to show the last page first as the default upon pagination. 2023-03-18 22:11:44 +08:00
income_statement.py Moved the period and period chooser to the "accounting.report.period" module. 2023-03-09 18:30:41 +08:00
journal.py Revised the journal, the ledger, the income and expenses log, and the search result to show the last page first as the default upon pagination. 2023-03-18 22:11:44 +08:00
ledger.py Revised the ledger not to show the accumulated balance of the nominal accounts. The accumulated balance does not make sense for nominal accounts. 2023-03-18 22:11:45 +08:00
search.py Renamed all the is_XXX_needed properties to is_need_XXX. For example, especially the is_offset_needed property to is_need_offset, to be clear and understandable. 2023-03-18 22:52:29 +08:00
trial_balance.py Moved the period and period chooser to the "accounting.report.period" module. 2023-03-09 18:30:41 +08:00