依瑪貓 imacat
imacat pushed to main at imacat/mia-accounting 2023-04-05 09:59:45 +08:00
0185c16654 Advanced to version 0.11.0.
imacat pushed to main at imacat/mia-accounting 2023-04-05 09:59:05 +08:00
7dd007f3cf Revised README.rst.
38b8a028d5 Reversed the original line items in the original line item selector.
213981a8b2 Revised the style of the buttons in the description editor, to avoid overwhelming the modal when there are too many buttons.
a4d1789b58 Moved the income and expenses log to the first item of the report chooser.
91620d7db2 Revised the init_app function in the "accounting" module.
Compare 6 commits »
imacat pushed to main at imacat/mia-accounting 2023-04-04 19:43:16 +08:00
4c2dcc5070 Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
imacat pushed tag v0.2.0 to imacat/mia-accounting-django 2023-04-04 19:25:25 +08:00
imacat pushed to main at imacat/mia-accounting-django 2023-04-04 19:25:13 +08:00
2ec072854b Advanced to version 0.2.0.
a41d381322 Added a warning to the last Django release.
c301f7ca74 Renamed the project from "Mia! Accounting" to "Mia! Accounting Django".
Compare 3 commits »
imacat pushed to main at imacat/mia-accounting 2023-04-04 18:16:43 +08:00
c9166fda4d Fixed the order in the get_selectable_original_line_items function in the "accounting.journal_entry.utils.original_line_item" module.
3a0f0873e2 Added documentation to the bp, babel_js, csrf, and db variables in the test site.
Compare 2 commits »
imacat renamed repository from mia-accounting-flask to imacat/mia-accounting 2023-04-04 18:14:11 +08:00
imacat renamed repository from mia-accounting to imacat/mia-accounting-django 2023-04-04 18:10:43 +08:00
imacat pushed tag v0.10.0 to imacat/mia-accounting 2023-04-03 22:10:00 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-03 22:09:48 +08:00
a17395b43e Advanced to version 0.10.0.
17c8d9d1a9 Revised the styles of the buttons of the suggested accounts in the description editor.
Compare 2 commits »
imacat deleted tag v0.10.0 from imacat/mia-accounting 2023-04-03 22:05:00 +08:00
imacat pushed tag v0.10.0 to imacat/mia-accounting 2023-04-03 22:02:12 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-03 22:02:08 +08:00
57c39e4aef Advanced to version 0.10.0.
imacat pushed to main at imacat/mia-accounting 2023-04-03 21:39:38 +08:00
fa94cd407e Added the JavaScript setElementShown function in the journal entry form for readability.
9a704c8185 Revised the JavaScript account reorder code to avoid nested template literals, for readability.
8286c0c6d8 Revised the JavaScript MonthTab class in the period chooser to avoid nested template literals, for readability.
Compare 3 commits »
imacat deleted tag v0.10.0 from imacat/mia-accounting 2023-04-03 21:14:23 +08:00
imacat pushed tag v0.10.0 to imacat/mia-accounting 2023-04-03 19:53:37 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-03 19:51:18 +08:00
186d58c929 Advanced to version 0.10.0.
f7efacad75 Added the unauthorized method to the UserUtilityInterface interface, so that when the user has not logged in, the permission decorator can ask the user to log in instead of failing with HTTP 403 Forbidden.
9263ae0274 Changed the "account" property to private as "__account" in the DescriptionAccount class.
78a9d7794c Revised the JavaScript OriginalLineItem class to store the form instead of the selector. The selector is only used in the constructor.
f3ae37a409 Removed the "#selector" attribute from the JavaScript RecurringAccount class. It is only used in the constructor. There is no need to hold a reference to it.
Compare 15 commits »
imacat pushed to main at imacat/mia-accounting 2023-04-03 19:13:39 +08:00
a4b7a102f3 Changed the "account" property to private as "__account" in the DescriptionAccount class.
1b01293d68 Revised the JavaScript OriginalLineItem class to store the form instead of the selector. The selector is only used in the constructor.
a2d5db562d Removed the "#selector" attribute from the JavaScript RecurringAccount class. It is only used in the constructor. There is no need to hold a reference to it.
5b009f37ea Removed the "#selector" attribute from the JavaScript BaseAccountOption class. It is only used in the constructor. There is no need to hold a reference to it.
7427e868b3 Removed the "#selector" attribute from the JavaScript JournalEntryAccountOption class. It is only used in the constructor. There is no need to hold a reference to it.
Compare 17 commits »
imacat pushed to main at imacat/mia-accounting 2023-04-03 15:20:14 +08:00
2a384aa73e Revised the JavaScript OriginalLineItem class to store the form instead of the selector. The selector is only used in the constructor.
24bb848128 Removed the "#selector" attribute from the JavaScript RecurringAccount class. It is only used in the constructor. There is no need to hold a reference to it.
b1fa4db36d Removed the "#selector" attribute from the JavaScript BaseAccountOption class. It is only used in the constructor. There is no need to hold a reference to it.
aab6f2b1ce Removed the "#selector" attribute from the JavaScript JournalEntryAccountOption class. It is only used in the constructor. There is no need to hold a reference to it.
3e9752d8e2 Revised the saveDescription method of the JournalEntryLineItemEditor editor to also save the isAccountConfirmed status of the DescriptionEditor editor, so that when the user selected any suggested account other than the confirmed account, the confirmed account is released from the next edit.
Compare 28 commits »
imacat pushed to main at imacat/mia-accounting 2023-03-26 08:16:08 +08:00
3431922f12 Removed an unused import from the "accounting.models" module.