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.
5370fffeda
Removed the unused accounting-debit-account-code and accounting-credit-account-code HTML classes.
33179e925f
Revised the account selector to find the account codes from the form through the TransactionForm class, but not finding the codes by itself.
7d971b43cd
Added the missing documentation to the static initialize method of JavaScript TransactionForm class.
4c29da8407
Fixed the documentation of the entryType parameter in the constructor of the JavaScript DebitCreditSideSubForm sub-form.
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.