A web application to calculate net invoices for the Italian flat-rate tax regime.
Visit: https://fattura-netta.vercel.app/
- Automatic net invoice calculation
- Support for different profitability coefficients
- Automatic calculation of INPS contributions and substitute tax
- User-friendly interface
- Responsive design
- React.js
- Tailwind CSS
- Vite
- Enter your gross invoice amount
- Select your profitability coefficient based on your business category
- The system will automatically calculate:
- INPS contributions (26.07%)
- Substitute tax (15%)
- Final net amount
This project is licensed under the MIT License - see the LICENSE.md file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Riccardo Civiero - @ricciviero
- React Documentation
- Tailwind CSS
- Vite