The Invoice Generator App is a web application developed using Vue.js 3, allowing users to create customized invoices by adding products, variants, prices, and quantities. Users can also import and modify previous invoices effortlessly. The app automatically calculates the total price, adds VAT if desired, and displays the grand total.
- Product Management: Add, edit, or delete products and their variants.
- Invoice Modification: Import and modify existing invoices.
- Automatic Price Calculation: Calculate the total price based on product prices and quantities.
- VAT Calculation: Optional VAT inclusion for the total price.
- Grand Total Display: Clearly display the calculated grand total at the end of the invoice.