Set only the missing tax amount on the current period
- Aug 01, 2024
-
-
Cédric Krier authored
TaxLine.update_cash_basis relies on having only one line without period per grouping key so it is safer to make it a SQL constraint.
-
Cédric Krier authored
Closes #13433
-
Cédric Krier authored
The ratio is computed for all the existing periods with payments, so when updating for a new period only the part that is not yet on a period should be modified. Closes #13433
-