mia-accounting/src/accounting
2023-03-22 01:02:09 +08:00
..
account Added the limitation so that essential accounts, like cash, and the accounts in use, cannot be deleted. 2023-03-22 00:37:26 +08:00
base_account Fixed the search queries to be case-insensitive. 2023-03-20 23:54:38 +08:00
currency Added the limitation so that the default currency and the currencies in use cannot be deleted. 2023-03-22 00:37:39 +08:00
data Added 7 currencies. 2023-02-08 11:05:59 +08:00
journal_entry Fixed so that the journal entries that has offset cannot be deleted. 2023-03-22 00:59:43 +08:00
report Removed the redundant Flask App context from the default_currency_code Jinja2 global and the default_ie_account_code function. They are always under the Flask app context. 2023-03-21 21:17:10 +08:00
static Revised the styles of the buttons in the description editor. 2023-03-21 19:50:57 +08:00
templates/accounting Added the limitation so that the default currency and the currencies in use cannot be deleted. 2023-03-22 00:37:39 +08:00
translations Updated the translation. 2023-03-21 00:53:52 +08:00
utils Renamed "voucher" to "journal entry". 2023-03-20 22:33:14 +08:00
__init__.py Renamed "voucher" to "journal entry". 2023-03-20 22:33:14 +08:00
locale.py Revised the documentation of the init_app function of the "accounting.locale", "accounting.base_account", "accounting.account", and "accounting.currency" modules. 2023-02-07 17:01:08 +08:00
models.py Simplified the "can_delete" pseudo property of the JournalEntry data model. SQLAlchemy caches the query result. There is no need to cache the result again. 2023-03-22 01:02:09 +08:00
template_filters.py Added the "default" filter to reduce the amount of logic in the templates, which differs from the Jinja2 "default" filter in that it looks for None instead of undefined values. 2023-03-09 06:37:10 +08:00
template_globals.py Removed the redundant Flask App context from the default_currency_code Jinja2 global and the default_ie_account_code function. They are always under the Flask app context. 2023-03-21 21:17:10 +08:00