|
b6ae946f32
|
Removed the account code from the journal entry form for mobile screens.
|
2023-04-18 08:10:23 +08:00 |
|
|
def7559457
|
Fixed the #filterOptions in the JavaScript JournalEntryAccountSelector to show the "more" option when there is no matches, but it is not showing all the accounts.
|
2023-04-07 12:34:24 +08:00 |
|
|
4c2dcc5070
|
Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
|
2023-04-04 18:26:54 +08:00 |
|
|
202d51a032
|
Removed the "#selector" attribute from the JavaScript JournalEntryAccountOption 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 |
|
|
1cb8a7563e
|
Added the JavaScript JournalEntryAccount class, and added the account field to the JournalEntryLineItemEditor class to replace the accountCode, accountText, and isNeedOffset fields.
|
2023-03-31 23:33:38 +08:00 |
|
|
73f5d63f44
|
Replaced string concatenations with ES6 template literals.
|
2023-03-25 08:37:13 +08:00 |
|
|
30e0c7682c
|
Renamed the JavaScript AccountSelector class to JournalEntryAccountSelector, to avoid confusion. There is a RecurringAccountSelector in the option form now.
|
2023-03-24 07:27:52 +08:00 |
|