依瑪貓 imacat
imacat pushed tag v1.3.3 to imacat/mia-accounting 2023-04-13 10:03:00 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-13 10:02:57 +08:00
260e3cbe82 Advanced to version 1.3.3.
cd039520b6 Added permission checks to the reset routes in the test site.
05e652aa62 Changed the "_journal_entries" and "_line_items" properties in the BaseTestData class from protected to private, renaming them to "__journal_entries" and "__line_items", respectively. There is no need to access it from the child classes anymore.
5c9bf0638c Removed the "csv_data" pseudo property from BaseTestData.
bbc78433fd Moved the sample data generation from the make-sample.py script to the test site. The sample data is generated at real time. This avoids the problem with pre-recorded sample data that the beginning of the months and weeks changes with the day resetting the sample data.
Compare 8 commits »
imacat pushed tag v1.3.2 to imacat/mia-accounting 2023-04-12 18:05:46 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-12 18:05:39 +08:00
621020b0f0 Advanced to version 1.3.2.
6ad36cfaa3 Updated the translation of the test site.
20b0412091 Added the sample data generation and database reset on the test site for live demonstration.
Compare 3 commits »
imacat deleted tag v1.3.2 from imacat/mia-accounting 2023-04-12 18:04:31 +08:00
imacat pushed tag v1.3.2 to imacat/mia-accounting 2023-04-12 18:03:19 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-12 18:03:08 +08:00
9520ddc7ef Advanced to version 1.3.2.
3d6575dbdb Updated the translation of the test site.
f4a2183237 Added the sample data generation and database reset on the test site.
3ca246d3e0 Revised the strings in babel-utils.py and babel-utils-test-site.py.
85d1b13ccd Added the "populate" method to the BaseTestData class, and changed it so that the tests need to call the "populate" method to populate the data, so that it may return the data with populating the database in the future.
Compare 7 commits »
imacat pushed tag v1.3.1 to imacat/mia-accounting 2023-04-11 22:35:29 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-11 22:35:18 +08:00
e62316c477 Advanced to version 1.3.1.
24ddb0c278 Updated the translation of the test site.
536f3390aa Revised the home page of the test site.
fadd8e73b6 Revised the log in process of the test site to return to the previous page after logging in.
12ccf658bf Revised the documentation in README.rst and intro.rst.
Compare 6 commits »
imacat pushed tag v1.3.0 to imacat/mia-accounting 2023-04-11 00:12:01 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-11 00:11:57 +08:00
404b902d88 Advanced to version 1.3.0.
imacat pushed to main at imacat/mia-accounting 2023-04-11 00:07:05 +08:00
a560ff175a Updated the Sphinx documentation.
imacat pushed to main at imacat/mia-accounting 2023-04-10 23:58:26 +08:00
4be1ead6b5 Added the "accounting-init-db" console command to the database initialization of the test site, for simplicity.
700e4f822a Merged the "init-db" console command to the Flask application initialization in the test site, to simplify the code.
c21ed59dfe Replaced SQLAlchemy 1.x-style bulk_save_objects(objects) with SQLAlchemy 2.x-style execute(insert(model), data).
c4a8326bfc Added the "accounting-init-db" console command to replace the trivial "accounting-init-base", "accounting-init-accounts" and "accounting-init-currencies" console commands.
371c80f668 Removed the unused CurrencyData custom type from the "accounting.currency.commands" module.
Compare 6 commits »
imacat pushed tag v1.2.1 to imacat/mia-accounting 2023-04-09 21:07:23 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-09 21:07:20 +08:00
1e56403b35 Advanced to version 1.2.1.
650c26036a Fixed the search result to allow full year/month/day specification.
Compare 2 commits »
imacat pushed tag v1.2.0 to imacat/mia-accounting 2023-04-09 12:21:07 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-09 12:21:04 +08:00
b19a6e5ffe Advanced to version 1.2.0.
imacat pushed to main at imacat/mia-accounting 2023-04-09 12:16:15 +08:00
1224d6f83e Added the CSV_MIME constant to test_report.py to simplify the ReportTestCase test case.
3a8618f7c3 Fixed the csv_download function when downloading data with non-US-ASCII filenames in the "accounting.report.utils.csv_export" module.
5d87205659 Changed the data in the ReportTestData class to be non-US-ASCII.
04de4f5c5e Merged testlib_offset.py into testlib.py.
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.
Compare 26 commits »
imacat pushed to main at imacat/mia-accounting 2023-04-09 01:42:19 +08:00
6bac76be64 Fixed an error in the formatted string in the translation.
imacat pushed tag v1.1.0 to imacat/mia-accounting 2023-04-09 00:52:52 +08:00