mia-accounting/src/accounting
2023-04-09 00:39:46 +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 Changed the permission to the offset matcher so that editors can use it. 2023-04-09 00:39:45 +08:00
static Revised the unapplied original line item report to mark matched offsets for administrators when there are unmatched offsets. 2023-04-09 00:39:45 +08:00
templates/accounting Changed the permission to the offset matcher so that editors can use it. 2023-04-09 00:39:45 +08:00
translations Updated the translation. 2023-04-09 00:39:46 +08:00
unmatched_offset Changed the permission to the offset matcher so that editors can use it. 2023-04-09 00:39:45 +08:00
utils Renamed the "accounting.unmatched_offset.forms" module to "accounting.utils.offset_matcher". 2023-04-09 00:39:45 +08:00
__init__.py Added the unmatched offset list and the offset matcher. 2023-04-09 00:39:11 +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 Added the match pseudo property to 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