Spaces:
Sleeping
Sleeping
File size: 889 Bytes
f322080 5bf7cce f322080 9cf82cf f322080 542a145 f322080 542a145 f322080 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
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`.
|