modified: database.py
new file: generar_unificado.py modified: routes_admin.py modified: routes_worker.py modified: templates/admin_rendiciones.html new file: templates/admin_report_horarios.html modified: templates/macros/modals.html modified: templates/worker_dashboard.html modified: templates/worker_history.html
This commit is contained in:
@@ -163,6 +163,10 @@ def init_db():
|
||||
venta_credito INTEGER DEFAULT 0,
|
||||
venta_mp INTEGER DEFAULT 0,
|
||||
venta_efectivo INTEGER DEFAULT 0,
|
||||
boletas_debito INTEGER DEFAULT 0,
|
||||
boletas_credito INTEGER DEFAULT 0,
|
||||
boletas_mp INTEGER DEFAULT 0,
|
||||
boletas_efectivo INTEGER DEFAULT 0,
|
||||
gastos INTEGER DEFAULT 0,
|
||||
observaciones TEXT,
|
||||
FOREIGN KEY (worker_id) REFERENCES workers(id),
|
||||
|
||||
Reference in New Issue
Block a user