依瑪貓 imacat
imacat pushed tag v1.5.3 to imacat/mia-accounting 2023-04-30 15:13:29 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-30 15:13:24 +08:00
0b1dd4f4fc Advanced to version 1.5.3.
46bd27e126 Revised the saveOriginalLineItem method of the JavaScript JournalEntryLineItemEditor class not to override the existing amount when the existing amount is less than the net balance. This make it easier when updating the existing journal entries.
b718d19450 Resolved an issue where, in cases where there was no existing localized title and the default title was submitted, the submitted account title or currency name would be erroneously saved as the localized title.
Compare 3 commits »
imacat pushed tag v1.5.2 to imacat/mia-accounting 2023-04-30 06:47:35 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-30 06:47:31 +08:00
2969e83afe Advanced to version 1.5.2.
a732656746 Revised the coding style in the "__get_line_items" method of the OffsetMatcher class.
1daed940b6 Corrected the definition of the "is_offset" property in the "__get_line_items" method of the OffsetMatcher class.
Compare 3 commits »
imacat pushed tag v1.5.1 to imacat/mia-accounting 2023-04-30 05:56:04 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-30 05:56:01 +08:00
f29cb00aec Advanced to version 1.5.1.
693f07a49c Removed the "timestamp" and
8c899776f2 Corrected the filename in the csv method of the AccountsWithUnmatchedOffsets report class.
f9aa226bf9 Removed an unnecessary f-string from the csv method of the AccountsWithUnappliedOriginalLineItems report class.
c9bb4197be Fixed the error calling the old "setEnableDescriptionAccount" method in the saveOriginalLineItem method of the JavaScript JournalEntryLineItemEditor class.
Compare 6 commits »
imacat pushed to main at imacat/mia-accounting 2023-04-28 21:54:10 +08:00
158058dcfb Updated the documentation of the created_at, created_by, updated_at, updated_by, and visited_at columns of the data models, for consistency.
imacat pushed tag v0.6.0 to imacat/flask-digestauth 2023-04-27 09:09:29 +08:00
imacat pushed to main at imacat/flask-digestauth 2023-04-27 09:09:18 +08:00
604ed0be27 Updated the Python version in the Read the Docs configuration.
9e0a06bd4c Advanced to version 0.6.0.
e861cae2e0 Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. We do not have as many names to import. This is also to be consistent with the practices of most major and standard packages and examples.
Compare 3 commits »
imacat pushed to main at imacat/flask-digestauth 2023-04-27 09:07:28 +08:00
imacat deleted tag v0.6.0 from imacat/flask-digestauth 2023-04-27 09:06:18 +08:00
imacat pushed to main at imacat/flask-digestauth 2023-04-27 00:38:58 +08:00
b12d90640f Updated the Python version in the Read the Docs configuration.
imacat pushed tag v0.6.0 to imacat/flask-digestauth 2023-04-26 23:42:13 +08:00
imacat pushed to main at imacat/flask-digestauth 2023-04-26 23:42:04 +08:00
a52a3db5a2 Advanced to version 0.6.0.
imacat deleted tag v0.6.0 from imacat/flask-digestauth 2023-04-26 23:39:41 +08:00
imacat pushed tag v0.6.0 to imacat/flask-digestauth 2023-04-26 23:38:17 +08:00
imacat pushed to main at imacat/flask-digestauth 2023-04-26 23:38:14 +08:00
f8b0915f02 Advanced to version 0.6.0.
imacat pushed to main at imacat/flask-digestauth 2023-04-26 23:35:44 +08:00
045de9f59e Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. Since Python 3.9 introduced type hinting generics in standard collections, we do not have as many names to import now. This is also to be consistent with the practices of most major and standard packages and examples.
264ba158ee Updated minimal Python version to 3.8. As "typing.Literal" is used from the beginning of the project, it is never compatible with Python 3.7. I suppose it was ignored by Python 3.7 when importing the "typing" package but not the name "Literal" itself for type hints.
Compare 2 commits »
imacat pushed to main at imacat/mia-accounting 2023-04-26 20:37:52 +08:00
0bc9947234 Revised the documentation of the new_id function.
imacat pushed to main at imacat/mia-accounting 2023-04-26 18:31:50 +08:00
8c58a9083a Added type hint subscription for the cls parameter of the new_id function.
f45663754c Fixed the documentation of the "accounting.utils.random_id" module.
cda9e4e3c6 Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. Since Python 3.9 introduced type hinting generics in standard collections, we do not have as many names to import now. This is also to be consistent with the practices of most major and standard packages and examples.
Compare 3 commits »