Aggiunte icone semaforo
Aggiunta gestione semaforo dello stato di spedibilità della commessa #fixed 913 git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@75 43c8e981-f90d-406c-a89a-24a2c4268d51
@@ -197,12 +197,14 @@ ORDER BY DataArrivo DESC</CommandText>
|
||||
<Mapping SourceColumn="Ciclo" DataSetColumn="Ciclo" />
|
||||
<Mapping SourceColumn="minStato" DataSetColumn="minStato" />
|
||||
<Mapping SourceColumn="maxStato" DataSetColumn="maxStato" />
|
||||
<Mapping SourceColumn="minCodStato" DataSetColumn="minCodStato" />
|
||||
<Mapping SourceColumn="maxCodStato" DataSetColumn="maxCodStato" />
|
||||
</Mappings>
|
||||
<Sources>
|
||||
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_commesse" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByCod" GetMethodModifier="Public" GetMethodName="getByCod" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByCod" UserSourceName="getByCod">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||
<CommandText>SELECT Ciclo, Cliente, Cod, CodCli, CodCliente, CodStato, Colli, DDT, DataArrivo, DataDDT, DataPrevista, Peso, Posizione, Qta, Righe, Stato, descrizione, maxStato, minStato FROM v_commesse WHERE (Cod = @Cod)</CommandText>
|
||||
<CommandText>SELECT Ciclo, Cliente, Cod, CodCli, CodCliente, CodStato, Colli, DDT, DataArrivo, DataDDT, DataPrevista, Peso, Posizione, Qta, Righe, Stato, descrizione, maxCodStato, maxStato, minCodStato, minStato FROM v_commesse WHERE (Cod = @Cod)</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="Cod" ColumnName="Cod" DataSourceName="SteamWare_XPS.dbo.v_commesse" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@Cod" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="Cod" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
@@ -212,7 +214,7 @@ ORDER BY DataArrivo DESC</CommandText>
|
||||
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_commesse" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByCodFiltro" GetMethodModifier="Public" GetMethodName="getByCodFiltro" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByCodFiltro" UserSourceName="getByCodFiltro">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||
<CommandText>SELECT v_commesse.* FROM v_commesse INNER JOIN Filtro2Stati ON v_commesse.CodStato = Filtro2Stati.CodStato WHERE (Filtro2Stati.CodFiltro = @CodFiltro) ORDER BY v_commesse.DataArrivo DESC</CommandText>
|
||||
<CommandText>SELECT v_commesse.Ciclo, v_commesse.Cliente, v_commesse.Cod, v_commesse.CodCli, v_commesse.CodCliente, v_commesse.CodStato, v_commesse.Colli, v_commesse.DDT, v_commesse.DataArrivo, v_commesse.DataDDT, v_commesse.DataPrevista, v_commesse.Peso, v_commesse.Posizione, v_commesse.Qta, v_commesse.Righe, v_commesse.Stato, v_commesse.descrizione, v_commesse.maxCodStato, v_commesse.maxStato, v_commesse.minCodStato, v_commesse.minStato FROM v_commesse INNER JOIN Filtro2Stati ON v_commesse.CodStato = Filtro2Stati.CodStato WHERE (Filtro2Stati.CodFiltro = @CodFiltro) ORDER BY v_commesse.DataArrivo DESC</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="CodFiltro" ColumnName="CodFiltro" DataSourceName="SteamWare_XPS.dbo.Filtro2Stati" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@CodFiltro" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="CodFiltro" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
@@ -861,14 +863,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_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn">
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" 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_ColumnVarNameInTable="columnRagioneSociale" msprop:Generator_ColumnPropNameInRow="RagioneSociale" msprop:Generator_ColumnPropNameInTable="RagioneSocialeColumn" minOccurs="0">
|
||||
<xs:element name="RagioneSociale" msprop:Generator_UserColumnName="RagioneSociale" msprop:Generator_ColumnPropNameInRow="RagioneSociale" msprop:Generator_ColumnVarNameInTable="columnRagioneSociale" msprop:Generator_ColumnPropNameInTable="RagioneSocialeColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -881,14 +883,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_ColumnVarNameInTable="columnCodTrattamento" msprop:Generator_ColumnPropNameInRow="CodTrattamento" msprop:Generator_ColumnPropNameInTable="CodTrattamentoColumn">
|
||||
<xs:element name="CodTrattamento" msprop:Generator_UserColumnName="CodTrattamento" msprop:Generator_ColumnPropNameInRow="CodTrattamento" msprop:Generator_ColumnVarNameInTable="columnCodTrattamento" 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_ColumnVarNameInTable="columnDescrTrattamento" msprop:Generator_ColumnPropNameInRow="DescrTrattamento" msprop:Generator_ColumnPropNameInTable="DescrTrattamentoColumn" minOccurs="0">
|
||||
<xs:element name="DescrTrattamento" msprop:Generator_UserColumnName="DescrTrattamento" msprop:Generator_ColumnPropNameInRow="DescrTrattamento" msprop:Generator_ColumnVarNameInTable="columnDescrTrattamento" msprop:Generator_ColumnPropNameInTable="DescrTrattamentoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -901,21 +903,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_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="CodTrattamento" msprop:Generator_UserColumnName="CodTrattamento" msprop:Generator_ColumnVarNameInTable="columnCodTrattamento" msprop:Generator_ColumnPropNameInRow="CodTrattamento" msprop:Generator_ColumnPropNameInTable="CodTrattamentoColumn">
|
||||
<xs:element name="CodTrattamento" msprop:Generator_UserColumnName="CodTrattamento" msprop:Generator_ColumnPropNameInRow="CodTrattamento" msprop:Generator_ColumnVarNameInTable="columnCodTrattamento" 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_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" 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" />
|
||||
@@ -926,199 +928,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_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" 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" 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="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="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>
|
||||
<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="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="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">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<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="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="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_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_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">
|
||||
@@ -1135,28 +944,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_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn" minOccurs="0">
|
||||
<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" msdata:ReadOnly="true" 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="DDT" msdata:ReadOnly="true" 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="descrizione" msdata:ReadOnly="true" msprop:Generator_UserColumnName="descrizione" msprop:Generator_ColumnVarNameInTable="columndescrizione" msprop:Generator_ColumnPropNameInRow="descrizione" msprop:Generator_ColumnPropNameInTable="descrizioneColumn" minOccurs="0">
|
||||
<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" />
|
||||
@@ -1170,6 +965,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_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>
|
||||
@@ -1180,16 +989,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_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="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="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="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="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">
|
||||
@@ -1197,14 +1000,35 @@ 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_ColumnPropNameInRow="minStato" msprop:Generator_ColumnVarNameInTable="columnminStato" msprop:Generator_ColumnPropNameInTable="minStatoColumn" minOccurs="0">
|
||||
<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="maxStato" msprop:Generator_UserColumnName="maxStato" msprop:Generator_ColumnPropNameInRow="maxStato" msprop:Generator_ColumnVarNameInTable="columnmaxStato" msprop:Generator_ColumnPropNameInTable="maxStatoColumn" minOccurs="0">
|
||||
<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:element name="minCodStato" msprop:Generator_UserColumnName="minCodStato" msprop:Generator_ColumnPropNameInRow="minCodStato" msprop:Generator_ColumnVarNameInTable="columnminCodStato" msprop:Generator_ColumnPropNameInTable="minCodStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="maxCodStato" msprop:Generator_UserColumnName="maxCodStato" msprop:Generator_ColumnPropNameInRow="maxCodStato" msprop:Generator_ColumnVarNameInTable="columnmaxCodStato" msprop:Generator_ColumnPropNameInTable="maxCodStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -1214,14 +1038,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_ColumnPropNameInRow="rec4Day" msprop:Generator_ColumnVarNameInTable="columnrec4Day" msprop:Generator_ColumnPropNameInTable="rec4DayColumn" type="xs:int" minOccurs="0" />
|
||||
<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_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_ColumnPropNameInRow="Cod" msprop:Generator_ColumnVarNameInTable="columnCod" msprop:Generator_ColumnPropNameInTable="CodColumn">
|
||||
@@ -1283,6 +1196,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_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="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>
|
||||
@@ -1291,8 +1205,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_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: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: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="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_ColumnVarNameInTable="columnrec4Day" msprop:Generator_ColumnPropNameInRow="rec4Day" 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_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" msdata:ReadOnly="true" 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" msdata:ReadOnly="true" 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="DDT" msdata:ReadOnly="true" 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="descrizione" msdata:ReadOnly="true" 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="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="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="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>
|
||||
<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="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" />
|
||||
@@ -1305,28 +1321,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_ColumnVarNameInTable="columnCodEvento" msprop:Generator_ColumnPropNameInRow="CodEvento" msprop:Generator_ColumnPropNameInTable="CodEventoColumn">
|
||||
<xs:element name="CodEvento" msprop:Generator_UserColumnName="CodEvento" msprop:Generator_ColumnPropNameInRow="CodEvento" msprop:Generator_ColumnVarNameInTable="columnCodEvento" 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_ColumnVarNameInTable="columnCodTipoEvento" msprop:Generator_ColumnPropNameInRow="CodTipoEvento" msprop:Generator_ColumnPropNameInTable="CodTipoEventoColumn" minOccurs="0">
|
||||
<xs:element name="CodTipoEvento" msprop:Generator_UserColumnName="CodTipoEvento" msprop:Generator_ColumnPropNameInRow="CodTipoEvento" msprop:Generator_ColumnVarNameInTable="columnCodTipoEvento" 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_ColumnVarNameInTable="columnDescrEvento" msprop:Generator_ColumnPropNameInRow="DescrEvento" msprop:Generator_ColumnPropNameInTable="DescrEventoColumn" minOccurs="0">
|
||||
<xs:element name="DescrEvento" msprop:Generator_UserColumnName="DescrEvento" msprop:Generator_ColumnPropNameInRow="DescrEvento" msprop:Generator_ColumnVarNameInTable="columnDescrEvento" 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_ColumnVarNameInTable="columnAction" msprop:Generator_ColumnPropNameInRow="Action" msprop:Generator_ColumnPropNameInTable="ActionColumn" minOccurs="0">
|
||||
<xs:element name="Action" msprop:Generator_UserColumnName="Action" msprop:Generator_ColumnPropNameInRow="Action" msprop:Generator_ColumnVarNameInTable="columnAction" msprop:Generator_ColumnPropNameInTable="ActionColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -1339,56 +1355,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_ColumnVarNameInTable="columnCodMappa" msprop:Generator_ColumnPropNameInRow="CodMappa" msprop:Generator_ColumnPropNameInTable="CodMappaColumn">
|
||||
<xs:element name="CodMappa" msprop:Generator_UserColumnName="CodMappa" msprop:Generator_ColumnPropNameInRow="CodMappa" msprop:Generator_ColumnVarNameInTable="columnCodMappa" 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_ColumnVarNameInTable="columnCodObj" msprop:Generator_ColumnPropNameInRow="CodObj" msprop:Generator_ColumnPropNameInTable="CodObjColumn">
|
||||
<xs:element name="CodObj" msprop:Generator_UserColumnName="CodObj" msprop:Generator_ColumnPropNameInRow="CodObj" msprop:Generator_ColumnVarNameInTable="columnCodObj" 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_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn">
|
||||
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" 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_ColumnVarNameInTable="columnCodEvento" msprop:Generator_ColumnPropNameInRow="CodEvento" msprop:Generator_ColumnPropNameInTable="CodEventoColumn">
|
||||
<xs:element name="CodEvento" msprop:Generator_UserColumnName="CodEvento" msprop:Generator_ColumnPropNameInRow="CodEvento" msprop:Generator_ColumnVarNameInTable="columnCodEvento" 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_ColumnVarNameInTable="columnNextCodStato" msprop:Generator_ColumnPropNameInRow="NextCodStato" msprop:Generator_ColumnPropNameInTable="NextCodStatoColumn" minOccurs="0">
|
||||
<xs:element name="NextCodStato" msprop:Generator_UserColumnName="NextCodStato" msprop:Generator_ColumnPropNameInRow="NextCodStato" msprop:Generator_ColumnVarNameInTable="columnNextCodStato" 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_ColumnVarNameInTable="columnCmdPlugin" msprop:Generator_ColumnPropNameInRow="CmdPlugin" msprop:Generator_ColumnPropNameInTable="CmdPluginColumn" minOccurs="0">
|
||||
<xs:element name="CmdPlugin" msprop:Generator_UserColumnName="CmdPlugin" msprop:Generator_ColumnPropNameInRow="CmdPlugin" msprop:Generator_ColumnVarNameInTable="columnCmdPlugin" 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_ColumnVarNameInTable="columntext2show" msprop:Generator_ColumnPropNameInRow="text2show" msprop:Generator_ColumnPropNameInTable="text2showColumn" minOccurs="0">
|
||||
<xs:element name="text2show" msprop:Generator_UserColumnName="text2show" msprop:Generator_ColumnPropNameInRow="text2show" msprop:Generator_ColumnVarNameInTable="columntext2show" 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_ColumnVarNameInTable="columndescrComando" msprop:Generator_ColumnPropNameInRow="descrComando" msprop:Generator_ColumnPropNameInTable="descrComandoColumn" minOccurs="0">
|
||||
<xs:element name="descrComando" msprop:Generator_UserColumnName="descrComando" msprop:Generator_ColumnPropNameInRow="descrComando" msprop:Generator_ColumnVarNameInTable="columndescrComando" msprop:Generator_ColumnPropNameInTable="descrComandoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="250" />
|
||||
@@ -1401,44 +1417,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_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="CodCliente" 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_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="Nome" msprop:Generator_UserColumnName="Nome" msprop:Generator_ColumnPropNameInRow="Nome" msprop:Generator_ColumnVarNameInTable="columnNome" msprop:Generator_ColumnPropNameInTable="NomeColumn" minOccurs="0">
|
||||
<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="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: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: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: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="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: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:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -1448,10 +1464,10 @@ 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:element name="sp_contaNonSched" msprop:Generator_UserTableName="sp_contaNonSched" msprop:Generator_RowDeletedName="sp_contaNonSchedRowDeleted" 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_TableClassName="sp_contaNonSchedDataTable" msprop:Generator_TableVarName="tablesp_contaNonSched" msprop:Generator_RowDeletingName="sp_contaNonSchedRowDeleting" msprop:Generator_TablePropName="sp_contaNonSched">
|
||||
<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:element name="quanti" msdata:ReadOnly="true" msprop:Generator_UserColumnName="quanti" msprop:Generator_ColumnVarNameInTable="columnquanti" msprop:Generator_ColumnPropNameInRow="quanti" msprop:Generator_ColumnPropNameInTable="quantiColumn" type="xs:int" minOccurs="0" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
@@ -757,6 +757,11 @@
|
||||
modalità editing
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:SteamWare.tipoFileImg">
|
||||
<summary>
|
||||
tipologia di file immagine
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:SteamWare.tipoImg">
|
||||
<summary>
|
||||
tipo di immagini usate per le icone di comando in web applications
|
||||
@@ -1701,6 +1706,15 @@
|
||||
<param name="_dimensione">verrà usato x posizione {1}, tipo "_s.png"</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.ApplicationUserControl.imgPath(SteamWare.tipoImg,SteamWare.dimImg,SteamWare.tipoFileImg)">
|
||||
<summary>
|
||||
restituisce la stringa del path corretto per l'immagine richiesta nel formato "~/images/{0}{1}"
|
||||
</summary>
|
||||
<param name="_tipo">verrà usato x posizione {0}, tipo "view"</param>
|
||||
<param name="_dimensione">verrà usato x posizione {1}, tipo "_s.png"</param>
|
||||
<param name="_tipoFile">tipo del file richiesto..."</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.ApplicationUserControl.traduci(System.String)">
|
||||
<summary>
|
||||
effettua traduzione del lemma
|
||||
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 514 B |
|
After Width: | Height: | Size: 328 B |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 488 B |
|
After Width: | Height: | Size: 326 B |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 488 B |
|
After Width: | Height: | Size: 214 B |
@@ -125,8 +125,11 @@
|
||||
<asp:BoundField DataField="Ciclo" HeaderText="Ciclo" SortExpression="Ciclo" ReadOnly="true" />
|
||||
<asp:TemplateField HeaderText="Stato" SortExpression="CodStato" ItemStyle-HorizontalAlign="Center">
|
||||
<ItemTemplate>
|
||||
<asp:ImageButton ID="imgMostraLogStati" runat="server" CausesValidation="False" CommandName="Select"
|
||||
OnClick="imgMostraLogStati_Click" ToolTip='<%# traduci("MostraLogStati")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.notepad , SteamWare.dimImg.small) %>' />
|
||||
<span style="float: left; vertical-align: top;">
|
||||
<asp:ImageButton ID="imgMostraLogStati" runat="server" CausesValidation="False" CommandName="Select"
|
||||
OnClick="imgMostraLogStati_Click" ToolTip='<%# traduci("MostraLogStati")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.notepad , SteamWare.dimImg.small) %>' />
|
||||
</span><span style="float: right; vertical-align: top;">
|
||||
<asp:Image runat="server" ID="imgSemaforo" Visible='<%# isSemaforoVisibile(Eval("minCodStato"),Eval("maxCodStato")) %>' ImageUrl='<%# immagineDaStato(Eval("minCodStato"),Eval("maxCodStato")) %>' ToolTip='<%# toolTipDaStato(Eval("minCodStato"),Eval("maxCodStato")) %>' /></span>
|
||||
<asp:Label ID="Label1" runat="server" Text='<%# Bind("Stato") %>'></asp:Label>
|
||||
<div style="font-size: smaller; color: #57aa57;">
|
||||
-->
|
||||
|
||||
@@ -390,7 +390,53 @@ public partial class mod_elencoComm : ApplicationUserControl
|
||||
if (currMode != modoXPS_Equa.direzione) answ = false;
|
||||
return answ;
|
||||
}
|
||||
//
|
||||
/// <summary>
|
||||
/// definisce se sia visibile il semaforo di stato spedizione
|
||||
/// </summary>
|
||||
/// <param name="codStato"></param>
|
||||
/// <returns></returns>
|
||||
public bool isSemaforoVisibile(object minCodStato, object maxCodStato)
|
||||
{
|
||||
bool answ = false;
|
||||
if ((Convert.ToInt32(maxCodStato) > 4) && (Convert.ToInt32(minCodStato) < 6)) answ = true; // se il max è superiore a 4 qualcosa è spedibile... o spedito, ergo mostro semaforo...
|
||||
return answ;
|
||||
}
|
||||
/// <summary>
|
||||
/// restituisce path all'immagine corretta x il semaforo di "spedibilità" dato lo stato:
|
||||
/// ROSSO: niente pronto
|
||||
/// VERDE: tutto spedito
|
||||
/// GIALLO: qualcosa di pronto (o anche spedito) e qualcosa no...
|
||||
/// </summary>
|
||||
/// <param name="minCodStato"></param>
|
||||
/// <param name="maxCodStato"></param>
|
||||
/// <returns></returns>
|
||||
public string immagineDaStato(object minCodStato, object maxCodStato)
|
||||
{
|
||||
string answ = imgPath(SteamWare.tipoImg.semaforoGiallo, SteamWare.dimImg.medium, tipoFileImg.gif);
|
||||
int codMin = Convert.ToInt32(minCodStato);
|
||||
int codMax = Convert.ToInt32(maxCodStato);
|
||||
// in base ai 2 valori relativi decido semafori...
|
||||
if (codMax < 5) answ = imgPath(SteamWare.tipoImg.semaforoRosso, SteamWare.dimImg.medium, tipoFileImg.gif);
|
||||
if (codMin > 4) answ = imgPath(SteamWare.tipoImg.semaforoVerde, SteamWare.dimImg.medium, tipoFileImg.gif);
|
||||
return answ;
|
||||
}
|
||||
/// <summary>
|
||||
/// restituisce tooltip spiegazione stato
|
||||
/// </summary>
|
||||
/// <param name="minCodStato"></param>
|
||||
/// <param name="maxCodStato"></param>
|
||||
/// <returns></returns>
|
||||
public string toolTipDaStato(object minCodStato, object maxCodStato)
|
||||
{
|
||||
string answ = traduci("commParzProntaSpedire");
|
||||
int codMin = Convert.ToInt32(minCodStato);
|
||||
int codMax = Convert.ToInt32(maxCodStato);
|
||||
// in base ai 2 valori relativi decido semafori...
|
||||
if (codMax < 5) answ = traduci("commNonProntaSpedire");
|
||||
if (codMin > 4) answ = traduci("commProntaSpedire");
|
||||
return answ;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// determina se l'utente possa cancellare, x ora sempre si...
|
||||
/// </summary>
|
||||
|
||||