refactor modulo anime pre estensione ad altri modifiche TK
This commit is contained in:
Binary file not shown.
@@ -20,6 +20,10 @@ namespace GMW.WebUserControls
|
||||
/// stato associato (hard coded) a ANIME
|
||||
/// </summary>
|
||||
protected string statoUDC = "Anim";
|
||||
/// <summary>
|
||||
/// dati x verifica CodSoggetto / matricola
|
||||
/// </summary>
|
||||
protected string preCodSogg = memLayer.ML.confReadString("prefCodSogg");
|
||||
public event EventHandler eh_reqUpdate;
|
||||
/// <summary>
|
||||
/// stringa UID univoca
|
||||
@@ -223,7 +227,10 @@ namespace GMW.WebUserControls
|
||||
int trovati = 0;
|
||||
// controllo non si tratti di un comando...
|
||||
string preCmd = memLayer.ML.confReadString("prefComandi");
|
||||
string preCodSogg = memLayer.ML.confReadString("prefCodSogg");
|
||||
#if false
|
||||
// dati x verifica CodSOggetto / matricola
|
||||
string preCodSogg = memLayer.ML.confReadString("prefCodSogg");
|
||||
#endif
|
||||
int matricola = -1;
|
||||
// provo a convertire in intero barcode x verifica eventuale matricola...
|
||||
try
|
||||
@@ -370,7 +377,9 @@ namespace GMW.WebUserControls
|
||||
case tipoCodiceBarcode.Operatore:
|
||||
// calcolo matricola utente
|
||||
int MatrUtente = -1;
|
||||
string preCodSogg = memLayer.ML.confReadString("prefCodSogg");
|
||||
#if false
|
||||
string preCodSogg = memLayer.ML.confReadString("prefCodSogg");
|
||||
#endif
|
||||
if (barcodeIn.StartsWith(preCodSogg))
|
||||
{
|
||||
MatrUtente = DataProxy.obj.taTrascSogg.getByKey(barcodeIn, 0)[0].CodMatricola;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("3.2.818.2097")]
|
||||
[assembly: AssemblyFileVersion("3.2.818.2097")]
|
||||
[assembly: AssemblyVersion("3.2.819.2098")]
|
||||
[assembly: AssemblyFileVersion("3.2.819.2098")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2007-2015")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("3.2.818.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("3.2.818.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("3.2.819.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("3.2.819.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Reference in New Issue
Block a user