mia-accounting/src/accounting/static/js
2023-03-14 17:03:10 +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 so that when the account selector finds the codes from the form, the journal entry editor is used to find the form instead of messing-up with the TransactionForm class and its static method that was a shortcut to the private instance method of the same name. 2023-03-14 17:03:10 +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 Revised so that when the account selector finds the codes from the form, the journal entry editor is used to find the form instead of messing-up with the TransactionForm class and its static method that was a shortcut to the private instance method of the same name. 2023-03-14 17:03:10 +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 Removed trailing blank spaces from the JavaScript summary editor. 2023-03-14 17:02:58 +08:00
transaction-form.js Revised so that when the account selector finds the codes from the form, the journal entry editor is used to find the form instead of messing-up with the TransactionForm class and its static method that was a shortcut to the private instance method of the same name. 2023-03-14 17:03:10 +08:00
transaction-order.js Added "use strict"; to all the JavaScript files. 2023-03-09 14:36:13 +08:00