mia-accounting/src/accounting
2024-06-04 08:29:26 +08:00
..
account Applied the "type" statement to type aliases for Python 3.12. 2024-03-03 07:39:20 +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 Revised the calculation of "today" to use the client's timezone instead of the server's timezone. 2024-06-04 08:28:59 +08:00
option Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting". 2023-04-04 18:26:54 +08:00
report Revised the calculation of "today" to use the client's timezone instead of the server's timezone. 2024-06-04 08:28:59 +08:00
static Revised the calculation of "today" to use the client's timezone instead of the server's timezone. 2024-06-04 08:28:59 +08:00
templates/accounting Revised the calculation of "today" to use the client's timezone instead of the server's timezone. 2024-06-04 08:28:59 +08:00
translations Updated the translation. 2023-07-29 13:07:08 +08:00
utils Revised the calculation of "today" to use the client's timezone instead of the server's timezone. 2024-06-04 08:28:59 +08:00
__init__.py Advanced to version 1.6.0. 2024-06-04 08:29:26 +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 Revised the calculation of "today" to use the client's timezone instead of the server's timezone. 2024-06-04 08:28:59 +08:00
template_globals.py Fixed the type hint of the "currency_options" function. 2023-04-23 09:44:25 +08:00