In Tryton (GNU Health), the Debit and Credit totals no longer appear when a journal contains more than 1000 lines

I am using Tryton (GNU Health) and I’m encountering two issues with the accounting journals:

When the number of lines exceeds 1000, the Debit and Credit totals no longer appear in the journal entry list. I would like to know if this is a parameter that can be adjusted or a normal limitation of the system.

This is because the client shows only the sum if all the records have been loaded. There is a limit of 1000 records per page which can be changed in the desktop client as “Search limit” but not on the web client without modifying the source code.

There is Show sum of all loaded selected records (#3703) · Issues · Tryton / Tryton · GitLab to try to find a better behavior.