|
0ae00bce79
|
Changed the properties of the test cases from public to private.
|
2023-07-29 10:11:45 +08:00 |
|
|
356d2010cc
|
Removed the CSRF token from the get_client function in testlib.py, so that type hints and documentation can be added to the client and the CSRF token properties separately.
|
2023-07-29 10:11:45 +08:00 |
|
|
501c4b1d22
|
Added missing documentation to the global variables, class properties, and object properties.
|
2023-07-29 10:11:44 +08:00 |
|
|
818c357613
|
Revised the next URI utilities to apply URLSafeSerializer for encoding and decoding the next URI, in order to prevent tampering with the next URI.
|
2023-05-23 09:30:19 +08:00 |
|
|
359c335662
|
Revised the way to import from the datetime package, to avoid name conflict with the common "date" and "time" names.
|
2023-04-26 13:17:31 +08:00 |
|
|
4be1ead6b5
|
Added the "accounting-init-db" console command to the database initialization of the test site, for simplicity.
|
2023-04-10 23:58:08 +08:00 |
|
|
700e4f822a
|
Merged the "init-db" console command to the Flask application initialization in the test site, to simplify the code.
|
2023-04-10 23:50:16 +08:00 |
|
|
c4a8326bfc
|
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 |
|
|
f8ea863b80
|
Moved the add_journal_entry and match_journal_entry_detail functions from testlib_journal_entry.py to testlib.py. They are used by everyone, and testlib_journal_entry.py is only for test_journal_entry.py to shorten the code in one single file.
|
2023-04-09 11:46:55 +08:00 |
|
|
4c2dcc5070
|
Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
|
2023-04-04 18:26:54 +08:00 |
|
|
7515032082
|
Moved the Accounts shortcut from testlib_journal_entry.py to testlib.py.
|
2023-03-23 17:26:27 +08:00 |
|
|
361b18e411
|
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 |
|
|
b1af1d7425
|
Renamed "voucher" to "journal entry".
|
2023-03-20 22:33:14 +08:00 |
|
|
8f909965a9
|
Renamed "voucher line item" to "journal entry line item".
|
2023-03-20 20:52:35 +08:00 |
|
|
d18dd7d4d2
|
Renamed "summary" to "description" in the voucher line item.
|
2023-03-20 18:45:50 +08:00 |
|