-
Notifications
You must be signed in to change notification settings - Fork 694
Description
Describe the issue
The Balance field that gets applied after selection is not being triggered when the whole page is selected.
Example when one line is selected:
Example when full page is selected:
Expected behavior
I expect the calculation to be applied on any amount of selected lines.
We currently have a manual workaround, if the users click first line, hold SHIFT and click the last line. But this is quite troublesome as we have thousands of lines in the page and it's strenuous to do it frequently.
The actual problem is that the calculation is
Steps to reproduce
Open Review G/L Entries page, apply some filters (or don't). Hit select all button or click CTRL + A.
The running balance field does not get updated in the footer of the page, as the OnAfterGetCurrRecord and CurrPage.SetSelectionFilter() does not get triggered properly
Additional context
No response
I will provide a fix for a bug
- I will provide a fix for a bug