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.
ef7c9f3eb1
Revised the "init-db" console command in the test site to also run the "accounting-init-base", "accounting-init-currencies", and "accounting-init-accounts" console commands.
965e78d8ad
Revised the rule for the accounts that need offset in the accounting-init-accounts console command.
74b81d3e23
Renamed the offset_original_id column to original_entry_id, and the offset_original relationship to original_entry in the JournalEntry data model.
d28bdf2064
Revised the parameter order in the template of the currency sub-form of the transaction form.
edf0c00e34
Shortened the names of the #filterAccountOptions, #getAccountCodeUsedInForm, and #shouldAccountOptionShow methods to #filterOptions, #getCodesUsedInForm, and #shouldOptionShow, respectively, in the JavaScript AccountSelector class.
107d161379
Removed a debug output from the JavaScript AccountSelector class.
4e38239fa8
Renamed the offset_original_id column to original_entry_id, and the offset_original relationship to original_entry in the JournalEntry data model.
260cd9a18f
Shortened the names of the #filterAccountOptions, #getAccountCodeUsedInForm, and #shouldAccountOptionShow methods to #filterOptions, #getCodesUsedInForm, and #shouldOptionShow, respectively, in the JavaScript AccountSelector class.
5b1e07f240
Removed a debug output from the JavaScript AccountSelector class.
2effbd680a
Rewrote the JavaScript AccountSelector to store the page elements in the object.
396814c0d8
Fixed the parameter type for the JavaScript AccountSelector class.
a3d57bfd70
Added a missing blank line to the JavaScript AccountSelector class.
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.