Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
6d293a1aac
Added the JavaScript getInstances method to the SummaryEditor and AccountSelector classes, so that it is easier to deal with the case when the debit and credit versions are not both exist.
a2311aee24
Revised to prevent word wrapping in the button to choose the original entry in the summary editor.
5571c0d01f
Renamed all the is_XXX_needed properties to is_need_XXX. For example, especially the is_offset_needed property to is_need_offset, to be clear and understandable.
98e1bad413
Renamed the test_not_needed test to test_not_need in the PaginationTestCase test case.
7ff52d99e6
Removed the unused is_offset_chooser_needed property from the AccountOption data model.
cc440a4110
Renamed the "_is_payable_needed" and "_is_receivable_needed" properties in the TransactionForm form to "_is_need_payable" and "_is_need_receivable", respectively, for readability and understandability.
f5149a0c37
Replaced the long parameter list with the JournalEntrySubForm instance in the onEdit method of the JavaScript JournalEntryEditor, to simplify the code.
ca928636fd
Replaces the datasets with object attributes to store the currency code and entry type in the JavaScript OriginalEntrySelector class.
4a8297d594
Revised the documentation of the JavaScript OriginalEntrySelector class.
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.
fd9eac06f6
Merged the code in the #initializeSummaryEditors method into the constructor in the JavaScript JournalEntryEditor class.
403942dfc0
Added a missing semicolon in the saveOriginalEntry method of the JavaScript JournalEntryEditor class.
f11685d1c8
Replaces the datasets with object attributes to store the currency code and entry type in the JavaScript OriginalEntrySelector class.
685cc2c846
Revised the documentation of the JavaScript OriginalEntrySelector class.
0a9e32e29d
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.
b8e0ca7b40
Merged the code in the #initializeSummaryEditors method into the constructor in the JavaScript JournalEntryEditor class.
c7addf35c1
Added a missing semicolon in the saveOriginalEntry method of the JavaScript JournalEntryEditor class.
2b2c665eb6
Replaced the if checks with assert in the IsBalanced validator of the currency sub-form of the transaction form, the NoOffsetNominalAccount validator of the account form, and the CodeUnique validator of the currency form.