Creating tax records based on a newly created recurring tax record dated in the past #745
Closed
4 tasks done
Labels
pending release
fix in place, pending release
Checklist
Please make sure you have performed the following steps before opening a new bug ticket, change
[ ]
to[x]
to mark it as doneDescription
Currently when a recurring tax record with a date in the past is created, previous records aren't inserted during the saving process.
One record a time is added each time the vehicle is reopened (see VehilceController.Index():
UpdateRecurringTaxes(vehicleId);
, so f.e. if a recurring record was added with start date 01.01.2024 (recurring monthly), each time the vehicle is opened another month record is added until new date is < DateTime.Now.This seems to me like a bug or not fully implemented feature.
Platform
The text was updated successfully, but these errors were encountered: