mia-accounting/src/accounting/static/js
2023-02-27 23:00:49 +08:00
..
account-form.js 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
account-order.js Prepend all the HTML ID and class names with "accounting-" to avoid name conflict. 2023-02-07 20:20:01 +08:00
currency-form.js Fixed the error message in the Javascript validateAsyncCodeIsDuplicated function in currency-form.js. 2023-02-07 20:20:16 +08:00
drag-and-drop-reorder.js Added the accounting-dragged class to replace the list-group-item-dark class when reordering with drag-and-drop, because the dragged list may not be a list group. 2023-02-26 07:54:23 +08:00
material-fab-speed-dial.js Added the transaction management. 2023-02-27 15:28:45 +08:00
transaction-form.js Fixed the JavaScript filterAccountOptions function in the transaction form so that the accounting list is not hidden when there is no account in use. 2023-02-27 23:00:49 +08:00
transaction-order.js Added the transaction management. 2023-02-27 15:28:45 +08:00