Hi!
First plugin release for Not Quite Unicorns. It’s free, open-source, and available here.
If you want to calculate tax due using progressive tax rates in Bubble, you have to set up pain in the ass loops. This simple plugin:
- takes list of applicable tax bands
- takes total amount to tax on
- takes optional standard deduction
It returns the total tax due into an element state.
I have in the past used a serverless function to do this as there were no existing plugins, which is pretty damn inefficient, so made this instead.
That’s all, have a good day