.. |
test_site
|
Added the option management, and moved the configuration of the default currency, the default account for the income and expenses log, and the recurring expenses and incomes to the options.
|
2023-03-22 15:34:28 +08:00 |
babel-utils-test-site.py
|
Renamed the "testsite" application to "test_site".
|
2023-02-03 12:57:53 +08:00 |
babel-utils.py
|
Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site.
|
2023-02-03 12:55:33 +08:00 |
test_account.py
|
Moved the duplicated NEXT_URI constant from test_account.py and testlib_journal_entry.py to testlib.py.
|
2023-03-23 17:22:57 +08:00 |
test_base_account.py
|
Added the "create_test_app" function in testlib.py to replace "create_app" to prevent common mistakes. Added a get_csrf_token_view route to the application, and changed the get_csrf_token function to retrieve the CSRF token with the route without parsing the HTML for the CSRF token.
|
2023-03-14 21:28:35 +08:00 |
test_currency.py
|
Moved the duplicated NEXT_URI constant from test_account.py and testlib_journal_entry.py to testlib.py.
|
2023-03-23 17:22:57 +08:00 |
test_description_editor.py
|
Moved the Accounts shortcut from testlib_journal_entry.py to testlib.py.
|
2023-03-23 17:26:27 +08:00 |
test_journal_entry.py
|
Moved the Accounts shortcut from testlib_journal_entry.py to testlib.py.
|
2023-03-23 17:26:27 +08:00 |
test_offset.py
|
Moved the Accounts shortcut from testlib_journal_entry.py to testlib.py.
|
2023-03-23 17:26:27 +08:00 |
test_option.py
|
Moved the Accounts shortcut from testlib_journal_entry.py to testlib.py.
|
2023-03-23 17:26:27 +08:00 |
test_utils.py
|
Renamed all the is_XXX_needed properties to is_need_XXX. For example, especially the is_offset_needed property to is_need_offset, to be clear and understandable.
|
2023-03-18 22:52:29 +08:00 |
testlib_journal_entry.py
|
Moved the Accounts shortcut from testlib_journal_entry.py to testlib.py.
|
2023-03-23 17:26:27 +08:00 |
testlib_offset.py
|
Moved the Accounts shortcut from testlib_journal_entry.py to testlib.py.
|
2023-03-23 17:26:27 +08:00 |
testlib.py
|
Moved the Accounts shortcut from testlib_journal_entry.py to testlib.py.
|
2023-03-23 17:26:27 +08:00 |