mia-accounting/src/accounting
2023-07-29 10:11:44 +08:00
..
account Added missing documentation to the global variables, class properties, and object properties. 2023-07-29 10:11:44 +08:00
base_account Added the "accounting-init-db" console command to replace the trivial "accounting-init-base", "accounting-init-accounts" and "accounting-init-currencies" console commands. 2023-04-10 23:38:27 +08:00
currency Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. Since Python 3.9 introduced type hinting generics in standard collections, we do not have as many names to import now. This is also to be consistent with the practices of most major and standard packages and examples. 2023-04-26 18:22:45 +08:00
data Added 7 currencies. 2023-02-08 11:05:59 +08:00
journal_entry Added missing documentation to the global variables, class properties, and object properties. 2023-07-29 10:11:44 +08:00
option Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting". 2023-04-04 18:26:54 +08:00
report Added missing documentation to the global variables, class properties, and object properties. 2023-07-29 10:11:44 +08:00
static Revised the saveOriginalLineItem method of the JavaScript JournalEntryLineItemEditor class not to override the existing amount when the existing amount is less than the net balance. This make it easier when updating the existing journal entries. 2023-04-30 15:03:59 +08:00
templates/accounting Fixed the back URL of the creation forms, applying the accounting_or_next filter for the decoded next URI instead of getting the next URI directly. 2023-05-23 09:32:48 +08:00
translations Updated the translation. 2023-04-18 09:32:38 +08:00
utils Added missing documentation to the global variables, class properties, and object properties. 2023-07-29 10:11:44 +08:00
__init__.py Advanced to version 1.5.6. 2023-05-23 09:32:48 +08:00
commands.py Added the "accounting-init-db" console command to replace the trivial "accounting-init-base", "accounting-init-accounts" and "accounting-init-currencies" console commands. 2023-04-10 23:38:27 +08:00
forms.py Added missing documentation to the global variables, class properties, and object properties. 2023-07-29 10:11:44 +08:00
locale.py Added missing documentation to the global variables, class properties, and object properties. 2023-07-29 10:11:44 +08:00
models.py Revised the documentation of the columns of the data models. 2023-06-05 16:55:25 +08:00
template_filters.py Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. Since Python 3.9 introduced type hinting generics in standard collections, we do not have as many names to import now. This is also to be consistent with the practices of most major and standard packages and examples. 2023-04-26 18:22:45 +08:00
template_globals.py Fixed the type hint of the "currency_options" function. 2023-04-23 09:44:25 +08:00