Inserito gestione PAUSA

This commit is contained in:
Samuele E. Locatelli
2018-12-03 19:08:10 +01:00
parent 89fd0c233b
commit 59d330799d
2 changed files with 15 additions and 5 deletions
+9 -5
View File
@@ -1,7 +1,11 @@
-- 2018.12.03 - EletScal
1) ingrandire testo commessa (SOPRATUTTO) e nome
2) inserire in elenco TASK, SOLO PER CONCLUSE; l TEMPO TOTALE sommato (1 colonna) e tempo a pezzi (1 colonna)
3) inserire button "pausa 0pz" ovvero imposta zero e SALVA la fase con 0 pz e tempo cumulato
OK 1) ingrandire testo commessa (SOPRATUTTO) e nome:
- a dx postazione + utente
- a sx ARTICOLO (NEW)
- in centro COMMESSA
2) inserire in elenco TASK: TEMPO TOTALE sommato (1 colonna) e tempo a pezzi (1 colonna) ed inoltre il tempo delle RIPARAZIONI
OK 3) inserire button "pausa 0pz" ovvero imposta zero e SALVA la fase con 0 pz e tempo cumulato
OK 4) certificato?!?
5) nascondere BOTTOM tab (reload)
6) Riparazioni --> fare un CALCOLO A SE (somma tempi...) --> qualificare tempo separatamente
+6
View File
@@ -572,6 +572,12 @@ namespace C_TRACK
CurrNumTask = mod_barcode1.comandoRegistrato.valore;
Response.Redirect("~/barcode");
}
else if (mod_barcode1.comandoRegistrato.prevCmdIn == "PAUSE")
{
// registro chiusura con qta 0 (pausa)
dataLayer.man.taTR.updateQuery(idxRecCurr, DateTime.Now, 0);
Response.Redirect("~/barcode");
}
else if (mod_barcode1.comandoRegistrato.prevCmdIn == "CLOSE")
{
// registro chiusura con la qta indicata