mia-accounting/src/accounting
2023-03-20 18:45:50 +08:00
..
account Renamed "journal entry" to "voucher line item", and "entry type" to "side". 2023-03-19 22:09:40 +08:00
base_account Revised the documentation of the "accounting.account.queries", "accounting.base_account.queries", "accounting.currency.queries", and "accounting.transaction.queries" modules. 2023-03-04 06:57:35 +08:00
currency Replaced the if checks with assert in the IsBalanced validator of the currency sub-form of the transaction form, the NoOffsetNominalAccount validator of the account form, and the CodeUnique validator of the currency form. 2023-03-15 22:25:24 +08:00
data Added 7 currencies. 2023-02-08 11:05:59 +08:00
report Renamed "summary" to "description" in the voucher line item. 2023-03-20 18:45:50 +08:00
static Renamed "summary" to "description" in the voucher line item. 2023-03-20 18:45:50 +08:00
templates/accounting Renamed "summary" to "description" in the voucher line item. 2023-03-20 18:45:50 +08:00
translations Updated the translation. 2023-03-18 23:37:08 +08:00
utils Renamed "transaction" to "voucher", "cash expense transaction" to "cash disbursement voucher", and "cash income transaction" to "cash receipt voucher". 2023-03-19 13:56:46 +08:00
voucher Renamed "summary" to "description" in the voucher line item. 2023-03-20 18:45:50 +08:00
__init__.py Renamed "transaction" to "voucher", "cash expense transaction" to "cash disbursement voucher", and "cash income transaction" to "cash receipt voucher". 2023-03-19 13:56:46 +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 Renamed "summary" to "description" in the voucher line item. 2023-03-20 18:45:50 +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 Renamed "transaction" to "voucher", "cash expense transaction" to "cash disbursement voucher", and "cash income transaction" to "cash receipt voucher". 2023-03-19 13:56:46 +08:00