v 3.4.863:

- realizzato punto 2 (come GENERICO modulo da replicare in fretta)
- rivisto modalità x fusioni x poter rifare anche quello con modulo generico
This commit is contained in:
Samuele E. Locatelli
2016-07-04 12:14:22 +02:00
parent 50a66194ee
commit e95a260cfb
23 changed files with 73 additions and 64 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5 -5
View File
@@ -529,7 +529,7 @@
<Content Include="WebUserControls\mod_righePag.ascx" />
<Content Include="WebUserControls\mod_rimuoviNC.ascx" />
<Content Include="WebUserControls\mod_sbloccoUdcFusioni.ascx" />
<Content Include="WebUserControls\mod_sbloccoUdcTrattati.ascx" />
<Content Include="WebUserControls\mod_sbloccoUdc.ascx" />
<Content Include="WebUserControls\mod_SearchProvAL.ascx" />
<Content Include="WebUserControls\mod_SearchProvDtx.ascx" />
<Content Include="WebUserControls\mod_selLineaNtDt.ascx" />
@@ -1866,12 +1866,12 @@
<Compile Include="WebUserControls\mod_sbloccoUdcFusioni.ascx.designer.cs">
<DependentUpon>mod_sbloccoUdcFusioni.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_sbloccoUdcTrattati.ascx.cs">
<DependentUpon>mod_sbloccoUdcTrattati.ascx</DependentUpon>
<Compile Include="WebUserControls\mod_sbloccoUdc.ascx.cs">
<DependentUpon>mod_sbloccoUdc.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\mod_sbloccoUdcTrattati.ascx.designer.cs">
<DependentUpon>mod_sbloccoUdcTrattati.ascx</DependentUpon>
<Compile Include="WebUserControls\mod_sbloccoUdc.ascx.designer.cs">
<DependentUpon>mod_sbloccoUdc.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_SearchProvAL.ascx.cs">
<DependentUpon>mod_SearchProvAL.ascx</DependentUpon>
+3 -3
View File
@@ -1,7 +1,7 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" CodeBehind="SbloccoUdcTrattati.aspx.cs" Inherits="GMW.SbloccoUdcTrattati" %>
<%@ Register Src="WebUserControls/mod_selLineaNtDt.ascx" TagName="mod_selLineaNtDt" TagPrefix="uc1" %>
<%@ Register Src="WebUserControls/mod_storicoAzioniOperatore.ascx" TagName="mod_storicoAzioniOperatore" TagPrefix="uc2" %>
<%@ Register Src="~/WebUserControls/mod_sbloccoUdcTrattati.ascx" TagPrefix="uc1" TagName="mod_sbloccoUdcTrattati" %>
<%@ Register Src="~/WebUserControls/mod_sbloccoUdc.ascx" TagPrefix="uc1" TagName="mod_sbloccoUdc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
@@ -9,7 +9,7 @@
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="MCon" runat="server">
<uc1:mod_selLineaNtDt ID="mod_selLineaNtDt1" runat="server" urlNT="SbloccoUdcFusi" cssNormal="btn btn-default btn-lg" cssSelected="btn btn-primary btn-lg active" showSelNtDt="false" showSelPostazione="false" showStorico="false" preCodLineNT="W10" />
<uc1:mod_selLineaNtDt ID="mod_selLineaNtDt1" runat="server" urlNT="SbloccoUdcTrattati" cssNormal="btn btn-default btn-lg" cssSelected="btn btn-primary btn-lg active" showSelNtDt="false" showSelPostazione="false" showStorico="false" preCodLineNT="W21" />
<asp:Panel runat="server" ID="pnlAll" CssClass="stileAttesa">
<div class="container-fluid">
<asp:Panel ID="pnlSAO" runat="server" ScrollBars="None" CssClass="nav sidebar ombra" BackColor="#696969">
@@ -31,7 +31,7 @@
</div>
</div>
<div class="col-xs-12">
<uc1:mod_sbloccoUdcTrattati runat="server" id="mod_sbloccoUdcTrattati" />
<uc1:mod_sbloccoUdc runat="server" id="mod_sbloccoUdc" flusso="TT" statoUDC="Tratt" eventoUDC="UDC_SBTRT" idxPosizioneIn="11" codBloccoIn="W21" />
</div>
</div>
</div>
+1 -1
View File
@@ -19,7 +19,7 @@ namespace GMW
// fix css...
Postazione.CssClass = "stileAttesa";
// imposto pos abilitata x cancellazione
mod_storicoAzioniOperatore1.IdxPosizione2del = memLayer.ML.confReadInt("IdxPosizioneFusi");
mod_storicoAzioniOperatore1.IdxPosizione2del = memLayer.ML.confReadInt("IdxPosizioneTrattati");
// pulisco dir temp dai file dei cartellini stampati
reportPrinter.obj.pulisciDir();
}
+2 -2
View File
@@ -67,12 +67,12 @@ namespace GMW {
protected global::System.Web.UI.WebControls.Label lblWarning;
/// <summary>
/// mod_sbloccoUdcTrattati control.
/// mod_sbloccoUdc control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::GMW.WebUserControls.mod_sbloccoUdcTrattati mod_sbloccoUdcTrattati;
protected global::GMW.WebUserControls.mod_sbloccoUdc mod_sbloccoUdc;
}
}
@@ -1,4 +1,4 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_sbloccoUdcTrattati.ascx.cs" Inherits="GMW.WebUserControls.mod_sbloccoUdcTrattati" %>
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_sbloccoUdc.ascx.cs" Inherits="GMW.WebUserControls.mod_sbloccoUdc" %>
<% if (false)
{ %>
@@ -56,7 +56,7 @@
</asp:GridView>
<asp:ObjectDataSource ID="odsUdcSBloccabili" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByCodBlocco" TypeName="GMW_data.DS_magazzinoTableAdapters.v_UdcDetailTableAdapter">
<SelectParameters>
<asp:Parameter DefaultValue="W10" Name="CodBlocco" Type="String" />
<asp:Parameter DefaultValue="W21" Name="CodBlocco" Type="String" />
</SelectParameters>
</asp:ObjectDataSource>
<br />
@@ -9,20 +9,29 @@ using GMW_data;
namespace GMW.WebUserControls
{
public partial class mod_sbloccoUdcTrattati : System.Web.UI.UserControl
public partial class mod_sbloccoUdc : System.Web.UI.UserControl
{
/// <summary>
/// flusso associato (hard coded) a sterrati
/// flusso associato (hard coded) a UDC
/// </summary>
protected string flusso = "ST";
public string flusso = "tTT";
/// <summary>
/// stato associato (hard coded) a sterrati
/// stato associato (hard coded) a UDC
/// </summary>
protected string statoUDC = "Sterr";
public string statoUDC = "tTratt";
/// <summary>
/// tipo di evento associato alla creazione dell'UDC
/// tipo di evento associato alla modifica dell'UDC
/// </summary>
protected string eventoUDC = "UDC_SBFUS";
public string eventoUDC = "tUDC_SBTRT";
/// <summary>
/// Posizione di riferimento
/// </summary>
public int idxPosizioneIn = 0;
/// <summary>
/// Cod Blocco di riferimento
/// </summary>
public string codBloccoIn = "W00";
public event EventHandler eh_reqUpdate;
/// <summary>
/// stringa UID univoca
@@ -57,15 +66,15 @@ namespace GMW.WebUserControls
get
{
int answ = 0;
if (memLayer.ML.isInSessionObject("IdxCellaLineaST"))
if (memLayer.ML.isInSessionObject("IdxCellaLineaTT"))
{
answ = memLayer.ML.IntSessionObj("IdxCellaLineaST");
answ = memLayer.ML.IntSessionObj("IdxCellaLineaTT");
}
return answ;
}
set
{
memLayer.ML.setSessionVal("IdxCellaLineaST", value);
memLayer.ML.setSessionVal("IdxCellaLineaTT", value);
}
}
/// <summary>
@@ -214,14 +223,14 @@ namespace GMW.WebUserControls
{
/********************************************************************
* procedo per UDC in ingresso:
* - Deve essere in una locazione WIP sterratura ( LS -- )
* - Deve avere una sola associazione UDC Fuso - UDC Sterrato
* - Deve essere in una locazione WIP corretta (es: sterratura LS -- )
* - Deve avere una sola associazione UDC IN - UDC OUT
*
********************************************************************/
// controllo IdxPosizione dell'UDC e confronto con posizione in webconfig x fusi (pre sterratura/taglio)
// controllo IdxPosizione dell'UDC e confronto con posizione in web.config x posizione richiesta (es:fusi pre sterratura/taglio, trattati pre FINITI, ...)
int IdxPosizione = DataProxy.obj.taCartellini.stp_getByUdc(barcodeIn)[0].IdxPosizione;
if (IdxPosizione == memLayer.ML.confReadInt("IdxPosizioneFusi"))
if (IdxPosizione == idxPosizioneIn)
{
// calcolo nuovo particolare
@@ -245,13 +254,13 @@ namespace GMW.WebUserControls
{ }
// controllo sia in WIP terra sterratura
if (codBloccoCurr == memLayer.ML.confReadString("CodBloccoFusi"))
if (codBloccoCurr == codBloccoIn)
{
// controllo abbia 1 sola associazione fusi/sterrato COME CHILD
if (DataProxy.obj.taRelazUDC.stp_getChild(barcodeIn).Rows.Count > 1)
{
divSblocca.Visible = false;
Postazione.messaggiText += " - Attenzione, UDC Fuso associato a più di uno sterrato!";
Postazione.messaggiText += " - Attenzione, UDC in ingresso associato a più di un UDC in uscita!";
Postazione.CssClass = "stileComandoKo";
}
else
@@ -264,14 +273,14 @@ namespace GMW.WebUserControls
else
{
divSblocca.Visible = false;
Postazione.messaggiText += " - Attenzione, UDC NON RISULTA caricato su linee Fusi!";
Postazione.messaggiText += string.Format(" - Attenzione, UDC NON RISULTA caricato su linea corretta ({0})!", codBloccoIn);
Postazione.CssClass = "stileComandoKo";
}
}
else
{
divSblocca.Visible = false;
Postazione.messaggiText += " - Attenzione, UDC NON in posizione corretta Fusi!";
Postazione.messaggiText += string.Format(" - Attenzione, UDC NON in posizione corretta per sblocco ({0})!", idxPosizioneIn);
Postazione.CssClass = "stileComandoKo";
}
}
@@ -354,8 +363,8 @@ namespace GMW.WebUserControls
/// <param name="e"></param>
protected void SbloccaUDC_Click(object sender, EventArgs e)
{
// va cancellata la sua relazioni Fuso-Sterrato e va spostato in locazione Fusi Terra
DataProxy.obj.taCartellini.sbloccaFusoDaPost(eventoUDC, memLayer.ML.confReadInt("IdxPosizioneFusi"), currUDC, "", MagClass.magazzino.CodSoggCurrUser);
// va cancellata la sua relazioni Finito e va spostato in locazione Finiti Terra
DataProxy.obj.taCartellini.sbloccaDaPost(eventoUDC, idxPosizioneIn, currUDC, "", MagClass.magazzino.CodSoggCurrUser);
// resetto selezione
divSblocca.Visible = false;
currUDC = "";
@@ -10,7 +10,7 @@
namespace GMW.WebUserControls {
public partial class mod_sbloccoUdcTrattati {
public partial class mod_sbloccoUdc {
/// <summary>
/// BundleReference1 control.
@@ -20,7 +20,7 @@ namespace GMW.WebUserControls
/// </summary>
protected string statoUDC = "Sterr";
/// <summary>
/// tipo di evento associato alla creazione dell'UDC
/// tipo di evento associato alla modifica dell'UDC
/// </summary>
protected string eventoUDC = "UDC_SBFUS";
public event EventHandler eh_reqUpdate;
@@ -355,7 +355,7 @@ namespace GMW.WebUserControls
protected void SbloccaUDC_Click(object sender, EventArgs e)
{
// va cancellata la sua relazioni Fuso-Sterrato e va spostato in locazione Fusi Terra
DataProxy.obj.taCartellini.sbloccaFusoDaPost(eventoUDC, memLayer.ML.confReadInt("IdxPosizioneFusi"), currUDC, "", MagClass.magazzino.CodSoggCurrUser);
DataProxy.obj.taCartellini.sbloccaDaPost(eventoUDC, memLayer.ML.confReadInt("IdxPosizioneFusi"), currUDC, "", MagClass.magazzino.CodSoggCurrUser);
// resetto selezione
divSblocca.Visible = false;
currUDC = "";
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -20731,7 +20731,7 @@ SELECT UDC, CodCS, CodCliente, RagSociale, Particolare, DescParticolare, Disegno
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TurnoFus", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[5] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[5].Connection = this.Connection;
this._commandCollection[5].CommandText = "dbo.stp_UDC_sbloccaFusoDaPost";
this._commandCollection[5].CommandText = "dbo.stp_UDC_sbloccaDaPost";
this._commandCollection[5].CommandType = global::System.Data.CommandType.StoredProcedure;
this._commandCollection[5].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[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodEvento", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
@@ -22828,7 +22828,7 @@ SELECT UDC, CodCS, CodCliente, RagSociale, Particolare, DescParticolare, Disegno
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int sbloccaFusoDaPost(string CodEvento, global::System.Nullable<int> IdxPosizione, string UDC, string CodStato, string CodSoggetto) {
public virtual int sbloccaDaPost(string CodEvento, global::System.Nullable<int> IdxPosizione, string UDC, string CodStato, string CodSoggetto) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[5];
if ((CodEvento == null)) {
command.Parameters[1].Value = global::System.DBNull.Value;
+13 -13
View File
@@ -802,10 +802,10 @@ SELECT UDC, CodCS, CodCliente, RagSociale, Particolare, DescParticolare, Disegno
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="TK_GMW.dbo.stp_UDC_sbloccaFusoDaPost" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="sbloccaFusoDaPost" Modifier="Public" Name="sbloccaFusoDaPost" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="sbloccaFusoDaPost">
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="TK_GMW.dbo.stp_UDC_sbloccaDaPost" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="sbloccaDaPost" Modifier="Public" Name="sbloccaDaPost" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="sbloccaDaPost">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_UDC_sbloccaFusoDaPost</CommandText>
<CommandText>dbo.stp_UDC_sbloccaDaPost</CommandText>
<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="@CodEvento" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
@@ -3411,7 +3411,7 @@ FROM v_TrascSogg</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ElencoNC" msprop:Generator_TableClassName="ElencoNCDataTable" msprop:Generator_TableVarName="tableElencoNC" msprop:Generator_TablePropName="ElencoNC" msprop:Generator_RowDeletingName="ElencoNCRowDeleting" msprop:Generator_RowChangingName="ElencoNCRowChanging" msprop:Generator_RowEvHandlerName="ElencoNCRowChangeEventHandler" msprop:Generator_RowDeletedName="ElencoNCRowDeleted" msprop:Generator_UserTableName="ElencoNC" msprop:Generator_RowChangedName="ElencoNCRowChanged" msprop:Generator_RowEvArgName="ElencoNCRowChangeEvent" msprop:Generator_RowClassName="ElencoNCRow">
<xs:element name="ElencoNC" msprop:Generator_TableClassName="ElencoNCDataTable" msprop:Generator_TableVarName="tableElencoNC" msprop:Generator_RowChangedName="ElencoNCRowChanged" msprop:Generator_TablePropName="ElencoNC" msprop:Generator_RowDeletingName="ElencoNCRowDeleting" msprop:Generator_RowChangingName="ElencoNCRowChanging" msprop:Generator_RowEvHandlerName="ElencoNCRowChangeEventHandler" msprop:Generator_RowDeletedName="ElencoNCRowDeleted" msprop:Generator_RowClassName="ElencoNCRow" msprop:Generator_UserTableName="ElencoNC" msprop:Generator_RowEvArgName="ElencoNCRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxNC" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnIdxNC" msprop:Generator_ColumnPropNameInRow="IdxNC" msprop:Generator_ColumnPropNameInTable="IdxNCColumn" msprop:Generator_UserColumnName="IdxNC" type="xs:int" />
@@ -3457,7 +3457,7 @@ FROM v_TrascSogg</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="UDC_NC" msprop:Generator_TableClassName="UDC_NCDataTable" msprop:Generator_TableVarName="tableUDC_NC" msprop:Generator_RowChangedName="UDC_NCRowChanged" msprop:Generator_TablePropName="UDC_NC" msprop:Generator_RowDeletingName="UDC_NCRowDeleting" msprop:Generator_RowChangingName="UDC_NCRowChanging" msprop:Generator_RowEvHandlerName="UDC_NCRowChangeEventHandler" msprop:Generator_RowDeletedName="UDC_NCRowDeleted" msprop:Generator_RowClassName="UDC_NCRow" msprop:Generator_UserTableName="UDC_NC" msprop:Generator_RowEvArgName="UDC_NCRowChangeEvent">
<xs:element name="UDC_NC" msprop:Generator_TableClassName="UDC_NCDataTable" msprop:Generator_TableVarName="tableUDC_NC" msprop:Generator_TablePropName="UDC_NC" msprop:Generator_RowDeletingName="UDC_NCRowDeleting" msprop:Generator_RowChangingName="UDC_NCRowChanging" msprop:Generator_RowEvHandlerName="UDC_NCRowChangeEventHandler" msprop:Generator_RowDeletedName="UDC_NCRowDeleted" msprop:Generator_UserTableName="UDC_NC" msprop:Generator_RowChangedName="UDC_NCRowChanged" msprop:Generator_RowEvArgName="UDC_NCRowChangeEvent" msprop:Generator_RowClassName="UDC_NCRow">
<xs:complexType>
<xs:sequence>
<xs:element name="UDC" msprop:Generator_ColumnVarNameInTable="columnUDC" msprop:Generator_ColumnPropNameInRow="UDC" msprop:Generator_ColumnPropNameInTable="UDCColumn" msprop:Generator_UserColumnName="UDC">
@@ -3515,7 +3515,7 @@ FROM v_TrascSogg</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="UNC_tree" msprop:Generator_TableClassName="UNC_treeDataTable" msprop:Generator_TableVarName="tableUNC_tree" msprop:Generator_RowChangedName="UNC_treeRowChanged" msprop:Generator_TablePropName="UNC_tree" msprop:Generator_RowDeletingName="UNC_treeRowDeleting" msprop:Generator_RowChangingName="UNC_treeRowChanging" msprop:Generator_RowEvHandlerName="UNC_treeRowChangeEventHandler" msprop:Generator_RowDeletedName="UNC_treeRowDeleted" msprop:Generator_RowClassName="UNC_treeRow" msprop:Generator_UserTableName="UNC_tree" msprop:Generator_RowEvArgName="UNC_treeRowChangeEvent">
<xs:element name="UNC_tree" msprop:Generator_TableClassName="UNC_treeDataTable" msprop:Generator_TableVarName="tableUNC_tree" msprop:Generator_TablePropName="UNC_tree" msprop:Generator_RowDeletingName="UNC_treeRowDeleting" msprop:Generator_RowChangingName="UNC_treeRowChanging" msprop:Generator_RowEvHandlerName="UNC_treeRowChangeEventHandler" msprop:Generator_RowDeletedName="UNC_treeRowDeleted" msprop:Generator_UserTableName="UNC_tree" msprop:Generator_RowChangedName="UNC_treeRowChanged" msprop:Generator_RowEvArgName="UNC_treeRowChangeEvent" msprop:Generator_RowClassName="UNC_treeRow">
<xs:complexType>
<xs:sequence>
<xs:element name="UDC" msdata:ReadOnly="true" msprop:nullValue="_throw" msprop:Generator_ColumnPropNameInRow="UDC" msprop:Generator_ColumnVarNameInTable="columnUDC" msprop:Generator_ColumnPropNameInTable="UDCColumn" msprop:Generator_UserColumnName="UDC">
@@ -3536,7 +3536,7 @@ FROM v_TrascSogg</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TrascCodSogg" msprop:Generator_TableClassName="TrascCodSoggDataTable" msprop:Generator_TableVarName="tableTrascCodSogg" msprop:Generator_TablePropName="TrascCodSogg" msprop:Generator_RowDeletingName="TrascCodSoggRowDeleting" msprop:Generator_RowChangingName="TrascCodSoggRowChanging" msprop:Generator_RowEvHandlerName="TrascCodSoggRowChangeEventHandler" msprop:Generator_RowDeletedName="TrascCodSoggRowDeleted" msprop:Generator_UserTableName="TrascCodSogg" msprop:Generator_RowChangedName="TrascCodSoggRowChanged" msprop:Generator_RowEvArgName="TrascCodSoggRowChangeEvent" msprop:Generator_RowClassName="TrascCodSoggRow">
<xs:element name="TrascCodSogg" msprop:Generator_TableClassName="TrascCodSoggDataTable" msprop:Generator_TableVarName="tableTrascCodSogg" msprop:Generator_RowChangedName="TrascCodSoggRowChanged" msprop:Generator_TablePropName="TrascCodSogg" msprop:Generator_RowDeletingName="TrascCodSoggRowDeleting" msprop:Generator_RowChangingName="TrascCodSoggRowChanging" msprop:Generator_RowEvHandlerName="TrascCodSoggRowChangeEventHandler" msprop:Generator_RowDeletedName="TrascCodSoggRowDeleted" msprop:Generator_RowClassName="TrascCodSoggRow" msprop:Generator_UserTableName="TrascCodSogg" msprop:Generator_RowEvArgName="TrascCodSoggRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="CodSoggetto" msprop:Generator_ColumnVarNameInTable="columnCodSoggetto" msprop:Generator_ColumnPropNameInRow="CodSoggetto" msprop:Generator_ColumnPropNameInTable="CodSoggettoColumn" msprop:Generator_UserColumnName="CodSoggetto">
@@ -3571,7 +3571,7 @@ FROM v_TrascSogg</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="UDC_DelLogNc" msprop:Generator_TableClassName="UDC_DelLogNcDataTable" msprop:Generator_TableVarName="tableUDC_DelLogNc" msprop:Generator_RowChangedName="UDC_DelLogNcRowChanged" msprop:Generator_TablePropName="UDC_DelLogNc" msprop:Generator_RowDeletingName="UDC_DelLogNcRowDeleting" msprop:Generator_RowChangingName="UDC_DelLogNcRowChanging" msprop:Generator_RowEvHandlerName="UDC_DelLogNcRowChangeEventHandler" msprop:Generator_RowDeletedName="UDC_DelLogNcRowDeleted" msprop:Generator_RowClassName="UDC_DelLogNcRow" msprop:Generator_UserTableName="UDC_DelLogNc" msprop:Generator_RowEvArgName="UDC_DelLogNcRowChangeEvent">
<xs:element name="UDC_DelLogNc" msprop:Generator_TableClassName="UDC_DelLogNcDataTable" msprop:Generator_TableVarName="tableUDC_DelLogNc" msprop:Generator_TablePropName="UDC_DelLogNc" msprop:Generator_RowDeletingName="UDC_DelLogNcRowDeleting" msprop:Generator_RowChangingName="UDC_DelLogNcRowChanging" msprop:Generator_RowEvHandlerName="UDC_DelLogNcRowChangeEventHandler" msprop:Generator_RowDeletedName="UDC_DelLogNcRowDeleted" msprop:Generator_UserTableName="UDC_DelLogNc" msprop:Generator_RowChangedName="UDC_DelLogNcRowChanged" msprop:Generator_RowEvArgName="UDC_DelLogNcRowChangeEvent" msprop:Generator_RowClassName="UDC_DelLogNcRow">
<xs:complexType>
<xs:sequence>
<xs:element name="UDC" msprop:Generator_ColumnVarNameInTable="columnUDC" msprop:Generator_ColumnPropNameInRow="UDC" msprop:Generator_ColumnPropNameInTable="UDCColumn" msprop:Generator_UserColumnName="UDC">
@@ -3751,12 +3751,12 @@ FROM v_TrascSogg</CommandText>
</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_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" />
<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" />
</xs:appinfo>
</xs:annotation>
</xs:schema>
+9 -9
View File
@@ -8,12 +8,12 @@
<Shapes>
<Shape ID="DesignTable:AnagStati" ZOrder="31" X="867" Y="533" Height="115" Width="201" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:AnagTipoDichiaraz" ZOrder="18" X="828" Y="719" Height="115" Width="254" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:AnagStatiProdotto" ZOrder="3" X="243" Y="639" Height="134" Width="196" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:RelazUDC" ZOrder="8" X="27" Y="249" Height="210" Width="238" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
<Shape ID="DesignTable:AnagStatiProdotto" ZOrder="4" X="243" Y="639" Height="134" Width="196" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:RelazUDC" ZOrder="9" X="27" Y="249" Height="210" Width="238" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
<Shape ID="DesignTable:AnagImpianti" ZOrder="29" X="853" Y="19" Height="191" Width="224" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
<Shape ID="DesignTable:AnagCompanySito" ZOrder="28" X="1129" Y="83" Height="172" Width="184" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
<Shape ID="DesignTable:AnagBilance" ZOrder="7" X="858" Y="224" Height="210" Width="225" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />
<Shape ID="DesignTable:ElencoCartellini" ZOrder="9" X="464" Y="4" Height="761" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="520" />
<Shape ID="DesignTable:AnagBilance" ZOrder="8" X="858" Y="224" Height="210" Width="225" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />
<Shape ID="DesignTable:ElencoCartellini" ZOrder="1" X="464" Y="4" Height="761" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="520" />
<Shape ID="DesignTable:AnagImballi" ZOrder="26" X="72" Y="488" Height="153" Width="225" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
<Shape ID="DesignTable:v_ArtInProd" ZOrder="21" X="1181" Y="757" Height="324" Width="198" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:AnagOperatori" ZOrder="17" X="488" Y="821" Height="267" Width="237" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" />
@@ -26,11 +26,11 @@
<Shape ID="DesignTable:stp_prtCartLiquidiF10ByUDC" ZOrder="13" X="289" Y="22" Height="148" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="80" />
<Shape ID="DesignTable:stp_prtCartLiquidiF18ByUDC" ZOrder="12" X="291" Y="196" Height="147" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="79" />
<Shape ID="DesignTable:v_RapQualNote" ZOrder="10" X="85" Y="1082" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:ElencoNC" ZOrder="4" X="809" Y="894" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="216" />
<Shape ID="DesignTable:UDC_NC" ZOrder="5" X="446" Y="1130" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="216" />
<Shape ID="DesignTable:UNC_tree" ZOrder="6" X="1164" Y="1294" Height="172" Width="228" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
<Shape ID="DesignTable:TrascCodSogg" ZOrder="2" X="9" Y="729" Height="134" Width="226" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:UDC_DelLogNc" ZOrder="1" X="73" Y="1441" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:ElencoNC" ZOrder="5" X="809" Y="894" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="216" />
<Shape ID="DesignTable:UDC_NC" ZOrder="6" X="446" Y="1130" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="216" />
<Shape ID="DesignTable:UNC_tree" ZOrder="7" X="1164" Y="1294" Height="172" Width="228" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
<Shape ID="DesignTable:TrascCodSogg" ZOrder="3" X="9" Y="729" Height="134" Width="226" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:UDC_DelLogNc" ZOrder="2" X="73" Y="1441" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
</Shapes>
<Connectors>
<Connector ID="DesignRelation:FK_AnagImpianti_AnagCompanySito" ZOrder="30" LineWidth="11">
+2 -2
View File
@@ -5,7 +5,7 @@
using System.Reflection;
[assembly: AssemblyVersion("3.4.862.2372")]
[assembly: AssemblyFileVersion("3.4.862.2372")]
[assembly: AssemblyVersion("3.4.863.2376")]
[assembly: AssemblyFileVersion("3.4.863.2376")]
[assembly: AssemblyCopyright("Steamware © 2007-2016")]
[assembly: AssemblyCompany("Steamware")]
+2 -2
View File
@@ -6,8 +6,8 @@
using System.Reflection;
[assembly: AssemblyVersion("3.4.862.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("3.4.862.<#= this.RevisionNumber #>")]
[assembly: AssemblyVersion("3.4.863.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("3.4.863.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+