A powerful, single-file application designed to generate professional quotations for Small and Medium Enterprises (SMEs). This lightweight tool runs completely offline, ensuring speed and reliability, and uses browser Local Storage for saving drafts and history.
The application has been upgraded with a clean, modern, and fully responsive interface using Tailwind CSS.
Modern Aesthetics: Features the Inter font, rounded elements, and a clean, accessible layout.
Mobile Responsive: Seamlessly adapts to mobile, tablet, and desktop screens, ensuring usability on the go.
Print Optimization: Specialized CSS ensures clean, professional printouts by hiding UI elements and controls.
The tool provides robust client-side storage to prevent data loss and improve workflow efficiency.
*Draft Auto-Save: Automatically saves the current quotation data to browser storage as you type. Work-in-progress is instantly restored upon reopening the file.
Clear All: Resets the entire form and clears the saved draft.
Accelerate the quotation process by reusing frequent data entries.
Client History: The Customer Details input suggests entire client entries from past quotations.
Item History: The Description of Item input suggests previously entered item descriptions.
Intelligent Auto-Fill: When an item description is selected from the suggestion list, the application automatically populates the corresponding Rate (₹) and GST (%) fields.
Save & Update Suggestions: A dedicated button ensures the data from the current quotation is added to the permanent suggestion history for future use.
All financial calculations are performed instantly on the client side with high accuracy.
Real-time Totals: Calculates line item amounts, GST/CGST/SGST splits, and totals instantly upon input changes.
Rounding Logic: Automatically calculates and applies rounding adjustments to ensure the Grand Total (Payable) is a clean, whole rupee amount (integer).
This project also includes a separate, single-page showcase (quotation-app-showcase.html) to demonstrate the value proposition and core technical capabilities interactively.
Efficiency Chart: Compares manual workflow time against the application's optimized workflow.
Live Calculation Demo: Allows users to interactively test the GST and rounding logic.
Persistence Simulator: Visually explains how data auto-saves to LocalStorage.