This project is a web-based calculator that helps estimate the gross income needed for different types of Greek businesses (ΑΤΟΜΙΚΗ, ΟΕ -ΕΕ, and ΙΚΕ) based on a desired take-home income. It takes into account various factors such as taxes, social security contributions, and other business-related expenses.
- Calculate gross income needed for three types of Greek businesses: ΑΤΟΜΙΚΗ, ΟΕ -ΕΕ, and ΙΚΕ
- Adjust calculation based on company age (first 5 years or after)
- Customize monthly accounting support costs for each business type
- Select calculation period from 1 to 12 months
- Detailed breakdown of taxes and expenses
- Responsive design using Tailwind CSS
- Users input their desired monthly take-home income
- They can adjust monthly accounting support costs for each business type
- Users select whether the company is in its first 5 years or not
- A slider allows selection of the calculation period (1-12 months)
- The calculator then provides a detailed breakdown of taxes and expenses for each business type, showing the gross income needed to achieve the desired take-home income
- HTML5
- JavaScript (ES6+)
- Tailwind CSS for styling
This project is a single HTML file with embedded JavaScript. To use it:
- Ensure you have Tailwind CSS set up in your project
- Copy the HTML file into your project directory
- Open the HTML file in a web browser
The tax rates and costs used in this calculator are based on information from https://www.pkp.com.gr/idrisi-etairias/. This calculator is for informational purposes only and should not be considered as financial advice. Always consult with a qualified accountant or tax professional for accurate, up-to-date information regarding your specific situation.
- Add more detailed tax calculations for complex scenarios
- Include options for different tax years
- Implement data persistence (e.g., saving calculations)
- Add printable report functionality
Contributions to improve the calculator or extend its functionality are welcome. Please feel free to fork the repository and submit pull requests.