Go-live & handoff notes
What is complete for sandbox proof, what remains for production, and what to share with the customer.
Status board
| Area | Status | Notes |
|---|---|---|
| Sandbox Auth | DONE | Adaequare sandbox keys + /gsp/authenticate |
| Sandbox IRN | DONE | Multiple successful generations |
| Sandbox E-Way Bill | DONE | Distance=0 auto calc verified |
| Company template PDFs | DONE | Tax / E-Invoice / EWB / combined |
| Old vs New compare | DONE | Templates aligned |
| DB schema changes | NONE | Only test invoice data rows |
| Production GSP keys | PENDING | Switch gspUseSandbox=false + live credentials |
| 1 Aug 2026 Ship-to GSTIN rules | CONFIRM | Validate Bill-to/Ship-to / URP before live cutover |
| UI controller publish | CONFIRM | Rebuild/publish Distance & TransId hardening if using on-screen EWB |
What to give the customer
Yes — share this website pack
HTML report + PDFs + screenshots + JSON evidence. This folder is designed to be hosted as a static site.
No — do not share
Visual Studio .sln / full source, Web.config with secrets, SQL sa password, live/sandbox GSP app secrets in plain text outside a secure channel.
How to host this report
- Upload the entire
ChampionERP_Customer_Reportfolder to any static host (IIS, nginx, Apache, Netlify, S3, GitHub Pages). - Set the site root to this folder so
index.htmlis the homepage. - Open
https://your-domain/— menus and PDF links work with relative paths. - Optional: zip the folder and email if hosting is not ready.
Local preview without a server: open
index.html in a browser. Some browsers restrict iframe PDF preview from file://; use a simple local server if needed
(python -m http.server 8080 from this folder.
Test invoices in database
These rows exist only as evidence and can be deleted after acceptance:
| Invoice | ID | EWB | Purpose |
|---|---|---|---|
| 26FS1061 | 522283 | 121012159640 | First sandbox stamp + print |
| 26FS1062 | 522284 | 191012159641 | Full create + IRN + EWB + print |
Contact / clarification points for customer
- Sandbox IRN/EWB numbers are not valid for real GST movement of goods.
- Printed company GSTIN on Tax/E-Invoice comes from company header master (same as live prints).
- Adaequare annual renewal / commercial terms are separate from this technical evidence pack.