OK: prende DTX INIzio correttamente...
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
.pad_1e {
|
||||
padding: 1em;
|
||||
}
|
||||
.smallText {
|
||||
font-size: 0.75em;
|
||||
color: #696969;
|
||||
}
|
||||
.divNumKeyb {
|
||||
float: right;
|
||||
/*margin: 2px;*/
|
||||
|
||||
@@ -32,6 +32,11 @@
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.smallText{
|
||||
font-size: 0.75em;
|
||||
color: #696969;
|
||||
}
|
||||
|
||||
.divNumKeyb {
|
||||
float: right;
|
||||
/*margin: 2px;*/
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -320,7 +320,6 @@
|
||||
<connectionStrings>
|
||||
<!--Sviluppo SP-->
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
<add name="SteamWare.Properties.Settings.DbConfConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
<system.webServer>
|
||||
<modules runAllManagedModulesForAllRequests="true">
|
||||
|
||||
@@ -441,12 +441,13 @@ namespace GMW.WebUserControls
|
||||
{ }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// genera eventuale UDC del particolare su cella/posizione corrente
|
||||
qta = 1; // tanto poi si ricalcola...
|
||||
checkCreaUDC();
|
||||
// verifico se devo fare gestione con intervallo dtx... da tab config DB)
|
||||
if (utils.obj.configDbVal("CreaDtxByInt") == "1")
|
||||
if (memLayer.ML.configDbVal("CreaDtxByInt") == "1")
|
||||
//if (utils.obj.configDbVal("CreaDtxByInt") == "1")
|
||||
{
|
||||
// ora chiamo la stored che fa il check x tutti i particolari nell'intervallo dei Dtx associati alla cella e (se almeno 2) nel caso crea UDC
|
||||
checkIntervalloDtx();
|
||||
|
||||
@@ -1,21 +1,19 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_postRX_DT_LIST.ascx.cs" Inherits="GMW.WebUserControls.mod_postRX_DT_LIST" %>
|
||||
<%if (false)
|
||||
{ %>
|
||||
{ %>
|
||||
<webopt:BundleReference ID="BundleReference1" runat="server" Path="~/Content/css" />
|
||||
<webopt:BundleReference ID="BundleReference2" runat="server" Path="~/Content/themes/base/css" />
|
||||
<%} %>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-4 col-lg-3">
|
||||
<div class="col-sm-4">
|
||||
<div style="float: left; text-align: center;">
|
||||
<div class="panel panel-default panel-sm">
|
||||
<div class="panel panel-warning panel-sm">
|
||||
<div class="panel-heading">
|
||||
<b><%: traduci("ParticolariCaricati") %></b>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<asp:GridView ID="grView" runat="server" AllowSorting="True" AutoGenerateColumns="False"
|
||||
OnDataBound="grView_DataBound"
|
||||
DataKeyNames="UDC" DataSourceID="ods" OnSelectedIndexChanged="grView_SelectedIndexChanged">
|
||||
<asp:GridView ID="grView" runat="server" AllowSorting="True" AutoGenerateColumns="False" Width="100%" OnDataBound="grView_DataBound" DataKeyNames="Particolare" DataSourceID="ods" OnSelectedIndexChanged="grView_SelectedIndexChanged">
|
||||
<RowStyle CssClass="ctrRowStyle" />
|
||||
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
|
||||
<EditRowStyle CssClass="ctrEditRowStyle" />
|
||||
@@ -30,12 +28,25 @@
|
||||
<Columns>
|
||||
<asp:TemplateField ShowHeader="False">
|
||||
<ItemTemplate>
|
||||
<asp:LinkButton ID="LinkButton1" runat="server" CausesValidation="False" CommandName="Select" CssClass="text-success"><i class="glyphicon glyphicon-zoom-in btn-lg"></i></asp:LinkButton>
|
||||
<asp:LinkButton ID="lbSelect" runat="server" CausesValidation="False" CommandName="Select" CssClass="text-success"><i class="glyphicon glyphicon-zoom-in btn-lg"></i></asp:LinkButton>
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="Particolare" SortExpression="Particolare">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblParticolare" runat="server" Text='<%# Eval("Particolare") %>' />
|
||||
<div class="didascalia">
|
||||
<asp:Label ID="lblDescParticolare" runat="server" Text='<%# Eval("DescParticolare") %>' />
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="Marcature" SortExpression="DataOra_INI">
|
||||
<ItemTemplate>
|
||||
<div class="smallText">
|
||||
<asp:Label ID="lblPM" runat="server" Text='<%# Eval("DataOra_INI", "PM: {0:dd/MM/yy HH:mm}") %>' ToolTip='<%# traduci("PrimoMarcato") %>' />
|
||||
</div>
|
||||
<div class="smallText">
|
||||
<asp:Label ID="lblUM" runat="server" Text='<%# Eval("DataOra_END", "UM: {0:dd/MM/yy HH:mm}") %>' ToolTip='<%# traduci("UltimoMarcato") %>' />
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="Qta" SortExpression="Qta" ItemStyle-HorizontalAlign="Right">
|
||||
@@ -54,17 +65,16 @@
|
||||
</asp:TemplateField>
|
||||
</Columns>
|
||||
</asp:GridView>
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="{0}"
|
||||
SelectMethod="getUdcDetailByIdxCella" TypeName="GMW_data.DS_magazzinoTableAdapters.v_UdcDetailTableAdapter"
|
||||
DeleteMethod="deleteQueryWithDtx" OnDeleted="ods_Deleted">
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="getByLinea" DeleteMethod="deleteQuery" TypeName="GMW_data.DS_DataMatrixTableAdapters.Linea2Dtx_IETableAdapter" OnDeleted="ods_Deleted">
|
||||
<SelectParameters>
|
||||
<asp:ControlParameter ControlID="lblIdxCella" DefaultValue="0" Name="IdxCella" PropertyName="Text" Type="Int32" />
|
||||
<asp:ControlParameter ControlID="hfCodLinea" DefaultValue="W" Name="CodLinea" PropertyName="Value" Type="String" />
|
||||
</SelectParameters>
|
||||
<DeleteParameters>
|
||||
<asp:Parameter Name="UDC" Type="String" />
|
||||
<asp:ControlParameter ControlID="hfCodLinea" DefaultValue="W" Name="Original_CodLinea" PropertyName="Value" Type="String" />
|
||||
<asp:Parameter Name="Original_Particolare" Type="String" />
|
||||
</DeleteParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:Label runat="server" ID="lblIdxCella" Visible="false" />
|
||||
<asp:HiddenField runat="server" ID="hfCodLinea" />
|
||||
<asp:Label ID="lblNumRec" runat="server" CssClass="didascalia" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -75,12 +85,13 @@
|
||||
<div class="panel-body">
|
||||
<asp:Label runat="server" ID="lblDTFus" />
|
||||
<br />
|
||||
<b><asp:Label runat="server" ID="lblLinFus" /></b>
|
||||
<b>
|
||||
<asp:Label runat="server" ID="lblLinFus" /></b>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4 col-lg-6">
|
||||
<div class="col-sm-4">
|
||||
<div>
|
||||
<asp:Label runat="server" ID="lblParticolareAttivo" Font-Size="3em" Text="" />
|
||||
</div>
|
||||
@@ -132,7 +143,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4 col-lg-3">
|
||||
<div class="col-sm-4">
|
||||
<div style="float: right; text-align: center;">
|
||||
<div class="panel panel-default panel-sm">
|
||||
<div class="panel-heading">
|
||||
|
||||
@@ -178,7 +178,7 @@ namespace GMW.WebUserControls
|
||||
/// </summary>
|
||||
private void fixCella()
|
||||
{
|
||||
lblIdxCella.Text = Postazione.currIdxCella.ToString();
|
||||
hfCodLinea.Value= Postazione.currCodLinea;
|
||||
}
|
||||
/// <summary>
|
||||
/// richiesta (ri)stampa UDC
|
||||
@@ -422,6 +422,7 @@ namespace GMW.WebUserControls
|
||||
}
|
||||
if (currParticolare != "")
|
||||
{
|
||||
DateTime dataMarc = DateTime.Now;
|
||||
// 2016.01.25 aggiunta lettura codice x data-ora + linea fusione
|
||||
// controllo per recuperare da datamatrix i dati di codice linea e data fusione
|
||||
DS_DataMatrix.v_ElencoDmtxDataTable tabDmtx = DataMatrix.mgr.taVED.getByKey(barcodeIn);
|
||||
@@ -441,13 +442,27 @@ namespace GMW.WebUserControls
|
||||
catch
|
||||
{ }
|
||||
}
|
||||
if(tabDmtx[0].DataOra!= null)
|
||||
{
|
||||
try
|
||||
{
|
||||
dataMarc = tabDmtx[0].DataOra;
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
}
|
||||
}
|
||||
|
||||
// genera eventuale UDC del particolare su cella/posizione corrente
|
||||
qta = 1; // tanto poi si ricalcola...
|
||||
|
||||
// inserisco record x NUOVO DTX letto (inizio)
|
||||
DataMatrix.mgr.taL2D.insertIni(Postazione.currCodLinea, currParticolare, "", barcodeIn, MagClass.magazzino.CodSoggCurrUser, dataMarc);
|
||||
|
||||
#if false
|
||||
checkCreaUDC();
|
||||
// verifico se devo fare gestione con intervallo dtx... da tab config DB)
|
||||
if (utils.obj.configDbVal("CreaDtxByInt") == "1")
|
||||
if (memLayer.ML.configDbVal("CreaDtxByInt") == "1")
|
||||
{
|
||||
// ora chiamo la stored che fa il check x tutti i particolari nell'intervallo dei Dtx associati alla cella e (se almeno 2) nel caso crea UDC
|
||||
checkIntervalloDtx();
|
||||
@@ -458,7 +473,8 @@ namespace GMW.WebUserControls
|
||||
* - fa controllo, se ho almeno 2 Dtx ok associo tutti i Dtx compresi nell'intervallo min-MAX
|
||||
*--------------------------------------------------------------------------------------------------
|
||||
*/
|
||||
DataMatrix.mgr.taDtx2UDC.RxSetDtx2Udc(barcodeIn, MagClass.magazzino.CodSoggCurrUser, statoUDC, memLayer.ML.confReadInt("IdxPosizioneRxTemp"), Postazione.currIdxCella);
|
||||
DataMatrix.mgr.taDtx2UDC.RxSetDtx2Udc(barcodeIn, MagClass.magazzino.CodSoggCurrUser, statoUDC, memLayer.ML.confReadInt("IdxPosizioneRxTemp"), Postazione.currIdxCella);
|
||||
#endif
|
||||
|
||||
// 2017.07.22 svuoto barcodeIn..
|
||||
barcodeIn = "";
|
||||
@@ -662,12 +678,13 @@ namespace GMW.WebUserControls
|
||||
get
|
||||
{
|
||||
int answ = 0;
|
||||
// calcolo qta a partire da particolare selezionato...
|
||||
try
|
||||
{
|
||||
DS_magazzino.v_UdcDetailDataTable tabUdc = MagClass.magazzino.taDettUDC.getUdcDetailByIdxCella(Convert.ToInt32(lblIdxCella.Text));
|
||||
if (tabUdc.Rows.Count > 0)
|
||||
DS_DataMatrix.Linea2Dtx_IEDataTable tabL2D = DataMatrix.mgr.taL2D.getByLineaPart(Postazione.currCodLinea, currParticolare);
|
||||
if (tabL2D.Rows.Count > 0)
|
||||
{
|
||||
answ = Convert.ToInt32(float.Parse(tabUdc.Compute("Sum(Qta)", "").ToString()));
|
||||
answ = tabL2D[0].Qta;
|
||||
}
|
||||
}
|
||||
catch (Exception exc)
|
||||
@@ -876,15 +893,8 @@ namespace GMW.WebUserControls
|
||||
/// <param name="e"></param>
|
||||
protected void grView_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
// ricarico dati dell'UDC come particolare e quantità...
|
||||
string UDC = grView.SelectedDataKey["UDC"].ToString();
|
||||
if (MagClass.magazzino.checkUDC(UDC))
|
||||
{
|
||||
currParticolare = DataProxy.obj.taCartellini.stp_getByUdc(UDC)[0].Particolare;
|
||||
#if false
|
||||
qta = Convert.ToInt32(DataProxy.obj.taCartellini.stp_getByUdc(UDC)[0].Qta);
|
||||
#endif
|
||||
}
|
||||
// ricarico dati come particolare e quantità...
|
||||
currParticolare = grView.SelectedDataKey["Particolare"].ToString();
|
||||
Postazione.messaggiText = traduci("partSelected");
|
||||
Postazione.warningText = "";
|
||||
Postazione.CssClass = "stileComandoOk";
|
||||
|
||||
+2
-2
@@ -49,13 +49,13 @@ namespace GMW.WebUserControls {
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource ods;
|
||||
|
||||
/// <summary>
|
||||
/// lblIdxCella control.
|
||||
/// hfCodLinea control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblIdxCella;
|
||||
protected global::System.Web.UI.WebControls.HiddenField hfCodLinea;
|
||||
|
||||
/// <summary>
|
||||
/// lblNumRec control.
|
||||
|
||||
Binary file not shown.
@@ -303,9 +303,9 @@
|
||||
<!--Setup installazione-->
|
||||
<add key="passkey" value="pi=314" />
|
||||
<!--Versione SP-->
|
||||
<!--<add key="CodCS" value="SP" />-->
|
||||
<!--Versione TK-->
|
||||
<add key="CodCS" value="SP" />
|
||||
<!--Versione TK-->
|
||||
<!--<add key="CodCS" value="TK" />-->
|
||||
<add key="MinutiFinestraEditUDC" value="10" />
|
||||
<add key="_adminEmail" value="giancarlo@steamware.net" />
|
||||
<add key="_smtpCli" value="keyhammer.ath.cx" />
|
||||
|
||||
Binary file not shown.
@@ -1,41 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"
|
||||
autoReload="true"
|
||||
throwExceptions="false"
|
||||
internalLogLevel="Off" internalLogFile="c:\temp\nlog-internal.log">
|
||||
|
||||
<!-- optional, add some variables
|
||||
https://github.com/nlog/NLog/wiki/Configuration-file#variables
|
||||
-->
|
||||
<variable name="myvar" value="myvalue"/>
|
||||
|
||||
<!--
|
||||
See https://github.com/nlog/nlog/wiki/Configuration-file
|
||||
for information on customizing logging rules and outputs.
|
||||
-->
|
||||
<targets>
|
||||
|
||||
<!--
|
||||
add your targets here
|
||||
See https://github.com/nlog/NLog/wiki/Targets for possible targets.
|
||||
See https://github.com/nlog/NLog/wiki/Layout-Renderers for the possible layout renderers.
|
||||
-->
|
||||
|
||||
<!--
|
||||
Write events to a file with the date in the filename.
|
||||
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log"
|
||||
layout="${longdate} ${uppercase:${level}} ${message}" />
|
||||
-->
|
||||
</targets>
|
||||
|
||||
<rules>
|
||||
<!-- add your logging rules here -->
|
||||
|
||||
<!--
|
||||
Write all events with minimal level of Debug (So Debug, Info, Warn, Error and Fatal, but not Trace) to "f"
|
||||
<logger name="*" minlevel="Debug" writeTo="f" />
|
||||
-->
|
||||
</rules>
|
||||
</nlog>
|
||||
Binary file not shown.
+224
-2
@@ -1453,7 +1453,13 @@
|
||||
<param name="AuthKey"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<!-- Badly formed XML comment ignored for member "M:SteamWare.devicesAuthProxy.reqResetAuthKey(System.String,System.String)" -->
|
||||
<member name="M:SteamWare.devicesAuthProxy.reqResetAuthKey(System.String,System.String)">
|
||||
<summary>
|
||||
registra su DB la richiesta di reset della auth key dell'utente ed opzionalmente invia email ad admin
|
||||
</summary>
|
||||
<param name="email"></param>
|
||||
<param name="adminEmail">opzionale, se != "" invia email all'indirizzo dell'admin x reset</param>
|
||||
</member>
|
||||
<member name="M:SteamWare.devicesAuthProxy.sendEmailResetHashPassword(System.String,System.String,System.String)">
|
||||
<summary>
|
||||
invia email ad utente con url x reset hash password
|
||||
@@ -1584,6 +1590,32 @@
|
||||
<param name="_username"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.devicesAuthProxy.setupMappaSito">
|
||||
<summary>
|
||||
costruisce la mappa del sito per l'utente
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:SteamWare.devicesAuthProxy.formattaNodo(System.String,System.String,System.String,SteamWare.siteNodeType)">
|
||||
<summary>
|
||||
formatta un nodo in modo corretto dai dati indicati
|
||||
</summary>
|
||||
<param name="titolo"></param>
|
||||
<param name="descrizione"></param>
|
||||
<param name="url"></param>
|
||||
<param name="tipoNodo"></param>
|
||||
</member>
|
||||
<member name="M:SteamWare.devicesAuthProxy.ricaricaMappaSito">
|
||||
<summary>
|
||||
ricarica e ri-traduce la mappa sito per l'utente...
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:SteamWare.devicesAuthProxy.traduci(System.Object)">
|
||||
<summary>
|
||||
wrapper traduzione
|
||||
</summary>
|
||||
<param name="lemma"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.devicesAuthProxy.setupRiga">
|
||||
<summary>
|
||||
carica la riga dati utente
|
||||
@@ -1616,6 +1648,11 @@
|
||||
oggetto lingua utente con metodi get/set
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:SteamWare.devicesAuthProxy.mappaSito">
|
||||
<summary>
|
||||
fornisce un file XML della mappa del sito abilitato per l'utente...
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:SteamWare.devicesAuthProxy.pagCorrente">
|
||||
<summary>
|
||||
pagina correntemente visualizzata (URL in sessione)
|
||||
@@ -2460,6 +2497,11 @@
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:SteamWare.DS_Utility.ConfigDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:SteamWare.DS_Utility.ListValuesRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
@@ -2470,6 +2512,11 @@
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:SteamWare.DS_Utility.ConfigRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:SteamWare.DS_Utility.ListValuesRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
@@ -2480,6 +2527,11 @@
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:SteamWare.DS_Utility.ConfigRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:SteamWare.DS_UtilityTableAdapters.ListValuesTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
@@ -2490,6 +2542,11 @@
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:SteamWare.DS_UtilityTableAdapters.ConfigTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:SteamWare.DS_UtilityTableAdapters.TableAdapterManager">
|
||||
<summary>
|
||||
TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
|
||||
@@ -3611,6 +3668,30 @@
|
||||
classe gestione accessi a Session, cache, viewstate, configuration...
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.initTA">
|
||||
<summary>
|
||||
init dei table adapters
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.setupConnectionStringBase">
|
||||
<summary>
|
||||
effettua setup dei connection strings da web.config delal singola applicazione
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.configDbVal(System.String)">
|
||||
<summary>
|
||||
Configurations da tabella DB Config
|
||||
</summary>
|
||||
<param name="chiave">Valore chiave</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.cdv(System.String)">
|
||||
<summary>
|
||||
Configurations da tabella DB Config (short form wrapper)
|
||||
</summary>
|
||||
<param name="chiave">Valore chiave</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.CRB(System.String)">
|
||||
<summary>
|
||||
shot-form di confReadBool: legge dalla config un valore bool
|
||||
@@ -4308,6 +4389,63 @@
|
||||
<param name="sender"></param>
|
||||
<param name="e"></param>
|
||||
</member>
|
||||
<member name="M:SteamWare.UserControl.imgPath(SteamWare.tipoImg,SteamWare.dimImg)">
|
||||
<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>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.UserControl.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="T:SteamWare.UserControl.email">
|
||||
<summary>
|
||||
Classe help email x SteamWare.UserControl
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:SteamWare.UserControl.email.adminEmail">
|
||||
<summary>
|
||||
Email dell'account admin applicativo
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:SteamWare.UserControl.email.senderEmail">
|
||||
<summary>
|
||||
Email dell'account sender applicativo
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:SteamWare.UserControl.righeDataGrid">
|
||||
<summary>
|
||||
Numero Righe standard
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:SteamWare.UserControl.righeDataGridAnagr">
|
||||
<summary>
|
||||
Numero Righe standard ANAGR
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:SteamWare.UserControl.righeDataGridLong">
|
||||
<summary>
|
||||
Numero Righe standard LONG
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:SteamWare.UserControl.righeDataGridMed">
|
||||
<summary>
|
||||
Numero Righe standard MED
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:SteamWare.UserControl.righeDataGridShort">
|
||||
<summary>
|
||||
Numero Righe standard SHORT
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:SteamWare.user_std">
|
||||
<summary>
|
||||
classe gestione utente: auth e permission/ruoli - versione GENERICA
|
||||
@@ -4870,6 +5008,22 @@
|
||||
<param name="numGiorniPrima"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.datario.ultimiMesi(System.DateTime,System.Int32)">
|
||||
<summary>
|
||||
restituisce l'intervallo di N MESI fino alla data indicata
|
||||
</summary>
|
||||
<param name="data"></param>
|
||||
<param name="numMesiPrima"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.datario.prossimiGiorni(System.DateTime,System.Int32)">
|
||||
<summary>
|
||||
restituisce l'intervallo di N giorni dalla data indicata in avanti
|
||||
</summary>
|
||||
<param name="data"></param>
|
||||
<param name="numGiorniSucc"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.datario.questaSett(System.DateTime)">
|
||||
<summary>
|
||||
restituisce l'intervallo della settimana corrente per la data indicata
|
||||
@@ -4903,6 +5057,50 @@
|
||||
oggetto singleton
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:SteamWare.datario.convDate(System.String,System.String,System.String,System.Boolean)">
|
||||
<summary>
|
||||
converte in datetime un valore formattato con una culture generica ed un formato generico
|
||||
</summary>
|
||||
<param name="dataOra"></param>
|
||||
<param name="formato"></param>
|
||||
<param name="culture"></param>
|
||||
<param name="doLog"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.datario.convDate(System.String,System.String,System.String)">
|
||||
<summary>
|
||||
converte in datetime un valore formattato con una culture generica ed un formato generico
|
||||
</summary>
|
||||
<param name="dataOra"></param>
|
||||
<param name="formato"></param>
|
||||
<param name="culture"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:SteamWare.datario.periodo">
|
||||
<summary>
|
||||
Tipo di periodo selezione date
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:SteamWare.datario.periodo.nd">
|
||||
<summary>
|
||||
non definito
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:SteamWare.datario.periodo.past">
|
||||
<summary>
|
||||
Solo periodo passato (+ presente)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:SteamWare.datario.periodo.future">
|
||||
<summary>
|
||||
Solo periodo futuro (+ presente)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:SteamWare.datario.periodo.all">
|
||||
<summary>
|
||||
tutto
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:SteamWare.gestEmail">
|
||||
<summary>
|
||||
classe di gestione delle email
|
||||
@@ -5205,7 +5403,7 @@
|
||||
</member>
|
||||
<member name="T:SteamWare.urlUtils">
|
||||
<summary>
|
||||
classi helper gestioen URL
|
||||
classi helper gestione URL
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:SteamWare.urlUtils.callUrl(System.String,System.Boolean)">
|
||||
@@ -5237,6 +5435,30 @@
|
||||
<param name="Passphrase"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.SteamCrypto.getHashStringMD5(System.String)">
|
||||
<summary>
|
||||
genera hash di una stringa in MD5 (es x hash gravatar)
|
||||
</summary>
|
||||
<param name="Message"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.SteamCrypto.GetMd5Hash(System.Security.Cryptography.MD5,System.String)">
|
||||
<summary>
|
||||
Crea un hash MD5
|
||||
</summary>
|
||||
<param name="md5Hash"></param>
|
||||
<param name="input"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.SteamCrypto.VerifyMd5Hash(System.Security.Cryptography.MD5,System.String,System.String)">
|
||||
<summary>
|
||||
Verify a hash against a string.
|
||||
</summary>
|
||||
<param name="md5Hash"></param>
|
||||
<param name="input"></param>
|
||||
<param name="hash"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:SteamWare.percentuali">
|
||||
<summary>
|
||||
classe gestione valori percentuali per semplificare edit utente (moltiplicati x 100 appunto)
|
||||
|
||||
+17
-17
@@ -24,7 +24,7 @@
|
||||
|
||||
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" /></controls>
|
||||
</pages>
|
||||
<compilation targetFramework="4.5">
|
||||
<compilation debug="true" targetFramework="4.5">
|
||||
<assemblies>
|
||||
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
@@ -41,7 +41,7 @@
|
||||
<!--Setup applicazione-->
|
||||
<add key="CodModulo" value="GMW" />
|
||||
<add key="_titoloPagina" value="GMW - Gruppo Mazzucconi S.p.A, portale Gestione Magazzino Web" />
|
||||
<add key="titleApp" value="GMW - SAN POSSIDONIO - TEST" />
|
||||
<add key="titleApp" value="GMW - SAN POSSIDONIO" />
|
||||
<add key="welcomeApp" value="GMW_welcomeApp" />
|
||||
<add key="appName" value="GMW" />
|
||||
<add key="SiteName" value="San Possidonio" />
|
||||
@@ -126,7 +126,7 @@
|
||||
<add key="QtaImballoSterr" value="0" />
|
||||
<add key="CodImballoTratt" value="" />
|
||||
<add key="QtaImballoTratt" value="0" />
|
||||
<add key="CodImballoFiniti" value="" />
|
||||
<add key="CodImballoFiniti" value="9CMP0130S" />
|
||||
<add key="QtaImballoFiniti" value="0" />
|
||||
<add key="CodImballoRX" value="" />
|
||||
<add key="QtaImballoRX" value="0" />
|
||||
@@ -159,20 +159,20 @@
|
||||
<add key="mostraSelOra" value="false" />
|
||||
<!--Setup codici postazioni-->
|
||||
<add key="IdxPosizMP" value="6" />
|
||||
<add key="IdxPosNewFusi" value="7" />
|
||||
<add key="IdxPosNewWip" value="5" />
|
||||
<add key="IdxPosNewRienTerz" value="30" />
|
||||
<add key="IdxPosNewFusi" value="8080" />
|
||||
<add key="IdxPosNewWip" value="8484" />
|
||||
<add key="IdxPosNewRienTerz" value="8888" />
|
||||
<!--<add key="IdxPosNewFinito" value="4" />-->
|
||||
<add key="IdxPosizioneOdette" value="4" />
|
||||
<add key="IdxPosizioneTrattamenti" value="5" />
|
||||
<add key="IdxPosizioneLiquidi" value="4" />
|
||||
<add key="IdxPosizioneOdette" value="24" />
|
||||
<add key="IdxPosizioneTrattamenti" value="8484" />
|
||||
<add key="IdxPosizioneLiquidi" value="24" />
|
||||
<add key="IdxPosizioneAnime" value="2" />
|
||||
<add key="IdxPosizioneAnimeExt" value="2" />
|
||||
<add key="IdxPosizioneFusi" value="" />
|
||||
<add key="IdxPosizioneFusi" value="7" />
|
||||
<add key="IdxPosizioneSterrati" value="9" />
|
||||
<add key="IdxPosizioneSterratiTemp" value="1009" />
|
||||
<add key="IdxPosizioneTrattati" value="11" />
|
||||
<add key="IdxPosizioneFiniti" value="4" />
|
||||
<add key="IdxPosizioneFiniti" value="24" />
|
||||
<add key="IdxPosizioneRx" value="14" />
|
||||
<add key="IdxPosizioneRxTemp" value="1014" />
|
||||
<add key="IdxPosizioneRxFinTemp" value="1024" />
|
||||
@@ -303,23 +303,23 @@
|
||||
<!--Setup installazione-->
|
||||
<add key="passkey" value="pi=314" />
|
||||
<!--Versione SP-->
|
||||
<!--<add key="CodCS" value="SP" />-->
|
||||
<!--Versione TK-->
|
||||
<add key="CodCS" value="SP" />
|
||||
<!--Versione TK-->
|
||||
<!--<add key="CodCS" value="TK" />-->
|
||||
<add key="MinutiFinestraEditUDC" value="10" />
|
||||
<add key="_adminEmail" value="giancarlo@steamware.net" />
|
||||
<add key="_smtpCli" value="keyhammer.ath.cx" />
|
||||
<add key="owin:AutomaticAppStartup" value="false" />
|
||||
<!--Sviluppo SP-->
|
||||
<add key="GMWConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=SP_GMWTest;Persist Security Info=True;User ID=sa;Password=keyhammer;" />
|
||||
<add key="GMWConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
<add key="SP_produzioneConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=SP_Produzione;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
<add key="PermessiConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=SP_GMWTest;Persist Security Info=True;User ID=sa;Password=keyhammer;" />
|
||||
<add key="PermessiConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GMW_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
<add key="VocabolarioConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=SP_GMWTest;Persist Security Info=True;User ID=sa;Password=keyhammer;" />
|
||||
<add key="VocabolarioConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<!--Sviluppo SP-->
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=SP_GMWTest;Persist Security Info=True;User ID=sa;Password=keyhammer;" providerName="System.Data.SqlClient" />
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
<system.webServer>
|
||||
<modules runAllManagedModulesForAllRequests="true">
|
||||
|
||||
+1686
-25
File diff suppressed because it is too large
Load Diff
+277
-21
@@ -1360,6 +1360,178 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</DbSource>
|
||||
</Sources>
|
||||
</TableAdapter>
|
||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Linea2Dtx_IETableAdapter" GeneratorDataComponentClassName="Linea2Dtx_IETableAdapter" Name="Linea2Dtx_IE" UserDataComponentName="Linea2Dtx_IETableAdapter">
|
||||
<MainSource>
|
||||
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dbo.Linea2Dtx_IE" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||
<DeleteCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>DELETE FROM [dbo].[Linea2Dtx_IE] WHERE (([CodLinea] = @Original_CodLinea) AND ([Particolare] = @Original_Particolare) AND ([DescParticolare] = @Original_DescParticolare) AND ([DTX_INI] = @Original_DTX_INI) AND ([CodSoggetto_INI] = @Original_CodSoggetto_INI) AND ([DataOra_INI] = @Original_DataOra_INI) AND ((@IsNull_DTX_END = 1 AND [DTX_END] IS NULL) OR ([DTX_END] = @Original_DTX_END)) AND ((@IsNull_CodSoggetto_END = 1 AND [CodSoggetto_END] IS NULL) OR ([CodSoggetto_END] = @Original_CodSoggetto_END)) AND ([DataOra_END] = @Original_DataOra_END) AND ([CodStato] = @Original_CodStato) AND ([UDC] = @Original_UDC) AND ([CodCella] = @Original_CodCella) AND ([Qta] = @Original_Qta))</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodLinea" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodLinea" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Particolare" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DescParticolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescParticolare" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DTX_INI" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DTX_INI" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_CodSoggetto_INI" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto_INI" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataOra_INI" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataOra_INI" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DTX_END" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DTX_END" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DTX_END" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DTX_END" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodSoggetto_END" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodSoggetto_END" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_CodSoggetto_END" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto_END" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataOra_END" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataOra_END" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UDC" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UDC" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodCella" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodCella" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Qta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Qta" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</DeleteCommand>
|
||||
<InsertCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>INSERT INTO [dbo].[Linea2Dtx_IE] ([CodLinea], [Particolare], [DescParticolare], [DTX_INI], [CodSoggetto_INI], [DataOra_INI], [DTX_END], [CodSoggetto_END], [DataOra_END], [CodStato], [UDC], [Qta]) VALUES (@CodLinea, @Particolare, @DescParticolare, @DTX_INI, @CodSoggetto_INI, @DataOra_INI, @DTX_END, @CodSoggetto_END, @DataOra_END, @CodStato, @UDC, @Qta);
|
||||
SELECT CodLinea, Particolare, DescParticolare, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, CodSoggetto_END, DataOra_END, CodStato, UDC, CodCella, Qta FROM Linea2Dtx_IE WHERE (CodLinea = @CodLinea) AND (Particolare = @Particolare)</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodLinea" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodLinea" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Particolare" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DescParticolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescParticolare" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DTX_INI" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DTX_INI" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CodSoggetto_INI" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto_INI" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataOra_INI" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataOra_INI" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DTX_END" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DTX_END" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CodSoggetto_END" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto_END" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataOra_END" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataOra_END" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UDC" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UDC" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Qta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Qta" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</InsertCommand>
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>SELECT CodLinea, Particolare, DescParticolare, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, CodSoggetto_END, DataOra_END, CodStato, UDC, CodCella, Qta FROM dbo.Linea2Dtx_IE</CommandText>
|
||||
<Parameters />
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
<UpdateCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>UPDATE [dbo].[Linea2Dtx_IE] SET [CodLinea] = @CodLinea, [Particolare] = @Particolare, [DescParticolare] = @DescParticolare, [DTX_INI] = @DTX_INI, [CodSoggetto_INI] = @CodSoggetto_INI, [DataOra_INI] = @DataOra_INI, [DTX_END] = @DTX_END, [CodSoggetto_END] = @CodSoggetto_END, [DataOra_END] = @DataOra_END, [CodStato] = @CodStato, [UDC] = @UDC, [Qta] = @Qta WHERE (([CodLinea] = @Original_CodLinea) AND ([Particolare] = @Original_Particolare) AND ([DescParticolare] = @Original_DescParticolare) AND ([DTX_INI] = @Original_DTX_INI) AND ([CodSoggetto_INI] = @Original_CodSoggetto_INI) AND ([DataOra_INI] = @Original_DataOra_INI) AND ((@IsNull_DTX_END = 1 AND [DTX_END] IS NULL) OR ([DTX_END] = @Original_DTX_END)) AND ((@IsNull_CodSoggetto_END = 1 AND [CodSoggetto_END] IS NULL) OR ([CodSoggetto_END] = @Original_CodSoggetto_END)) AND ([DataOra_END] = @Original_DataOra_END) AND ([CodStato] = @Original_CodStato) AND ([UDC] = @Original_UDC) AND ([CodCella] = @Original_CodCella) AND ([Qta] = @Original_Qta));
|
||||
SELECT CodLinea, Particolare, DescParticolare, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, CodSoggetto_END, DataOra_END, CodStato, UDC, CodCella, Qta FROM Linea2Dtx_IE WHERE (CodLinea = @CodLinea) AND (Particolare = @Particolare)</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodLinea" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodLinea" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Particolare" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DescParticolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescParticolare" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DTX_INI" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DTX_INI" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CodSoggetto_INI" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto_INI" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataOra_INI" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataOra_INI" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DTX_END" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DTX_END" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CodSoggetto_END" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto_END" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataOra_END" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataOra_END" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UDC" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UDC" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Qta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Qta" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodLinea" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodLinea" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Particolare" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DescParticolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescParticolare" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DTX_INI" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DTX_INI" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_CodSoggetto_INI" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto_INI" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataOra_INI" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataOra_INI" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DTX_END" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DTX_END" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DTX_END" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DTX_END" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodSoggetto_END" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodSoggetto_END" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_CodSoggetto_END" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto_END" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataOra_END" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataOra_END" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UDC" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UDC" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodCella" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodCella" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Qta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Qta" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</UpdateCommand>
|
||||
</DbSource>
|
||||
</MainSource>
|
||||
<Mappings>
|
||||
<Mapping SourceColumn="CodLinea" DataSetColumn="CodLinea" />
|
||||
<Mapping SourceColumn="Particolare" DataSetColumn="Particolare" />
|
||||
<Mapping SourceColumn="DescParticolare" DataSetColumn="DescParticolare" />
|
||||
<Mapping SourceColumn="DTX_INI" DataSetColumn="DTX_INI" />
|
||||
<Mapping SourceColumn="CodSoggetto_INI" DataSetColumn="CodSoggetto_INI" />
|
||||
<Mapping SourceColumn="DataOra_INI" DataSetColumn="DataOra_INI" />
|
||||
<Mapping SourceColumn="DTX_END" DataSetColumn="DTX_END" />
|
||||
<Mapping SourceColumn="CodSoggetto_END" DataSetColumn="CodSoggetto_END" />
|
||||
<Mapping SourceColumn="DataOra_END" DataSetColumn="DataOra_END" />
|
||||
<Mapping SourceColumn="CodStato" DataSetColumn="CodStato" />
|
||||
<Mapping SourceColumn="UDC" DataSetColumn="UDC" />
|
||||
<Mapping SourceColumn="CodCella" DataSetColumn="CodCella" />
|
||||
<Mapping SourceColumn="Qta" DataSetColumn="Qta" />
|
||||
</Mappings>
|
||||
<Sources>
|
||||
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dmtx.stp_L2D_delete" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteQuery" Modifier="Public" Name="deleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="deleteQuery">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dmtx.stp_L2D_delete</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="nvarchar" DbType="String" Direction="Input" ParameterName="@Original_CodLinea" Precision="0" ProviderType="NVarChar" Scale="0" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Original_Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="15" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dbo.stp_L2D_getByLine" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByLinea" GetMethodModifier="Public" GetMethodName="getByLinea" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByLinea" UserSourceName="getByLinea">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="true">
|
||||
<CommandText>dmtx.stp_L2D_getByLine</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="nvarchar" DbType="String" Direction="Input" ParameterName="@CodLinea" Precision="0" ProviderType="NVarChar" Scale="0" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dbo.stp_L2D_getByLinePart" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByLineaPart" GetMethodModifier="Public" GetMethodName="getByLineaPart" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByLineaPart" UserSourceName="getByLineaPart">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="true">
|
||||
<CommandText>dmtx.stp_L2D_getByLinePart</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="nvarchar" DbType="String" Direction="Input" ParameterName="@CodLinea" Precision="0" ProviderType="NVarChar" Scale="0" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="15" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dbo.stp_L2D_insert" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="insertIni" Modifier="Public" Name="insertIni" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="insertIni">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="true">
|
||||
<CommandText>dmtx.stp_L2D_insert</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="nvarchar" DbType="String" Direction="Input" ParameterName="@CodLinea" Precision="0" ProviderType="NVarChar" Scale="0" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="15" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DescParticolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="30" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DTX_INI" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodSoggetto_INI" Precision="0" ProviderType="NVarChar" Scale="0" Size="17" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataOra_INI" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dbo.stp_L2D_updateEnd" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateEnd" Modifier="Public" Name="updateEnd" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="updateEnd">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="true">
|
||||
<CommandText>dmtx.stp_L2D_updateEnd</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="nvarchar" DbType="String" Direction="Input" ParameterName="@CodLinea" Precision="0" ProviderType="NVarChar" Scale="0" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="15" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DTX_END" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodSoggetto_END" Precision="0" ProviderType="NVarChar" Scale="0" Size="17" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataOra_END" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
</Sources>
|
||||
</TableAdapter>
|
||||
</Tables>
|
||||
<Sources />
|
||||
</DataSource>
|
||||
@@ -1461,7 +1633,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_verificaDtx" msprop:Generator_TableClassName="stp_verificaDtxDataTable" msprop:Generator_TableVarName="tablestp_verificaDtx" msprop:Generator_RowChangedName="stp_verificaDtxRowChanged" msprop:Generator_TablePropName="stp_verificaDtx" msprop:Generator_RowDeletingName="stp_verificaDtxRowDeleting" msprop:Generator_RowChangingName="stp_verificaDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_verificaDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_verificaDtxRowDeleted" msprop:Generator_RowClassName="stp_verificaDtxRow" msprop:Generator_UserTableName="stp_verificaDtx" msprop:Generator_RowEvArgName="stp_verificaDtxRowChangeEvent">
|
||||
<xs:element name="stp_verificaDtx" msprop:Generator_TableClassName="stp_verificaDtxDataTable" msprop:Generator_TableVarName="tablestp_verificaDtx" msprop:Generator_TablePropName="stp_verificaDtx" msprop:Generator_RowDeletingName="stp_verificaDtxRowDeleting" msprop:Generator_RowChangingName="stp_verificaDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_verificaDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_verificaDtxRowDeleted" msprop:Generator_UserTableName="stp_verificaDtx" msprop:Generator_RowChangedName="stp_verificaDtxRowChanged" msprop:Generator_RowEvArgName="stp_verificaDtxRowChangeEvent" msprop:Generator_RowClassName="stp_verificaDtxRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="StatoDtx" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnStatoDtx" msprop:Generator_ColumnPropNameInRow="StatoDtx" msprop:Generator_ColumnPropNameInTable="StatoDtxColumn" msprop:Generator_UserColumnName="StatoDtx" minOccurs="0">
|
||||
@@ -1481,7 +1653,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_conteggioDtx" msprop:Generator_TableClassName="stp_conteggioDtxDataTable" msprop:Generator_TableVarName="tablestp_conteggioDtx" msprop:Generator_RowChangedName="stp_conteggioDtxRowChanged" msprop:Generator_TablePropName="stp_conteggioDtx" msprop:Generator_RowDeletingName="stp_conteggioDtxRowDeleting" msprop:Generator_RowChangingName="stp_conteggioDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_conteggioDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_conteggioDtxRowDeleted" msprop:Generator_RowClassName="stp_conteggioDtxRow" msprop:Generator_UserTableName="stp_conteggioDtx" msprop:Generator_RowEvArgName="stp_conteggioDtxRowChangeEvent">
|
||||
<xs:element name="stp_conteggioDtx" msprop:Generator_TableClassName="stp_conteggioDtxDataTable" msprop:Generator_TableVarName="tablestp_conteggioDtx" msprop:Generator_TablePropName="stp_conteggioDtx" msprop:Generator_RowDeletingName="stp_conteggioDtxRowDeleting" msprop:Generator_RowChangingName="stp_conteggioDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_conteggioDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_conteggioDtxRowDeleted" msprop:Generator_UserTableName="stp_conteggioDtx" msprop:Generator_RowChangedName="stp_conteggioDtxRowChanged" msprop:Generator_RowEvArgName="stp_conteggioDtxRowChangeEvent" msprop:Generator_RowClassName="stp_conteggioDtxRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn" msprop:Generator_UserColumnName="Particolare" minOccurs="0">
|
||||
@@ -1495,7 +1667,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_DtxAcquisiti" msprop:Generator_TableClassName="v_DtxAcquisitiDataTable" msprop:Generator_TableVarName="tablev_DtxAcquisiti" msprop:Generator_RowChangedName="v_DtxAcquisitiRowChanged" msprop:Generator_TablePropName="v_DtxAcquisiti" msprop:Generator_RowDeletingName="v_DtxAcquisitiRowDeleting" msprop:Generator_RowChangingName="v_DtxAcquisitiRowChanging" msprop:Generator_RowEvHandlerName="v_DtxAcquisitiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_DtxAcquisitiRowDeleted" msprop:Generator_RowClassName="v_DtxAcquisitiRow" msprop:Generator_UserTableName="v_DtxAcquisiti" msprop:Generator_RowEvArgName="v_DtxAcquisitiRowChangeEvent">
|
||||
<xs:element name="v_DtxAcquisiti" msprop:Generator_TableClassName="v_DtxAcquisitiDataTable" msprop:Generator_TableVarName="tablev_DtxAcquisiti" msprop:Generator_TablePropName="v_DtxAcquisiti" msprop:Generator_RowDeletingName="v_DtxAcquisitiRowDeleting" msprop:Generator_RowChangingName="v_DtxAcquisitiRowChanging" msprop:Generator_RowEvHandlerName="v_DtxAcquisitiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_DtxAcquisitiRowDeleted" msprop:Generator_UserTableName="v_DtxAcquisiti" msprop:Generator_RowChangedName="v_DtxAcquisitiRowChanged" msprop:Generator_RowEvArgName="v_DtxAcquisitiRowChangeEvent" msprop:Generator_RowClassName="v_DtxAcquisitiRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DataMatrix" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix">
|
||||
@@ -1530,7 +1702,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_decodeDtx" msprop:Generator_TableClassName="stp_decodeDtxDataTable" msprop:Generator_TableVarName="tablestp_decodeDtx" msprop:Generator_TablePropName="stp_decodeDtx" msprop:Generator_RowDeletingName="stp_decodeDtxRowDeleting" msprop:Generator_RowChangingName="stp_decodeDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_decodeDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_decodeDtxRowDeleted" msprop:Generator_UserTableName="stp_decodeDtx" msprop:Generator_RowChangedName="stp_decodeDtxRowChanged" msprop:Generator_RowEvArgName="stp_decodeDtxRowChangeEvent" msprop:Generator_RowClassName="stp_decodeDtxRow">
|
||||
<xs:element name="stp_decodeDtx" msprop:Generator_TableClassName="stp_decodeDtxDataTable" msprop:Generator_TableVarName="tablestp_decodeDtx" msprop:Generator_RowChangedName="stp_decodeDtxRowChanged" msprop:Generator_TablePropName="stp_decodeDtx" msprop:Generator_RowDeletingName="stp_decodeDtxRowDeleting" msprop:Generator_RowChangingName="stp_decodeDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_decodeDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_decodeDtxRowDeleted" msprop:Generator_RowClassName="stp_decodeDtxRow" msprop:Generator_UserTableName="stp_decodeDtx" msprop:Generator_RowEvArgName="stp_decodeDtxRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="PartNumber" msprop:Generator_ColumnVarNameInTable="columnPartNumber" msprop:Generator_ColumnPropNameInRow="PartNumber" msprop:Generator_ColumnPropNameInTable="PartNumberColumn" msprop:Generator_UserColumnName="PartNumber">
|
||||
@@ -1550,7 +1722,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_getFirstLastDtx" msprop:Generator_TableClassName="stp_getFirstLastDtxDataTable" msprop:Generator_TableVarName="tablestp_getFirstLastDtx" msprop:Generator_TablePropName="stp_getFirstLastDtx" msprop:Generator_RowDeletingName="stp_getFirstLastDtxRowDeleting" msprop:Generator_RowChangingName="stp_getFirstLastDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_getFirstLastDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_getFirstLastDtxRowDeleted" msprop:Generator_UserTableName="stp_getFirstLastDtx" msprop:Generator_RowChangedName="stp_getFirstLastDtxRowChanged" msprop:Generator_RowEvArgName="stp_getFirstLastDtxRowChangeEvent" msprop:Generator_RowClassName="stp_getFirstLastDtxRow">
|
||||
<xs:element name="stp_getFirstLastDtx" msprop:Generator_TableClassName="stp_getFirstLastDtxDataTable" msprop:Generator_TableVarName="tablestp_getFirstLastDtx" msprop:Generator_RowChangedName="stp_getFirstLastDtxRowChanged" msprop:Generator_TablePropName="stp_getFirstLastDtx" msprop:Generator_RowDeletingName="stp_getFirstLastDtxRowDeleting" msprop:Generator_RowChangingName="stp_getFirstLastDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_getFirstLastDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_getFirstLastDtxRowDeleted" msprop:Generator_RowClassName="stp_getFirstLastDtxRow" msprop:Generator_UserTableName="stp_getFirstLastDtx" msprop:Generator_RowEvArgName="stp_getFirstLastDtxRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DtxStart" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDtxStart" msprop:Generator_ColumnPropNameInRow="DtxStart" msprop:Generator_ColumnPropNameInTable="DtxStartColumn" msprop:Generator_UserColumnName="DtxStart" minOccurs="0">
|
||||
@@ -1570,7 +1742,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Dtx2UDC" msprop:Generator_TableClassName="Dtx2UDCDataTable" msprop:Generator_TableVarName="tableDtx2UDC" msprop:Generator_TablePropName="Dtx2UDC" msprop:Generator_RowDeletingName="Dtx2UDCRowDeleting" msprop:Generator_RowChangingName="Dtx2UDCRowChanging" msprop:Generator_RowEvHandlerName="Dtx2UDCRowChangeEventHandler" msprop:Generator_RowDeletedName="Dtx2UDCRowDeleted" msprop:Generator_UserTableName="Dtx2UDC" msprop:Generator_RowChangedName="Dtx2UDCRowChanged" msprop:Generator_RowEvArgName="Dtx2UDCRowChangeEvent" msprop:Generator_RowClassName="Dtx2UDCRow">
|
||||
<xs:element name="Dtx2UDC" msprop:Generator_TableClassName="Dtx2UDCDataTable" msprop:Generator_TableVarName="tableDtx2UDC" msprop:Generator_RowChangedName="Dtx2UDCRowChanged" msprop:Generator_TablePropName="Dtx2UDC" msprop:Generator_RowDeletingName="Dtx2UDCRowDeleting" msprop:Generator_RowChangingName="Dtx2UDCRowChanging" msprop:Generator_RowEvHandlerName="Dtx2UDCRowChangeEventHandler" msprop:Generator_RowDeletedName="Dtx2UDCRowDeleted" msprop:Generator_RowClassName="Dtx2UDCRow" msprop:Generator_UserTableName="Dtx2UDC" msprop:Generator_RowEvArgName="Dtx2UDCRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DataMatrix" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix">
|
||||
@@ -1612,7 +1784,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_DtxGetAvailFreeAnom" msprop:Generator_TableClassName="stp_DtxGetAvailFreeAnomDataTable" msprop:Generator_TableVarName="tablestp_DtxGetAvailFreeAnom" msprop:Generator_RowChangedName="stp_DtxGetAvailFreeAnomRowChanged" msprop:Generator_TablePropName="stp_DtxGetAvailFreeAnom" msprop:Generator_RowDeletingName="stp_DtxGetAvailFreeAnomRowDeleting" msprop:Generator_RowChangingName="stp_DtxGetAvailFreeAnomRowChanging" msprop:Generator_RowEvHandlerName="stp_DtxGetAvailFreeAnomRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_DtxGetAvailFreeAnomRowDeleted" msprop:Generator_RowClassName="stp_DtxGetAvailFreeAnomRow" msprop:Generator_UserTableName="stp_DtxGetAvailFreeAnom" msprop:Generator_RowEvArgName="stp_DtxGetAvailFreeAnomRowChangeEvent">
|
||||
<xs:element name="stp_DtxGetAvailFreeAnom" msprop:Generator_TableClassName="stp_DtxGetAvailFreeAnomDataTable" msprop:Generator_TableVarName="tablestp_DtxGetAvailFreeAnom" msprop:Generator_TablePropName="stp_DtxGetAvailFreeAnom" msprop:Generator_RowDeletingName="stp_DtxGetAvailFreeAnomRowDeleting" msprop:Generator_RowChangingName="stp_DtxGetAvailFreeAnomRowChanging" msprop:Generator_RowEvHandlerName="stp_DtxGetAvailFreeAnomRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_DtxGetAvailFreeAnomRowDeleted" msprop:Generator_UserTableName="stp_DtxGetAvailFreeAnom" msprop:Generator_RowChangedName="stp_DtxGetAvailFreeAnomRowChanged" msprop:Generator_RowEvArgName="stp_DtxGetAvailFreeAnomRowChangeEvent" msprop:Generator_RowClassName="stp_DtxGetAvailFreeAnomRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DataMatrix" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix" minOccurs="0">
|
||||
@@ -1625,7 +1797,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Attr2Dtx" msprop:Generator_TableClassName="Attr2DtxDataTable" msprop:Generator_TableVarName="tableAttr2Dtx" msprop:Generator_RowChangedName="Attr2DtxRowChanged" msprop:Generator_TablePropName="Attr2Dtx" msprop:Generator_RowDeletingName="Attr2DtxRowDeleting" msprop:Generator_RowChangingName="Attr2DtxRowChanging" msprop:Generator_RowEvHandlerName="Attr2DtxRowChangeEventHandler" msprop:Generator_RowDeletedName="Attr2DtxRowDeleted" msprop:Generator_RowClassName="Attr2DtxRow" msprop:Generator_UserTableName="Attr2Dtx" msprop:Generator_RowEvArgName="Attr2DtxRowChangeEvent">
|
||||
<xs:element name="Attr2Dtx" msprop:Generator_TableClassName="Attr2DtxDataTable" msprop:Generator_TableVarName="tableAttr2Dtx" msprop:Generator_TablePropName="Attr2Dtx" msprop:Generator_RowDeletingName="Attr2DtxRowDeleting" msprop:Generator_RowChangingName="Attr2DtxRowChanging" msprop:Generator_RowEvHandlerName="Attr2DtxRowChangeEventHandler" msprop:Generator_RowDeletedName="Attr2DtxRowDeleted" msprop:Generator_UserTableName="Attr2Dtx" msprop:Generator_RowChangedName="Attr2DtxRowChanged" msprop:Generator_RowEvArgName="Attr2DtxRowChangeEvent" msprop:Generator_RowClassName="Attr2DtxRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idxAttr" msprop:Generator_ColumnVarNameInTable="columnidxAttr" msprop:Generator_ColumnPropNameInRow="idxAttr" msprop:Generator_ColumnPropNameInTable="idxAttrColumn" msprop:Generator_UserColumnName="idxAttr" type="xs:int" />
|
||||
@@ -1661,7 +1833,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_Attr2Dtx" msprop:Generator_TableClassName="v_Attr2DtxDataTable" msprop:Generator_TableVarName="tablev_Attr2Dtx" msprop:Generator_TablePropName="v_Attr2Dtx" msprop:Generator_RowDeletingName="v_Attr2DtxRowDeleting" msprop:Generator_RowChangingName="v_Attr2DtxRowChanging" msprop:Generator_RowEvHandlerName="v_Attr2DtxRowChangeEventHandler" msprop:Generator_RowDeletedName="v_Attr2DtxRowDeleted" msprop:Generator_UserTableName="v_Attr2Dtx" msprop:Generator_RowChangedName="v_Attr2DtxRowChanged" msprop:Generator_RowEvArgName="v_Attr2DtxRowChangeEvent" msprop:Generator_RowClassName="v_Attr2DtxRow">
|
||||
<xs:element name="v_Attr2Dtx" msprop:Generator_TableClassName="v_Attr2DtxDataTable" msprop:Generator_TableVarName="tablev_Attr2Dtx" msprop:Generator_RowChangedName="v_Attr2DtxRowChanged" msprop:Generator_TablePropName="v_Attr2Dtx" msprop:Generator_RowDeletingName="v_Attr2DtxRowDeleting" msprop:Generator_RowChangingName="v_Attr2DtxRowChanging" msprop:Generator_RowEvHandlerName="v_Attr2DtxRowChangeEventHandler" msprop:Generator_RowDeletedName="v_Attr2DtxRowDeleted" msprop:Generator_RowClassName="v_Attr2DtxRow" msprop:Generator_UserTableName="v_Attr2Dtx" msprop:Generator_RowEvArgName="v_Attr2DtxRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn" msprop:Generator_UserColumnName="Particolare" minOccurs="0">
|
||||
@@ -1697,7 +1869,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_DtxCheckBlocked" msprop:Generator_TableClassName="stp_DtxCheckBlockedDataTable" msprop:Generator_TableVarName="tablestp_DtxCheckBlocked" msprop:Generator_RowChangedName="stp_DtxCheckBlockedRowChanged" msprop:Generator_TablePropName="stp_DtxCheckBlocked" msprop:Generator_RowDeletingName="stp_DtxCheckBlockedRowDeleting" msprop:Generator_RowChangingName="stp_DtxCheckBlockedRowChanging" msprop:Generator_RowEvHandlerName="stp_DtxCheckBlockedRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_DtxCheckBlockedRowDeleted" msprop:Generator_RowClassName="stp_DtxCheckBlockedRow" msprop:Generator_UserTableName="stp_DtxCheckBlocked" msprop:Generator_RowEvArgName="stp_DtxCheckBlockedRowChangeEvent">
|
||||
<xs:element name="stp_DtxCheckBlocked" msprop:Generator_TableClassName="stp_DtxCheckBlockedDataTable" msprop:Generator_TableVarName="tablestp_DtxCheckBlocked" msprop:Generator_TablePropName="stp_DtxCheckBlocked" msprop:Generator_RowDeletingName="stp_DtxCheckBlockedRowDeleting" msprop:Generator_RowChangingName="stp_DtxCheckBlockedRowChanging" msprop:Generator_RowEvHandlerName="stp_DtxCheckBlockedRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_DtxCheckBlockedRowDeleted" msprop:Generator_UserTableName="stp_DtxCheckBlocked" msprop:Generator_RowChangedName="stp_DtxCheckBlockedRowChanged" msprop:Generator_RowEvArgName="stp_DtxCheckBlockedRowChangeEvent" msprop:Generator_RowClassName="stp_DtxCheckBlockedRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DataMatrix" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix" minOccurs="0">
|
||||
@@ -1710,7 +1882,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagFormatiDtmx" msprop:Generator_TableClassName="AnagFormatiDtmxDataTable" msprop:Generator_TableVarName="tableAnagFormatiDtmx" msprop:Generator_TablePropName="AnagFormatiDtmx" msprop:Generator_RowDeletingName="AnagFormatiDtmxRowDeleting" msprop:Generator_RowChangingName="AnagFormatiDtmxRowChanging" msprop:Generator_RowEvHandlerName="AnagFormatiDtmxRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagFormatiDtmxRowDeleted" msprop:Generator_UserTableName="AnagFormatiDtmx" msprop:Generator_RowChangedName="AnagFormatiDtmxRowChanged" msprop:Generator_RowEvArgName="AnagFormatiDtmxRowChangeEvent" msprop:Generator_RowClassName="AnagFormatiDtmxRow">
|
||||
<xs:element name="AnagFormatiDtmx" msprop:Generator_TableClassName="AnagFormatiDtmxDataTable" msprop:Generator_TableVarName="tableAnagFormatiDtmx" msprop:Generator_RowChangedName="AnagFormatiDtmxRowChanged" msprop:Generator_TablePropName="AnagFormatiDtmx" msprop:Generator_RowDeletingName="AnagFormatiDtmxRowDeleting" msprop:Generator_RowChangingName="AnagFormatiDtmxRowChanging" msprop:Generator_RowEvHandlerName="AnagFormatiDtmxRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagFormatiDtmxRowDeleted" msprop:Generator_RowClassName="AnagFormatiDtmxRow" msprop:Generator_UserTableName="AnagFormatiDtmx" msprop:Generator_RowEvArgName="AnagFormatiDtmxRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="FormatoDtmx" msprop:Generator_ColumnVarNameInTable="columnFormatoDtmx" msprop:Generator_ColumnPropNameInRow="FormatoDtmx" msprop:Generator_ColumnPropNameInTable="FormatoDtmxColumn" msprop:Generator_UserColumnName="FormatoDtmx">
|
||||
@@ -1751,7 +1923,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Dmtx_ByAttr" msprop:Generator_TableClassName="Dmtx_ByAttrDataTable" msprop:Generator_TableVarName="tableDmtx_ByAttr" msprop:Generator_RowChangedName="Dmtx_ByAttrRowChanged" msprop:Generator_TablePropName="Dmtx_ByAttr" msprop:Generator_RowDeletingName="Dmtx_ByAttrRowDeleting" msprop:Generator_RowChangingName="Dmtx_ByAttrRowChanging" msprop:Generator_RowEvHandlerName="Dmtx_ByAttrRowChangeEventHandler" msprop:Generator_RowDeletedName="Dmtx_ByAttrRowDeleted" msprop:Generator_RowClassName="Dmtx_ByAttrRow" msprop:Generator_UserTableName="Dmtx_ByAttr" msprop:Generator_RowEvArgName="Dmtx_ByAttrRowChangeEvent">
|
||||
<xs:element name="Dmtx_ByAttr" msprop:Generator_TableClassName="Dmtx_ByAttrDataTable" msprop:Generator_TableVarName="tableDmtx_ByAttr" msprop:Generator_TablePropName="Dmtx_ByAttr" msprop:Generator_RowDeletingName="Dmtx_ByAttrRowDeleting" msprop:Generator_RowChangingName="Dmtx_ByAttrRowChanging" msprop:Generator_RowEvHandlerName="Dmtx_ByAttrRowChangeEventHandler" msprop:Generator_RowDeletedName="Dmtx_ByAttrRowDeleted" msprop:Generator_UserTableName="Dmtx_ByAttr" msprop:Generator_RowChangedName="Dmtx_ByAttrRowChanged" msprop:Generator_RowEvArgName="Dmtx_ByAttrRowChangeEvent" msprop:Generator_RowClassName="Dmtx_ByAttrRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DataMatrix" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix">
|
||||
@@ -1824,7 +1996,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_ElencoDmtx" msprop:Generator_TableClassName="v_ElencoDmtxDataTable" msprop:Generator_TableVarName="tablev_ElencoDmtx" msprop:Generator_RowChangedName="v_ElencoDmtxRowChanged" msprop:Generator_TablePropName="v_ElencoDmtx" msprop:Generator_RowDeletingName="v_ElencoDmtxRowDeleting" msprop:Generator_RowChangingName="v_ElencoDmtxRowChanging" msprop:Generator_RowEvHandlerName="v_ElencoDmtxRowChangeEventHandler" msprop:Generator_RowDeletedName="v_ElencoDmtxRowDeleted" msprop:Generator_RowClassName="v_ElencoDmtxRow" msprop:Generator_UserTableName="v_ElencoDmtx" msprop:Generator_RowEvArgName="v_ElencoDmtxRowChangeEvent">
|
||||
<xs:element name="v_ElencoDmtx" msprop:Generator_TableClassName="v_ElencoDmtxDataTable" msprop:Generator_TableVarName="tablev_ElencoDmtx" msprop:Generator_TablePropName="v_ElencoDmtx" msprop:Generator_RowDeletingName="v_ElencoDmtxRowDeleting" msprop:Generator_RowChangingName="v_ElencoDmtxRowChanging" msprop:Generator_RowEvHandlerName="v_ElencoDmtxRowChangeEventHandler" msprop:Generator_RowDeletedName="v_ElencoDmtxRowDeleted" msprop:Generator_UserTableName="v_ElencoDmtx" msprop:Generator_RowChangedName="v_ElencoDmtxRowChanged" msprop:Generator_RowEvArgName="v_ElencoDmtxRowChangeEvent" msprop:Generator_RowClassName="v_ElencoDmtxRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DataMatrix" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix">
|
||||
@@ -1869,7 +2041,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagSpecDtx" msprop:Generator_TableClassName="AnagSpecDtxDataTable" msprop:Generator_TableVarName="tableAnagSpecDtx" msprop:Generator_TablePropName="AnagSpecDtx" msprop:Generator_RowDeletingName="AnagSpecDtxRowDeleting" msprop:Generator_RowChangingName="AnagSpecDtxRowChanging" msprop:Generator_RowEvHandlerName="AnagSpecDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagSpecDtxRowDeleted" msprop:Generator_UserTableName="AnagSpecDtx" msprop:Generator_RowChangedName="AnagSpecDtxRowChanged" msprop:Generator_RowEvArgName="AnagSpecDtxRowChangeEvent" msprop:Generator_RowClassName="AnagSpecDtxRow">
|
||||
<xs:element name="AnagSpecDtx" msprop:Generator_TableClassName="AnagSpecDtxDataTable" msprop:Generator_TableVarName="tableAnagSpecDtx" msprop:Generator_RowChangedName="AnagSpecDtxRowChanged" msprop:Generator_TablePropName="AnagSpecDtx" msprop:Generator_RowDeletingName="AnagSpecDtxRowDeleting" msprop:Generator_RowChangingName="AnagSpecDtxRowChanging" msprop:Generator_RowEvHandlerName="AnagSpecDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagSpecDtxRowDeleted" msprop:Generator_RowClassName="AnagSpecDtxRow" msprop:Generator_UserTableName="AnagSpecDtx" msprop:Generator_RowEvArgName="AnagSpecDtxRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodSpec" msprop:Generator_ColumnVarNameInTable="columnCodSpec" msprop:Generator_ColumnPropNameInRow="CodSpec" msprop:Generator_ColumnPropNameInTable="CodSpecColumn" msprop:Generator_UserColumnName="CodSpec">
|
||||
@@ -1896,7 +2068,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TabSpecDtx" msprop:Generator_TableClassName="TabSpecDtxDataTable" msprop:Generator_TableVarName="tableTabSpecDtx" msprop:Generator_TablePropName="TabSpecDtx" msprop:Generator_RowDeletingName="TabSpecDtxRowDeleting" msprop:Generator_RowChangingName="TabSpecDtxRowChanging" msprop:Generator_RowEvHandlerName="TabSpecDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="TabSpecDtxRowDeleted" msprop:Generator_UserTableName="TabSpecDtx" msprop:Generator_RowChangedName="TabSpecDtxRowChanged" msprop:Generator_RowEvArgName="TabSpecDtxRowChangeEvent" msprop:Generator_RowClassName="TabSpecDtxRow">
|
||||
<xs:element name="TabSpecDtx" msprop:Generator_TableClassName="TabSpecDtxDataTable" msprop:Generator_TableVarName="tableTabSpecDtx" msprop:Generator_RowChangedName="TabSpecDtxRowChanged" msprop:Generator_TablePropName="TabSpecDtx" msprop:Generator_RowDeletingName="TabSpecDtxRowDeleting" msprop:Generator_RowChangingName="TabSpecDtxRowChanging" msprop:Generator_RowEvHandlerName="TabSpecDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="TabSpecDtxRowDeleted" msprop:Generator_RowClassName="TabSpecDtxRow" msprop:Generator_UserTableName="TabSpecDtx" msprop:Generator_RowEvArgName="TabSpecDtxRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="FormatoDtmx" msprop:Generator_ColumnVarNameInTable="columnFormatoDtmx" msprop:Generator_ColumnPropNameInRow="FormatoDtmx" msprop:Generator_ColumnPropNameInTable="FormatoDtmxColumn" msprop:Generator_UserColumnName="FormatoDtmx">
|
||||
@@ -1933,7 +2105,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TrascFormatoDmtx" msprop:Generator_TableClassName="TrascFormatoDmtxDataTable" msprop:Generator_TableVarName="tableTrascFormatoDmtx" msprop:Generator_RowChangedName="TrascFormatoDmtxRowChanged" msprop:Generator_TablePropName="TrascFormatoDmtx" msprop:Generator_RowDeletingName="TrascFormatoDmtxRowDeleting" msprop:Generator_RowChangingName="TrascFormatoDmtxRowChanging" msprop:Generator_RowEvHandlerName="TrascFormatoDmtxRowChangeEventHandler" msprop:Generator_RowDeletedName="TrascFormatoDmtxRowDeleted" msprop:Generator_RowClassName="TrascFormatoDmtxRow" msprop:Generator_UserTableName="TrascFormatoDmtx" msprop:Generator_RowEvArgName="TrascFormatoDmtxRowChangeEvent">
|
||||
<xs:element name="TrascFormatoDmtx" msprop:Generator_TableClassName="TrascFormatoDmtxDataTable" msprop:Generator_TableVarName="tableTrascFormatoDmtx" msprop:Generator_TablePropName="TrascFormatoDmtx" msprop:Generator_RowDeletingName="TrascFormatoDmtxRowDeleting" msprop:Generator_RowChangingName="TrascFormatoDmtxRowChanging" msprop:Generator_RowEvHandlerName="TrascFormatoDmtxRowChangeEventHandler" msprop:Generator_RowDeletedName="TrascFormatoDmtxRowDeleted" msprop:Generator_UserTableName="TrascFormatoDmtx" msprop:Generator_RowChangedName="TrascFormatoDmtxRowChanged" msprop:Generator_RowEvArgName="TrascFormatoDmtxRowChangeEvent" msprop:Generator_RowClassName="TrascFormatoDmtxRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="FormatoDtmxMM" msprop:Generator_ColumnVarNameInTable="columnFormatoDtmxMM" msprop:Generator_ColumnPropNameInRow="FormatoDtmxMM" msprop:Generator_ColumnPropNameInTable="FormatoDtmxMMColumn" msprop:Generator_UserColumnName="FormatoDtmxMM">
|
||||
@@ -1953,7 +2125,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TrascPartNum" msprop:Generator_TableClassName="TrascPartNumDataTable" msprop:Generator_TableVarName="tableTrascPartNum" msprop:Generator_RowChangedName="TrascPartNumRowChanged" msprop:Generator_TablePropName="TrascPartNum" msprop:Generator_RowDeletingName="TrascPartNumRowDeleting" msprop:Generator_RowChangingName="TrascPartNumRowChanging" msprop:Generator_RowEvHandlerName="TrascPartNumRowChangeEventHandler" msprop:Generator_RowDeletedName="TrascPartNumRowDeleted" msprop:Generator_RowClassName="TrascPartNumRow" msprop:Generator_UserTableName="TrascPartNum" msprop:Generator_RowEvArgName="TrascPartNumRowChangeEvent">
|
||||
<xs:element name="TrascPartNum" msprop:Generator_TableClassName="TrascPartNumDataTable" msprop:Generator_TableVarName="tableTrascPartNum" msprop:Generator_TablePropName="TrascPartNum" msprop:Generator_RowDeletingName="TrascPartNumRowDeleting" msprop:Generator_RowChangingName="TrascPartNumRowChanging" msprop:Generator_RowEvHandlerName="TrascPartNumRowChangeEventHandler" msprop:Generator_RowDeletedName="TrascPartNumRowDeleted" msprop:Generator_UserTableName="TrascPartNum" msprop:Generator_RowChangedName="TrascPartNumRowChanged" msprop:Generator_RowEvArgName="TrascPartNumRowChangeEvent" msprop:Generator_RowClassName="TrascPartNumRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="PartNumberIN" msprop:Generator_ColumnVarNameInTable="columnPartNumberIN" msprop:Generator_ColumnPropNameInRow="PartNumberIN" msprop:Generator_ColumnPropNameInTable="PartNumberINColumn" msprop:Generator_UserColumnName="PartNumberIN">
|
||||
@@ -1973,7 +2145,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TrascDatamatrix" msprop:Generator_TableClassName="TrascDatamatrixDataTable" msprop:Generator_TableVarName="tableTrascDatamatrix" msprop:Generator_RowChangedName="TrascDatamatrixRowChanged" msprop:Generator_TablePropName="TrascDatamatrix" msprop:Generator_RowDeletingName="TrascDatamatrixRowDeleting" msprop:Generator_RowChangingName="TrascDatamatrixRowChanging" msprop:Generator_RowEvHandlerName="TrascDatamatrixRowChangeEventHandler" msprop:Generator_RowDeletedName="TrascDatamatrixRowDeleted" msprop:Generator_RowClassName="TrascDatamatrixRow" msprop:Generator_UserTableName="TrascDatamatrix" msprop:Generator_RowEvArgName="TrascDatamatrixRowChangeEvent">
|
||||
<xs:element name="TrascDatamatrix" msprop:Generator_TableClassName="TrascDatamatrixDataTable" msprop:Generator_TableVarName="tableTrascDatamatrix" msprop:Generator_TablePropName="TrascDatamatrix" msprop:Generator_RowDeletingName="TrascDatamatrixRowDeleting" msprop:Generator_RowChangingName="TrascDatamatrixRowChanging" msprop:Generator_RowEvHandlerName="TrascDatamatrixRowChangeEventHandler" msprop:Generator_RowDeletedName="TrascDatamatrixRowDeleted" msprop:Generator_UserTableName="TrascDatamatrix" msprop:Generator_RowChangedName="TrascDatamatrixRowChanged" msprop:Generator_RowEvArgName="TrascDatamatrixRowChangeEvent" msprop:Generator_RowClassName="TrascDatamatrixRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="PartNumber" msprop:Generator_ColumnVarNameInTable="columnPartNumber" msprop:Generator_ColumnPropNameInRow="PartNumber" msprop:Generator_ColumnPropNameInTable="PartNumberColumn" msprop:Generator_UserColumnName="PartNumber">
|
||||
@@ -2000,6 +2172,85 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Linea2Dtx_IE" msprop:Generator_TableClassName="Linea2Dtx_IEDataTable" msprop:Generator_TableVarName="tableLinea2Dtx_IE" msprop:Generator_TablePropName="Linea2Dtx_IE" msprop:Generator_RowDeletingName="Linea2Dtx_IERowDeleting" msprop:Generator_RowChangingName="Linea2Dtx_IERowChanging" msprop:Generator_RowEvHandlerName="Linea2Dtx_IERowChangeEventHandler" msprop:Generator_RowDeletedName="Linea2Dtx_IERowDeleted" msprop:Generator_UserTableName="Linea2Dtx_IE" msprop:Generator_RowChangedName="Linea2Dtx_IERowChanged" msprop:Generator_RowEvArgName="Linea2Dtx_IERowChangeEvent" msprop:Generator_RowClassName="Linea2Dtx_IERow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodLinea" msprop:Generator_ColumnVarNameInTable="columnCodLinea" msprop:Generator_ColumnPropNameInRow="CodLinea" msprop:Generator_ColumnPropNameInTable="CodLineaColumn" msprop:Generator_UserColumnName="CodLinea">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="5" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn" msprop:Generator_UserColumnName="Particolare">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="15" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescParticolare" msprop:Generator_ColumnVarNameInTable="columnDescParticolare" msprop:Generator_ColumnPropNameInRow="DescParticolare" msprop:Generator_ColumnPropNameInTable="DescParticolareColumn" msprop:Generator_UserColumnName="DescParticolare">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="30" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DTX_INI" msprop:Generator_ColumnVarNameInTable="columnDTX_INI" msprop:Generator_ColumnPropNameInRow="DTX_INI" msprop:Generator_ColumnPropNameInTable="DTX_INIColumn" msprop:Generator_UserColumnName="DTX_INI">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodSoggetto_INI" msprop:Generator_ColumnVarNameInTable="columnCodSoggetto_INI" msprop:Generator_ColumnPropNameInRow="CodSoggetto_INI" msprop:Generator_ColumnPropNameInTable="CodSoggetto_INIColumn" msprop:Generator_UserColumnName="CodSoggetto_INI">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="17" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataOra_INI" msprop:Generator_ColumnVarNameInTable="columnDataOra_INI" msprop:Generator_ColumnPropNameInRow="DataOra_INI" msprop:Generator_ColumnPropNameInTable="DataOra_INIColumn" msprop:Generator_UserColumnName="DataOra_INI" type="xs:dateTime" />
|
||||
<xs:element name="DTX_END" msprop:Generator_ColumnVarNameInTable="columnDTX_END" msprop:Generator_ColumnPropNameInRow="DTX_END" msprop:Generator_ColumnPropNameInTable="DTX_ENDColumn" msprop:Generator_UserColumnName="DTX_END" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodSoggetto_END" msprop:Generator_ColumnVarNameInTable="columnCodSoggetto_END" msprop:Generator_ColumnPropNameInRow="CodSoggetto_END" msprop:Generator_ColumnPropNameInTable="CodSoggetto_ENDColumn" msprop:Generator_UserColumnName="CodSoggetto_END" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="17" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataOra_END" msprop:Generator_ColumnVarNameInTable="columnDataOra_END" msprop:Generator_ColumnPropNameInRow="DataOra_END" msprop:Generator_ColumnPropNameInTable="DataOra_ENDColumn" msprop:Generator_UserColumnName="DataOra_END" type="xs:dateTime" />
|
||||
<xs:element name="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn" msprop:Generator_UserColumnName="CodStato">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="UDC" msprop:Generator_ColumnVarNameInTable="columnUDC" msprop:Generator_ColumnPropNameInRow="UDC" msprop:Generator_ColumnPropNameInTable="UDCColumn" msprop:Generator_UserColumnName="UDC">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCella" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCodCella" msprop:Generator_ColumnPropNameInRow="CodCella" msprop:Generator_ColumnPropNameInTable="CodCellaColumn" msprop:Generator_UserColumnName="CodCella" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="9" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Qta" msprop:Generator_ColumnVarNameInTable="columnQta" msprop:Generator_ColumnPropNameInRow="Qta" msprop:Generator_ColumnPropNameInTable="QtaColumn" msprop:Generator_UserColumnName="Qta" type="xs:int" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:choice>
|
||||
</xs:complexType>
|
||||
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
||||
@@ -2063,12 +2314,17 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
<xs:selector xpath=".//mstns:TrascDatamatrix" />
|
||||
<xs:field xpath="mstns:PartNumber" />
|
||||
</xs:unique>
|
||||
<xs:unique name="Linea2Dtx_IE_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
||||
<xs:selector xpath=".//mstns:Linea2Dtx_IE" />
|
||||
<xs:field xpath="mstns:CodLinea" />
|
||||
<xs:field xpath="mstns:Particolare" />
|
||||
</xs:unique>
|
||||
</xs:element>
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
<msdata:Relationship name="FK_TabSpecDtx_AnagFormatiDtmx" msdata:parent="AnagFormatiDtmx" msdata:child="TabSpecDtx" msdata:parentkey="FormatoDtmx" msdata:childkey="FormatoDtmx" msprop:Generator_UserChildTable="TabSpecDtx" msprop:Generator_ChildPropName="GetTabSpecDtxRows" msprop:Generator_UserRelationName="FK_TabSpecDtx_AnagFormatiDtmx" msprop:Generator_ParentPropName="AnagFormatiDtmxRow" msprop:Generator_RelationVarName="relationFK_TabSpecDtx_AnagFormatiDtmx" msprop:Generator_UserParentTable="AnagFormatiDtmx" />
|
||||
<msdata:Relationship name="FK_TabSpecDtx_AnagSpecDtx" msdata:parent="AnagSpecDtx" msdata:child="TabSpecDtx" msdata:parentkey="CodSpec" msdata:childkey="CodSpec" msprop:Generator_UserChildTable="TabSpecDtx" msprop:Generator_ChildPropName="GetTabSpecDtxRows" msprop:Generator_UserRelationName="FK_TabSpecDtx_AnagSpecDtx" msprop:Generator_ParentPropName="AnagSpecDtxRow" msprop:Generator_RelationVarName="relationFK_TabSpecDtx_AnagSpecDtx" msprop:Generator_UserParentTable="AnagSpecDtx" />
|
||||
<msdata:Relationship name="FK_TrascDatamatrix_AnagFormatiDtmx" msdata:parent="AnagFormatiDtmx" msdata:child="TrascDatamatrix" msdata:parentkey="FormatoDtmx" msdata:childkey="FormatoDtmx" msprop:Generator_UserChildTable="TrascDatamatrix" msprop:Generator_ChildPropName="GetTrascDatamatrixRows" msprop:Generator_UserRelationName="FK_TrascDatamatrix_AnagFormatiDtmx" msprop:Generator_RelationVarName="relationFK_TrascDatamatrix_AnagFormatiDtmx" msprop:Generator_UserParentTable="AnagFormatiDtmx" msprop:Generator_ParentPropName="AnagFormatiDtmxRow" />
|
||||
<msdata:Relationship name="FK_TabSpecDtx_AnagFormatiDtmx" msdata:parent="AnagFormatiDtmx" msdata:child="TabSpecDtx" msdata:parentkey="FormatoDtmx" msdata:childkey="FormatoDtmx" msprop:Generator_UserChildTable="TabSpecDtx" msprop:Generator_ChildPropName="GetTabSpecDtxRows" msprop:Generator_UserRelationName="FK_TabSpecDtx_AnagFormatiDtmx" msprop:Generator_RelationVarName="relationFK_TabSpecDtx_AnagFormatiDtmx" msprop:Generator_UserParentTable="AnagFormatiDtmx" msprop:Generator_ParentPropName="AnagFormatiDtmxRow" />
|
||||
<msdata:Relationship name="FK_TabSpecDtx_AnagSpecDtx" msdata:parent="AnagSpecDtx" msdata:child="TabSpecDtx" msdata:parentkey="CodSpec" msdata:childkey="CodSpec" msprop:Generator_UserChildTable="TabSpecDtx" msprop:Generator_ChildPropName="GetTabSpecDtxRows" msprop:Generator_UserRelationName="FK_TabSpecDtx_AnagSpecDtx" msprop:Generator_RelationVarName="relationFK_TabSpecDtx_AnagSpecDtx" msprop:Generator_UserParentTable="AnagSpecDtx" msprop:Generator_ParentPropName="AnagSpecDtxRow" />
|
||||
<msdata:Relationship name="FK_TrascDatamatrix_AnagFormatiDtmx" msdata:parent="AnagFormatiDtmx" msdata:child="TrascDatamatrix" msdata:parentkey="FormatoDtmx" msdata:childkey="FormatoDtmx" msprop:Generator_UserChildTable="TrascDatamatrix" msprop:Generator_ChildPropName="GetTrascDatamatrixRows" msprop:Generator_UserRelationName="FK_TrascDatamatrix_AnagFormatiDtmx" msprop:Generator_ParentPropName="AnagFormatiDtmxRow" msprop:Generator_RelationVarName="relationFK_TrascDatamatrix_AnagFormatiDtmx" msprop:Generator_UserParentTable="AnagFormatiDtmx" />
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:schema>
|
||||
+25
-24
@@ -6,30 +6,31 @@
|
||||
</autogenerated>-->
|
||||
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="295" ViewPortY="55" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<Shapes>
|
||||
<Shape ID="DesignTable:TranscodificaParticolari" ZOrder="24" X="946" Y="49" Height="134" Width="281" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:ElencoDataMatrix" ZOrder="22" X="604" Y="14" Height="400" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:v_trasfDataMatrix" ZOrder="23" X="951" Y="201" Height="324" Width="248" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:stp_decodeDtx" ZOrder="18" X="392" Y="663" Height="115" Width="257" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:stp_verificaDtx" ZOrder="21" X="403" Y="795" Height="115" Width="231" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:stp_conteggioDtx" ZOrder="20" X="90" Y="664" Height="134" Width="235" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:v_DtxAcquisiti" ZOrder="19" X="664" Y="669" Height="191" Width="227" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
|
||||
<Shape ID="DesignTable:stp_getFirstLastDtx" ZOrder="17" X="96" Y="805" Height="115" Width="256" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:Dtx2UDC" ZOrder="13" X="87" Y="297" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
|
||||
<Shape ID="DesignTable:stp_DtxGetAvailFreeAnom" ZOrder="11" X="692" Y="873" Height="130" Width="221" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:Attr2Dtx" ZOrder="15" X="71" Y="36" Height="229" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
|
||||
<Shape ID="DesignTable:v_Attr2Dtx" ZOrder="16" X="390" Y="69" Height="210" Width="191" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
|
||||
<Shape ID="DesignTable:stp_DtxCheckBlocked" ZOrder="14" X="463" Y="469" Height="96" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="45" />
|
||||
<Shape ID="DesignTable:AnagFormatiDtmx" ZOrder="6" X="1227" Y="188" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
|
||||
<Shape ID="DesignTable:Dmtx_ByAttr" ZOrder="12" X="961" Y="549" Height="305" Width="242" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:v_ElencoDmtx" ZOrder="10" X="979" Y="882" Height="130" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:AnagSpecDtx" ZOrder="7" X="1255" Y="884" Height="134" Width="223" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:TabSpecDtx" ZOrder="1" X="1241" Y="579" Height="267" Width="240" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
|
||||
<Shape ID="DesignTable:TrascFormatoDmtx" ZOrder="5" X="1541" Y="603" Height="153" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:TrascPartNum" ZOrder="4" X="1596" Y="419" Height="153" Width="227" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:TrascDatamatrix" ZOrder="3" X="1563" Y="837" Height="191" Width="262" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:TranscodificaParticolari" ZOrder="25" X="946" Y="49" Height="134" Width="281" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:ElencoDataMatrix" ZOrder="23" X="604" Y="14" Height="400" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:v_trasfDataMatrix" ZOrder="24" X="951" Y="201" Height="324" Width="248" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:stp_decodeDtx" ZOrder="20" X="392" Y="663" Height="115" Width="257" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:stp_verificaDtx" ZOrder="22" X="401" Y="803" Height="115" Width="231" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:stp_conteggioDtx" ZOrder="21" X="90" Y="664" Height="134" Width="235" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:v_DtxAcquisiti" ZOrder="2" X="418" Y="431" Height="191" Width="227" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
|
||||
<Shape ID="DesignTable:stp_getFirstLastDtx" ZOrder="19" X="96" Y="805" Height="115" Width="256" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:Dtx2UDC" ZOrder="15" X="87" Y="297" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
|
||||
<Shape ID="DesignTable:stp_DtxGetAvailFreeAnom" ZOrder="13" X="692" Y="873" Height="130" Width="221" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:Attr2Dtx" ZOrder="17" X="71" Y="36" Height="229" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
|
||||
<Shape ID="DesignTable:v_Attr2Dtx" ZOrder="18" X="390" Y="69" Height="210" Width="191" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
|
||||
<Shape ID="DesignTable:stp_DtxCheckBlocked" ZOrder="16" X="412" Y="303" Height="96" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="45" />
|
||||
<Shape ID="DesignTable:AnagFormatiDtmx" ZOrder="8" X="1227" Y="188" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
|
||||
<Shape ID="DesignTable:Dmtx_ByAttr" ZOrder="14" X="961" Y="549" Height="305" Width="242" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:v_ElencoDmtx" ZOrder="12" X="979" Y="882" Height="130" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:AnagSpecDtx" ZOrder="9" X="1255" Y="884" Height="134" Width="223" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:TabSpecDtx" ZOrder="3" X="1241" Y="579" Height="267" Width="240" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
|
||||
<Shape ID="DesignTable:TrascFormatoDmtx" ZOrder="7" X="1541" Y="603" Height="153" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:TrascPartNum" ZOrder="6" X="1596" Y="419" Height="153" Width="227" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:TrascDatamatrix" ZOrder="5" X="1563" Y="837" Height="191" Width="262" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:Linea2Dtx_IE" ZOrder="1" X="678" Y="436" Height="400" Width="250" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="273" />
|
||||
</Shapes>
|
||||
<Connectors>
|
||||
<Connector ID="DesignRelation:FK_TabSpecDtx_AnagFormatiDtmx" ZOrder="9" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_TabSpecDtx_AnagFormatiDtmx" ZOrder="11" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>1316</X>
|
||||
@@ -41,7 +42,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_TabSpecDtx_AnagSpecDtx" ZOrder="8" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_TabSpecDtx_AnagSpecDtx" ZOrder="10" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>1335</X>
|
||||
@@ -53,7 +54,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_TrascDatamatrix_AnagFormatiDtmx" ZOrder="2" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_TrascDatamatrix_AnagFormatiDtmx" ZOrder="4" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>1510</X>
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace GMW_data
|
||||
public DS_DataMatrixTableAdapters.TabSpecDtxTableAdapter taSpecDtmx;
|
||||
public DS_DataMatrixTableAdapters.TrascPartNumTableAdapter taTPN;
|
||||
public DS_DataMatrixTableAdapters.TrascDatamatrixTableAdapter taTDtmx;
|
||||
public DS_DataMatrixTableAdapters.Linea2Dtx_IETableAdapter taL2D;
|
||||
|
||||
/// <summary>
|
||||
/// init dei table adapters
|
||||
@@ -54,6 +55,7 @@ namespace GMW_data
|
||||
taSpecDtmx = new DS_DataMatrixTableAdapters.TabSpecDtxTableAdapter();
|
||||
taTPN = new DS_DataMatrixTableAdapters.TrascPartNumTableAdapter();
|
||||
taTDtmx = new DS_DataMatrixTableAdapters.TrascDatamatrixTableAdapter();
|
||||
taL2D = new DS_DataMatrixTableAdapters.Linea2Dtx_IETableAdapter();
|
||||
}
|
||||
/// <summary>
|
||||
/// effettua setup dei connection strings da web.config delal singola applicazione
|
||||
@@ -79,6 +81,7 @@ namespace GMW_data
|
||||
taSpecDtmx.Connection.ConnectionString = connString;
|
||||
taTPN.Connection.ConnectionString = connString;
|
||||
taTDtmx.Connection.ConnectionString = connString;
|
||||
taL2D.Connection.ConnectionString = connString;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -220,7 +220,7 @@
|
||||
<Compile Include="DS_DataMatrix.cs">
|
||||
<DependentUpon>DS_DataMatrix.xsd</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DS_DataMatrix1.Designer.cs">
|
||||
<Compile Include="DS_DataMatrix.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>DS_DataMatrix.xsd</DependentUpon>
|
||||
@@ -326,7 +326,7 @@
|
||||
<None Include="DS_DataMatrix.xsd">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSDataSetGenerator</Generator>
|
||||
<LastGenOutput>DS_DataMatrix1.Designer.cs</LastGenOutput>
|
||||
<LastGenOutput>DS_DataMatrix.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
<None Include="DS_DataMatrix.xss">
|
||||
<DependentUpon>DS_DataMatrix.xsd</DependentUpon>
|
||||
|
||||
@@ -2960,8 +2960,9 @@ namespace GMW_data
|
||||
// cerco di decodificare il Datamatrix...
|
||||
try
|
||||
{
|
||||
statoDtx = DataMatrix.mgr.taVerifica.GetData(valore)[0].StatoDtx;
|
||||
formatoDtx = DataMatrix.mgr.taVerifica.GetData(valore)[0].FormatoDtmx;
|
||||
DS_DataMatrix.stp_verificaDtxRow rowVerifica = DataMatrix.mgr.taVerifica.GetData(valore)[0];
|
||||
statoDtx = rowVerifica.StatoDtx;
|
||||
formatoDtx = rowVerifica.FormatoDtmx;
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=TK_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
providerName="System.Data.SqlClient" />
|
||||
<add name="GMW_data.Properties.Settings.SP_produzioneConnectionString"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=TK_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
providerName="System.Data.SqlClient" />
|
||||
<add name="GMW_data.Properties.Settings.SP_produzioneConnectionString"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=TK_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
providerName="System.Data.SqlClient" />
|
||||
<add name="GMW_data.Properties.Settings.SP_produzioneConnectionString"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=TK_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
providerName="System.Data.SqlClient" />
|
||||
<add name="GMW_data.Properties.Settings.SP_produzioneConnectionString"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
|
||||
+20
-20
@@ -114,29 +114,29 @@ namespace GMW_data
|
||||
|
||||
#endregion
|
||||
|
||||
#region area gestione config su DB
|
||||
//#region area gestione config su DB
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Configurations da tabella DB COnfig
|
||||
/// </summary>
|
||||
/// <param name="chiave">Valore chiave</param>
|
||||
/// <returns></returns>
|
||||
public string configDbVal(string chiave)
|
||||
{
|
||||
string answ = "";
|
||||
try
|
||||
{
|
||||
answ = taConfig.getByKey(chiave)[0].valore;
|
||||
}
|
||||
catch
|
||||
{
|
||||
answ = "";
|
||||
}
|
||||
return answ;
|
||||
}
|
||||
///// <summary>
|
||||
///// Configurations da tabella DB COnfig
|
||||
///// </summary>
|
||||
///// <param name="chiave">Valore chiave</param>
|
||||
///// <returns></returns>
|
||||
//public string configDbVal(string chiave)
|
||||
//{
|
||||
// string answ = "";
|
||||
// try
|
||||
// {
|
||||
// answ = taConfig.getByKey(chiave)[0].valore;
|
||||
// }
|
||||
// catch
|
||||
// {
|
||||
// answ = "";
|
||||
// }
|
||||
// return answ;
|
||||
//}
|
||||
|
||||
#endregion
|
||||
//#endregion
|
||||
|
||||
#region area operatori
|
||||
|
||||
|
||||
Reference in New Issue
Block a user