Block a user
9276775dcb
Advanced to version 1.5.8.
0104fa4c21
Fixed an icon in the detail of the cash receipt journal entry.
848971709a
Advanced to version 0.7.0.
409b04af47
Added docs/requirements.txt and the "sphinx_rtd_theme" theme to the readthedocs configuration, as Read the Docs does not install sphinx_rtd_theme by default after August 7, 2023.
1660911afb
Advanced to version 0.7.0.
a8c34eb367
Updated the Sphinx documentation.
cc96987a18
Revised the FlaskLoginTestCase test case to skip testing when Flask-Login 0.6.2 conflicts with Werkzeug 3.
1f657568bb
Replaced the "Flask-Testing" package with the "httpx" package for testing, and retired the unused "flask_digest_auth.test" module. "Flask-Testing" is not maintained for more than 3 years, and is not compatible with Flask 3.
97fc2f9e09
Advanced to version 1.5.7.
cd86651606
Added the "accounting-titleize" console command to capitalize the existing account titles that were already initialized.
9147744ff7
Renamed the test_init test to test_init_db in the ConsoleCommandTestCase test case.
1a212a5330
Updated the documentation of the test_init test of the ConsoleCommandTestCase test case.
0614457b7b
Moved dropping tables from the setUp method to the test_init test in the ConsoleCommandTestCase test case. The other tests may not need to drop the tables first.
f1fa890042
Updated the Sphinx documentation.
cf8e3158fd
Updated the translation.
6c7de34d4e
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.
0c655eb7b4
Updated the translation.
7c2d3d636e
Updated the log in message at the home page, and removed the next URI from the log in link. The next URI is not clear text but encrypted now. There is no need to attach the next URI, as it defaults redirects to the accounting application without the next URI.
488554f345
Updated the translation.
1a20f66938
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.