|
b6ae946f32
|
Removed the account code from the journal entry form for mobile screens.
|
2023-04-18 08:10:23 +08:00 |
|
|
4c2dcc5070
|
Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
|
2023-04-04 18:26:54 +08:00 |
|
|
78a9d7794c
|
Revised the JavaScript OriginalLineItem class to store the form instead of the selector. The selector is only used in the constructor.
|
2023-04-03 19:50:47 +08:00 |
|
|
94391b02a6
|
Added the copy() method to the JavaScript JournalEntryAccount class, and replaced the accountCode and accountText fields with the account field in the OriginalLineItem class.
|
2023-03-31 23:54:56 +08:00 |
|
|
73f5d63f44
|
Replaced string concatenations with ES6 template literals.
|
2023-03-25 08:37:13 +08:00 |
|
|
c8504bcbf5
|
Revised the #isQueryMatched method to match the current net balance instead of the net balance but the current form in the JavaScript OriginalLineItem class.
|
2023-03-24 07:47:41 +08:00 |
|
|
c865141583
|
Revised the #isQueryMatched method to always does partial match in the JavaScript OriginalLineItem class. Removed the full match from the query values. It is really wierd to type in the half with no match until you type the full term. It may create misunderstanding that there is no further match if you keep typing.
|
2023-03-24 07:38:17 +08:00 |
|
|
8c1ecd6eac
|
Renamed the #isDebitCreditMatches and #isQueryMatches methods in the JavaScript OriginalLineItem class to #isDebitCreditMatched and #isQueryMatched, respectively.
|
2023-03-24 07:32:23 +08:00 |
|
|
e8e4100677
|
Revised the documentation of the JavaScript #isQueryMatches method of the OriginalLineItem class.
|
2023-03-24 07:31:13 +08:00 |
|
|
6a8773c531
|
Revised the code in the constructor of the JavaScript OriginalLineItemSelector class.
|
2023-03-24 07:30:09 +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 |
|
|
57a4177037
|
Replaced the JavaScript getXXX methods with the "get XXX" getters.
|
2023-03-23 08:11:11 +08:00 |
|
|
fa1dedf207
|
Unified the documentation of the JavaScript prefix attribute.
|
2023-03-23 07:10:16 +08:00 |
|
|
b1af1d7425
|
Renamed "voucher" to "journal entry".
|
2023-03-20 22:33:14 +08:00 |
|
|
8f909965a9
|
Renamed "voucher line item" to "journal entry line item".
|
2023-03-20 20:52:35 +08:00 |
|
|
e26af6f3fc
|
Renamed "side" to "debit-credit".
|
2023-03-20 20:35:10 +08:00 |
|
|
d18dd7d4d2
|
Renamed "summary" to "description" in the voucher line item.
|
2023-03-20 18:45:50 +08:00 |
|
|
c1235608d8
|
Renamed "journal entry" to "voucher line item", and "entry type" to "side".
|
2023-03-19 22:09:40 +08:00 |
|