Infinite loop: impossible to calculate totals

The program is trying to recalculate the totals of groups in the Chart of Accounts or reports, but is unable complete the operation due to an infinite recursion.

Cause

  • A group of a higher level has been totalised in a group of a lower level.
    Example: group 10's total is assigned to group 1 and then group 1's total is assigned in group 10.
    The program will stop calculating those operations, as it first calculates unit 10, then group 1, then again group 10 and then subsequently the group 1, and so on in an endless circle.

Solution

 

This documentation is outdated

The most complete and up-to-date documentation is the one of Banana Accounting Plus: Try it now

Share this article: Twitter | Facebook | LinkedIn | Email