Block a user
f6407a915b
Advanced to version 1.5.0.
c4fecefdfe
Removed the documentation link from the documentation in intro.rst. It does not make sense for a circular link to itself.
c292ab5664
Revised pyproject.toml and conf.py to read the version from the accounting package.
5f75d93c6a
Simplified README.rst.
118c4b458e
Added the change log.
2afd8991a2
Added the change log.
3f7e4c0dda
Rewrote the data model declaration with the mapped type hint and the mapped columns in SQLAlchemy 2.0. Added "SQLAlchemy >= 2" to the dependencies.
eed4c923f6
Removed the "be" cast function to cast data type for the binary expressions. It is to be replaced by the mapped type hints.
f3e2627900
Rewrote the data model declaration with the mapped type hint and the mapped columns in SQLAlchemy 2.0. Added "SQLAlchemy >= 2" to the dependencies.
8baedb9eae
Rewrote the data model declaration with the mapped type hint and the mapped columns in SQLAlchemy 2.0. Added "SQLAlchemy >= 2" to the dependencies.
7deb73d0ae
Removed the "be" case function to cast data type for the binary expressions. It is to be replaced by the mapped type hints.
09dd5ae541
Revised the long line in the JournalEntryConverter converter.
172a12b134
Fixed the type hint of the "currency_options" function.
f3c558f48a
Advanced to version 1.4.1.
988757d30e
Revised the JavaScript journal entry line item editor to only override the description with the description of the original line item when there is no existing description.
50cea90d1b
Revised the JavaScript journal entry line item editor to allow editing the description for offsets and partially-offset original items.
71dfb6f003
Advanced to version 1.4.0.
be628b4aa1
Updated the Sphinx documentation.
5d444adec4
Updated the translation.
492d987ed8
Updated the Sphinx documentation.
3a33c1500d
Updated the translation.
014d67f7b8
Removed the period filter from the unapplied original line items and unmatched offsets. It does not make sense for these two reports.
26b4d4388f
Revised the imports in the "accounting.report.reports.unmatched" module.
6e2e92d0fb
Removed the redundant currency from the title of the reports when the currency is the default currency.
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.
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.