Completate modifiche richieste e vers 130

aggiunta tab log update db

git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@124 43c8e981-f90d-406c-a89a-24a2c4268d51
This commit is contained in:
samuele
2012-02-06 17:13:29 +00:00
parent b0d0dfd337
commit b4152486d4
74 changed files with 1208 additions and 14287 deletions
File diff suppressed because it is too large Load Diff
+10 -1
View File
@@ -1,4 +1,13 @@
/* @group Generale */
.fullscreen
{
display: block; /*set the div in the top-left corner of the screen*/
position: absolute;
top: 0;
left: 0; /*set the width and height to 100% of the screen*/
width: 100%;
height: 100%;
}
.body
{
margin-top: 0px;
@@ -101,7 +110,7 @@
.topTitle
{
color: Black;
font-family: Verdana Arial;
font-family: Verdana, Arial;
font-size: 26px;
font-weight: bold;
text-align: center;
+1 -1
View File
@@ -156,7 +156,7 @@
<add key="welcomeApp" value="XPS_welcomeApp"/>
<add key="appName" value="XPS"/>
<add key="mainRev" value="1.2"/>
<add key="minRev" value="150"/>
<add key="minRev" value="130"/>
<add key="copyRight" value="SteamWare © 2008-2011"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
+14 -14
View File
@@ -1,19 +1,19 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="XPS.WebUserControls.mod_barcode" Codebehind="mod_barcode.ascx.cs" %>
<div style="text-align: center; font-size:20pt;">
<%@ Control Language="C#" AutoEventWireup="true" Inherits="XPS.WebUserControls.mod_barcode"
CodeBehind="mod_barcode.ascx.cs" %>
<div style="float: none; text-align: center; font-size: 20pt; margin: auto;">
<div>
<asp:TextBox runat="server" ID="txtInput" TextMode="Password" Width="200px"
ontextchanged="txtInput_TextChanged" />
<asp:TextBox runat="server" ID="txtInput" TextMode="Password" Width="200px" OnTextChanged="txtInput_TextChanged" />
</div>
<asp:Panel runat="server" ID="pnlBarcodeBox" CssClass="">
<asp:Panel runat="server" ID="pnlBarcodeBox">
<div style="background-color: #FFE800; padding: 8px; margin: 1px;">
<asp:Label runat="server" ID="lblInput" Text="" />
</div>
<div style="background-color:#FFC500; padding:8px; margin:1px;">
<asp:Label runat="server" ID="lblValore" Text="" />
</div>
<div style="background-color: #FF7700; padding: 8px; margin: 1px; ">
<asp:Label runat="server" ID="lblRichiesta" Text="" Font-Bold="true" />
</div>
<asp:Label runat="server" ID="lblInput" Text="" />
</div>
<div style="background-color: #FFC500; padding: 8px; margin: 1px;">
<asp:Label runat="server" ID="lblValore" Text="" />
</div>
<div style="background-color: #FF7700; padding: 8px; margin: 1px;">
<asp:Label runat="server" ID="lblRichiesta" Text="" Font-Bold="true" />
</div>
<asp:Label ID="lblBrowser" runat="server" />
</asp:Panel>
</asp:Panel>
</div>
+10 -23
View File
@@ -24,10 +24,7 @@
<asp:LinkButton ID="btnShowNew" runat="server" OnClick="btnShowNew_Click" CssClass="styleBtnComposito"
CausesValidation="false">
<asp:Label ID="lblReset" runat="server" Text="..." />
</asp:LinkButton>
</span>
</div>
<div style="clear: both;">
</asp:LinkButton></span></div><div style="clear: both;">
<asp:Panel ID="pnlNew" runat="server" Visible="false" BackColor="#CCCCFF">
<table cellpadding="5px">
<tr>
@@ -93,14 +90,9 @@
Format="dd/MM/yyyy">
</asp:CalendarExtender>
<asp:DropDownList runat="server" ID="ddlOra">
<asp:ListItem Value="9">09:00</asp:ListItem>
<asp:ListItem Value="14">14:00</asp:ListItem>
</asp:DropDownList>
</div>
<div style="text-align: center;">
<asp:ListItem Value="9">09:00</asp:ListItem><asp:ListItem Value="14">14:00</asp:ListItem></asp:DropDownList></div><div style="text-align: center;">
<asp:Button ID="btnOk" runat="server" Width="100px" OnClick="btnOk_Click" />
&nbsp;&nbsp;
<asp:Button ID="btnCancel" runat="server" Width="100px" OnClick="btnCancel_Click" />
&nbsp;&nbsp; <asp:Button ID="btnCancel" runat="server" Width="100px" OnClick="btnCancel_Click" />
<asp:ConfirmButtonExtender ID="cbeOkDueDate" runat="server" ConfirmText="..." TargetControlID="btnOk">
</asp:ConfirmButtonExtender>
</div>
@@ -123,8 +115,7 @@
</div>
<div style="text-align: center;">
<asp:Button ID="btnOkStati" runat="server" Width="100px" OnClick="btnOkStati_Click" />
&nbsp;&nbsp;
<asp:Button ID="btnCancelStati" runat="server" Width="100px" OnClick="btnCancelStati_Click" />
&nbsp;&nbsp; <asp:Button ID="btnCancelStati" runat="server" Width="100px" OnClick="btnCancelStati_Click" />
<asp:ConfirmButtonExtender ID="cbeOkStati" runat="server" ConfirmText="..." TargetControlID="btnOkStati">
</asp:ConfirmButtonExtender>
</div>
@@ -156,9 +147,7 @@
<img src="images/refresh_16.png" style="border-style: none; margin-right: 0.2em;"
width="13px" height="13px" />
<asp:Label ID="lblReset" runat="server" Text='<%# traduci("Reset") %>' />
</asp:LinkButton>
</HeaderTemplate>
<ItemTemplate>
</asp:LinkButton></HeaderTemplate><ItemTemplate>
<div style="white-space: nowrap;">
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select"
ToolTip='<%# traduci("Select") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.seleziona, SteamWare.dimImg.medium) %>' />
@@ -250,8 +239,7 @@
ImageUrl='<%# immagineDaStato(Eval("minCodStato"),Eval("maxCodStato")) %>' ToolTip='<%# toolTipDaStato(Eval("minCodStato"),Eval("maxCodStato")) %>' /></span>
<asp:Label ID="Label1" runat="server" Text='<%# Eval("Stato") %>' />
<div style="font-size: smaller; color: #57aa57;">
-->
<asp:Label ID="Label4" runat="server" Text='<%# Eval("maxStato") %>' /></div>
--> <asp:Label ID="Label4" runat="server" Text='<%# Eval("maxStato") %>' /></div>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:TemplateField>
@@ -294,11 +282,10 @@
</Columns>
</asp:GridView>
</div>
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="Original_{0}"
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="getByCodFiltro" TypeName="XPS_data.DS_applicazioneTableAdapters.v_commesseTableAdapter"
DeleteMethod="sp_delObj" FilterExpression=" Cliente LIKE '%{0}%' OR DDT LIKE '%{0}%' OR Descrizione LIKE '%{0}%' "
UpdateMethod="updateMag">
<DeleteParameters>
UpdateMethod="updateMag"><DeleteParameters>
<asp:Parameter Name="Original_Cod" Type="String" />
</DeleteParameters>
<FilterParameters>
@@ -311,11 +298,11 @@
<UpdateParameters>
<asp:Parameter Name="Original_Cod" Type="String" />
<asp:Parameter Name="CodCliente" Type="String" />
<asp:Parameter Name="CodLav" Type="String" />
<asp:Parameter Name="Ciclo" Type="String" />
<asp:Parameter Name="DataDDT" Type="DateTime" />
<asp:Parameter Name="DDT" Type="String" />
<asp:SessionParameter Name="UserName" Type="String" SessionField="USER_NAME" />
<asp:Parameter Name="note" Type="String" />
<asp:Parameter Name="descrizione" Type="String" />
</UpdateParameters>
</asp:ObjectDataSource>
<div style="clear: both;">
@@ -444,11 +444,27 @@ namespace XPS.WebUserControls
/// </summary>
/// <param name="codStato"></param>
/// <returns></returns>
public bool isSetStatoVisible(object codStato)
public bool isSetStatoVisible(object _codStato)
{
bool answ = true;
// controllo se sono su visualizzazione produzione...
if (currMode == modoXPS_Equa.segreteria) answ = false;
int CodStato = Convert.ToInt32(_codStato);
switch (currMode)
{
case modoXPS_Equa.magazzino:
if (CodStato != 2) answ = false;
break;
case modoXPS_Equa.segreteria:
answ = false;
break;
case modoXPS_Equa.produzione:
if (CodStato != 3) answ = false;
break;
case modoXPS_Equa.direzione:
// tutto permesso...
break;
default:
break;
}
return answ;
}
/// <summary>
+7 -3
View File
@@ -1,4 +1,5 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="XPS.WebUserControls.mod_menuTop" Codebehind="mod_menuTop.ascx.cs" %>
<%@ Control Language="C#" AutoEventWireup="true" Inherits="XPS.WebUserControls.mod_menuTop"
CodeBehind="mod_menuTop.ascx.cs" %>
<asp:Timer ID="Timer1" runat="server" Interval="10000" OnTick="Timer1_Tick">
</asp:Timer>
<table id="table1" cellspacing="0" cellpadding="0" width="100%" border="0">
@@ -11,7 +12,9 @@
OnClick="btnLogOut_Click"></asp:LinkButton>
</td>
<td>
<asp:Label ID="lblTitle" runat="server" />
<div style="font: Verdana, Arial;">
<asp:Label ID="lblTitle" runat="server" />
</div>
</td>
<td style="width: 25%; text-align: right;">
<asp:Label ID="lblDateTime" runat="server" CssClass="smallTimeClock" />
@@ -20,7 +23,8 @@
</tr>
<tr class="barraTitolo">
<td>
<asp:LinkButton CssClass="dxButtonClass" ID="lnkShowHide" runat="server" OnClick="lnkShowHide_Click">Show/Hide Menu</asp:LinkButton></td>
<asp:LinkButton CssClass="dxButtonClass" ID="lnkShowHide" runat="server" OnClick="lnkShowHide_Click">Show/Hide Menu</asp:LinkButton>
</td>
<td>
<asp:Label ID="lblMessUtente" CssClass="topMenuMess" runat="server" />
<asp:Label ID="lblMessUtenteEn" CssClass="topMenuMessEn" runat="server" />
+1 -1
View File
@@ -32,7 +32,7 @@ public partial class barcode : System.Web.UI.Page
foreach (DS_applicazione.v_commesseRow riga in _tabComm)
{
// QUI formattazione campi mostrati a barcode
valori.Add(riga.Cod.ToString(), string.Format("{0} - {7}<br/><b>{1}</b> DDT {2} del {3:dd MMM yyyy}<br/>{4} colli ({5} kg)<br /><b>{6}</b>", riga.Cod, riga.Cliente, riga.DDT, riga.DataDDT, riga.Colli, riga.Peso, riga.Stato, riga.CodCli));
valori.Add(riga.Cod.ToString(), string.Format("{0} - {7}<br/><b>{1}</b> DDT {2} del {3:dd MMM yyyy}<br/>{4} colli ({5} kg)<br /><b>{6}</b>", riga.Cod, riga.Cliente, riga.DDT, riga.DataDDT, riga.Colli, riga.Peso, riga.Stato, riga.Ciclo));
}
// ora aggiungo i singoli ULP...
XPS_data.DS_applicazioneTableAdapters.v_ULPTableAdapter taULP = new XPS_data.DS_applicazioneTableAdapters.v_ULPTableAdapter();
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -19,7 +19,7 @@
<add key="welcomeApp" value="XPS_welcomeApp"/>
<add key="appName" value="XPS"/>
<add key="mainRev" value="1.2"/>
<add key="minRev" value="150"/>
<add key="minRev" value="130"/>
<add key="copyRight" value="SteamWare © 2008-2011"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -153,7 +153,7 @@
<add key="welcomeApp" value="XPS_welcomeApp"/>
<add key="appName" value="XPS"/>
<add key="mainRev" value="1.2"/>
<add key="minRev" value="125"/>
<add key="minRev" value="130"/>
<add key="copyRight" value="SteamWare © 2008-2011"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
@@ -14,6 +14,6 @@
<div style="background-color: #FF7700; padding: 8px; margin: 1px; ">
<asp:Label runat="server" ID="lblRichiesta" Text="" Font-Bold="true" />
</div>
<asp:Label ID="lblBrowser" runat="server"></asp:Label>
<asp:Label ID="lblBrowser" runat="server" />
</asp:Panel>
</div>
+1 -1
View File
@@ -38,7 +38,7 @@ public partial class barcode : Flesk.Accelerator.Page //System.Web.UI.Page
foreach (DS_applicazione.v_commesseRow riga in _tabComm)
{
// QUI formattazione campi mostrati a barcode
valori.Add(riga.Cod.ToString(), string.Format("{0} - {7}<br/><b>{1}</b> DDT {2} del {3:dd MMM yyyy}<br/>{4} colli ({5} kg)<br /><b>{6}</b>", riga.Cod, riga.Cliente, riga.DDT, riga.DataDDT, riga.Colli, riga.Peso, riga.Stato, riga.CodCli));
valori.Add(riga.Cod.ToString(), string.Format("{0} - {7}<br/><b>{1}</b> DDT {2} del {3:dd MMM yyyy}<br/>{4} colli ({5} kg)<br /><b>{6}</b>", riga.Cod, riga.Cliente, riga.DDT, riga.DataDDT, riga.Colli, riga.Peso, riga.Stato, riga.Ciclo));
}
// ora aggiungo i singoli ULP...
XPS_data.DS_applicazioneTableAdapters.v_ULPTableAdapter taULP = new XPS_data.DS_applicazioneTableAdapters.v_ULPTableAdapter();
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -19,7 +19,7 @@
<add key="welcomeApp" value="XPS_welcomeApp"/>
<add key="appName" value="XPS"/>
<add key="mainRev" value="1.2"/>
<add key="minRev" value="125"/>
<add key="minRev" value="130"/>
<add key="copyRight" value="SteamWare © 2008-2011"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
Binary file not shown.
Binary file not shown.
@@ -14,6 +14,6 @@
<div style="background-color: #FF7700; padding: 8px; margin: 1px; ">
<asp:Label runat="server" ID="lblRichiesta" Text="" Font-Bold="true" />
</div>
<asp:Label ID="lblBrowser" runat="server"></asp:Label>
<asp:Label ID="lblBrowser" runat="server" />
</asp:Panel>
</div>
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -19,7 +19,7 @@
<add key="welcomeApp" value="XPS_welcomeApp"/>
<add key="appName" value="XPS"/>
<add key="mainRev" value="1.2"/>
<add key="minRev" value="121"/>
<add key="minRev" value="130"/>
<add key="copyRight" value="SteamWare © 2008-2011"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
@@ -1,14 +1,14 @@
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\MDB_Data\si_dt30.mdb
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPST.dll
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPST.pdb
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\Flesk.Accelerator.dll
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\Flesk.ViewState.dll
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\ICSharpCode.SharpZipLib.dll
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.dll
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPS_data.dll
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPS_data.pdb
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.pdb
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.xml
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Debug\ResolveAssemblyReference.cache
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Debug\XPST.dll
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Debug\XPST.pdb
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\MDB_Data\si_dt30.mdb
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPST.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPST.pdb
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\Flesk.Accelerator.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\Flesk.ViewState.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\ICSharpCode.SharpZipLib.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPS_data.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPS_data.pdb
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.pdb
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.xml
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Debug\ResolveAssemblyReference.cache
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Debug\XPST.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Debug\XPST.pdb
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -152,7 +152,7 @@
<add key="welcomeApp" value="XPS_welcomeApp" />
<add key="appName" value="XPS" />
<add key="mainRev" value="1.2" />
<add key="minRev" value="121" />
<add key="minRev" value="130" />
<add key="copyRight" value="SteamWare © 2008-2011" />
<add key="defaultApp" value="XPS_Appl" />
<add key="defaultTitle" value="XPS_ShortWelcome" />
+1 -1
View File
@@ -153,7 +153,7 @@
<add key="welcomeApp" value="XPS_welcomeApp"/>
<add key="appName" value="XPS"/>
<add key="mainRev" value="1.2"/>
<add key="minRev" value="121"/>
<add key="minRev" value="130"/>
<add key="copyRight" value="SteamWare © 2008-2011"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
@@ -14,6 +14,6 @@
<div style="background-color: #FF7700; padding: 8px; margin: 1px; ">
<asp:Label runat="server" ID="lblRichiesta" Text="" Font-Bold="true" />
</div>
<asp:Label ID="lblBrowser" runat="server"></asp:Label>
<asp:Label ID="lblBrowser" runat="server" />
</asp:Panel>
</div>
+1 -1
View File
@@ -38,7 +38,7 @@ public partial class barcode : Flesk.Accelerator.Page //System.Web.UI.Page
foreach (DS_applicazione.v_commesseRow riga in _tabComm)
{
// QUI formattazione campi mostrati a barcode
valori.Add(riga.Cod.ToString(), string.Format("{0} - {7}<br/><b>{1}</b> DDT {2} del {3:dd MMM yyyy}<br/>{4} colli ({5} kg)<br /><b>{6}</b>", riga.Cod, riga.Cliente, riga.DDT, riga.DataDDT, riga.Colli, riga.Peso, riga.Stato, riga.CodCli));
valori.Add(riga.Cod.ToString(), string.Format("{0} - {7}<br/><b>{1}</b> DDT {2} del {3:dd MMM yyyy}<br/>{4} colli ({5} kg)<br /><b>{6}</b>", riga.Cod, riga.Cliente, riga.DDT, riga.DataDDT, riga.Colli, riga.Peso, riga.Stato, riga.Ciclo));
}
// ora aggiungo i singoli ULP...
XPS_data.DS_applicazioneTableAdapters.v_ULPTableAdapter taULP = new XPS_data.DS_applicazioneTableAdapters.v_ULPTableAdapter();
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -19,7 +19,7 @@
<add key="welcomeApp" value="XPS_welcomeApp"/>
<add key="appName" value="XPS"/>
<add key="mainRev" value="1.2"/>
<add key="minRev" value="121"/>
<add key="minRev" value="130"/>
<add key="copyRight" value="SteamWare © 2008-2011"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
@@ -1,14 +1,14 @@
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\MDB_Data\si_dt30.mdb
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPST.dll
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPST.pdb
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\Flesk.Accelerator.dll
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\Flesk.ViewState.dll
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\ICSharpCode.SharpZipLib.dll
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.dll
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPS_data.dll
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPS_data.pdb
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.pdb
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.xml
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Debug\ResolveAssemblyReference.cache
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Debug\XPST.dll
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Debug\XPST.pdb
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\MDB_Data\si_dt30.mdb
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPST.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPST.pdb
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\Flesk.Accelerator.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\Flesk.ViewState.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\ICSharpCode.SharpZipLib.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPS_data.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPS_data.pdb
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.pdb
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.xml
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Debug\ResolveAssemblyReference.cache
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Debug\XPST.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Debug\XPST.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
+4 -4
View File
@@ -243,14 +243,14 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:XPST"
"ProductCode" = "8:{B3AF28E6-0C53-485F-803A-20E87C805100}"
"PackageCode" = "8:{DDC70781-7117-4ACC-894B-F072FF9807DB}"
"ProductCode" = "8:{46210ABC-7AAF-4AF7-B7C0-E228355BC843}"
"PackageCode" = "8:{EF32B9AB-E4C2-424C-8DD6-5D05485A2549}"
"UpgradeCode" = "8:{1F4D37F4-ED5E-41B7-9D58-560A137B61D4}"
"RestartWWWService" = "11:TRUE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.2.125"
"ProductVersion" = "8:1.2.130"
"Manufacturer" = "8:SteamWare s.r.l."
"ARPHELPTELEPHONE" = "8:035-460560"
"ARPHELPLINK" = "8:www.steamware.net"
@@ -695,7 +695,7 @@
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_0CE19C12E4E1462E8B0BCD8A280AD49B"
{
"SourcePath" = "8:..\\..\\SetDirectoryPermission\\obj\\Debug\\SetDirectoryPermission.exe"
"SourcePath" = "8:..\\..\\SetDirectoryPermission\\obj\\Release\\SetDirectoryPermission.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_E35AFFF682D748C396E33E5EED19CA36"
+1 -46
View File
@@ -1480,8 +1480,6 @@ namespace XPS_data {
private global::System.Data.DataColumn columnCliente;
private global::System.Data.DataColumn columnCodCli;
private global::System.Data.DataColumn columndescrizione;
private global::System.Data.DataColumn columnDDT;
@@ -1572,13 +1570,6 @@ namespace XPS_data {
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn CodCliColumn {
get {
return this.columnCodCli;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn descrizioneColumn {
get {
@@ -1725,7 +1716,6 @@ namespace XPS_data {
string Stato,
string CodCliente,
string Cliente,
string CodCli,
string descrizione,
string DDT,
System.DateTime DataDDT,
@@ -1748,7 +1738,6 @@ namespace XPS_data {
Stato,
CodCliente,
Cliente,
CodCli,
descrizione,
DDT,
DataDDT,
@@ -1794,7 +1783,6 @@ namespace XPS_data {
this.columnStato = base.Columns["Stato"];
this.columnCodCliente = base.Columns["CodCliente"];
this.columnCliente = base.Columns["Cliente"];
this.columnCodCli = base.Columns["CodCli"];
this.columndescrizione = base.Columns["descrizione"];
this.columnDDT = base.Columns["DDT"];
this.columnDataDDT = base.Columns["DataDDT"];
@@ -1823,8 +1811,6 @@ namespace XPS_data {
base.Columns.Add(this.columnCodCliente);
this.columnCliente = new global::System.Data.DataColumn("Cliente", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCliente);
this.columnCodCli = new global::System.Data.DataColumn("CodCli", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCodCli);
this.columndescrizione = new global::System.Data.DataColumn("descrizione", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndescrizione);
this.columnDDT = new global::System.Data.DataColumn("DDT", typeof(string), null, global::System.Data.MappingType.Element);
@@ -1867,8 +1853,6 @@ namespace XPS_data {
this.columnCodCliente.MaxLength = 50;
this.columnCliente.ReadOnly = true;
this.columnCliente.MaxLength = 50;
this.columnCodCli.ReadOnly = true;
this.columnCodCli.MaxLength = 50;
this.columndescrizione.ReadOnly = true;
this.columndescrizione.MaxLength = 50;
this.columnDDT.MaxLength = 50;
@@ -5901,21 +5885,6 @@ namespace XPS_data {
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string CodCli {
get {
try {
return ((string)(this[this.tablev_commesse.CodCliColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CodCli\' in table \'v_commesse\' is DBNull.", e);
}
}
set {
this[this.tablev_commesse.CodCliColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string descrizione {
get {
@@ -6186,16 +6155,6 @@ namespace XPS_data {
this[this.tablev_commesse.ClienteColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsCodCliNull() {
return this.IsNull(this.tablev_commesse.CodCliColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetCodCliNull() {
this[this.tablev_commesse.CodCliColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsdescrizioneNull() {
return this.IsNull(this.tablev_commesse.descrizioneColumn);
@@ -10415,7 +10374,6 @@ SELECT IdxObj, CodTrattamento, Note FROM Tratt2Obj WHERE (CodTrattamento = @CodT
tableMapping.ColumnMappings.Add("Stato", "Stato");
tableMapping.ColumnMappings.Add("CodCliente", "CodCliente");
tableMapping.ColumnMappings.Add("Cliente", "Cliente");
tableMapping.ColumnMappings.Add("CodCli", "CodCli");
tableMapping.ColumnMappings.Add("descrizione", "descrizione");
tableMapping.ColumnMappings.Add("DDT", "DDT");
tableMapping.ColumnMappings.Add("DataDDT", "DataDDT");
@@ -10446,10 +10404,7 @@ SELECT IdxObj, CodTrattamento, Note FROM Tratt2Obj WHERE (CodTrattamento = @CodT
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[6];
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT Cod, Stato, CodCliente, Cliente, CodCli, descrizione, DDT, DataDDT, DataArrivo, Posizione, Qta, Peso, Righe, Colli, DataPrevista, Ciclo, CodStato, minStato,
maxStato, minCodStato, maxCodStato
FROM v_commesse
ORDER BY DataArrivo DESC";
this._commandCollection[0].CommandText = "SELECT * FROM v_commesse ORDER BY DataArrivo DESC";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[1].Connection = this.Connection;
+5 -16
View File
@@ -164,13 +164,10 @@ SELECT IdxObj, CodTrattamento, Note FROM Tratt2Obj WHERE (CodTrattamento = @CodT
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_commesseTableAdapter" GeneratorDataComponentClassName="v_commesseTableAdapter" Name="v_commesse" UserDataComponentName="v_commesseTableAdapter">
<MainSource>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_commesse" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_commesse" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT Cod, Stato, CodCliente, Cliente, CodCli, descrizione, DDT, DataDDT, DataArrivo, Posizione, Qta, Peso, Righe, Colli, DataPrevista, Ciclo, CodStato, minStato,
maxStato, minCodStato, maxCodStato
FROM v_commesse
ORDER BY DataArrivo DESC</CommandText>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT * FROM v_commesse ORDER BY DataArrivo DESC</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
@@ -181,7 +178,6 @@ ORDER BY DataArrivo DESC</CommandText>
<Mapping SourceColumn="Stato" DataSetColumn="Stato" />
<Mapping SourceColumn="CodCliente" DataSetColumn="CodCliente" />
<Mapping SourceColumn="Cliente" DataSetColumn="Cliente" />
<Mapping SourceColumn="CodCli" DataSetColumn="CodCli" />
<Mapping SourceColumn="descrizione" DataSetColumn="descrizione" />
<Mapping SourceColumn="DDT" DataSetColumn="DDT" />
<Mapping SourceColumn="DataDDT" DataSetColumn="DataDDT" />
@@ -499,7 +495,7 @@ SELECT IdxObj, CodCliente, CodStato, Posizione, Livello, Rev, CodObj, Nome, Data
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.stp_IstObj_updateStato" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateStato" Modifier="Public" Name="updateStato" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy4" UserSourceName="updateStato">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.stp_IstObj_updateStato" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateStato" Modifier="Public" Name="updateStato" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy3" UserSourceName="updateStato">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_IstObj_updateStato</CommandText>
@@ -513,7 +509,7 @@ SELECT IdxObj, CodCliente, CodStato, Posizione, Livello, Rev, CodObj, Nome, Data
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.stp_IstObj_updateStatoTree" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateStatoTree" Modifier="Public" Name="updateStatoTree" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy5" UserSourceName="updateStatoTree">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.stp_IstObj_updateStatoTree" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateStatoTree" Modifier="Public" Name="updateStatoTree" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy4" UserSourceName="updateStatoTree">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_IstObj_updateStatoTree</CommandText>
@@ -1167,13 +1163,6 @@ WHERE (IdxObj = @IdxObj)</CommandText>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CodCli" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CodCli" msprop:Generator_ColumnPropNameInRow="CodCli" msprop:Generator_ColumnVarNameInTable="columnCodCli" msprop:Generator_ColumnPropNameInTable="CodCliColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="descrizione" msdata:ReadOnly="true" msprop:Generator_UserColumnName="descrizione" msprop:Generator_ColumnPropNameInRow="descrizione" msprop:Generator_ColumnVarNameInTable="columndescrizione" msprop:Generator_ColumnPropNameInTable="descrizioneColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
@@ -0,0 +1,434 @@
set xact_abort on;
go
begin transaction;
go
alter table AnagStati add
PrioritaStato int;
go
set ANSI_NULLS on;
go
alter VIEW v_selStati
AS
SELECT CodStato AS value, DescrStato AS label, FamStato AS conditio, PrioritaStato
FROM dbo.AnagStati
go
exec sp_updateextendedproperty 'MS_DiagramPane1', '[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
Begin DesignProperties =
Begin PaneConfigurations =
Begin PaneConfiguration = 0
NumPanes = 4
Configuration = "(H (1[41] 4[20] 2[7] 3) )"
End
Begin PaneConfiguration = 1
NumPanes = 3
Configuration = "(H (1 [50] 4 [25] 3))"
End
Begin PaneConfiguration = 2
NumPanes = 3
Configuration = "(H (1 [50] 2 [25] 3))"
End
Begin PaneConfiguration = 3
NumPanes = 3
Configuration = "(H (4 [30] 2 [40] 3))"
End
Begin PaneConfiguration = 4
NumPanes = 2
Configuration = "(H (1 [56] 3))"
End
Begin PaneConfiguration = 5
NumPanes = 2
Configuration = "(H (2 [66] 3))"
End
Begin PaneConfiguration = 6
NumPanes = 2
Configuration = "(H (4 [50] 3))"
End
Begin PaneConfiguration = 7
NumPanes = 1
Configuration = "(V (3))"
End
Begin PaneConfiguration = 8
NumPanes = 3
Configuration = "(H (1[56] 4[18] 2) )"
End
Begin PaneConfiguration = 9
NumPanes = 2
Configuration = "(H (1 [75] 4))"
End
Begin PaneConfiguration = 10
NumPanes = 2
Configuration = "(H (1[66] 2) )"
End
Begin PaneConfiguration = 11
NumPanes = 2
Configuration = "(H (4 [60] 2))"
End
Begin PaneConfiguration = 12
NumPanes = 1
Configuration = "(H (1) )"
End
Begin PaneConfiguration = 13
NumPanes = 1
Configuration = "(V (4))"
End
Begin PaneConfiguration = 14
NumPanes = 1
Configuration = "(V (2))"
End
ActivePaneConfig = 0
End
Begin DiagramPane =
Begin Origin =
Top = 0
Left = 0
End
Begin Tables =
Begin Table = "AnagStati"
Begin Extent =
Top = 6
Left = 38
Bottom = 260
Right = 189
End
DisplayFlags = 280
TopColumn = 0
End
End
End
Begin SQLPane =
End
Begin DataPane =
Begin ParameterDefaults = ""
End
Begin ColumnWidths = 9
Width = 284
Width = 1500
Width = 1500
Width = 1500
Width = 1500
Width = 1500
Width = 1500
Width = 1500
Width = 1500
End
End
Begin CriteriaPane =
Begin ColumnWidths = 11
Column = 1440
Alias = 900
Table = 1170
Output = 720
Append = 1400
NewValue = 1170
SortType = 1350
SortOrder = 1410
GroupBy = 1350
Filter = 1350
Or = 1350
Or = 1350
Or = 1350
End
End
End
', 'SCHEMA', 'dbo', 'VIEW', 'v_selStati';
go
commit;
go
set xact_abort on
go
begin transaction
go
UPDATE dbo.AnagStati SET
PrioritaStato=99
WHERE CodStato=N'*'
UPDATE dbo.AnagStati SET
PrioritaStato=1
WHERE CodStato=N'01'
UPDATE dbo.AnagStati SET
PrioritaStato=2
WHERE CodStato=N'02'
UPDATE dbo.AnagStati SET
PrioritaStato=3
WHERE CodStato=N'03'
UPDATE dbo.AnagStati SET
PrioritaStato=4
WHERE CodStato=N'04'
UPDATE dbo.AnagStati SET
PrioritaStato=5
WHERE CodStato=N'05'
UPDATE dbo.AnagStati SET
PrioritaStato=6
WHERE CodStato=N'06'
UPDATE dbo.AnagStati SET
PrioritaStato=7
WHERE CodStato=N'07'
go
commit transaction
go
set xact_abort on;
go
begin transaction;
go
set ANSI_NULLS on;
go
alter VIEW v_commesse
AS
SELECT TOP (100) PERCENT dbo.IstObj.IdxObj AS Cod, AnagStati_1.DescrStato AS Stato, ISNULL(dbo.AnagClienti.CodCliente, N'-') AS CodCliente,
ISNULL(dbo.AnagClienti.RagioneSociale, N'-') AS Cliente, ISNULL(dbo.IstObj.Note, N'-') AS descrizione, dbo.IstObj.Nome AS DDT, dbo.IstObj.DataRif AS DataDDT,
dbo.IstObj.DataCreaz AS DataArrivo, dbo.IstObj.Posizione, ISNULL(dbo.v_ULP_DDT.TotQta, 0) AS Qta, ISNULL(dbo.v_ULP_DDT.TotPeso, 0) AS Peso,
ISNULL(dbo.v_righeDDT.NumRighe, 0) AS Righe, ISNULL(dbo.v_ULP_DDT.NumRighe, 0) AS Colli, dbo.v_ULP_DDT.DueDate AS DataPrevista,
dbo.IstObj.ExtKey AS Ciclo, dbo.IstObj.CodStato, dbo.AnagStati.DescrStato AS minStato, AnagStati_2.DescrStato AS maxStato,
dbo.v_ULP_DDT.minStato AS minCodStato, dbo.v_ULP_DDT.maxStato AS maxCodStato
FROM dbo.AnagStati INNER JOIN
dbo.v_ULP_DDT ON dbo.AnagStati.CodStato = dbo.v_ULP_DDT.minStato INNER JOIN
dbo.AnagStati AS AnagStati_2 ON dbo.v_ULP_DDT.maxStato = AnagStati_2.CodStato RIGHT OUTER JOIN
dbo.IstObj LEFT OUTER JOIN
dbo.AnagClienti ON dbo.IstObj.CodCliente = dbo.AnagClienti.CodCliente LEFT OUTER JOIN
dbo.AnagStati AS AnagStati_1 ON dbo.IstObj.CodStato = AnagStati_1.CodStato LEFT OUTER JOIN
dbo.v_righeDDT ON dbo.IstObj.IdxObj = dbo.v_righeDDT.IdxObjMamma ON dbo.v_ULP_DDT.IdxObjMamma = dbo.IstObj.IdxObj
WHERE (dbo.IstObj.IdxObjMamma IS NULL) AND (dbo.IstObj.Livello = 1)
ORDER BY DataArrivo DESC
go
commit;
go
set xact_abort on;
go
begin transaction;
go
set ANSI_NULLS on;
go
alter VIEW v_selClienti
AS
SELECT TOP (100) PERCENT CodCliente AS value, CodCliente + ' - ' + RagioneSociale AS label
FROM dbo.AnagClienti
ORDER BY label
go
exec sp_updateextendedproperty 'MS_DiagramPane1', '[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
Begin DesignProperties =
Begin PaneConfigurations =
Begin PaneConfiguration = 0
NumPanes = 4
Configuration = "(H (1[40] 4[20] 2[20] 3) )"
End
Begin PaneConfiguration = 1
NumPanes = 3
Configuration = "(H (1 [50] 4 [25] 3))"
End
Begin PaneConfiguration = 2
NumPanes = 3
Configuration = "(H (1 [50] 2 [25] 3))"
End
Begin PaneConfiguration = 3
NumPanes = 3
Configuration = "(H (4 [30] 2 [40] 3))"
End
Begin PaneConfiguration = 4
NumPanes = 2
Configuration = "(H (1 [56] 3))"
End
Begin PaneConfiguration = 5
NumPanes = 2
Configuration = "(H (2 [66] 3))"
End
Begin PaneConfiguration = 6
NumPanes = 2
Configuration = "(H (4 [50] 3))"
End
Begin PaneConfiguration = 7
NumPanes = 1
Configuration = "(V (3))"
End
Begin PaneConfiguration = 8
NumPanes = 3
Configuration = "(H (1[56] 4[18] 2) )"
End
Begin PaneConfiguration = 9
NumPanes = 2
Configuration = "(H (1 [75] 4))"
End
Begin PaneConfiguration = 10
NumPanes = 2
Configuration = "(H (1[66] 2) )"
End
Begin PaneConfiguration = 11
NumPanes = 2
Configuration = "(H (4 [60] 2))"
End
Begin PaneConfiguration = 12
NumPanes = 1
Configuration = "(H (1) )"
End
Begin PaneConfiguration = 13
NumPanes = 1
Configuration = "(V (4))"
End
Begin PaneConfiguration = 14
NumPanes = 1
Configuration = "(V (2))"
End
ActivePaneConfig = 0
End
Begin DiagramPane =
Begin Origin =
Top = 0
Left = 0
End
Begin Tables =
Begin Table = "AnagClienti"
Begin Extent =
Top = 6
Left = 38
Bottom = 114
Right = 190
End
DisplayFlags = 280
TopColumn = 0
End
End
End
Begin SQLPane =
End
Begin DataPane =
Begin ParameterDefaults = ""
End
Begin ColumnWidths = 9
Width = 284
Width = 1500
Width = 1500
Width = 1500
Width = 1500
Width = 1500
Width = 1500
Width = 1500
Width = 1500
End
End
Begin CriteriaPane =
Begin ColumnWidths = 11
Column = 1440
Alias = 900
Table = 1170
Output = 720
Append = 1400
NewValue = 1170
SortType = 1350
SortOrder = 1410
GroupBy = 1350
Filter = 1350
Or = 1350
Or = 1350
Or = 1350
End
End
End
', 'SCHEMA', 'dbo', 'VIEW', 'v_selClienti';
go
commit;
go
set xact_abort on;
go
begin transaction;
go
set ANSI_NULLS on;
go
/***************************************
* STORED stp_IstObjUpdateMag
*
* gestione update dati commessa a livello magazzino
*
* Steamware, S.E.L.
* mod: 2012.02.03
*
****************************************/
create PROCEDURE stp_IstObjUpdateMag
(
@Original_Cod NVARCHAR(50),
@CodCliente NVARCHAR(50),
@Ciclo NVARCHAR(50), -- ExtKey
@DataDDT DATETIME, -- DataRif
@DDT NVARCHAR(50), -- nome
@UserName NVARCHAR(50), -- UserMod
@Descrizione NVARCHAR(50) -- Note
)
AS
UPDATE IstObj
SET CodCliente = @CodCliente,
ExtKey = @Ciclo,
DataRif = @DataDDT,
Nome = @DDT,
UserMod = @UserName,
DataMod = GETDATE(),
Note = @Descrizione
WHERE (IdxObj = @Original_Cod)
RETURN
go
/***************************************
* STORED stp_selStatiMinMax
*
* cerca stati x priorità minima e max
*
* Steamware, S.E.L.
* mod: 2012.02.03
*
****************************************/
create PROCEDURE stp_selStatiMinMax
(
@PrioritaStatoMin INT,
@PrioritaStatoMax INT
)
AS
SELECT value, label, PrioritaStato as conditio
FROM v_selStati
WHERE (PrioritaStato Between @PrioritaStatoMin AND @PrioritaStatoMax)
RETURN
go
commit;
go
create table LogUpdateDb(
Versione int not null constraint PK_LogUpdateDb primary key,
Data datetime
);
go
-- registro versione...
INSERT INTO [dbo].[LogUpdateDb] ([Versione],[Data]) VALUES(130, GETDATE())
GO
+1
View File
@@ -152,6 +152,7 @@
<Content Include="MDB_Data\si_dt30.mdb">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="SqlScript\V 1.2\sqlUpdate_130.sql" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -349,14 +349,14 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:XPS"
"ProductCode" = "8:{6E598448-A6FE-475E-8D40-3C3BF5B7CBD4}"
"PackageCode" = "8:{25A96259-87C3-412A-BB38-7BD8CECC7EDB}"
"ProductCode" = "8:{92BF7180-2725-4C26-A532-CCA18042C999}"
"PackageCode" = "8:{174D1812-60FC-415A-8B02-575429C695B1}"
"UpgradeCode" = "8:{71B65361-FEA5-44CA-9B9A-45597433DB20}"
"RestartWWWService" = "11:TRUE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.2.150"
"ProductVersion" = "8:1.2.130"
"Manufacturer" = "8:SteamWare s.r.l."
"ARPHELPTELEPHONE" = "8:035-460560"
"ARPHELPLINK" = "8:www.steamware.net"