All-in-one sewing spec generation, PDF management, and translation tools — built for production teams.
Real-time health checks for core dependencies
Connected successfully to MySQL.
ConnectedPython 3.6.8
AvailableVersion 7.0.33 — litespeed
RunningOverview of all customers and mother styles in the system
Each module serves a specific purpose in the production workflow
Generate per-operation specification sheets from source Excel files for Tech Style and other formats.
Import AT-format Excel files and generate specification sheets specifically for AT operations.
Upload, manage, view, merge, and download PDF files for Kong Style records. Requires login.
Track mother styles, child styles, and document revisions across customers. Import data from Excel for bulk operations.
Complete URL reference for all endpoints
| URL | Method | Description | Access |
|---|---|---|---|
/sewing | GET | Upload form & default page | Public |
/sewing/upload | POST | Process uploaded Excel file | Public |
/sewing/preview | GET | Preview parsed data | Public |
/sewing/generate | POST | Generate spec sheets | Public |
/sewing/reset | GET | Reset and start over | Public |
| URL | Method | Description | Access |
|---|---|---|---|
/sewing_at | GET | Upload form (AT mode) | Public |
/sewing_at/upload | POST | Process uploaded AT Excel | Public |
/sewing_at/preview | GET | Preview parsed AT data | Public |
/sewing_at/generate | POST | Generate AT spec sheets | Public |
/sewing_at/reset | GET | Reset and start over | Public |
| URL | Method | Description | Access |
|---|---|---|---|
/kong_style | GET | Upload form | 🔒 Protected |
/kong_style/upload | POST | Upload PDF files | 🔒 Protected |
/kong_style/list | GET | List all records | 🔒 Protected |
/kong_style/view/:id | GET | View record details | 🔒 Protected |
/kong_style/edit/:id | GET | Edit a record | 🔒 Protected |
/kong_style/update/:id | POST | Update record | 🔒 Protected |
/kong_style/download/:id | GET | Download PDF | 🔒 Protected |
/kong_style/delete/:id | GET | Delete record | 🔒 Protected |
/login | GET/POST | Login page | Public |
/login/logout | GET | Logout & destroy session | Public |
| URL | Method | Description | Access |
|---|---|---|---|
/customer_style_tracking | GET | Add new record form | 🔒 Protected |
/customer_style_tracking/save | POST | Save new record | 🔒 Protected |
/customer_style_tracking/list | GET | List all records | 🔒 Protected |
/customer_style_tracking/edit/:id | GET | Edit a record | 🔒 Protected |
/customer_style_tracking/update/:id | POST | Update record | 🔒 Protected |
/customer_style_tracking/delete/:id | GET | Delete record | 🔒 Protected |
/customer_style_tracking/import | GET | Excel import page | 🔒 Protected |
/customer_style_tracking/process_import | POST | Process Excel import | 🔒 Protected |
Technology stack powering this workspace