mia-accounting/src/accounting/currency
2023-03-22 00:37:39 +08:00
..
__init__.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
commands.py Renamed "fh" to "fp" when opening files, following the Python convention. 2023-02-09 00:02:14 +08:00
converters.py Merged the "accounting.database" module into the "accounting" module. It has only one member as "db", the database instance, and does not need to be separated into another file. 2023-02-08 11:13:09 +08:00
forms.py 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
queries.py Fixed the search queries to be case-insensitive. 2023-03-20 23:54:38 +08:00
views.py Added the limitation so that the default currency and the currencies in use cannot be deleted. 2023-03-22 00:37:39 +08:00