Block a user
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.
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.
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.
1e56403b35
Advanced to version 1.2.1.
650c26036a
Fixed the search result to allow full year/month/day specification.
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.
5e3e695e62
Updated the Sphinx documentation.
510d369e9c
Updated the translation.
b65cae9252
Added the OffsetMatcherTestCase test case.
285c12406b
Revised the property names in the TestData class in testlib_offset.py.
df240472a4
Changed the permission to the offset matcher so that editors can use it.
3a0e978f76
Removed an unused import from the "accounting.journal_entry.forms.line_item" module.
8c10d42d7b
Added documentation to the currency and account parameters of the CSVRow class, and the pagination parameter of the PageParams class in the "accounting.report.reports.journal" module.
04ec51afbe
Changed the "offsets" relationship to a pseudo property, to apply the correct but complex ordering rules.
fe7a8842ce
Fixed the query in the JournalEntryConverter converter.
66daa5c42c
Fixed the query in the KeepAccountWhenHavingOffset validator.