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.
de09e1498b
Added the __get_default_page_uri() function to the "accounting.transaction.views" module to simplify the code.
c26c4686c5
Renamed the "original_id" column to "offset_original_id", and the "original" and "offset" relationships to "offset_original" and "offsets", respectively, in the JournalEntry data model.
c95f4fcc47
Added the __str property and changed the query_values property from a pseudo property to a real property in the AccountOption data model, so that it does not need to hold the account object forever.
27beff3f8f
Renamed the accounting-search and accounting-search-label HTML ID to accounting-toolbar-search and accounting-toolbar-search-label, respectively.
c6c545b99f
Removed the unused accounting-search-form, accounting-search-desktop-form, accounting-search-input, and accounting-search-label classes.
6d5a2fae6a
Applied the accounting-toolbar class to the base account list, account list, and currency list.
8819eabcd0
Replaced the separated toolbar for the desktop and mobile screen with the accounting-toolbar class that acts differently on different screen sizes.
c50b9a2000
Removed the unused tab and page classes from the templates of the summary editor.
af9bd14eed
Removed the unused tab ID from the template of the summary editor.
9e1ff16e96
Fixed the aria-labelledby in the template of the summary editor.
f7c1fd77f2
Added blank lines and documentation to the template of the summary editor.
641315537d
Replaced the traditional function expressions with ES6 arrow function expressions in the JavaScript for the transaction order, account order, currency form, and the speed dial for the material floating action buttons.
79883d6940
Changed the Sphinx documentation scheme from "nature" to "sphinx_rtd_theme", to prepare for publishing in the future.
b2bc993416
Replaced the #populate method with the #parseAndPopulate method that is used both when starting the summary helper and when the summary input is updated.
453b3f0da5
Renamed the #tagInputOnChange method to #onTagInputChange in the JavaScript summary helper.
63ae3f0746
Replace the is_in_use pseudo property of the Account data model with the AccountOption class, and revised the #getAccountCodeUsedInForm method of the SummaryHelper, to solve the issue that the list of used accounts should be different for debit and credit entries.
274a38a588
Fixed a localization error in the transaction detail.
fff89a9957
Replaced the direct database add with the relationship append in the JournalEntryCollector class, to fix the PostgreSQL error that the new journal entries are added when the transaction is not added yet.
5613657c8f
Fixed the JavaScript filterAccountOptions function in the transaction form so that the accounting list is not hidden when there is no account in use.
384bb2c46d
Added the dummy commented <ul>...</ul> to the navigation menu and the journal entry sub-form templates, for SonarQube not to complain about incorrect HTML.
cabfe268ce
Added the page_37 and page_size_15_default constants in the test_malformed test of the PaginationTestCase test case, for consistency.
26df71014b
Added the LIST_URL and DETAIL_URI constants to test_base_account.py, for consistency.