mia-accounting/src/accounting/static/js
2023-03-14 17:02:43 +08:00
..
account-form.js Replaced the function-based JavaScript with the object-oriented AccountForm class for the account form. 2023-03-12 22:15:54 +08:00
account-order.js Added "use strict"; to all the JavaScript files. 2023-03-09 14:36:13 +08:00
account-selector.js Revised the JavaScript journal entry editor and account selector so that the account selector work with the journal entry editor and does not get into the detail of the journal entry editor. 2023-03-14 17:02:32 +08:00
currency-form.js Replaced the function-based JavaScript with the object-oriented AccountForm class for the currency form. 2023-03-12 22:15:56 +08:00
drag-and-drop-reorder.js Added "use strict"; to all the JavaScript files. 2023-03-09 14:36:13 +08:00
journal-entry-editor.js Removed the unused static validateAccount method from the JavaScript journal entry editor. 2023-03-14 17:02:43 +08:00
material-fab-speed-dial.js Added "use strict"; to all the JavaScript files. 2023-03-09 14:36:13 +08:00
period-chooser.js Fixed the JavaScript period chooser error when there is no data. 2023-03-09 22:25:26 +08:00
summary-editor.js Revised the JavaScript journal entry editor and summary editor so that the summary editor work with the journal entry editor and does not get into the detail of the journal entry editor. 2023-03-14 16:59:54 +08:00
transaction-form.js Moved the journal entry editor from the transaction-form.js to a new independent JavaScript file journal-entry-editor.js. 2023-03-14 17:02:41 +08:00
transaction-order.js Added "use strict"; to all the JavaScript files. 2023-03-09 14:36:13 +08:00