Block a user
2253ec7e6d
Advanced to version 0.7.0.
32aa532548
Updated the Sphinx documentation.
56138f7de3
Updated the translation.
21ef944259
Fixed the error in the navigation menu when there is no matching endpoint.
c9dce8240d
Advanced to version 0.7.0.
eac229de8d
Updated the Sphinx documentation.
c35285a124
Updated the translation.
760f1c2877
Fixed the query to be case-insensitive in the base account selector in the account form and the account selector in the journal entry form.
e377eac407
Fixed the capitalization of the currencies, base accounts, and accounts.
428d40da92
Advanced to version 0.7.0.
d8b6f701cf
Updated the Spinx documentation.
25f5ee8503
Updated the translation.
c1235608d8
Renamed "journal entry" to "voucher line item", and "entry type" to "side".
25c45b16ae
Removed the unused imports from the "accounting.voucher.utils.original_entries" module.
d4b3fe67b9
Removed the originalEntryId parameter from the onOpen method of the JavaScript OriginalEntrySelector class. It can be obtained from the JournalEntryEditor instance, and the parameter is not needed anymore.
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.
b69a519904
Updated tempus-dominus from 6.2.10 to 6.4.3 in the base template of the test site.
122b7b059c
Changed the default date and min date for the Tempus Dominus month chooser from strings to the JavaScript Date objects.
4977847dd8
Changed the entryType attribute of the JavaScript AccountSelector class from public to private, renamed it from entryType to #entryType.
884e37fe1b
Advanced to version 0.6.0.
cc6a73211e
Updated the Sphinx documentation.
2299b86d0f
Updated the translation.
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.