依瑪貓 imacat
imacat pushed to main at imacat/mia-accounting 2023-03-24 08:53:45 +08:00
cb16b2f0ff Updated the translation of the test site.
d2f11e8779 Replaced the "editor" and "editor2" accounts in the test site with "admin" and "editor", to be clear.
4ccaf01b3c Revised the template of the option detail to be visually different from the option edit form, to avoid confusion.
Compare 3 commits »
imacat pushed to main at imacat/mia-accounting 2023-03-24 08:46:07 +08:00
f658d483d5 Updated the translation of the test site.
7286da7be9 Replaced the "editor" and "editor2" accounts in the test site with "admin" and "editor", to be clear.
3a05e1d4be Revised the template of the option detail to be visually different from the option edit form, to avoid confusion.
Compare 3 commits »
imacat pushed to main at imacat/mia-accounting 2023-03-24 07:59:02 +08:00
7c512b1c15 Revised the JavaScript DebitCreditSubForm to have a better visual effect when the line item editor is opened and closed with no line items.
dc432da398 Revised the coding style in the constructor of the JavaScript JournalEntryLineItemEditor class.
c8504bcbf5 Revised the #isQueryMatched method to match the current net balance instead of the net balance but the current form in the JavaScript OriginalLineItem class.
c865141583 Revised the #isQueryMatched method to always does partial match in the JavaScript OriginalLineItem class. Removed the full match from the query values. It is really wierd to type in the half with no match until you type the full term. It may create misunderstanding that there is no further match if you keep typing.
8c1ecd6eac Renamed the #isDebitCreditMatches and #isQueryMatches methods in the JavaScript OriginalLineItem class to #isDebitCreditMatched and #isQueryMatched, respectively.
Compare 21 commits »
imacat pushed to main at imacat/mia-accounting 2023-03-23 09:14:02 +08:00
7d084e570e Revised the debit-credit content to have a better look when it is still empty.
cb397910f8 Added the "resetNo" method to the RecurringItemSubForm, CurrencySubForm, and LineItemSubForm forms to provide a simpler way to reset the order number, and removed the "elementId" getter and "no" setter.
5f8b0dec98 Renamed the JavaScript "lineItemIndex" property to "index" in the LineItemSubForm form.
8398d1e8bb Fixed a type error in the constructor of the JavaScript LineItemSubForm form.
562801692a Added the JavaScript setDeleteButtonShown method to the CurrencySubForm and LineItemSubForm forms, and hides the implementation of the delete buttons from outside. Changed the delete buttons to private.
Compare 9 commits »
imacat deleted branch backup from imacat/mia-accounting 2023-03-23 01:19:25 +08:00
imacat pushed tag v0.9.0 to imacat/mia-accounting 2023-03-23 01:02:27 +08:00
imacat pushed to main at imacat/mia-accounting 2023-03-23 01:02:23 +08:00
52807c5322 Advanced to version 0.9.0.
231a71feea Updated the Sphinx documentation.
4902eecae0 Updated the translation.
889e4c058e Revised the option form to have a better look when there is no recurring expense and income.
7262a6cb42 Removed an unused ID in the form-recurring-item.html template.
Compare 55 commits »
imacat pushed tag v0.8.0 to imacat/mia-accounting 2023-03-22 01:59:11 +08:00
imacat pushed to main at imacat/mia-accounting 2023-03-22 01:58:59 +08:00
d8afadda02 Advanced to version 0.8.0.
c8e1270d8f Updated the translation.
2a78799404 Revised the page to reorder the journal entries in a same day.
863d7a9368 Simplified the "can_delete" pseudo property of the JournalEntry data model. SQLAlchemy caches the query result. There is no need to cache the result again.
6fd37b21d9 Fixed so that the journal entries that has offset cannot be deleted.
Compare 27 commits »
imacat pushed tag v0.7.0 to imacat/mia-accounting 2023-03-21 00:55:21 +08:00
imacat pushed to main at imacat/mia-accounting 2023-03-21 00:55:16 +08:00
2253ec7e6d Advanced to version 0.7.0.
32aa532548 Updated the Sphinx documentation.
56138f7de3 Updated the translation.
21ef944259 Fixed the error in the navigation menu when there is no matching endpoint.
Compare 4 commits »
imacat deleted tag v0.7.0 from imacat/mia-accounting 2023-03-21 00:49:42 +08:00
imacat pushed tag v0.7.0 to imacat/mia-accounting 2023-03-20 23:59:27 +08:00
imacat pushed to main at imacat/mia-accounting 2023-03-20 23:59:23 +08:00
c9dce8240d Advanced to version 0.7.0.
eac229de8d Updated the Sphinx documentation.
c35285a124 Updated the translation.
760f1c2877 Fixed the query to be case-insensitive in the base account selector in the account form and the account selector in the journal entry form.
e377eac407 Fixed the capitalization of the currencies, base accounts, and accounts.
Compare 22 commits »
imacat deleted tag v0.7.0 from imacat/mia-accounting 2023-03-20 08:19:59 +08:00
imacat pushed to main at imacat/mia-accounting 2023-03-20 07:35:54 +08:00
e4ac44f8b5 Added the SVG favicon from Font Awesome 6 to the test site.
imacat pushed tag v0.7.0 to imacat/mia-accounting 2023-03-19 22:54:02 +08:00
imacat pushed to main at imacat/mia-accounting 2023-03-19 22:54:02 +08:00
428d40da92 Advanced to version 0.7.0.
d8b6f701cf Updated the Spinx documentation.
25f5ee8503 Updated the translation.
c1235608d8 Renamed "journal entry" to "voucher line item", and "entry type" to "side".
25c45b16ae Removed the unused imports from the "accounting.voucher.utils.original_entries" module.
Compare 8 commits »
imacat pushed to main at imacat/mia-accounting 2023-03-19 10:36:34 +08:00
d4b3fe67b9 Removed the originalEntryId parameter from the onOpen method of the JavaScript OriginalEntrySelector class. It can be obtained from the JournalEntryEditor instance, and the parameter is not needed anymore.
5d0757c845 Added the JavaScript JournalEntryEditor instance to the parameters of the constructor of the JavaScript OriginalEntrySelector class, so that it always have access to the JournalEntryEditor instance. Removed the JournalEntryEditor instance from the parameters of the onOpen method of the JournalEntryEditor class.
b69a519904 Updated tempus-dominus from 6.2.10 to 6.4.3 in the base template of the test site.
122b7b059c Changed the default date and min date for the Tempus Dominus month chooser from strings to the JavaScript Date objects.
4977847dd8 Changed the entryType attribute of the JavaScript AccountSelector class from public to private, renamed it from entryType to #entryType.
Compare 6 commits »
imacat pushed tag v0.6.0 to imacat/mia-accounting 2023-03-18 23:43:18 +08:00