依瑪貓 imacat
imacat pushed to main at imacat/mia-accounting 2023-02-07 11:33:00 +08:00
16e2a146db Fixed the documentation in the Account data model.
f7ce94902f Revised the AccountTestCase test case, added the test_add, test_basic_update, test_update_not_modified, test_created_updated_by, test_l10n, and test_delete test to replace the simple test_change_base test.
5cf3cb1e11 Added the "is_modified" pseudo property to the Account data model, and applied it to the update_account view, to count the localized titles for modification.
a78057a8c3 Renamed the variable in the test_created_updated_by test of the CurrencyTestCase test case.
0491614ae4 Added the PREFIX constant to simplify the CurrencyTestCase test case.
Compare 22 commits »
imacat pushed to main at imacat/mia-accounting 2023-02-06 09:50:36 +08:00
50f8f06687 Revised the translation.
cd5b1b97fd Added a different the page title of the search result in the base account list and account list, to be clear.
b7dd53d2f9 Added a complex query to the test_malformed test of the QueryKeywordParserTestCase test case.
b07b0e3be4 Added a complex query to the test_default test of the QueryKeywordParserTestCase test case.
e7fb2288ce Revised the parse_query_keywords utility to handle the case with an open double quotation mark without its corresponding close double quotation mark.
Compare 27 commits »
imacat pushed to main at imacat/mia-accounting 2023-02-04 09:51:27 +08:00
0d8cf85ec0 Removed an excess blank line in test_utils.py.
6e212f0e33 Revised the Pagination utility to handle the malformed and illegal page number and page size values.
2fbe137243 Added test_utils.py with the NextUriTestCase, QueryKeywordParserTestCase, and PaginationTestCase test cases for the independent utilities.
f4e2c21ece Added test_temp.py to .gitignore, for temporary tests that should not be committed.
fff07a2552 Removed node_models from .gitignore.
Compare 5 commits »
imacat pushed tag v0.1.1 to imacat/mia-accounting 2023-02-03 17:26:23 +08:00
imacat pushed to main at imacat/mia-accounting 2023-02-03 17:26:20 +08:00
975b00bce9 Advanced to version 0.1.1.
d648538fbb Added onupdate="CASCADE" to the foreign keys.
Compare 2 commits »
imacat pushed to main at imacat/mia-accounting 2023-02-03 17:14:02 +08:00
imacat deleted tag v0.1.1 from imacat/mia-accounting 2023-02-03 17:13:25 +08:00
imacat pushed tag v0.1.1 to imacat/mia-accounting 2023-02-03 13:34:55 +08:00
imacat pushed to main at imacat/mia-accounting 2023-02-03 13:34:52 +08:00
16795df36d Advanced to version 0.1.1.
dde9c38bb8 Fixed the primary key of the Account data model to be not auto-incrementing.
Compare 2 commits »
imacat deleted tag v0.1.1 from imacat/mia-accounting 2023-02-03 13:33:35 +08:00
imacat pushed tag v0.1.1 to imacat/mia-accounting 2023-02-03 13:28:25 +08:00
imacat pushed to main at imacat/mia-accounting 2023-02-03 13:28:22 +08:00
61ead45994 Advanced to version 0.1.1.
6d5deb52f0 Fixed the Account data model to be not auto-incrementing.
Compare 2 commits »
imacat pushed to main at imacat/mia-accounting 2023-02-03 13:25:35 +08:00
imacat deleted tag v0.1.1 from imacat/mia-accounting 2023-02-03 13:25:02 +08:00
imacat pushed to main at imacat/mia-accounting 2023-02-03 13:22:18 +08:00
43b3c56d64 Temp
imacat pushed tag v0.1.0 to imacat/mia-accounting 2023-02-03 13:03:23 +08:00
imacat pushed tag v0.1.1 to imacat/mia-accounting 2023-02-03 13:03:23 +08:00
imacat pushed tag v0.0.0 to imacat/mia-accounting 2023-02-03 13:03:23 +08:00
imacat pushed to main at imacat/mia-accounting 2023-02-03 13:01:27 +08:00
252dd5c675 Advanced to version 0.1.1.
fecf33baa8 Updated the minimal python version to 3.11, as for the use of the typing.Self type hint.
Compare 2 commits »
imacat pushed to main at imacat/mia-accounting 2023-02-03 12:58:06 +08:00
cea2a44226 Added the order and sorting routes to the test_nobody, test_viewer, and test_editor tests of the AccountTestCase test case.
b5d87d2387 Revised to allow the viewers to view the account order page.
784e7bde49 Added the test_reorder test to the AccountTestCase test case.
60280f415d Shortened the variable names in the test_change_base test of the AccountTestCase test case.
f32d268494 Revised the order and sorting routes from "/base/" to "/bases/".
Compare 25 commits »