Quick Start Guide
This guide will get you from zero to tracking your first production order in under 10 minutes.Already have PROD-SYS installed? Skip to Step 3.
Prerequisites
Before starting, ensure you have:- Node.js 18+ installed
- Basic terminal/command line knowledge
- 512MB available RAM
Step 1: Clone and Install
Run the automated setup
- Install all npm dependencies
- Generate a secure
.envfile with random JWT secret - Set default configuration values
Step 2: Start the Server
Server is running! Keep this terminal window open.
Step 3: Bootstrap the System
On first run, you must create the admin account:Navigate to the bootstrap page
Open your browser to: http://localhost:3000/bootstrap.html
Bootstrap can only be performed once. After completion, the endpoint is permanently disabled for security.
Step 4: Log In and Explore
Navigate to login
Step 5: Open Your First Shift
Production tracking is organized by shifts (turnos). Let’s open one:Check shift status
The dashboard shows the current shift (T1, T2, or T3) and whether a shift log (bitácora) is open.
Open a shift log
Click “Abrir Bitácora” to start tracking for the current shift.The system will:
- Auto-detect the current shift based on time
- Set the operational date
- Assign you as the inspector
Step 6: Record Your First Production
Start with quality validation
PROD-SYS enforces a quality-first workflow:
- Click “Registrar Calidad”
- Enter quality parameter values (e.g., width, thickness)
- Mark results as “Cumple” (Pass) or “Rechazo” (Reject)
- Save quality samples
Record production
Once quality is validated:
- Click “Registrar Producción”
- Select the production order
- Enter quantity produced
- Add any observations
- Save production record
What’s Next?
Create Production Orders
Learn how to create and manage production orders
Quality Control
Understand quality batches and sample tracking
Personnel Setup
Add users and assign roles
API Integration
Integrate PROD-SYS with external systems
Common First-Time Questions
How do I create a production order?
How do I create a production order?
You have two options:
- Manual Creation: Navigate to “Órdenes” in the sidebar and click “Nueva Orden”
- SAP Import: Use “Importar desde SAP” to batch import orders from an Excel file
What are the shift times?
What are the shift times?
PROD-SYS uses a three-shift schedule:
- T1 (Day): 07:00 - 15:00
- T2 (Afternoon): 15:00 - 23:00
- T3 (Night): 23:00 - 07:00 (next day)
Can I close a shift with incomplete data?
Can I close a shift with incomplete data?
No. PROD-SYS enforces data completeness:
- All active processes must have quality samples
- All active processes must have production records
- Processes with activity must have assigned personnel
How do I add more users?
How do I add more users?
- Navigate to the “Personal” section
- Click “Registrar Personal” to add a person to your organization
- Assign a system role (e.g., Operario, Supervisor)
- The person can now log in and use the system
Development Mode
Troubleshooting
”Bootstrap already completed”
Bootstrap can only run once. If you need to reset:”Database is locked”
This usually means another process is accessing the database. Restart the server or check for stale lock files:Port 3000 is in use
Change the port in your.env file:
Next Steps
Full Installation Guide
Production deployment, Docker, PM2, and more
Core Features
Deep dive into production management features
User Guides
Step-by-step workflows for common tasks
Configuration
Customize PROD-SYS for your operations