|
4c2dcc5070
|
Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
|
2023-04-04 18:26:54 +08:00 |
|
|
ddc1081252
|
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.
|
2023-04-03 19:50:46 +08:00 |
|
|
8a174d8847
|
Renamed the setBaseAccount method to saveBaseAccount in the JavaScript AccountForm form, for consistency.
|
2023-03-24 07:20:40 +08:00 |
|
|
7459afd63a
|
Renamed the hasAnyMatched variable to isAnyMatched in the JavaScript #filterOptions method of the BaseAccountSelector, RecurringAccountSelector, and OriginalLineItemSelector classes.
|
2023-03-24 06:52:14 +08:00 |
|
|
a9afc385e9
|
Added the "baseCode" getter to the JavaScript AccountForm form, and removed the "baseCode" parameter from the onOpen method of the BaseAccountSelector class. It can retrieve the base code directly from the parent account form now.
|
2023-03-24 06:46:22 +08:00 |
|
|
a8be739ec7
|
Fixed the documentation of the JavaScript BaseAccountOption class.
|
2023-03-24 06:35:44 +08:00 |
|
|
0130bc58a9
|
Added prefix to the constructor of the BaseAccountSelector class, to simplify the code.
|
2023-03-24 00:37:59 +08:00 |
|
|
821059fa80
|
Added the JavaScript BaseAccountOption class to object-ize the base account options in the account form.
|
2023-03-24 00:35:50 +08:00 |
|
|
a4ab8a761c
|
Renamed the "content" dataset to "text" in the base account selector of the account form, for consistency.
|
2023-03-22 23:56:37 +08:00 |
|
|
fa3cdace7f
|
Renamed the #validateForm method to #validate in the JavaScript AccountForm and CurrencyForm.
|
2023-03-22 11:22:46 +08:00 |
|
|
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.
|
2023-03-20 23:54:50 +08:00 |
|
|
5571c0d01f
|
Renamed all the is_XXX_needed properties to is_need_XXX. For example, especially the is_offset_needed property to is_need_offset, to be clear and understandable.
|
2023-03-18 22:52:29 +08:00 |
|
|
4eac10981f
|
Added owner's equity (base code starts with "3") to the accounts that can take offset.
|
2023-03-18 22:11:44 +08:00 |
|
|
0a658a76e8
|
Replaced the function-based JavaScript with the object-oriented AccountForm class for the account form.
|
2023-03-12 22:15:54 +08:00 |
|
|
4299fd6fbd
|
Revised the code in the JavaScript initializeBaseAccountSelector function in the account form.
|
2023-03-12 01:34:45 +08:00 |
|
|
1d6a53f7cd
|
Revised the account form so that the if-offset-needed option is only available for real accounts.
|
2023-03-12 01:34:42 +08:00 |
|
|
b19f4fa939
|
Added "use strict"; to all the JavaScript files.
|
2023-03-09 14:36:13 +08:00 |
|
|
ca86a08f3e
|
Replaced the traditional function expressions with ES6 arrow function expressions in the JavaScript for the account form.
|
2023-03-04 11:52:44 +08:00 |
|
|
08dc24605d
|
Replaced the forEach loops with the for-of loops in the JavaScript for the currency form, account form, and the drag-and-drop reorder library functions.
|
2023-02-28 22:09:39 +08:00 |
|
|
83b5761bca
|
Replaced the for loop with the for-of loop in the search-as-you-type JavaScript of the account form.
|
2023-02-27 10:30:21 +08:00 |
|
|
2c367703e4
|
Removed a debug logging in the JavaScript for the account form.
|
2023-02-27 10:18:29 +08:00 |
|
|
284b5be128
|
Fixed the typo "model" to "modal" in the templates.
|
2023-02-27 10:18:10 +08:00 |
|
|
4b5b348270
|
Implemented the incremental search (search-as-you-type) in the base account selector of the account form.
|
2023-02-07 20:27:25 +08:00 |
|
|
1d61fa93d3
|
Prepend all the HTML ID and class names with "accounting-" to avoid name conflict.
|
2023-02-07 20:20:01 +08:00 |
|
|
9920377266
|
Added a missing semicolon in account-form.js.
|
2023-02-03 12:57:53 +08:00 |
|
|
e9f6b769f4
|
Added the account management.
|
2023-02-03 12:55:54 +08:00 |
|