|
5d0757c845
|
Added the JavaScript JournalEntryEditor instance to the parameters of the constructor of the JavaScript OriginalEntrySelector class, so that it always have access to the JournalEntryEditor instance. Removed the JournalEntryEditor instance from the parameters of the onOpen method of the JournalEntryEditor class.
|
2023-03-19 10:22:18 +08:00 |
|
|
b9b197ea27
|
Removed the unused #modal property from the JavaScript OriginalEntrySelector class.
|
2023-03-19 07:27:25 +08:00 |
|
|
ca928636fd
|
Replaces the datasets with object attributes to store the currency code and entry type in the JavaScript OriginalEntrySelector class.
|
2023-03-18 22:11:45 +08:00 |
|
|
4a8297d594
|
Revised the documentation of the JavaScript OriginalEntrySelector class.
|
2023-03-18 22:11:45 +08:00 |
|
|
915e4408e1
|
Revised the JavaScript to initialize the OriginalEntrySelector instance in JournalEntryEditor, so that the journal entry editor holds the OriginalEntrySelector instance. It can find the OriginalEntrySelector instance without needing to invoke its static methods. Removed the redundant static methods from the OriginalEntrySelector class.
|
2023-03-18 22:11:45 +08:00 |
|
|
38c394c0af
|
Added the TransactionForm instance to the constructor of the JournalEntryEditor instance, so that the journal entry editor holds an instance of the transaction form, too. It does not need to find the transaction form all the way from the side property that may not be available. Retired the redundant getTransactionForm method from the JournalEntryEditor class.
|
2023-03-18 22:11:44 +08:00 |
|
|
d88b3ac770
|
Added to track the net balance and offset of the original entries.
|
2023-03-17 22:32:01 +08:00 |
|