Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# Audit Invoice Generator — Professional UI
|
| 3 |
|
| 4 |
-
|
| 5 |
-
-
|
| 6 |
-
-
|
| 7 |
-
-
|
| 8 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- Persistent counter: `outputs/invoice_counter.json`
|
| 10 |
|
| 11 |
-
## Deploy
|
| 12 |
-
Create a
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: NHVAS Audit Invoice Generator
|
| 3 |
+
emoji: 📑
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.29.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
|
| 12 |
# Audit Invoice Generator — Professional UI
|
| 13 |
|
| 14 |
+
### Features
|
| 15 |
+
- Single upload (PDF or DOCX)
|
| 16 |
+
- Controls: invoice date, invoice number (auto if empty), type (Springy or Third Party JC), modules (1–4), unit price override
|
| 17 |
+
- Pricing:
|
| 18 |
+
- 1 = $650
|
| 19 |
+
- 2 = $750
|
| 20 |
+
- 3 = $850
|
| 21 |
+
- 4 = $950
|
| 22 |
+
- GST 10%
|
| 23 |
+
- Third party auto admin fee −$100
|
| 24 |
+
- Springy: contact info placed in header
|
| 25 |
+
- Third Party: contact info appended in body
|
| 26 |
+
- Output: Excel generated from your templates; optional PDF summary
|
| 27 |
- Persistent counter: `outputs/invoice_counter.json`
|
| 28 |
|
| 29 |
+
### Deploy Instructions
|
| 30 |
+
1. Create a Hugging Face Python Space.
|
| 31 |
+
2. Upload this repo including `assets/` with your templates.
|
| 32 |
+
3. Space will run automatically with `app.py`.
|
| 33 |
+
|