依瑪貓 imacat
imacat pushed to main at imacat/mia-accounting 2023-04-26 13:45:28 +08:00
ee5b447c23 Renamed the "journal_entry_date" variable to "date" in the "__form" method of the JournalEntryData class in the lib module of the test site.
25bfcf4aa4 Fixed the documentation of the balance pseudo property of the JournalEntryLineItem data model.
5956d2cd4c Renamed the "match" parameter to "value" in the setter of the "match" pseudo property of the JournalEntryLineItem data model, for consistency.
833285d924 Renamed the "is_offset" parameter to "value" in the setter of the "is_offset" pseudo property of the JournalEntryLineItem data model, for consistency.
dee4f5e83f Renamed the "balance" parameter to "value" in the setter of the "balance" pseudo property of the JournalEntryLineItem data model, for consistency.
Compare 23 commits »
imacat pushed to main at imacat/mia-accounting 2023-04-25 00:29:14 +08:00
e083b11394 Removed the random_pk type alias, because autoincrement=False does not seem to work with it.
167990fc4c Renamed the random_id type alias to random_pk.
d5c1be3d80 Rewrote the data model declaration of the test site with the mapped type hint and the mapped columns in SQLAlchemy 2.0.
f6567794e0 Added the documentation to the authentication blueprint of the test site.
ded85d88f7 Added the timestamp, user_pk, and random_id type aliases to simplify the column definition of the data models.
Compare 5 commits »
imacat pushed to main at imacat/flask-digestauth 2023-04-23 22:44:09 +08:00
d1fd0c3693 Simplified README.rst.
bc15a578cb Added the change log.
cedff68247 Added the "VERSION" constant to the "flask_digest_auth" module for the package version, and revised "pyproject.toml" and "conf.py" to read the version from it.
Compare 3 commits »
imacat pushed to main at imacat/mia-accounting 2023-04-23 22:19:21 +08:00
6d780e9296 Revised the title of the change log.
imacat pushed tag v1.5.0 to imacat/mia-accounting 2023-04-23 20:14:38 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-23 20:14:26 +08:00
86637267d3 Advanced to version 1.5.0.
71e97721aa Removed the documentation link from the documentation in intro.rst. It does not make sense for a circular link to itself.
5815608288 Added the VERSION constant to the accounting module for the package version, and revised pyproject.toml and conf.py to read the version from it.
Compare 3 commits »
imacat deleted tag v1.5.0 from imacat/mia-accounting 2023-04-23 20:12:15 +08:00
imacat pushed tag v1.5.0 to imacat/mia-accounting 2023-04-23 18:50:48 +08:00
imacat deleted tag v1.5.0 from imacat/mia-accounting 2023-04-23 18:50:32 +08:00
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