依瑪貓 imacat
imacat pushed tag v1.5.0 to imacat/mia-accounting 2023-04-23 18:50:17 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-23 18:50:14 +08:00
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.
Compare 5 commits »
imacat pushed to main at imacat/mia-accounting 2023-04-23 13:44:33 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-23 13:22:04 +08:00
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.
Compare 3 commits »
imacat pushed to main at imacat/mia-accounting 2023-04-23 13:21:09 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-23 13:19:20 +08:00
70548bf0fd Added the change log.
imacat pushed to main at imacat/mia-accounting 2023-04-23 13:16:12 +08:00
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.
imacat pushed to main at imacat/mia-accounting 2023-04-23 11:55:03 +08:00
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.
Compare 4 commits »
imacat pushed tag v1.4.1 to imacat/mia-accounting 2023-04-22 18:24:26 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-22 18:24:23 +08:00
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.
Compare 3 commits »
imacat pushed tag v1.4.0 to imacat/mia-accounting 2023-04-18 09:35:19 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-18 09:35:16 +08:00
71dfb6f003 Advanced to version 1.4.0.
be628b4aa1 Updated the Sphinx documentation.
5d444adec4 Updated the translation.
Compare 3 commits »
imacat pushed to main at imacat/mia-accounting 2023-04-18 09:30:58 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-18 09:26:58 +08:00
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.
Compare 17 commits »
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