Sistemata gestioen visibilità pulsante "segnala completata la schedulazione"...
#fixed 908 git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@73 43c8e981-f90d-406c-a89a-24a2c4268d51
This commit is contained in:
+278
-252
@@ -819,6 +819,25 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
</DbSource>
|
||||
</Sources>
|
||||
</TableAdapter>
|
||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="sp_contaNonSchedTableAdapter" GeneratorDataComponentClassName="sp_contaNonSchedTableAdapter" Name="sp_contaNonSched" UserDataComponentName="sp_contaNonSchedTableAdapter">
|
||||
<MainSource>
|
||||
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.sp_contaNonSched" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.sp_contaNonSched</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="@codComune" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
</MainSource>
|
||||
<Mappings>
|
||||
<Mapping SourceColumn="quanti" DataSetColumn="quanti" />
|
||||
</Mappings>
|
||||
<Sources />
|
||||
</TableAdapter>
|
||||
</Tables>
|
||||
<Sources>
|
||||
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.sp_updateAncestorState" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="sp_updateAncestorState" MethodsParameterType="CLR" Modifier="Public" Name="sp_updateAncestorState" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="sp_updateAncestorState">
|
||||
@@ -842,14 +861,14 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
<xs:element name="AnagClienti" msprop:Generator_UserTableName="AnagClienti" msprop:Generator_RowDeletedName="AnagClientiRowDeleted" msprop:Generator_RowChangedName="AnagClientiRowChanged" msprop:Generator_RowClassName="AnagClientiRow" msprop:Generator_RowChangingName="AnagClientiRowChanging" msprop:Generator_RowEvArgName="AnagClientiRowChangeEvent" msprop:Generator_RowEvHandlerName="AnagClientiRowChangeEventHandler" msprop:Generator_TableClassName="AnagClientiDataTable" msprop:Generator_TableVarName="tableAnagClienti" msprop:Generator_RowDeletingName="AnagClientiRowDeleting" msprop:Generator_TablePropName="AnagClienti">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn">
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="RagioneSociale" msprop:Generator_UserColumnName="RagioneSociale" msprop:Generator_ColumnPropNameInRow="RagioneSociale" msprop:Generator_ColumnVarNameInTable="columnRagioneSociale" msprop:Generator_ColumnPropNameInTable="RagioneSocialeColumn" minOccurs="0">
|
||||
<xs:element name="RagioneSociale" msprop:Generator_UserColumnName="RagioneSociale" msprop:Generator_ColumnVarNameInTable="columnRagioneSociale" msprop:Generator_ColumnPropNameInRow="RagioneSociale" msprop:Generator_ColumnPropNameInTable="RagioneSocialeColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -862,14 +881,14 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
<xs:element name="AnagTrattamenti" msprop:Generator_UserTableName="AnagTrattamenti" msprop:Generator_RowDeletedName="AnagTrattamentiRowDeleted" msprop:Generator_RowChangedName="AnagTrattamentiRowChanged" msprop:Generator_RowClassName="AnagTrattamentiRow" msprop:Generator_RowChangingName="AnagTrattamentiRowChanging" msprop:Generator_RowEvArgName="AnagTrattamentiRowChangeEvent" msprop:Generator_RowEvHandlerName="AnagTrattamentiRowChangeEventHandler" msprop:Generator_TableClassName="AnagTrattamentiDataTable" msprop:Generator_TableVarName="tableAnagTrattamenti" msprop:Generator_RowDeletingName="AnagTrattamentiRowDeleting" msprop:Generator_TablePropName="AnagTrattamenti">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodTrattamento" msprop:Generator_UserColumnName="CodTrattamento" msprop:Generator_ColumnPropNameInRow="CodTrattamento" msprop:Generator_ColumnVarNameInTable="columnCodTrattamento" msprop:Generator_ColumnPropNameInTable="CodTrattamentoColumn">
|
||||
<xs:element name="CodTrattamento" msprop:Generator_UserColumnName="CodTrattamento" msprop:Generator_ColumnVarNameInTable="columnCodTrattamento" msprop:Generator_ColumnPropNameInRow="CodTrattamento" msprop:Generator_ColumnPropNameInTable="CodTrattamentoColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescrTrattamento" msprop:Generator_UserColumnName="DescrTrattamento" msprop:Generator_ColumnPropNameInRow="DescrTrattamento" msprop:Generator_ColumnVarNameInTable="columnDescrTrattamento" msprop:Generator_ColumnPropNameInTable="DescrTrattamentoColumn" minOccurs="0">
|
||||
<xs:element name="DescrTrattamento" msprop:Generator_UserColumnName="DescrTrattamento" msprop:Generator_ColumnVarNameInTable="columnDescrTrattamento" msprop:Generator_ColumnPropNameInRow="DescrTrattamento" msprop:Generator_ColumnPropNameInTable="DescrTrattamentoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -882,21 +901,21 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
<xs:element name="Tratt2Obj" msprop:Generator_UserTableName="Tratt2Obj" msprop:Generator_RowDeletedName="Tratt2ObjRowDeleted" msprop:Generator_RowChangedName="Tratt2ObjRowChanged" msprop:Generator_RowClassName="Tratt2ObjRow" msprop:Generator_RowChangingName="Tratt2ObjRowChanging" msprop:Generator_RowEvArgName="Tratt2ObjRowChangeEvent" msprop:Generator_RowEvHandlerName="Tratt2ObjRowChangeEventHandler" msprop:Generator_TableClassName="Tratt2ObjDataTable" msprop:Generator_TableVarName="tableTratt2Obj" msprop:Generator_RowDeletingName="Tratt2ObjRowDeleting" msprop:Generator_TablePropName="Tratt2Obj">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxObj" msprop:Generator_UserColumnName="IdxObj" msprop:Generator_ColumnPropNameInRow="IdxObj" msprop:Generator_ColumnVarNameInTable="columnIdxObj" msprop:Generator_ColumnPropNameInTable="IdxObjColumn">
|
||||
<xs:element name="IdxObj" msprop:Generator_UserColumnName="IdxObj" msprop:Generator_ColumnVarNameInTable="columnIdxObj" msprop:Generator_ColumnPropNameInRow="IdxObj" msprop:Generator_ColumnPropNameInTable="IdxObjColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodTrattamento" msprop:Generator_UserColumnName="CodTrattamento" msprop:Generator_ColumnPropNameInRow="CodTrattamento" msprop:Generator_ColumnVarNameInTable="columnCodTrattamento" msprop:Generator_ColumnPropNameInTable="CodTrattamentoColumn">
|
||||
<xs:element name="CodTrattamento" msprop:Generator_UserColumnName="CodTrattamento" msprop:Generator_ColumnVarNameInTable="columnCodTrattamento" msprop:Generator_ColumnPropNameInRow="CodTrattamento" msprop:Generator_ColumnPropNameInTable="CodTrattamentoColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0">
|
||||
<xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -907,199 +926,6 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_commesse" msprop:Generator_UserTableName="v_commesse" msprop:Generator_RowDeletedName="v_commesseRowDeleted" msprop:Generator_RowChangedName="v_commesseRowChanged" msprop:Generator_RowClassName="v_commesseRow" msprop:Generator_RowChangingName="v_commesseRowChanging" msprop:Generator_RowEvArgName="v_commesseRowChangeEvent" msprop:Generator_RowEvHandlerName="v_commesseRowChangeEventHandler" msprop:Generator_TableClassName="v_commesseDataTable" msprop:Generator_TableVarName="tablev_commesse" msprop:Generator_RowDeletingName="v_commesseRowDeleting" msprop:Generator_TablePropName="v_commesse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Cod" msprop:Generator_UserColumnName="Cod" msprop:Generator_ColumnVarNameInTable="columnCod" msprop:Generator_ColumnPropNameInRow="Cod" msprop:Generator_ColumnPropNameInTable="CodColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Stato" msprop:Generator_UserColumnName="Stato" msprop:Generator_ColumnVarNameInTable="columnStato" msprop:Generator_ColumnPropNameInRow="Stato" msprop:Generator_ColumnPropNameInTable="StatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Cliente" msprop:Generator_UserColumnName="Cliente" msprop:Generator_ColumnVarNameInTable="columnCliente" msprop:Generator_ColumnPropNameInRow="Cliente" msprop:Generator_ColumnPropNameInTable="ClienteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCli" msprop:Generator_UserColumnName="CodCli" msprop:Generator_ColumnVarNameInTable="columnCodCli" msprop:Generator_ColumnPropNameInRow="CodCli" msprop:Generator_ColumnPropNameInTable="CodCliColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="descrizione" msprop:Generator_UserColumnName="descrizione" msprop:Generator_ColumnVarNameInTable="columndescrizione" msprop:Generator_ColumnPropNameInRow="descrizione" msprop:Generator_ColumnPropNameInTable="descrizioneColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DDT" msprop:Generator_UserColumnName="DDT" msprop:Generator_ColumnVarNameInTable="columnDDT" msprop:Generator_ColumnPropNameInRow="DDT" msprop:Generator_ColumnPropNameInTable="DDTColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataArrivo" msprop:Generator_UserColumnName="DataArrivo" msprop:Generator_ColumnVarNameInTable="columnDataArrivo" msprop:Generator_ColumnPropNameInRow="DataArrivo" msprop:Generator_ColumnPropNameInTable="DataArrivoColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="Posizione" msprop:Generator_UserColumnName="Posizione" msprop:Generator_ColumnVarNameInTable="columnPosizione" msprop:Generator_ColumnPropNameInRow="Posizione" msprop:Generator_ColumnPropNameInTable="PosizioneColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Qta" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Qta" msprop:Generator_ColumnVarNameInTable="columnQta" msprop:Generator_ColumnPropNameInRow="Qta" msprop:Generator_ColumnPropNameInTable="QtaColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Peso" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Peso" msprop:Generator_ColumnVarNameInTable="columnPeso" msprop:Generator_ColumnPropNameInRow="Peso" msprop:Generator_ColumnPropNameInTable="PesoColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="Righe" msprop:Generator_UserColumnName="Righe" msprop:Generator_ColumnVarNameInTable="columnRighe" msprop:Generator_ColumnPropNameInRow="Righe" msprop:Generator_ColumnPropNameInTable="RigheColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Colli" msprop:Generator_UserColumnName="Colli" msprop:Generator_ColumnVarNameInTable="columnColli" msprop:Generator_ColumnPropNameInRow="Colli" msprop:Generator_ColumnPropNameInTable="ColliColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="DataPrevista" msprop:Generator_UserColumnName="DataPrevista" msprop:Generator_ColumnVarNameInTable="columnDataPrevista" msprop:Generator_ColumnPropNameInRow="DataPrevista" msprop:Generator_ColumnPropNameInTable="DataPrevistaColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="DataDDT" msprop:Generator_UserColumnName="DataDDT" msprop:Generator_ColumnPropNameInRow="DataDDT" msprop:Generator_ColumnVarNameInTable="columnDataDDT" msprop:Generator_ColumnPropNameInTable="DataDDTColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Ciclo" msprop:Generator_UserColumnName="Ciclo" msprop:Generator_ColumnVarNameInTable="columnCiclo" msprop:Generator_ColumnPropNameInRow="Ciclo" msprop:Generator_ColumnPropNameInTable="CicloColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="minStato" msprop:Generator_UserColumnName="minStato" msprop:Generator_ColumnVarNameInTable="columnminStato" msprop:Generator_ColumnPropNameInRow="minStato" msprop:Generator_ColumnPropNameInTable="minStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="maxStato" msprop:Generator_UserColumnName="maxStato" msprop:Generator_ColumnVarNameInTable="columnmaxStato" msprop:Generator_ColumnPropNameInRow="maxStato" msprop:Generator_ColumnPropNameInTable="maxStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="IstObj" msprop:Generator_UserTableName="IstObj" msprop:Generator_RowDeletedName="IstObjRowDeleted" msprop:Generator_RowChangedName="IstObjRowChanged" msprop:Generator_RowClassName="IstObjRow" msprop:Generator_RowChangingName="IstObjRowChanging" msprop:Generator_RowEvArgName="IstObjRowChangeEvent" msprop:Generator_RowEvHandlerName="IstObjRowChangeEventHandler" msprop:Generator_TableClassName="IstObjDataTable" msprop:Generator_TableVarName="tableIstObj" msprop:Generator_RowDeletingName="IstObjRowDeleting" msprop:Generator_TablePropName="IstObj">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxObj" msprop:Generator_UserColumnName="IdxObj" msprop:Generator_ColumnPropNameInRow="IdxObj" msprop:Generator_ColumnVarNameInTable="columnIdxObj" msprop:Generator_ColumnPropNameInTable="IdxObjColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Posizione" msprop:Generator_UserColumnName="Posizione" msprop:Generator_ColumnPropNameInRow="Posizione" msprop:Generator_ColumnVarNameInTable="columnPosizione" msprop:Generator_ColumnPropNameInTable="PosizioneColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Livello" msprop:Generator_UserColumnName="Livello" msprop:Generator_ColumnPropNameInRow="Livello" msprop:Generator_ColumnVarNameInTable="columnLivello" msprop:Generator_ColumnPropNameInTable="LivelloColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Rev" msprop:Generator_UserColumnName="Rev" msprop:Generator_ColumnPropNameInRow="Rev" msprop:Generator_ColumnVarNameInTable="columnRev" msprop:Generator_ColumnPropNameInTable="RevColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="CodObj" msprop:Generator_UserColumnName="CodObj" msprop:Generator_ColumnPropNameInRow="CodObj" msprop:Generator_ColumnVarNameInTable="columnCodObj" msprop:Generator_ColumnPropNameInTable="CodObjColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Nome" msprop:Generator_UserColumnName="Nome" msprop:Generator_ColumnPropNameInRow="Nome" msprop:Generator_ColumnVarNameInTable="columnNome" msprop:Generator_ColumnPropNameInTable="NomeColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="IdxObjMamma" msprop:Generator_UserColumnName="IdxObjMamma" msprop:Generator_ColumnPropNameInRow="IdxObjMamma" msprop:Generator_ColumnVarNameInTable="columnIdxObjMamma" msprop:Generator_ColumnPropNameInTable="IdxObjMammaColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="ExtKey" msprop:Generator_UserColumnName="ExtKey" msprop:Generator_ColumnPropNameInRow="ExtKey" msprop:Generator_ColumnVarNameInTable="columnExtKey" msprop:Generator_ColumnPropNameInTable="ExtKeyColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DueDate" msprop:Generator_UserColumnName="DueDate" msprop:Generator_ColumnPropNameInRow="DueDate" msprop:Generator_ColumnVarNameInTable="columnDueDate" msprop:Generator_ColumnPropNameInTable="DueDateColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="LeadTime" msprop:Generator_UserColumnName="LeadTime" msprop:Generator_ColumnPropNameInRow="LeadTime" msprop:Generator_ColumnVarNameInTable="columnLeadTime" msprop:Generator_ColumnPropNameInTable="LeadTimeColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="LeadTimeUM" msprop:Generator_UserColumnName="LeadTimeUM" msprop:Generator_ColumnPropNameInRow="LeadTimeUM" msprop:Generator_ColumnVarNameInTable="columnLeadTimeUM" msprop:Generator_ColumnPropNameInTable="LeadTimeUMColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="UserCreaz" msprop:Generator_UserColumnName="UserCreaz" msprop:Generator_ColumnPropNameInRow="UserCreaz" msprop:Generator_ColumnVarNameInTable="columnUserCreaz" msprop:Generator_ColumnPropNameInTable="UserCreazColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataCreaz" msprop:Generator_UserColumnName="DataCreaz" msprop:Generator_ColumnPropNameInRow="DataCreaz" msprop:Generator_ColumnVarNameInTable="columnDataCreaz" msprop:Generator_ColumnPropNameInTable="DataCreazColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="UserMod" msprop:Generator_UserColumnName="UserMod" msprop:Generator_ColumnPropNameInRow="UserMod" msprop:Generator_ColumnVarNameInTable="columnUserMod" msprop:Generator_ColumnPropNameInTable="UserModColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataMod" msprop:Generator_UserColumnName="DataMod" msprop:Generator_ColumnPropNameInRow="DataMod" msprop:Generator_ColumnVarNameInTable="columnDataMod" msprop:Generator_ColumnPropNameInTable="DataModColumn" type="xs:dateTime" minOccurs="0" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_righe" msprop:Generator_UserTableName="v_righe" msprop:Generator_RowDeletedName="v_righeRowDeleted" msprop:Generator_RowChangedName="v_righeRowChanged" msprop:Generator_RowClassName="v_righeRow" msprop:Generator_RowChangingName="v_righeRowChanging" msprop:Generator_RowEvArgName="v_righeRowChangeEvent" msprop:Generator_RowEvHandlerName="v_righeRowChangeEventHandler" msprop:Generator_TableClassName="v_righeDataTable" msprop:Generator_TableVarName="tablev_righe" msprop:Generator_RowDeletingName="v_righeRowDeleting" msprop:Generator_TablePropName="v_righe">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Cod" msprop:Generator_UserColumnName="Cod" msprop:Generator_ColumnPropNameInRow="Cod" msprop:Generator_ColumnVarNameInTable="columnCod" msprop:Generator_ColumnPropNameInTable="CodColumn">
|
||||
@@ -1116,28 +942,14 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCliente" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn" minOccurs="0">
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Cliente" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Cliente" msprop:Generator_ColumnPropNameInRow="Cliente" msprop:Generator_ColumnVarNameInTable="columnCliente" msprop:Generator_ColumnPropNameInTable="ClienteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DDT" msdata:ReadOnly="true" msprop:Generator_UserColumnName="DDT" msprop:Generator_ColumnPropNameInRow="DDT" msprop:Generator_ColumnVarNameInTable="columnDDT" msprop:Generator_ColumnPropNameInTable="DDTColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="descrizione" msdata:ReadOnly="true" msprop:Generator_UserColumnName="descrizione" msprop:Generator_ColumnPropNameInRow="descrizione" msprop:Generator_ColumnVarNameInTable="columndescrizione" msprop:Generator_ColumnPropNameInTable="descrizioneColumn" minOccurs="0">
|
||||
<xs:element name="Cliente" msprop:Generator_UserColumnName="Cliente" msprop:Generator_ColumnPropNameInRow="Cliente" msprop:Generator_ColumnVarNameInTable="columnCliente" msprop:Generator_ColumnPropNameInTable="ClienteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -1151,6 +963,20 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="descrizione" msprop:Generator_UserColumnName="descrizione" msprop:Generator_ColumnPropNameInRow="descrizione" msprop:Generator_ColumnVarNameInTable="columndescrizione" msprop:Generator_ColumnPropNameInTable="descrizioneColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DDT" msprop:Generator_UserColumnName="DDT" msprop:Generator_ColumnPropNameInRow="DDT" msprop:Generator_ColumnVarNameInTable="columnDDT" msprop:Generator_ColumnPropNameInTable="DDTColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataArrivo" msprop:Generator_UserColumnName="DataArrivo" msprop:Generator_ColumnPropNameInRow="DataArrivo" msprop:Generator_ColumnVarNameInTable="columnDataArrivo" msprop:Generator_ColumnPropNameInTable="DataArrivoColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="Posizione" msprop:Generator_UserColumnName="Posizione" msprop:Generator_ColumnPropNameInRow="Posizione" msprop:Generator_ColumnVarNameInTable="columnPosizione" msprop:Generator_ColumnPropNameInTable="PosizioneColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
@@ -1161,16 +987,10 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
</xs:element>
|
||||
<xs:element name="Qta" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Qta" msprop:Generator_ColumnPropNameInRow="Qta" msprop:Generator_ColumnVarNameInTable="columnQta" msprop:Generator_ColumnPropNameInTable="QtaColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Peso" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Peso" msprop:Generator_ColumnPropNameInRow="Peso" msprop:Generator_ColumnVarNameInTable="columnPeso" msprop:Generator_ColumnPropNameInTable="PesoColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="Colli" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Colli" msprop:Generator_ColumnPropNameInRow="Colli" msprop:Generator_ColumnVarNameInTable="columnColli" msprop:Generator_ColumnPropNameInTable="ColliColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Righe" msprop:Generator_UserColumnName="Righe" msprop:Generator_ColumnPropNameInRow="Righe" msprop:Generator_ColumnVarNameInTable="columnRighe" msprop:Generator_ColumnPropNameInTable="RigheColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Colli" msprop:Generator_UserColumnName="Colli" msprop:Generator_ColumnPropNameInRow="Colli" msprop:Generator_ColumnVarNameInTable="columnColli" msprop:Generator_ColumnPropNameInTable="ColliColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="DataPrevista" msprop:Generator_UserColumnName="DataPrevista" msprop:Generator_ColumnPropNameInRow="DataPrevista" msprop:Generator_ColumnVarNameInTable="columnDataPrevista" msprop:Generator_ColumnPropNameInTable="DataPrevistaColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="IdxObjMamma" msprop:Generator_UserColumnName="IdxObjMamma" msprop:Generator_ColumnPropNameInRow="IdxObjMamma" msprop:Generator_ColumnVarNameInTable="columnIdxObjMamma" msprop:Generator_ColumnPropNameInTable="IdxObjMammaColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataDDT" msprop:Generator_UserColumnName="DataDDT" msprop:Generator_ColumnPropNameInRow="DataDDT" msprop:Generator_ColumnVarNameInTable="columnDataDDT" msprop:Generator_ColumnPropNameInTable="DataDDTColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="DataDDT" msprop:Generator_UserColumnName="DataDDT" msprop:Generator_ColumnVarNameInTable="columnDataDDT" msprop:Generator_ColumnPropNameInRow="DataDDT" msprop:Generator_ColumnPropNameInTable="DataDDTColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
@@ -1178,14 +998,21 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="minStato" msprop:Generator_UserColumnName="minStato" msprop:Generator_ColumnVarNameInTable="columnminStato" msprop:Generator_ColumnPropNameInRow="minStato" msprop:Generator_ColumnPropNameInTable="minStatoColumn" minOccurs="0">
|
||||
<xs:element name="Ciclo" msprop:Generator_UserColumnName="Ciclo" msprop:Generator_ColumnPropNameInRow="Ciclo" msprop:Generator_ColumnVarNameInTable="columnCiclo" msprop:Generator_ColumnPropNameInTable="CicloColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="maxStato" msprop:Generator_UserColumnName="maxStato" msprop:Generator_ColumnVarNameInTable="columnmaxStato" msprop:Generator_ColumnPropNameInRow="maxStato" msprop:Generator_ColumnPropNameInTable="maxStatoColumn" minOccurs="0">
|
||||
<xs:element name="minStato" msprop:Generator_UserColumnName="minStato" msprop:Generator_ColumnPropNameInRow="minStato" msprop:Generator_ColumnVarNameInTable="columnminStato" msprop:Generator_ColumnPropNameInTable="minStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="maxStato" msprop:Generator_UserColumnName="maxStato" msprop:Generator_ColumnPropNameInRow="maxStato" msprop:Generator_ColumnVarNameInTable="columnmaxStato" msprop:Generator_ColumnPropNameInTable="maxStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -1195,14 +1022,103 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="sp_rec4Day" msprop:Generator_UserTableName="sp_rec4Day" msprop:Generator_RowDeletedName="sp_rec4DayRowDeleted" msprop:Generator_RowChangedName="sp_rec4DayRowChanged" msprop:Generator_RowClassName="sp_rec4DayRow" msprop:Generator_RowChangingName="sp_rec4DayRowChanging" msprop:Generator_RowEvArgName="sp_rec4DayRowChangeEvent" msprop:Generator_RowEvHandlerName="sp_rec4DayRowChangeEventHandler" msprop:Generator_TableClassName="sp_rec4DayDataTable" msprop:Generator_TableVarName="tablesp_rec4Day" msprop:Generator_RowDeletingName="sp_rec4DayRowDeleting" msprop:Generator_TablePropName="sp_rec4Day">
|
||||
<xs:element name="IstObj" msprop:Generator_UserTableName="IstObj" msprop:Generator_RowDeletedName="IstObjRowDeleted" msprop:Generator_RowChangedName="IstObjRowChanged" msprop:Generator_RowClassName="IstObjRow" msprop:Generator_RowChangingName="IstObjRowChanging" msprop:Generator_RowEvArgName="IstObjRowChangeEvent" msprop:Generator_RowEvHandlerName="IstObjRowChangeEventHandler" msprop:Generator_TableClassName="IstObjDataTable" msprop:Generator_TableVarName="tableIstObj" msprop:Generator_RowDeletingName="IstObjRowDeleting" msprop:Generator_TablePropName="IstObj">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="rec4Day" msdata:ReadOnly="true" msprop:Generator_UserColumnName="rec4Day" msprop:Generator_ColumnVarNameInTable="columnrec4Day" msprop:Generator_ColumnPropNameInRow="rec4Day" msprop:Generator_ColumnPropNameInTable="rec4DayColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="IdxObj" msprop:Generator_UserColumnName="IdxObj" msprop:Generator_ColumnVarNameInTable="columnIdxObj" msprop:Generator_ColumnPropNameInRow="IdxObj" msprop:Generator_ColumnPropNameInTable="IdxObjColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Posizione" msprop:Generator_UserColumnName="Posizione" msprop:Generator_ColumnVarNameInTable="columnPosizione" msprop:Generator_ColumnPropNameInRow="Posizione" msprop:Generator_ColumnPropNameInTable="PosizioneColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Livello" msprop:Generator_UserColumnName="Livello" msprop:Generator_ColumnVarNameInTable="columnLivello" msprop:Generator_ColumnPropNameInRow="Livello" msprop:Generator_ColumnPropNameInTable="LivelloColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Rev" msprop:Generator_UserColumnName="Rev" msprop:Generator_ColumnVarNameInTable="columnRev" msprop:Generator_ColumnPropNameInRow="Rev" msprop:Generator_ColumnPropNameInTable="RevColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="CodObj" msprop:Generator_UserColumnName="CodObj" msprop:Generator_ColumnVarNameInTable="columnCodObj" msprop:Generator_ColumnPropNameInRow="CodObj" msprop:Generator_ColumnPropNameInTable="CodObjColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Nome" msprop:Generator_UserColumnName="Nome" msprop:Generator_ColumnVarNameInTable="columnNome" msprop:Generator_ColumnPropNameInRow="Nome" msprop:Generator_ColumnPropNameInTable="NomeColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="IdxObjMamma" msprop:Generator_UserColumnName="IdxObjMamma" msprop:Generator_ColumnVarNameInTable="columnIdxObjMamma" msprop:Generator_ColumnPropNameInRow="IdxObjMamma" msprop:Generator_ColumnPropNameInTable="IdxObjMammaColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="ExtKey" msprop:Generator_UserColumnName="ExtKey" msprop:Generator_ColumnVarNameInTable="columnExtKey" msprop:Generator_ColumnPropNameInRow="ExtKey" msprop:Generator_ColumnPropNameInTable="ExtKeyColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DueDate" msprop:Generator_UserColumnName="DueDate" msprop:Generator_ColumnVarNameInTable="columnDueDate" msprop:Generator_ColumnPropNameInRow="DueDate" msprop:Generator_ColumnPropNameInTable="DueDateColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="LeadTime" msprop:Generator_UserColumnName="LeadTime" msprop:Generator_ColumnVarNameInTable="columnLeadTime" msprop:Generator_ColumnPropNameInRow="LeadTime" msprop:Generator_ColumnPropNameInTable="LeadTimeColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="LeadTimeUM" msprop:Generator_UserColumnName="LeadTimeUM" msprop:Generator_ColumnVarNameInTable="columnLeadTimeUM" msprop:Generator_ColumnPropNameInRow="LeadTimeUM" msprop:Generator_ColumnPropNameInTable="LeadTimeUMColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="UserCreaz" msprop:Generator_UserColumnName="UserCreaz" msprop:Generator_ColumnVarNameInTable="columnUserCreaz" msprop:Generator_ColumnPropNameInRow="UserCreaz" msprop:Generator_ColumnPropNameInTable="UserCreazColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataCreaz" msprop:Generator_UserColumnName="DataCreaz" msprop:Generator_ColumnVarNameInTable="columnDataCreaz" msprop:Generator_ColumnPropNameInRow="DataCreaz" msprop:Generator_ColumnPropNameInTable="DataCreazColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="UserMod" msprop:Generator_UserColumnName="UserMod" msprop:Generator_ColumnVarNameInTable="columnUserMod" msprop:Generator_ColumnPropNameInRow="UserMod" msprop:Generator_ColumnPropNameInTable="UserModColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataMod" msprop:Generator_UserColumnName="DataMod" msprop:Generator_ColumnVarNameInTable="columnDataMod" msprop:Generator_ColumnPropNameInRow="DataMod" msprop:Generator_ColumnPropNameInTable="DataModColumn" type="xs:dateTime" minOccurs="0" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_ULP" msprop:Generator_UserTableName="v_ULP" msprop:Generator_RowDeletedName="v_ULPRowDeleted" msprop:Generator_RowChangedName="v_ULPRowChanged" msprop:Generator_RowClassName="v_ULPRow" msprop:Generator_RowChangingName="v_ULPRowChanging" msprop:Generator_RowEvArgName="v_ULPRowChangeEvent" msprop:Generator_RowEvHandlerName="v_ULPRowChangeEventHandler" msprop:Generator_TableClassName="v_ULPDataTable" msprop:Generator_TableVarName="tablev_ULP" msprop:Generator_RowDeletingName="v_ULPRowDeleting" msprop:Generator_TablePropName="v_ULP">
|
||||
<xs:element name="v_righe" msprop:Generator_UserTableName="v_righe" msprop:Generator_RowDeletedName="v_righeRowDeleted" msprop:Generator_RowChangedName="v_righeRowChanged" msprop:Generator_RowClassName="v_righeRow" msprop:Generator_RowChangingName="v_righeRowChanging" msprop:Generator_RowEvArgName="v_righeRowChangeEvent" msprop:Generator_RowEvHandlerName="v_righeRowChangeEventHandler" msprop:Generator_TableClassName="v_righeDataTable" msprop:Generator_TableVarName="tablev_righe" msprop:Generator_RowDeletingName="v_righeRowDeleting" msprop:Generator_TablePropName="v_righe">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Cod" msprop:Generator_UserColumnName="Cod" msprop:Generator_ColumnVarNameInTable="columnCod" msprop:Generator_ColumnPropNameInRow="Cod" msprop:Generator_ColumnPropNameInTable="CodColumn">
|
||||
@@ -1264,6 +1180,7 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
</xs:element>
|
||||
<xs:element name="Qta" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Qta" msprop:Generator_ColumnVarNameInTable="columnQta" msprop:Generator_ColumnPropNameInRow="Qta" msprop:Generator_ColumnPropNameInTable="QtaColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Peso" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Peso" msprop:Generator_ColumnVarNameInTable="columnPeso" msprop:Generator_ColumnPropNameInRow="Peso" msprop:Generator_ColumnPropNameInTable="PesoColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="Colli" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Colli" msprop:Generator_ColumnVarNameInTable="columnColli" msprop:Generator_ColumnPropNameInRow="Colli" msprop:Generator_ColumnPropNameInTable="ColliColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="DataPrevista" msprop:Generator_UserColumnName="DataPrevista" msprop:Generator_ColumnVarNameInTable="columnDataPrevista" msprop:Generator_ColumnPropNameInRow="DataPrevista" msprop:Generator_ColumnPropNameInTable="DataPrevistaColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="IdxObjMamma" msprop:Generator_UserColumnName="IdxObjMamma" msprop:Generator_ColumnVarNameInTable="columnIdxObjMamma" msprop:Generator_ColumnPropNameInRow="IdxObjMamma" msprop:Generator_ColumnPropNameInTable="IdxObjMammaColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
@@ -1272,8 +1189,110 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataDDT" msprop:Generator_UserColumnName="DataDDT" msprop:Generator_ColumnPropNameInRow="DataDDT" msprop:Generator_ColumnVarNameInTable="columnDataDDT" msprop:Generator_ColumnPropNameInTable="DataDDTColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn" minOccurs="0">
|
||||
<xs:element name="DataDDT" msprop:Generator_UserColumnName="DataDDT" msprop:Generator_ColumnVarNameInTable="columnDataDDT" msprop:Generator_ColumnPropNameInRow="DataDDT" msprop:Generator_ColumnPropNameInTable="DataDDTColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="minStato" msprop:Generator_UserColumnName="minStato" msprop:Generator_ColumnPropNameInRow="minStato" msprop:Generator_ColumnVarNameInTable="columnminStato" msprop:Generator_ColumnPropNameInTable="minStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="maxStato" msprop:Generator_UserColumnName="maxStato" msprop:Generator_ColumnPropNameInRow="maxStato" msprop:Generator_ColumnVarNameInTable="columnmaxStato" msprop:Generator_ColumnPropNameInTable="maxStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="sp_rec4Day" msprop:Generator_UserTableName="sp_rec4Day" msprop:Generator_RowDeletedName="sp_rec4DayRowDeleted" msprop:Generator_RowChangedName="sp_rec4DayRowChanged" msprop:Generator_RowClassName="sp_rec4DayRow" msprop:Generator_RowChangingName="sp_rec4DayRowChanging" msprop:Generator_RowEvArgName="sp_rec4DayRowChangeEvent" msprop:Generator_RowEvHandlerName="sp_rec4DayRowChangeEventHandler" msprop:Generator_TableClassName="sp_rec4DayDataTable" msprop:Generator_TableVarName="tablesp_rec4Day" msprop:Generator_RowDeletingName="sp_rec4DayRowDeleting" msprop:Generator_TablePropName="sp_rec4Day">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="rec4Day" msdata:ReadOnly="true" msprop:Generator_UserColumnName="rec4Day" msprop:Generator_ColumnPropNameInRow="rec4Day" msprop:Generator_ColumnVarNameInTable="columnrec4Day" msprop:Generator_ColumnPropNameInTable="rec4DayColumn" type="xs:int" minOccurs="0" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_ULP" msprop:Generator_UserTableName="v_ULP" msprop:Generator_RowDeletedName="v_ULPRowDeleted" msprop:Generator_RowChangedName="v_ULPRowChanged" msprop:Generator_RowClassName="v_ULPRow" msprop:Generator_RowChangingName="v_ULPRowChanging" msprop:Generator_RowEvArgName="v_ULPRowChangeEvent" msprop:Generator_RowEvHandlerName="v_ULPRowChangeEventHandler" msprop:Generator_TableClassName="v_ULPDataTable" msprop:Generator_TableVarName="tablev_ULP" msprop:Generator_RowDeletingName="v_ULPRowDeleting" msprop:Generator_TablePropName="v_ULP">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Cod" msprop:Generator_UserColumnName="Cod" msprop:Generator_ColumnPropNameInRow="Cod" msprop:Generator_ColumnVarNameInTable="columnCod" msprop:Generator_ColumnPropNameInTable="CodColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Stato" msprop:Generator_UserColumnName="Stato" msprop:Generator_ColumnPropNameInRow="Stato" msprop:Generator_ColumnVarNameInTable="columnStato" msprop:Generator_ColumnPropNameInTable="StatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCliente" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Cliente" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Cliente" msprop:Generator_ColumnPropNameInRow="Cliente" msprop:Generator_ColumnVarNameInTable="columnCliente" msprop:Generator_ColumnPropNameInTable="ClienteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DDT" msdata:ReadOnly="true" msprop:Generator_UserColumnName="DDT" msprop:Generator_ColumnPropNameInRow="DDT" msprop:Generator_ColumnVarNameInTable="columnDDT" msprop:Generator_ColumnPropNameInTable="DDTColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="descrizione" msdata:ReadOnly="true" msprop:Generator_UserColumnName="descrizione" msprop:Generator_ColumnPropNameInRow="descrizione" msprop:Generator_ColumnVarNameInTable="columndescrizione" msprop:Generator_ColumnPropNameInTable="descrizioneColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCli" msprop:Generator_UserColumnName="CodCli" msprop:Generator_ColumnPropNameInRow="CodCli" msprop:Generator_ColumnVarNameInTable="columnCodCli" msprop:Generator_ColumnPropNameInTable="CodCliColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataArrivo" msprop:Generator_UserColumnName="DataArrivo" msprop:Generator_ColumnPropNameInRow="DataArrivo" msprop:Generator_ColumnVarNameInTable="columnDataArrivo" msprop:Generator_ColumnPropNameInTable="DataArrivoColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="Posizione" msprop:Generator_UserColumnName="Posizione" msprop:Generator_ColumnPropNameInRow="Posizione" msprop:Generator_ColumnVarNameInTable="columnPosizione" msprop:Generator_ColumnPropNameInTable="PosizioneColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Qta" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Qta" msprop:Generator_ColumnPropNameInRow="Qta" msprop:Generator_ColumnVarNameInTable="columnQta" msprop:Generator_ColumnPropNameInTable="QtaColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Peso" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Peso" msprop:Generator_ColumnPropNameInRow="Peso" msprop:Generator_ColumnVarNameInTable="columnPeso" msprop:Generator_ColumnPropNameInTable="PesoColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="DataPrevista" msprop:Generator_UserColumnName="DataPrevista" msprop:Generator_ColumnPropNameInRow="DataPrevista" msprop:Generator_ColumnVarNameInTable="columnDataPrevista" msprop:Generator_ColumnPropNameInTable="DataPrevistaColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="IdxObjMamma" msprop:Generator_UserColumnName="IdxObjMamma" msprop:Generator_ColumnPropNameInRow="IdxObjMamma" msprop:Generator_ColumnVarNameInTable="columnIdxObjMamma" msprop:Generator_ColumnPropNameInTable="IdxObjMammaColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataDDT" msprop:Generator_UserColumnName="DataDDT" msprop:Generator_ColumnVarNameInTable="columnDataDDT" msprop:Generator_ColumnPropNameInRow="DataDDT" msprop:Generator_ColumnPropNameInTable="DataDDTColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -1286,28 +1305,28 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
<xs:element name="Eventi" msprop:Generator_UserTableName="Eventi" msprop:Generator_RowDeletedName="EventiRowDeleted" msprop:Generator_RowChangedName="EventiRowChanged" msprop:Generator_RowClassName="EventiRow" msprop:Generator_RowChangingName="EventiRowChanging" msprop:Generator_RowEvArgName="EventiRowChangeEvent" msprop:Generator_RowEvHandlerName="EventiRowChangeEventHandler" msprop:Generator_TableClassName="EventiDataTable" msprop:Generator_TableVarName="tableEventi" msprop:Generator_RowDeletingName="EventiRowDeleting" msprop:Generator_TablePropName="Eventi">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodEvento" msprop:Generator_UserColumnName="CodEvento" msprop:Generator_ColumnPropNameInRow="CodEvento" msprop:Generator_ColumnVarNameInTable="columnCodEvento" msprop:Generator_ColumnPropNameInTable="CodEventoColumn">
|
||||
<xs:element name="CodEvento" msprop:Generator_UserColumnName="CodEvento" msprop:Generator_ColumnVarNameInTable="columnCodEvento" msprop:Generator_ColumnPropNameInRow="CodEvento" msprop:Generator_ColumnPropNameInTable="CodEventoColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodTipoEvento" msprop:Generator_UserColumnName="CodTipoEvento" msprop:Generator_ColumnPropNameInRow="CodTipoEvento" msprop:Generator_ColumnVarNameInTable="columnCodTipoEvento" msprop:Generator_ColumnPropNameInTable="CodTipoEventoColumn" minOccurs="0">
|
||||
<xs:element name="CodTipoEvento" msprop:Generator_UserColumnName="CodTipoEvento" msprop:Generator_ColumnVarNameInTable="columnCodTipoEvento" msprop:Generator_ColumnPropNameInRow="CodTipoEvento" msprop:Generator_ColumnPropNameInTable="CodTipoEventoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescrEvento" msprop:Generator_UserColumnName="DescrEvento" msprop:Generator_ColumnPropNameInRow="DescrEvento" msprop:Generator_ColumnVarNameInTable="columnDescrEvento" msprop:Generator_ColumnPropNameInTable="DescrEventoColumn" minOccurs="0">
|
||||
<xs:element name="DescrEvento" msprop:Generator_UserColumnName="DescrEvento" msprop:Generator_ColumnVarNameInTable="columnDescrEvento" msprop:Generator_ColumnPropNameInRow="DescrEvento" msprop:Generator_ColumnPropNameInTable="DescrEventoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Action" msprop:Generator_UserColumnName="Action" msprop:Generator_ColumnPropNameInRow="Action" msprop:Generator_ColumnVarNameInTable="columnAction" msprop:Generator_ColumnPropNameInTable="ActionColumn" minOccurs="0">
|
||||
<xs:element name="Action" msprop:Generator_UserColumnName="Action" msprop:Generator_ColumnVarNameInTable="columnAction" msprop:Generator_ColumnPropNameInRow="Action" msprop:Generator_ColumnPropNameInTable="ActionColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -1320,56 +1339,56 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
<xs:element name="TraEv2Stati" msprop:Generator_UserTableName="TraEv2Stati" msprop:Generator_RowDeletedName="TraEv2StatiRowDeleted" msprop:Generator_RowChangedName="TraEv2StatiRowChanged" msprop:Generator_RowClassName="TraEv2StatiRow" msprop:Generator_RowChangingName="TraEv2StatiRowChanging" msprop:Generator_RowEvArgName="TraEv2StatiRowChangeEvent" msprop:Generator_RowEvHandlerName="TraEv2StatiRowChangeEventHandler" msprop:Generator_TableClassName="TraEv2StatiDataTable" msprop:Generator_TableVarName="tableTraEv2Stati" msprop:Generator_RowDeletingName="TraEv2StatiRowDeleting" msprop:Generator_TablePropName="TraEv2Stati">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodMappa" msprop:Generator_UserColumnName="CodMappa" msprop:Generator_ColumnPropNameInRow="CodMappa" msprop:Generator_ColumnVarNameInTable="columnCodMappa" msprop:Generator_ColumnPropNameInTable="CodMappaColumn">
|
||||
<xs:element name="CodMappa" msprop:Generator_UserColumnName="CodMappa" msprop:Generator_ColumnVarNameInTable="columnCodMappa" msprop:Generator_ColumnPropNameInRow="CodMappa" msprop:Generator_ColumnPropNameInTable="CodMappaColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="20" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodObj" msprop:Generator_UserColumnName="CodObj" msprop:Generator_ColumnPropNameInRow="CodObj" msprop:Generator_ColumnVarNameInTable="columnCodObj" msprop:Generator_ColumnPropNameInTable="CodObjColumn">
|
||||
<xs:element name="CodObj" msprop:Generator_UserColumnName="CodObj" msprop:Generator_ColumnVarNameInTable="columnCodObj" msprop:Generator_ColumnPropNameInRow="CodObj" msprop:Generator_ColumnPropNameInTable="CodObjColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn">
|
||||
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodEvento" msprop:Generator_UserColumnName="CodEvento" msprop:Generator_ColumnPropNameInRow="CodEvento" msprop:Generator_ColumnVarNameInTable="columnCodEvento" msprop:Generator_ColumnPropNameInTable="CodEventoColumn">
|
||||
<xs:element name="CodEvento" msprop:Generator_UserColumnName="CodEvento" msprop:Generator_ColumnVarNameInTable="columnCodEvento" msprop:Generator_ColumnPropNameInRow="CodEvento" msprop:Generator_ColumnPropNameInTable="CodEventoColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="NextCodStato" msprop:Generator_UserColumnName="NextCodStato" msprop:Generator_ColumnPropNameInRow="NextCodStato" msprop:Generator_ColumnVarNameInTable="columnNextCodStato" msprop:Generator_ColumnPropNameInTable="NextCodStatoColumn" minOccurs="0">
|
||||
<xs:element name="NextCodStato" msprop:Generator_UserColumnName="NextCodStato" msprop:Generator_ColumnVarNameInTable="columnNextCodStato" msprop:Generator_ColumnPropNameInRow="NextCodStato" msprop:Generator_ColumnPropNameInTable="NextCodStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CmdPlugin" msprop:Generator_UserColumnName="CmdPlugin" msprop:Generator_ColumnPropNameInRow="CmdPlugin" msprop:Generator_ColumnVarNameInTable="columnCmdPlugin" msprop:Generator_ColumnPropNameInTable="CmdPluginColumn" minOccurs="0">
|
||||
<xs:element name="CmdPlugin" msprop:Generator_UserColumnName="CmdPlugin" msprop:Generator_ColumnVarNameInTable="columnCmdPlugin" msprop:Generator_ColumnPropNameInRow="CmdPlugin" msprop:Generator_ColumnPropNameInTable="CmdPluginColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="text2show" msprop:Generator_UserColumnName="text2show" msprop:Generator_ColumnPropNameInRow="text2show" msprop:Generator_ColumnVarNameInTable="columntext2show" msprop:Generator_ColumnPropNameInTable="text2showColumn" minOccurs="0">
|
||||
<xs:element name="text2show" msprop:Generator_UserColumnName="text2show" msprop:Generator_ColumnVarNameInTable="columntext2show" msprop:Generator_ColumnPropNameInRow="text2show" msprop:Generator_ColumnPropNameInTable="text2showColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="500" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="descrComando" msprop:Generator_UserColumnName="descrComando" msprop:Generator_ColumnPropNameInRow="descrComando" msprop:Generator_ColumnVarNameInTable="columndescrComando" msprop:Generator_ColumnPropNameInTable="descrComandoColumn" minOccurs="0">
|
||||
<xs:element name="descrComando" msprop:Generator_UserColumnName="descrComando" msprop:Generator_ColumnVarNameInTable="columndescrComando" msprop:Generator_ColumnPropNameInRow="descrComando" msprop:Generator_ColumnPropNameInTable="descrComandoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="250" />
|
||||
@@ -1382,44 +1401,44 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
<xs:element name="v_logStati" msprop:Generator_UserTableName="v_logStati" msprop:Generator_RowDeletedName="v_logStatiRowDeleted" msprop:Generator_RowChangedName="v_logStatiRowChanged" msprop:Generator_RowClassName="v_logStatiRow" msprop:Generator_RowChangingName="v_logStatiRowChanging" msprop:Generator_RowEvArgName="v_logStatiRowChangeEvent" msprop:Generator_RowEvHandlerName="v_logStatiRowChangeEventHandler" msprop:Generator_TableClassName="v_logStatiDataTable" msprop:Generator_TableVarName="tablev_logStati" msprop:Generator_RowDeletingName="v_logStatiRowDeleting" msprop:Generator_TablePropName="v_logStati">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxObj" msprop:Generator_UserColumnName="IdxObj" msprop:Generator_ColumnVarNameInTable="columnIdxObj" msprop:Generator_ColumnPropNameInRow="IdxObj" msprop:Generator_ColumnPropNameInTable="IdxObjColumn">
|
||||
<xs:element name="IdxObj" msprop:Generator_UserColumnName="IdxObj" msprop:Generator_ColumnPropNameInRow="IdxObj" msprop:Generator_ColumnVarNameInTable="columnIdxObj" msprop:Generator_ColumnPropNameInTable="IdxObjColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn" minOccurs="0">
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Nome" msprop:Generator_UserColumnName="Nome" msprop:Generator_ColumnVarNameInTable="columnNome" msprop:Generator_ColumnPropNameInRow="Nome" msprop:Generator_ColumnPropNameInTable="NomeColumn" minOccurs="0">
|
||||
<xs:element name="Nome" msprop:Generator_UserColumnName="Nome" msprop:Generator_ColumnPropNameInRow="Nome" msprop:Generator_ColumnVarNameInTable="columnNome" msprop:Generator_ColumnPropNameInTable="NomeColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataRif" msprop:Generator_UserColumnName="DataRif" msprop:Generator_ColumnVarNameInTable="columnDataRif" msprop:Generator_ColumnPropNameInRow="DataRif" msprop:Generator_ColumnPropNameInTable="DataRifColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0">
|
||||
<xs:element name="DataRif" msprop:Generator_UserColumnName="DataRif" msprop:Generator_ColumnPropNameInRow="DataRif" msprop:Generator_ColumnVarNameInTable="columnDataRif" msprop:Generator_ColumnPropNameInTable="DataRifColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="ExtKey" msprop:Generator_UserColumnName="ExtKey" msprop:Generator_ColumnVarNameInTable="columnExtKey" msprop:Generator_ColumnPropNameInRow="ExtKey" msprop:Generator_ColumnPropNameInTable="ExtKeyColumn" minOccurs="0">
|
||||
<xs:element name="ExtKey" msprop:Generator_UserColumnName="ExtKey" msprop:Generator_ColumnPropNameInRow="ExtKey" msprop:Generator_ColumnVarNameInTable="columnExtKey" msprop:Generator_ColumnPropNameInTable="ExtKeyColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataOra" msprop:Generator_UserColumnName="DataOra" msprop:Generator_ColumnVarNameInTable="columnDataOra" msprop:Generator_ColumnPropNameInRow="DataOra" msprop:Generator_ColumnPropNameInTable="DataOraColumn" type="xs:dateTime" />
|
||||
<xs:element name="DescrStato" msprop:Generator_UserColumnName="DescrStato" msprop:Generator_ColumnVarNameInTable="columnDescrStato" msprop:Generator_ColumnPropNameInRow="DescrStato" msprop:Generator_ColumnPropNameInTable="DescrStatoColumn" minOccurs="0">
|
||||
<xs:element name="DataOra" msprop:Generator_UserColumnName="DataOra" msprop:Generator_ColumnPropNameInRow="DataOra" msprop:Generator_ColumnVarNameInTable="columnDataOra" msprop:Generator_ColumnPropNameInTable="DataOraColumn" type="xs:dateTime" />
|
||||
<xs:element name="DescrStato" msprop:Generator_UserColumnName="DescrStato" msprop:Generator_ColumnPropNameInRow="DescrStato" msprop:Generator_ColumnVarNameInTable="columnDescrStato" msprop:Generator_ColumnPropNameInTable="DescrStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -1429,6 +1448,13 @@ WHERE (CodMappa = @CodMappa) AND (CodObj = @CodObj) AND (CodStato = @CodStat
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="sp_contaNonSched" msprop:Generator_UserTableName="sp_contaNonSched" msprop:Generator_RowDeletedName="sp_contaNonSchedRowDeleted" msprop:Generator_TableClassName="sp_contaNonSchedDataTable" msprop:Generator_RowChangedName="sp_contaNonSchedRowChanged" msprop:Generator_RowClassName="sp_contaNonSchedRow" msprop:Generator_RowChangingName="sp_contaNonSchedRowChanging" msprop:Generator_RowEvArgName="sp_contaNonSchedRowChangeEvent" msprop:Generator_RowEvHandlerName="sp_contaNonSchedRowChangeEventHandler" msprop:Generator_TablePropName="sp_contaNonSched" msprop:Generator_TableVarName="tablesp_contaNonSched" msprop:Generator_RowDeletingName="sp_contaNonSchedRowDeleting">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="quanti" msdata:ReadOnly="true" msprop:Generator_UserColumnName="quanti" msprop:Generator_ColumnPropNameInRow="quanti" msprop:Generator_ColumnVarNameInTable="columnquanti" msprop:Generator_ColumnPropNameInTable="quantiColumn" type="xs:int" minOccurs="0" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:choice>
|
||||
</xs:complexType>
|
||||
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
||||
|
||||
@@ -4,23 +4,24 @@
|
||||
Changes to this file may cause incorrect behavior and will be lost if
|
||||
the code is regenerated.
|
||||
</autogenerated>-->
|
||||
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-6" ViewPortY="33" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="14" ViewPortY="38" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<Shapes>
|
||||
<Shape ID="DesignTable:AnagClienti" ZOrder="16" X="482" Y="129" Height="105" Width="207" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
|
||||
<Shape ID="DesignTable:AnagTrattamenti" ZOrder="15" X="689" Y="479" Height="105" Width="238" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
|
||||
<Shape ID="DesignTable:Tratt2Obj" ZOrder="13" X="1039" Y="484" Height="122" Width="197" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="75" />
|
||||
<Shape ID="DesignTable:v_commesse" ZOrder="4" X="24" Y="48" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />
|
||||
<Shape ID="DesignTable:IstObj" ZOrder="9" X="1038" Y="75" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />
|
||||
<Shape ID="DesignTable:v_righe" ZOrder="2" X="380" Y="287" Height="343" Width="245" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />
|
||||
<Shape ID="DesignTable:sp_rec4Day" ZOrder="10" X="402" Y="650" Height="106" Width="208" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="42" />
|
||||
<Shape ID="DesignTable:v_ULP" ZOrder="1" X="24" Y="410" Height="377" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />
|
||||
<Shape ID="DesignTable:Eventi" ZOrder="6" X="461" Y="806" Height="156" Width="199" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="92" />
|
||||
<Shape ID="DesignTable:TraEv2Stati" ZOrder="8" X="744" Y="769" Height="241" Width="247" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="160" />
|
||||
<Shape ID="DesignTable:v_logStati" ZOrder="3" X="143" Y="832" Height="224" Width="199" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="160" />
|
||||
<Shape ID="DesignSources:SP" ZOrder="5" X="766" Y="649" Height="44" Width="241" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="40" />
|
||||
<Shape ID="DesignTable:AnagClienti" ZOrder="17" X="482" Y="129" Height="105" Width="207" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
|
||||
<Shape ID="DesignTable:AnagTrattamenti" ZOrder="16" X="689" Y="479" Height="105" Width="238" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
|
||||
<Shape ID="DesignTable:Tratt2Obj" ZOrder="14" X="1039" Y="484" Height="122" Width="197" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="75" />
|
||||
<Shape ID="DesignTable:v_commesse" ZOrder="5" X="24" Y="48" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />
|
||||
<Shape ID="DesignTable:IstObj" ZOrder="10" X="1038" Y="75" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />
|
||||
<Shape ID="DesignTable:v_righe" ZOrder="3" X="380" Y="287" Height="343" Width="245" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />
|
||||
<Shape ID="DesignTable:sp_rec4Day" ZOrder="11" X="402" Y="650" Height="106" Width="208" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="42" />
|
||||
<Shape ID="DesignTable:v_ULP" ZOrder="2" X="24" Y="410" Height="377" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />
|
||||
<Shape ID="DesignTable:Eventi" ZOrder="7" X="461" Y="806" Height="156" Width="199" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="92" />
|
||||
<Shape ID="DesignTable:TraEv2Stati" ZOrder="9" X="744" Y="769" Height="241" Width="247" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="160" />
|
||||
<Shape ID="DesignTable:v_logStati" ZOrder="4" X="143" Y="832" Height="224" Width="199" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="160" />
|
||||
<Shape ID="DesignSources:SP" ZOrder="6" X="766" Y="649" Height="44" Width="241" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="40" />
|
||||
<Shape ID="DesignTable:sp_contaNonSched" ZOrder="1" X="1046" Y="736" Height="88" Width="200" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="42" />
|
||||
</Shapes>
|
||||
<Connectors>
|
||||
<Connector ID="DesignRelation:FK_Tratt2Obj_AnagTrattamenti" ZOrder="14" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_Tratt2Obj_AnagTrattamenti" ZOrder="15" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>927</X>
|
||||
@@ -32,7 +33,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_Tratt2Obj_IstObj" ZOrder="12" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_Tratt2Obj_IstObj" ZOrder="13" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>1116</X>
|
||||
@@ -44,7 +45,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_IstObj_AnagClienti" ZOrder="11" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_IstObj_AnagClienti" ZOrder="12" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>689</X>
|
||||
@@ -56,7 +57,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_TransizioneEventiStati_Eventi" ZOrder="7" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_TransizioneEventiStati_Eventi" ZOrder="8" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>660</X>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5
-5
@@ -101,20 +101,20 @@
|
||||
<add key="_adminEmail" value="info@steamware.net" />
|
||||
<add key="_logDir" value="./logs/"/>
|
||||
<add key="_smtpCli" value="localhost"/>
|
||||
<add key="PermessiConnectionString" value="Data Source=10.74.82.238;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.238;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.238;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<!-- Setup link a reporting -->
|
||||
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=false&rc:Toolbar=false&IdxObj={3}{4}"/>
|
||||
<!-- NB: "/" == "%2f" -->
|
||||
<add key="reportingServerAddress" value="10.74.82.238"/>
|
||||
<add key="reportingServerAddress" value="localhost"/>
|
||||
<add key="reportDir" value="ReportEqua"/>
|
||||
<add key="reportName_mod" value="ReportEqua"/>
|
||||
<add key="reportName_lbl" value="LabelEqua"/>
|
||||
<add key="reportOpzPdf" value="&rs:Format=PDF"/>
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="SteamWare_XPSConnectionString" connectionString="Data Source=10.74.82.238;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User id=sa;Password=keyhammer"
|
||||
<add name="SteamWare_XPSConnectionString" connectionString="Data Source=localhost;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User id=sa;Password=keyhammer"
|
||||
providerName="System.Data.SqlClient" />
|
||||
<add name="SteamWare_XPSConnectionString1" connectionString="Data Source=localhost;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
providerName="System.Data.SqlClient" />
|
||||
|
||||
@@ -26,5 +26,6 @@ public partial class detComm : System.Web.UI.Page
|
||||
void mod_dettComm1_eh_selValore(object sender, EventArgs e)
|
||||
{
|
||||
mod_ULP1.Visible = true;
|
||||
mod_ULP1.setupControlli();
|
||||
}
|
||||
}
|
||||
|
||||
+5
-3
@@ -167,9 +167,11 @@
|
||||
|
||||
<asp:Button ID="btnCancel" runat="server" Width="100px" OnClick="btnCancel_Click" />
|
||||
</div>
|
||||
<div style="text-align: center;">
|
||||
<asp:Button ID="btnAllSched" runat="server" Width="250px" OnClick="btnAllSched_Click" />
|
||||
</div>
|
||||
</div>
|
||||
</asp:Panel>
|
||||
<asp:Panel ID="pnlSetAllSched" Visible="false" runat="server">
|
||||
<div style="text-align: center;">
|
||||
<asp:Button ID="btnAllSched" runat="server" Width="250px" OnClick="btnAllSched_Click" />
|
||||
</div>
|
||||
</asp:Panel>
|
||||
<asp:Panel ID="pnlLogStati" Visible="false" runat="server">
|
||||
|
||||
+33
-53
@@ -138,6 +138,35 @@ public partial class mod_ULP : ApplicationUserControl
|
||||
_idxGridView = "CodRow";
|
||||
}
|
||||
|
||||
protected override void bindControlli()
|
||||
{
|
||||
base.bindControlli();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// determino se il pulsante di conferma tutto schedulato sia visibile...
|
||||
/// </summary>
|
||||
public void setupControlli()
|
||||
{
|
||||
// calcolo se tutto l'albero cui appartiene la row madre abbia data di schedulazione...
|
||||
bool allSched = false;
|
||||
try
|
||||
{
|
||||
// carico codRow mamma...
|
||||
string codComune = calcObjCommon();
|
||||
DS_applicazioneTableAdapters.sp_contaNonSchedTableAdapter taContaNonSched = new DS_applicazioneTableAdapters.sp_contaNonSchedTableAdapter();
|
||||
allSched = (taContaNonSched.GetData(codComune)[0].quanti == 0);
|
||||
// controllo se loadAllCdC stato sia 2...
|
||||
if (XPS.obj.taObj.getByIdxObj(memLayer.ML.StringSessionObj("CodRow_sel"))[0].CodStato != "02")
|
||||
{
|
||||
allSched = false;
|
||||
}
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
pnlSetAllSched.Visible = allSched;
|
||||
}
|
||||
|
||||
protected override void traduciObj()
|
||||
{
|
||||
base.traduciObj();
|
||||
@@ -149,50 +178,6 @@ public partial class mod_ULP : ApplicationUserControl
|
||||
btnAllSched.Text = traduci("btnAllSched");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// mostra/nasconde pannello nuovo
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnShowNew_Click(object sender, EventArgs e)
|
||||
{
|
||||
scambiaVisibPnlNew();
|
||||
}
|
||||
|
||||
private void scambiaVisibPnlNew()
|
||||
{
|
||||
// in base alla visibilità indico il testo corretto e seleziono o meno il filtro...
|
||||
#if false
|
||||
if (!pnlNew.Visible)
|
||||
{
|
||||
btnShowNew.Text = traduci("btnHideNew");
|
||||
mf_cliNew.ods = odsFiltroClienti;
|
||||
}
|
||||
else
|
||||
{
|
||||
btnShowNew.Text = traduci("btnShowNew");
|
||||
}
|
||||
pnlNew.Visible = !pnlNew.Visible;
|
||||
#endif
|
||||
}
|
||||
/// <summary>
|
||||
/// creazione di un nuovo set...
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnNewComm_Click(object sender, EventArgs e)
|
||||
{
|
||||
#if false
|
||||
// creazione di un nuovo set...
|
||||
DS_applicazioneTableAdapters.v_commesseTableAdapter taComm = new DS_applicazioneTableAdapters.v_commesseTableAdapter();
|
||||
taComm.sp_creaSetObj(DateTime.Now.ToString("yyyyMMdd_hhmmss"), "EQUA", mf_cliNew.valore, txtDDT.Text, txtNome.Text, user_std.UtSn.utente, txtDescr.Text);
|
||||
// nascondo tutto...
|
||||
txtNome.Text = "";
|
||||
scambiaVisibPnlNew();
|
||||
// aggiorno pannello...
|
||||
grView.DataBind();
|
||||
#endif
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// inserisce nuovo valore da footer
|
||||
@@ -218,13 +203,6 @@ public partial class mod_ULP : ApplicationUserControl
|
||||
{
|
||||
grView.FooterRow.Visible = true;
|
||||
}
|
||||
#if false
|
||||
// sollevo evento nuovo valore...
|
||||
if (eh_nuovoValore != null)
|
||||
{
|
||||
eh_nuovoValore(this, new EventArgs());
|
||||
}
|
||||
#endif
|
||||
}
|
||||
/// <summary>
|
||||
/// salvo in session che il prox comando è clonare...
|
||||
@@ -378,6 +356,7 @@ public partial class mod_ULP : ApplicationUserControl
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
protected void btnOk_Click(object sender, EventArgs e)
|
||||
{
|
||||
// significa che mi chiedono di impostare la data a tutti i child...
|
||||
@@ -410,8 +389,8 @@ public partial class mod_ULP : ApplicationUserControl
|
||||
/// <returns></returns>
|
||||
private string calcObjCommon()
|
||||
{
|
||||
int posR = grView.SelectedValue.ToString().IndexOf("U");
|
||||
string codObjCommon = grView.SelectedValue.ToString().Substring(0, posR) + "%";
|
||||
int posR = 8; // grView.SelectedValue.ToString().IndexOf("U");
|
||||
string codObjCommon = memLayer.ML.StringSessionObj("CodRow_sel").Substring(0, posR) + "%";
|
||||
return codObjCommon;
|
||||
}
|
||||
/// <summary>
|
||||
@@ -421,6 +400,7 @@ public partial class mod_ULP : ApplicationUserControl
|
||||
{
|
||||
// nascondo i vari controlli...
|
||||
pnlSetDueDate.Visible = false;
|
||||
setupControlli();
|
||||
resetSelezione();
|
||||
if (eh_nuovoValore != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user