Shami96 commited on
Commit
f322080
·
verified ·
1 Parent(s): 3a44d1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -7
README.md CHANGED
@@ -1,12 +1,33 @@
 
 
 
 
 
 
 
 
 
 
1
 
2
  # Audit Invoice Generator — Professional UI
3
 
4
- - Single upload (PDF or DOCX)
5
- - Controls: invoice date, invoice number (auto if empty), type (Springy or Third Party JC), modules (1–4), unit price override
6
- - Pricing: 1=$650, 2=$750, 3=$850, 4=$950. GST 10%. Third party auto admin fee −$100
7
- - Springy: contact info placed in header. Third Party: contact info appended in body
8
- - Output: Excel generated from your templates; optional PDF summary
 
 
 
 
 
 
 
 
9
  - Persistent counter: `outputs/invoice_counter.json`
10
 
11
- ## Deploy
12
- Create a HF Python Space, upload this repo including `assets/` with your templates, then run.
 
 
 
 
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
+