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.
93ba086548
Simplified the code in the query_values pseudo property of the JournalEntryLineItem data model.
5c4f6017b8
Removed the redundant partial time in the query_values pseudo property of the JournalEntryLineItem data model. They are redundant since it is always partial match now.
7c512b1c15
Revised the JavaScript DebitCreditSubForm to have a better visual effect when the line item editor is opened and closed with no line items.
dc432da398
Revised the coding style in the constructor of the JavaScript JournalEntryLineItemEditor class.
c8504bcbf5
Revised the #isQueryMatched method to match the current net balance instead of the net balance but the current form in the JavaScript OriginalLineItem class.
c865141583
Revised the #isQueryMatched method to always does partial match in the JavaScript OriginalLineItem class. Removed the full match from the query values. It is really wierd to type in the half with no match until you type the full term. It may create misunderstanding that there is no further match if you keep typing.
8c1ecd6eac
Renamed the #isDebitCreditMatches and #isQueryMatches methods in the JavaScript OriginalLineItem class to #isDebitCreditMatched and #isQueryMatched, respectively.
7d084e570e
Revised the debit-credit content to have a better look when it is still empty.
cb397910f8
Added the "resetNo" method to the RecurringItemSubForm, CurrencySubForm, and LineItemSubForm forms to provide a simpler way to reset the order number, and removed the "elementId" getter and "no" setter.
5f8b0dec98
Renamed the JavaScript "lineItemIndex" property to "index" in the LineItemSubForm form.
8398d1e8bb
Fixed a type error in the constructor of the JavaScript LineItemSubForm form.
562801692a
Added the JavaScript setDeleteButtonShown method to the CurrencySubForm and LineItemSubForm forms, and hides the implementation of the delete buttons from outside. Changed the delete buttons to private.
2a78799404
Revised the page to reorder the journal entries in a same day.
863d7a9368
Simplified the "can_delete" pseudo property of the JournalEntry data model. SQLAlchemy caches the query result. There is no need to cache the result again.
6fd37b21d9
Fixed so that the journal entries that has offset cannot be deleted.