diff --git a/C-TRACK/App_Readme/ToDo.txt b/C-TRACK/App_Readme/ToDo.txt index d3b2eb1..5f28270 100644 --- a/C-TRACK/App_Readme/ToDo.txt +++ b/C-TRACK/App_Readme/ToDo.txt @@ -1,11 +1 @@ --- 2018.12.03 - EletScal - -OK 1) ingrandire testo commessa (SOPRATUTTO) e nome: - - a dx postazione + utente - - a sx ARTICOLO (NEW) - - in centro COMMESSA -OK 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?!? -OK 5) nascondere BOTTOM tab (reload) -OK 6) Riparazioni --> fare un CALCOLO A SE (somma tempi...) --> qualificare tempo separatamente + \ No newline at end of file diff --git a/C-TRACK/WebUserControls/mod_userCards.ascx.cs b/C-TRACK/WebUserControls/mod_userCards.ascx.cs index 3e698db..0a0dad1 100644 --- a/C-TRACK/WebUserControls/mod_userCards.ascx.cs +++ b/C-TRACK/WebUserControls/mod_userCards.ascx.cs @@ -1,4 +1,5 @@ -using System; +using SteamWare; +using System; namespace C_TRACK.WebUserControls { @@ -28,8 +29,8 @@ namespace C_TRACK.WebUserControls // ora serializzo oggetto! answ = JsonConvert.SerializeObject(richiesta); #endif - string UrlQRCodeGen = SteamWare.memLayer.ML.CRS("UrlQRCodeGen"); - string TargetQRCode = SteamWare.memLayer.ML.CRS("TargetQRCode"); + string UrlQRCodeGen = memLayer.ML.CRS("UrlQRCodeGen"); + string TargetQRCode = memLayer.ML.CRS("TargetQRCode"); answ = string.Format(@"{0}/{1}?val={2}", UrlQRCodeGen, TargetQRCode, codOpr); // string targetUrl = "CTRACK_ELET_SCAL"; // answ = string.Format(@"https://qrcode.steamware.net/Home/QR_site/{0}?val={1}", targetUrl, codOpr);