v0.13.0 - Add Consumption Sheets module

New module for tracking production consumption with lot scanning:
- Admin configuration for process types (AD WIP, etc.)
- Dynamic table creation per process
- Flexible header/detail field definitions with Excel cell mapping
- Duplicate detection with configurable key field
- Staff scanning interface with duplicate warnings (same session/cross session)
- Excel export using uploaded templates with multi-page support
- Template settings for rows per page and detail start row
This commit is contained in:
Javier
2026-01-29 12:33:34 -06:00
parent b11421a8f5
commit d955a13f3d
11 changed files with 697 additions and 402 deletions

2
app.py
View File

@@ -38,7 +38,7 @@ app.config['PERMANENT_SESSION_LIFETIME'] = timedelta(hours=1)
# 1. Define the version
APP_VERSION = '0.12.1'
APP_VERSION = '0.13.0'
# 2. Inject it into all templates automatically
@app.context_processor