Add a 'IsExcludeAdjustementPeriods' column on FinReport. If ticked, then replace FinReport.java lines ~ 200 -> 214 so the p_AdjPeriodToExclude will be C_Period_ID NOT IN(...)
Instead of a checkbox, I’ve added a list so is possible to : display adjustment periods, exclude all adjustment periods, exclude only the adjustment period with same end date as report’s period end date (current behaviour)
Add a 'IsExcludeAdjustementPeriods' column on FinReport.
If ticked, then replace FinReport.java lines ~ 200 -> 214 so the p_AdjPeriodToExclude will be C_Period_ID NOT IN(...)
See https://groups.google.com/g/idempiere/c/wrDbx9UVtV0 for details