Open danilowoz opened 3 months ago
Having an API to calculate salaries and taxes to pay would actually be a great idea. I will consider it for sure!
You gave me a good idea, and so I'm currently developing a new project - saldo.
The idea is to calculate taxes and net income for any type of income one might have.
For now, It works for dependent workers only. I'm now implementing features for independent worker as well.
The idea is to eventually make it accessible through an API so we can abstract the calculation logic from the UI.
Amazing! Looking forward to it 😄
Hey, I use your project all the time, congratz!
I'd love to know if you're interested in implementing a new route to return results as JSON to be consumed as an external API (this would be amazing to use inside Google Sheets 😄 ). As far as I can see, today, the project is a static one, and adding such a feature would mean implementing a server (extra costs), but I'd be curious to know if you've considered it.
Thanks