I don’t think this is specific to Finland, but at least we are hit with this.
I need to have VAT configurable for events and for all registration form items.
AND the VAT value depends on the type of event and extra billable items.
I’m adding local payment options with finally using paytrail: Paytrail Payment API
The VAT code is per item line requirement. And the calculated price / receipt for user needs to be rendered with tax information.
Here’s my questions which of these options are feasible:
- if I make the changes and PR for VAT column / settings would that be appreciated upstream.
* blank/null values keeping current processing model to not break existing users. - Hook it in using a plugin?
- keeping a patch for local version (I really don’t want to do this).



