Spostato 2 chiamate (spostamento datamatrix e annullamento AL) dentro procedura di creazioen UDC con AL... stored deve esser completata da Gian
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3031,6 +3031,43 @@
|
||||
testo associato al controllo
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:GMW_data.selDataVoc">
|
||||
<summary>
|
||||
Classe gestione metodi di accesso ai dati embeddati
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:GMW_data.selDataVoc.#ctor">
|
||||
<summary>
|
||||
classe accesso tabelle selettori
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:GMW_data.selDataVoc.getVocabolario">
|
||||
<summary>
|
||||
tabella vocabolario
|
||||
</summary>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:GMW_data.selDataVoc.getLingue">
|
||||
<summary>
|
||||
tabella lingue
|
||||
</summary>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:GMW_data.selDataVoc.updateLemmaVoc(System.String,System.String,System.String)">
|
||||
<summary>
|
||||
faccio update del lemma indicato...
|
||||
</summary>
|
||||
<param name="Traduzione"></param>
|
||||
<param name="Original_Lingua"></param>
|
||||
<param name="Original_Lemma"></param>
|
||||
</member>
|
||||
<member name="M:GMW_data.selDataVoc.deleteLemmaVoc(System.String,System.String)">
|
||||
<summary>
|
||||
cancella il lemma indicato
|
||||
</summary>
|
||||
<param name="Original_Lingua"></param>
|
||||
<param name="Original_Lemma"></param>
|
||||
</member>
|
||||
<member name="T:SteamWare.selettori">
|
||||
<summary>
|
||||
Summary description for selettori
|
||||
|
||||
@@ -34,8 +34,6 @@
|
||||
<%--To learn more about bundling scripts in ScriptManager see http://go.microsoft.com/fwlink/?LinkID=272931&clcid=0x409 --%>
|
||||
<%--Framework Scripts--%>
|
||||
<asp:ScriptReference Name="MsAjaxBundle" />
|
||||
<%--<asp:ScriptReference Name="jquery" />
|
||||
<asp:ScriptReference Name="jquery.ui.combined" />--%>
|
||||
<asp:ScriptReference Name="WebForms.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebForms.js" />
|
||||
<asp:ScriptReference Name="WebUIValidation.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebUIValidation.js" />
|
||||
<asp:ScriptReference Name="MenuStandards.js" Assembly="System.Web" Path="~/Scripts/WebForms/MenuStandards.js" />
|
||||
|
||||
@@ -556,7 +556,7 @@ namespace GMW.WebUserControls
|
||||
if (memLayer.ML.confReadBool("useStoredLiqSP"))
|
||||
{
|
||||
// nuova stored con AL e cella......
|
||||
NewUDC = MagClass.magazzino.creaUdcWithAlCella(destAL, Postazione.currCodCella, flusso, "", currParticolare, "", "", "", "", OldUDC, 0, memLayer.ML.confReadString("CodImballoFiniti"), "U", MagClass.magazzino.CodSoggCurrUser, pezziUdc, 0, 0, adesso, 0, statoUdcOut, memLayer.ML.confReadInt("IdxPosizioneFinTemp"), "IdxPosizioneFinTemp", codEventoUdcOut, "", "", adesso.Year, Request.UserHostName);
|
||||
NewUDC = MagClass.magazzino.creaUdcWithAlCella(destAL, sourceAL, barcodeIn, statoUdcOut, Postazione.currCodCella, flusso, "", currParticolare, "", "", "", "", OldUDC, 0, memLayer.ML.confReadString("CodImballoFiniti"), "U", MagClass.magazzino.CodSoggCurrUser, pezziUdc, 0, 0, adesso, 0, statoUdcOut, memLayer.ML.confReadInt("IdxPosizioneFinTemp"), "IdxPosizioneFinTemp", codEventoUdcOut, "", "", adesso.Year, Request.UserHostName);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -564,12 +564,19 @@ namespace GMW.WebUserControls
|
||||
NewUDC = MagClass.magazzino.creaUdc(flusso, "", currParticolare, "", "", "", "", OldUDC, 0, memLayer.ML.confReadString("CodImballoFiniti"), "U", MagClass.magazzino.CodSoggCurrUser, pezziUdc, 0, 0, adesso, 0, statoUdcOut, memLayer.ML.confReadInt("IdxPosizioneFinTemp"), "IdxPosizioneFinTemp", codEventoUdcOut, "", "", adesso.Year, Request.UserHostName);
|
||||
// lo associo all'AL!
|
||||
MagClass.magazzino.taAL2UDC.Insert(destAL, NewUDC, adesso, MagClass.magazzino.CodSoggCurrUser);
|
||||
// se lo trovo chiamo procedura di spostamento Dtx tra UDC sorgente --> dest (con eventuale creazione dest)
|
||||
DataMatrix.mgr.taDtx2UDC.UpdateUDC(NewUDC, barcodeIn, statoUdcOut, DateTime.Now, MagClass.magazzino.CodSoggCurrUser);
|
||||
// disattivo AL (se non era già disattivo...) x evitare si possa togliere senza chiudere...
|
||||
MagClass.magazzino.taEA.DisattivaAL(sourceAL);
|
||||
}
|
||||
}
|
||||
// se lo trovo chiamo procedura di spostamento Dtx tra UDC sorgente --> dest (con eventuale creazione dest)
|
||||
DataMatrix.mgr.taDtx2UDC.UpdateUDC(NewUDC, barcodeIn, statoUdcOut, DateTime.Now, MagClass.magazzino.CodSoggCurrUser);
|
||||
// disattivo AL (se non era già disattivo...) x evitare si possa togliere senza chiudere...
|
||||
MagClass.magazzino.taEA.DisattivaAL(sourceAL);
|
||||
else
|
||||
{
|
||||
// se lo trovo chiamo procedura di spostamento Dtx tra UDC sorgente --> dest (con eventuale creazione dest)
|
||||
DataMatrix.mgr.taDtx2UDC.UpdateUDC(NewUDC, barcodeIn, statoUdcOut, DateTime.Now, MagClass.magazzino.CodSoggCurrUser);
|
||||
// disattivo AL (se non era già disattivo...) x evitare si possa togliere senza chiudere...
|
||||
MagClass.magazzino.taEA.DisattivaAL(sourceAL);
|
||||
}
|
||||
// fix messaggi
|
||||
Postazione.messaggiText = traduci("ConfermatoDtx");
|
||||
Postazione.warningText = "";
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3031,6 +3031,43 @@
|
||||
testo associato al controllo
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:GMW_data.selDataVoc">
|
||||
<summary>
|
||||
Classe gestione metodi di accesso ai dati embeddati
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:GMW_data.selDataVoc.#ctor">
|
||||
<summary>
|
||||
classe accesso tabelle selettori
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:GMW_data.selDataVoc.getVocabolario">
|
||||
<summary>
|
||||
tabella vocabolario
|
||||
</summary>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:GMW_data.selDataVoc.getLingue">
|
||||
<summary>
|
||||
tabella lingue
|
||||
</summary>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:GMW_data.selDataVoc.updateLemmaVoc(System.String,System.String,System.String)">
|
||||
<summary>
|
||||
faccio update del lemma indicato...
|
||||
</summary>
|
||||
<param name="Traduzione"></param>
|
||||
<param name="Original_Lingua"></param>
|
||||
<param name="Original_Lemma"></param>
|
||||
</member>
|
||||
<member name="M:GMW_data.selDataVoc.deleteLemmaVoc(System.String,System.String)">
|
||||
<summary>
|
||||
cancella il lemma indicato
|
||||
</summary>
|
||||
<param name="Original_Lingua"></param>
|
||||
<param name="Original_Lemma"></param>
|
||||
</member>
|
||||
<member name="T:SteamWare.selettori">
|
||||
<summary>
|
||||
Summary description for selettori
|
||||
|
||||
Binary file not shown.
@@ -5,8 +5,7 @@
|
||||
<%@ Register Src="WebUserControls/mod_lemmiVocab.ascx" TagName="mod_lemmiVocab" TagPrefix="uc2" %>
|
||||
|
||||
<%@ Register Src="WebUserControls/mod_righePag.ascx" TagName="mod_righePag" TagPrefix="uc3" %>
|
||||
<%@ Register Src="WebUserControls/mod_ricercaGenerica.ascx" TagPrefix="uc1" TagName="mod_ricercaGenerica" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_righePag.ascx" TagPrefix="uc1" TagName="mod_righePag" %>
|
||||
<%@ Register Src="WebUserControls/mod_ricercaGenerica.ascx" TagPrefix="uc4" TagName="mod_ricercaGenerica" %>
|
||||
|
||||
|
||||
|
||||
@@ -19,7 +18,7 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-8 col-sm-offset-2 text-center">
|
||||
<uc1:mod_ricercaGenerica runat="server" ID="mod_ricercaGenerica" />
|
||||
<uc4:mod_ricercaGenerica runat="server" ID="mod_ricercaGenerica" />
|
||||
</div>
|
||||
<div class="col-sm-2 text-right">
|
||||
<uc3:mod_righePag ID="mod_righePag1" runat="server" />
|
||||
|
||||
Generated
+87
-63
@@ -17423,6 +17423,9 @@ SELECT UDC, CodCS, CodCliente, RagSociale, Particolare, DescParticolare, Disegno
|
||||
this._commandCollection[7].CommandType = global::System.Data.CommandType.StoredProcedure;
|
||||
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@AL", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SourceAL", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataMatrix", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodStatoUdcOut", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodCella", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodCS", global::System.Data.SqlDbType.VarChar, 2, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Flusso", global::System.Data.SqlDbType.VarChar, 2, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -18032,6 +18035,9 @@ SELECT UDC, CodCS, CodCliente, RagSociale, Particolare, DescParticolare, Disegno
|
||||
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
||||
public virtual DS_Applicazione.ElencoCartelliniDataTable stp_insNewFullWithAL(
|
||||
string AL,
|
||||
string SourceAL,
|
||||
string DataMatrix,
|
||||
string CodStatoUdcOut,
|
||||
string CodCella,
|
||||
string CodCS,
|
||||
string Flusso,
|
||||
@@ -18064,155 +18070,173 @@ SELECT UDC, CodCS, CodCliente, RagSociale, Particolare, DescParticolare, Disegno
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(AL));
|
||||
}
|
||||
if ((CodCella == null)) {
|
||||
if ((SourceAL == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[2].Value = ((string)(CodCella));
|
||||
this.Adapter.SelectCommand.Parameters[2].Value = ((string)(SourceAL));
|
||||
}
|
||||
if ((CodCS == null)) {
|
||||
if ((DataMatrix == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[3].Value = ((string)(CodCS));
|
||||
this.Adapter.SelectCommand.Parameters[3].Value = ((string)(DataMatrix));
|
||||
}
|
||||
if ((Flusso == null)) {
|
||||
if ((CodStatoUdcOut == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[4].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[4].Value = ((string)(Flusso));
|
||||
this.Adapter.SelectCommand.Parameters[4].Value = ((string)(CodStatoUdcOut));
|
||||
}
|
||||
if ((Anno == null)) {
|
||||
if ((CodCella == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[5].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[5].Value = ((string)(Anno));
|
||||
this.Adapter.SelectCommand.Parameters[5].Value = ((string)(CodCella));
|
||||
}
|
||||
if ((CodCliente == null)) {
|
||||
if ((CodCS == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[6].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[6].Value = ((string)(CodCliente));
|
||||
this.Adapter.SelectCommand.Parameters[6].Value = ((string)(CodCS));
|
||||
}
|
||||
if ((Particolare == null)) {
|
||||
if ((Flusso == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[7].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[7].Value = ((string)(Particolare));
|
||||
this.Adapter.SelectCommand.Parameters[7].Value = ((string)(Flusso));
|
||||
}
|
||||
if ((CodImpianto == null)) {
|
||||
if ((Anno == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[8].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[8].Value = ((string)(CodImpianto));
|
||||
this.Adapter.SelectCommand.Parameters[8].Value = ((string)(Anno));
|
||||
}
|
||||
if ((CodStampo == null)) {
|
||||
if ((CodCliente == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[9].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[9].Value = ((string)(CodStampo));
|
||||
this.Adapter.SelectCommand.Parameters[9].Value = ((string)(CodCliente));
|
||||
}
|
||||
if ((Esponente == null)) {
|
||||
if ((Particolare == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[10].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[10].Value = ((string)(Esponente));
|
||||
this.Adapter.SelectCommand.Parameters[10].Value = ((string)(Particolare));
|
||||
}
|
||||
if ((Figura == null)) {
|
||||
if ((CodImpianto == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[11].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[11].Value = ((string)(Figura));
|
||||
this.Adapter.SelectCommand.Parameters[11].Value = ((string)(CodImpianto));
|
||||
}
|
||||
if ((DataFus.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[12].Value = ((System.DateTime)(DataFus.Value));
|
||||
}
|
||||
else {
|
||||
if ((CodStampo == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[12].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((TurnoFus.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[13].Value = ((int)(TurnoFus.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[12].Value = ((string)(CodStampo));
|
||||
}
|
||||
if ((Esponente == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[13].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((CodImballo == null)) {
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[13].Value = ((string)(Esponente));
|
||||
}
|
||||
if ((Figura == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[14].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[14].Value = ((string)(CodImballo));
|
||||
this.Adapter.SelectCommand.Parameters[14].Value = ((string)(Figura));
|
||||
}
|
||||
if ((CodSoggetto == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[15].Value = global::System.DBNull.Value;
|
||||
if ((DataFus.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[15].Value = ((System.DateTime)(DataFus.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[15].Value = ((string)(CodSoggetto));
|
||||
this.Adapter.SelectCommand.Parameters[15].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((Tara.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[16].Value = ((double)(Tara.Value));
|
||||
if ((TurnoFus.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[16].Value = ((int)(TurnoFus.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[16].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((IdxPosizione.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[17].Value = ((int)(IdxPosizione.Value));
|
||||
}
|
||||
else {
|
||||
if ((CodImballo == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[17].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((CodTipoDichiaraz == null)) {
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[17].Value = ((string)(CodImballo));
|
||||
}
|
||||
if ((CodSoggetto == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[18].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[18].Value = ((string)(CodTipoDichiaraz));
|
||||
this.Adapter.SelectCommand.Parameters[18].Value = ((string)(CodSoggetto));
|
||||
}
|
||||
if ((CodEvento == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[19].Value = global::System.DBNull.Value;
|
||||
if ((Tara.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[19].Value = ((double)(Tara.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[19].Value = ((string)(CodEvento));
|
||||
this.Adapter.SelectCommand.Parameters[19].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((Qta.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[20].Value = ((decimal)(Qta.Value));
|
||||
if ((IdxPosizione.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[20].Value = ((int)(IdxPosizione.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[20].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((PesoTot.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[21].Value = ((double)(PesoTot.Value));
|
||||
}
|
||||
else {
|
||||
if ((CodTipoDichiaraz == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[21].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((PesoCad.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[22].Value = ((double)(PesoCad.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[21].Value = ((string)(CodTipoDichiaraz));
|
||||
}
|
||||
if ((CodEvento == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[22].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((CodStato == null)) {
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[22].Value = ((string)(CodEvento));
|
||||
}
|
||||
if ((Qta.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[23].Value = ((decimal)(Qta.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[23].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[23].Value = ((string)(CodStato));
|
||||
if ((PesoTot.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[24].Value = ((double)(PesoTot.Value));
|
||||
}
|
||||
if ((UDC_parent == null)) {
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[24].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[24].Value = ((string)(UDC_parent));
|
||||
}
|
||||
if ((DoDeleteUdcParent.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[25].Value = ((bool)(DoDeleteUdcParent.Value));
|
||||
if ((PesoCad.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[25].Value = ((double)(PesoCad.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[25].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((Note == null)) {
|
||||
if ((CodStato == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[26].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[26].Value = ((string)(Note));
|
||||
this.Adapter.SelectCommand.Parameters[26].Value = ((string)(CodStato));
|
||||
}
|
||||
if ((UDC_parent == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[27].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[27].Value = ((string)(UDC_parent));
|
||||
}
|
||||
if ((DoDeleteUdcParent.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[28].Value = ((bool)(DoDeleteUdcParent.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[28].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((Note == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[29].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[29].Value = ((string)(Note));
|
||||
}
|
||||
DS_Applicazione.ElencoCartelliniDataTable dataTable = new DS_Applicazione.ElencoCartelliniDataTable();
|
||||
this.Adapter.Fill(dataTable);
|
||||
|
||||
@@ -819,6 +819,9 @@ SELECT UDC, CodCS, CodCliente, RagSociale, Particolare, DescParticolare, Disegno
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@AL" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@SourceAL" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DataMatrix" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@CodStatoUdcOut" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@CodCella" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@CodCS" Precision="0" ProviderType="VarChar" Scale="0" Size="2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Flusso" Precision="0" ProviderType="VarChar" Scale="0" Size="2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@@ -2951,12 +2954,12 @@ SELECT codPostazione, stampante FROM ElencoPostazioni WHERE (codPostazione = @co
|
||||
</xs:element>
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
<msdata:Relationship name="FK_AnagImpianti_AnagCompanySito" msdata:parent="AnagCompanySito" msdata:child="AnagImpianti" msdata:parentkey="CodCS" msdata:childkey="CodCS" msprop:Generator_UserChildTable="AnagImpianti" msprop:Generator_ChildPropName="GetAnagImpiantiRows" msprop:Generator_UserRelationName="FK_AnagImpianti_AnagCompanySito" msprop:Generator_ParentPropName="AnagCompanySitoRow" msprop:Generator_RelationVarName="relationFK_AnagImpianti_AnagCompanySito" msprop:Generator_UserParentTable="AnagCompanySito" />
|
||||
<msdata:Relationship name="FK_ElencoCartellini_AnagCompanySito" msdata:parent="AnagCompanySito" msdata:child="ElencoCartellini" msdata:parentkey="CodCS" msdata:childkey="CodCS" msprop:Generator_UserChildTable="ElencoCartellini" msprop:Generator_ChildPropName="GetElencoCartelliniRows" msprop:Generator_UserRelationName="FK_ElencoCartellini_AnagCompanySito" msprop:Generator_ParentPropName="AnagCompanySitoRow" msprop:Generator_RelationVarName="relationFK_ElencoCartellini_AnagCompanySito" msprop:Generator_UserParentTable="AnagCompanySito" />
|
||||
<msdata:Relationship name="FK_ElencoCartellini_AnagStatiProdotto" msdata:parent="AnagStatiProdotto" msdata:child="ElencoCartellini" msdata:parentkey="CodStato" msdata:childkey="CodStato" msprop:Generator_UserChildTable="ElencoCartellini" msprop:Generator_ChildPropName="GetElencoCartelliniRows" msprop:Generator_UserRelationName="FK_ElencoCartellini_AnagStatiProdotto" msprop:Generator_ParentPropName="AnagStatiProdottoRow" msprop:Generator_RelationVarName="relationFK_ElencoCartellini_AnagStatiProdotto" msprop:Generator_UserParentTable="AnagStatiProdotto" />
|
||||
<msdata:Relationship name="FK_AnagOperatori_AnagCompanySito" msdata:parent="AnagCompanySito" msdata:child="AnagOperatori" msdata:parentkey="CodCS" msdata:childkey="CodCS" msprop:Generator_UserChildTable="AnagOperatori" msprop:Generator_ChildPropName="GetAnagOperatoriRows" msprop:Generator_UserRelationName="FK_AnagOperatori_AnagCompanySito" msprop:Generator_ParentPropName="AnagCompanySitoRow" msprop:Generator_RelationVarName="relationFK_AnagOperatori_AnagCompanySito" msprop:Generator_UserParentTable="AnagCompanySito" />
|
||||
<msdata:Relationship name="FK_AnagParticolari_AnagCompanySito" msdata:parent="AnagCompanySito" msdata:child="AnagParticolari" msdata:parentkey="CodCS" msdata:childkey="CodCS" msprop:Generator_UserChildTable="AnagParticolari" msprop:Generator_ChildPropName="GetAnagParticolariRows" msprop:Generator_UserRelationName="FK_AnagParticolari_AnagCompanySito" msprop:Generator_ParentPropName="AnagCompanySitoRow" msprop:Generator_RelationVarName="relationFK_AnagParticolari_AnagCompanySito" msprop:Generator_UserParentTable="AnagCompanySito" />
|
||||
<msdata:Relationship name="FK_Soggetti2Utente_AnagOperatori" msdata:parent="AnagOperatori" msdata:child="Soggetti2Utente" msdata:parentkey="CodSoggetto" msdata:childkey="CodSoggetto" msprop:Generator_UserChildTable="Soggetti2Utente" msprop:Generator_ChildPropName="GetSoggetti2UtenteRows" msprop:Generator_UserRelationName="FK_Soggetti2Utente_AnagOperatori" msprop:Generator_ParentPropName="AnagOperatoriRow" msprop:Generator_RelationVarName="relationFK_Soggetti2Utente_AnagOperatori" msprop:Generator_UserParentTable="AnagOperatori" />
|
||||
<msdata:Relationship name="FK_AnagImpianti_AnagCompanySito" msdata:parent="AnagCompanySito" msdata:child="AnagImpianti" msdata:parentkey="CodCS" msdata:childkey="CodCS" msprop:Generator_UserChildTable="AnagImpianti" msprop:Generator_ChildPropName="GetAnagImpiantiRows" msprop:Generator_UserRelationName="FK_AnagImpianti_AnagCompanySito" msprop:Generator_RelationVarName="relationFK_AnagImpianti_AnagCompanySito" msprop:Generator_UserParentTable="AnagCompanySito" msprop:Generator_ParentPropName="AnagCompanySitoRow" />
|
||||
<msdata:Relationship name="FK_ElencoCartellini_AnagCompanySito" msdata:parent="AnagCompanySito" msdata:child="ElencoCartellini" msdata:parentkey="CodCS" msdata:childkey="CodCS" msprop:Generator_UserChildTable="ElencoCartellini" msprop:Generator_ChildPropName="GetElencoCartelliniRows" msprop:Generator_UserRelationName="FK_ElencoCartellini_AnagCompanySito" msprop:Generator_RelationVarName="relationFK_ElencoCartellini_AnagCompanySito" msprop:Generator_UserParentTable="AnagCompanySito" msprop:Generator_ParentPropName="AnagCompanySitoRow" />
|
||||
<msdata:Relationship name="FK_ElencoCartellini_AnagStatiProdotto" msdata:parent="AnagStatiProdotto" msdata:child="ElencoCartellini" msdata:parentkey="CodStato" msdata:childkey="CodStato" msprop:Generator_UserChildTable="ElencoCartellini" msprop:Generator_ChildPropName="GetElencoCartelliniRows" msprop:Generator_UserRelationName="FK_ElencoCartellini_AnagStatiProdotto" msprop:Generator_RelationVarName="relationFK_ElencoCartellini_AnagStatiProdotto" msprop:Generator_UserParentTable="AnagStatiProdotto" msprop:Generator_ParentPropName="AnagStatiProdottoRow" />
|
||||
<msdata:Relationship name="FK_AnagOperatori_AnagCompanySito" msdata:parent="AnagCompanySito" msdata:child="AnagOperatori" msdata:parentkey="CodCS" msdata:childkey="CodCS" msprop:Generator_UserChildTable="AnagOperatori" msprop:Generator_ChildPropName="GetAnagOperatoriRows" msprop:Generator_UserRelationName="FK_AnagOperatori_AnagCompanySito" msprop:Generator_RelationVarName="relationFK_AnagOperatori_AnagCompanySito" msprop:Generator_UserParentTable="AnagCompanySito" msprop:Generator_ParentPropName="AnagCompanySitoRow" />
|
||||
<msdata:Relationship name="FK_AnagParticolari_AnagCompanySito" msdata:parent="AnagCompanySito" msdata:child="AnagParticolari" msdata:parentkey="CodCS" msdata:childkey="CodCS" msprop:Generator_UserChildTable="AnagParticolari" msprop:Generator_ChildPropName="GetAnagParticolariRows" msprop:Generator_UserRelationName="FK_AnagParticolari_AnagCompanySito" msprop:Generator_RelationVarName="relationFK_AnagParticolari_AnagCompanySito" msprop:Generator_UserParentTable="AnagCompanySito" msprop:Generator_ParentPropName="AnagCompanySitoRow" />
|
||||
<msdata:Relationship name="FK_Soggetti2Utente_AnagOperatori" msdata:parent="AnagOperatori" msdata:child="Soggetti2Utente" msdata:parentkey="CodSoggetto" msdata:childkey="CodSoggetto" msprop:Generator_UserChildTable="Soggetti2Utente" msprop:Generator_ChildPropName="GetSoggetti2UtenteRows" msprop:Generator_UserRelationName="FK_Soggetti2Utente_AnagOperatori" msprop:Generator_RelationVarName="relationFK_Soggetti2Utente_AnagOperatori" msprop:Generator_UserParentTable="AnagOperatori" msprop:Generator_ParentPropName="AnagOperatoriRow" />
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:schema>
|
||||
@@ -954,6 +954,9 @@ namespace GMW_data
|
||||
/// Fornisce un nuovo codice UDC tipo completo (con pezzi e cod magazzino) a partire dalla richiesta e associa ad AL e mette nella cella richiesta
|
||||
/// </summary>
|
||||
/// <param name="AL">AL da associare</param>
|
||||
/// <param name="SourceAL">AL Sorgente (da disattivare)</param>
|
||||
/// <param name="DataMatrix">DataMatrix da spostare</param>
|
||||
/// <param name="CodStatoUdcOut"Cod Stato UDC OUT in cui spostare datamatrix</param>
|
||||
/// <param name="CodCella">codice cella destinazione</param>
|
||||
/// <param name="CodBilancia">codice anagrafico della bilanca che effettua la richiesta (codice della pesa)</param>
|
||||
/// <param name="CodCliente">codice anagrafico del cliente</param>
|
||||
@@ -981,7 +984,7 @@ namespace GMW_data
|
||||
/// <param name="anno">anno in cui intestare i cartellini, trimma a 2 cifre DX</param>
|
||||
/// <param name="clientIp">Ip del client</param>
|
||||
/// <returns>UDC del nuovo cartellino per FINITI</returns>
|
||||
public string creaUdcWithAlCella(string AL, string CodCella, string CodBilancia, string CodCliente, string Particolare, string CodImpianto, string CodStampo, string Esponente, string Figura, string UDC_parent, double Tara, string CodImballo, string CodTipoDichiarazione, string CodSoggetto, int Quantita, float PesoTot, float PesoCad, DateTime DataRif, int TurnoRif, string CodStato, int CodMag, string defIdxPosiz, string codEvento, string note, string UDC, int anno, string clientIp)
|
||||
public string creaUdcWithAlCella(string AL, string SourceAL, string DataMatrix, string CodStatoUdcOut, string CodCella, string CodBilancia, string CodCliente, string Particolare, string CodImpianto, string CodStampo, string Esponente, string Figura, string UDC_parent, double Tara, string CodImballo, string CodTipoDichiarazione, string CodSoggetto, int Quantita, float PesoTot, float PesoCad, DateTime DataRif, int TurnoRif, string CodStato, int CodMag, string defIdxPosiz, string codEvento, string note, string UDC, int anno, string clientIp)
|
||||
{// trim fix
|
||||
string CodBilanciaTrim = CodBilancia.Trim();
|
||||
string CodClienteTrim = CodCliente.Trim();
|
||||
@@ -1033,7 +1036,7 @@ namespace GMW_data
|
||||
// insert nuovo UDC con codice impostato
|
||||
try
|
||||
{
|
||||
tabUdc = DataProxy.obj.taCartellini.stp_insNewFullWithAL(AL, CodCella, CodCS, CodBilanciaTrim, annoTrim, CodClienteTrim, ParticolareTrim, CodImpiantoTrim, CodStampoTrim, EsponenteTrim, FiguraTrim, DataRif, TurnoRif, CodImballoTrim, CodSoggettoTrim, Tara, IdxPosizione, CodTipoDichiarazioneTrim, codEventoTrim, Quantita, PesoTot, PesoCad, CodStatoTrim, UDC_parentTrim, doDeleteUdcTara, noteTrim);
|
||||
tabUdc = DataProxy.obj.taCartellini.stp_insNewFullWithAL(AL, SourceAL,DataMatrix,CodStatoUdcOut, CodCella, CodCS, CodBilanciaTrim, annoTrim, CodClienteTrim, ParticolareTrim, CodImpiantoTrim, CodStampoTrim, EsponenteTrim, FiguraTrim, DataRif, TurnoRif, CodImballoTrim, CodSoggettoTrim, Tara, IdxPosizione, CodTipoDichiarazioneTrim, codEventoTrim, Quantita, PesoTot, PesoCad, CodStatoTrim, UDC_parentTrim, doDeleteUdcTara, noteTrim);
|
||||
answ = UDC;
|
||||
}
|
||||
catch
|
||||
|
||||
@@ -3031,6 +3031,43 @@
|
||||
testo associato al controllo
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:GMW_data.selDataVoc">
|
||||
<summary>
|
||||
Classe gestione metodi di accesso ai dati embeddati
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:GMW_data.selDataVoc.#ctor">
|
||||
<summary>
|
||||
classe accesso tabelle selettori
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:GMW_data.selDataVoc.getVocabolario">
|
||||
<summary>
|
||||
tabella vocabolario
|
||||
</summary>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:GMW_data.selDataVoc.getLingue">
|
||||
<summary>
|
||||
tabella lingue
|
||||
</summary>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:GMW_data.selDataVoc.updateLemmaVoc(System.String,System.String,System.String)">
|
||||
<summary>
|
||||
faccio update del lemma indicato...
|
||||
</summary>
|
||||
<param name="Traduzione"></param>
|
||||
<param name="Original_Lingua"></param>
|
||||
<param name="Original_Lemma"></param>
|
||||
</member>
|
||||
<member name="M:GMW_data.selDataVoc.deleteLemmaVoc(System.String,System.String)">
|
||||
<summary>
|
||||
cancella il lemma indicato
|
||||
</summary>
|
||||
<param name="Original_Lingua"></param>
|
||||
<param name="Original_Lemma"></param>
|
||||
</member>
|
||||
<member name="T:SteamWare.selettori">
|
||||
<summary>
|
||||
Summary description for selettori
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("2.5.667.1564")]
|
||||
[assembly: AssemblyFileVersion("2.5.667.1564")]
|
||||
[assembly: AssemblyVersion("2.5.668.1568")]
|
||||
[assembly: AssemblyFileVersion("2.5.668.1568")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2007-2014")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("2.5.667.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("2.5.667.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("2.5.668.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("2.5.668.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Reference in New Issue
Block a user