You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 17.0.1 (using php 8.0) the sums in monthly report in the module "bank" are incorrect. I found a problem in the file compta/bank/annuel.php. In line 199 and 200 the annual sums for "sorties" and "entrees" are set to zero every month in the loop over years. So as a final result I only see the sum of December.
Instead of
Bug
In version 17.0.1 (using php 8.0) the sums in monthly report in the module "bank" are incorrect. I found a problem in the file compta/bank/annuel.php. In line 199 and 200 the annual sums for "sorties" and "entrees" are set to zero every month in the loop over years. So as a final result I only see the sum of December.
Instead of
it should be like this:
I'm not a developer, so maybe someone can fix this for future releases.
thx, Peter
Environment Version
17.0.1
Environment OS
synology disk station - linux
Environment Web server
nginx
Environment PHP
8.0
Environment Database
MariaDB 10
Environment URL(s)
No response
Expected and actual behavior
explained in Bug-Description.
Steps to reproduce the behavior
In the menu Bank open the monthly report. The sum for the year is incorrect.
Attached files
No response
The text was updated successfully, but these errors were encountered: