mia-accounting/src/accounting
2023-12-16 21:52:15 +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 Revised to capitalize the account titles when initializing the base accounts instead of when displaying the account titles, so that the titles of the user-added accounts are not capitalized incorrectly. 2023-07-29 13:06:32 +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 Revised to capitalize the account titles when initializing the base accounts instead of when displaying the account titles, so that the titles of the user-added accounts are not capitalized incorrectly. 2023-07-29 13:06:32 +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 an icon in the detail of the cash receipt journal entry. 2023-10-24 04:43:11 +05:30
translations Updated the translation. 2023-07-29 13:07:08 +08:00
utils Revised to capitalize the account titles when initializing the base accounts instead of when displaying the account titles, so that the titles of the user-added accounts are not capitalized incorrectly. 2023-07-29 13:06:32 +08:00
__init__.py Advanced to version 1.5.11. 2023-12-16 21:52:15 +08:00
commands.py Added the "accounting-titleize" console command to capitalize the existing account titles that were already initialized. 2023-07-29 13:11:47 +08:00
forms.py Refined to enable the selection of the 3351-001 Accumulated Profit or Loss account. 2023-12-16 21:51:14 +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 Refined to enable the selection of the 3351-001 Accumulated Profit or Loss account. 2023-12-16 21:51:14 +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