Look at this overview of our backend.
We want to enable the following fields, add them in the overview:
Voucher Value (total value)
Discount % (to be filled in)
Discount in EUR (automatic responsive based on % filled in)
transaction value = voucher value minus the discount (automated filled in)
Margin % = Kickback percentage
Margin in EUR (automatic responsive based on % filled in)
I'll create an enhanced version of your backend form that includes all the requested voucher calculation fields with automatic responsive calculations.
I've enhanced your backend form with all the requested voucher calculation fields:
The form maintains all your existing fields while adding the new voucher calculation functionality with automatic responsive calculations between related fields.
I've updated the form according to your requirements:
(Margin% - Discount%) × Voucher Value
The form now automatically calculates the margin in EUR based on the difference between the margin percentage (from benefit kickback) and the discount percentage, multiplied by the voucher value. This provides a clearer view of the actual margin after accounting for the discount applied.