mia-accounting/src/accounting
2023-04-08 18:12:57 +08:00
..
account Added the refundable deposit accounts to the default list of accounts that need offset in the accounting-init-accounts console command. 2023-04-08 18:12:57 +08:00
base_account Revised the imports in the "accounting.base_account.views" and "accounting.currency.views" modules. 2023-04-06 16:09:36 +08:00
currency Revised the imports in the "accounting.base_account.views" and "accounting.currency.views" modules. 2023-04-06 16:09:36 +08:00
data Added 7 currencies. 2023-02-08 11:05:59 +08:00
journal_entry Moved the "accounting.journal_entry.utils.offset_alias" module to "accounting.utils.offset_alias". 2023-04-08 18:12:55 +08:00
option Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting". 2023-04-04 18:26:54 +08:00
report Moved the __query_line_items method in the UnappliedOriginalLineItems report to the new "accounting.utils.unapplied" module, to share this query. 2023-04-08 18:12:56 +08:00
static Added the account list as the default page for the unapplied original line items. 2023-04-08 18:12:55 +08:00
templates/accounting Added the account list as the default page for the unapplied original line items. 2023-04-08 18:12:55 +08:00
translations Updated the translation. 2023-04-06 02:55:17 +08:00
utils Moved the __query_line_items method in the UnappliedOriginalLineItems report to the new "accounting.utils.unapplied" module, to share this query. 2023-04-08 18:12:56 +08:00
__init__.py Revised the init_app function in the "accounting" module. 2023-04-05 08:07:17 +08:00
forms.py Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting". 2023-04-04 18:26:54 +08:00
locale.py Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting". 2023-04-04 18:26:54 +08:00
models.py Reordered the methods in the JournalEntryLineItem data model. 2023-04-08 18:12:57 +08:00
template_filters.py Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting". 2023-04-04 18:26:54 +08:00
template_globals.py Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting". 2023-04-04 18:26:54 +08:00