refactor modulo anime pre estensione ad altri modifiche TK

This commit is contained in:
Samuele E. Locatelli
2015-09-30 09:55:57 +02:00
parent 3993aacc38
commit cfa140db28
6 changed files with 15 additions and 6 deletions
Binary file not shown.
+11 -2
View File
@@ -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;
BIN
View File
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -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
View File
@@ -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")]
<#+