--- title: NHVAS Quote Generator emoji: ๐Ÿงพ colorFrom: green colorTo: gray sdk: gradio sdk_version: "4.44.1" app_file: app.py pinned: false --- # Audit Invoice Generator โ€” Professional UI ### Features - Single upload (PDF or DOCX) - Controls: invoice date, invoice number (auto if empty), type (Springy or Third Party JC), modules (1โ€“4), unit price override - Pricing: - 1 = $650 - 2 = $750 - 3 = $850 - 4 = $950 - GST 10% - Third party auto admin fee โˆ’$100 - Springy: contact info placed in header - Third Party: contact info appended in body - Output: Excel generated from your templates; optional PDF summary - Persistent counter: `outputs/invoice_counter.json` ### Deploy Instructions 1. Create a Hugging Face Python Space. 2. Upload this repo including `assets/` with your templates. 3. Space will run automatically with `app.py`.