Update terminalino con gestione "semplificata"

git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@382 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
samuele
2011-06-06 08:43:20 +00:00
parent 6a7aa81f2e
commit be6bd5c82a
81 changed files with 7451 additions and 501 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5 -5
View File
@@ -1,13 +1,13 @@
<appSettings>
<appSettings>
<!--Setup applicazione-->
<add key="CodModulo" value="GMW" />
<add key="_titoloPagina" value="GMW - Fonderie Mazzucconi S.p.A, portale Gestione Magazzino Web" />
<add key="titleApp" value="GMW_titleApp" />
<add key="welcomeApp" value="GMW_welcomeApp" />
<add key="appName" value="GMW"/>
<add key="SiteName" value="Ambivere"/>
<add key="mainRev" value="1.1"/>
<add key="minRev" value="391"/>
<add key="appName" value="GMW" />
<add key="SiteName" value="San Possidonio" />
<add key="mainRev" value="1.1" />
<add key="minRev" value="399" />
<add key="copyRight" value="SteamWare © 2010-2011"/>
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
+1 -1
View File
@@ -7,7 +7,7 @@
<add key="appName" value="GMW" />
<add key="SiteName" value="San Possidonio" />
<add key="mainRev" value="1.1" />
<add key="minRev" value="392" />
<add key="minRev" value="399" />
<add key="copyRight" value="SteamWare © 2010-2011"/>
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -5,7 +5,7 @@
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<asp:Content ID="Content2" ContentPlaceHolderID="body" runat="server">
<uc1:mod_activeTask ID="mod_activeTask1" runat="server" />
&nbsp;
</asp:Content>
+1 -1
View File
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:2.0.50727.4959
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
+7 -4
View File
@@ -1,9 +1,12 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Compact.Master"
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/CompactBCode.Master"
AutoEventWireup="true" CodeBehind="Barcode.aspx.cs" Inherits="GMW_Term.Barcode" %>
<%@ Register Src="WebUserControls/mod_barcode.ascx" TagName="mod_barcode" TagPrefix="uc2" %>
<%@ Register Src="WebUserControls/mod_barcode.ascx" TagName="mod_barcode" TagPrefix="uc1" %>
<%@ Register Src="WebUserControls/mod_processPackList.ascx" TagName="mod_processPackList"
TagPrefix="uc2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<uc2:mod_barcode ID="mod_barcode1" runat="server" />
<asp:Content ID="Content2" ContentPlaceHolderID="body" runat="server">
<uc1:mod_barcode ID="mod_barcode1" runat="server" />
<uc2:mod_processPackList ID="mod_processPackList1" runat="server" />
</asp:Content>
+4
View File
@@ -11,6 +11,10 @@ namespace GMW_Term
{
protected void Page_Load(object sender, EventArgs e)
{
// imposto valori visibilità barcode specifici (nascondo testo...)
mod_barcode1.showHeaderText = true;
mod_barcode1.showNoteText = true;
// imposto controllo valori scansionati
mod_barcode1.eh_scannedListaPrelievo += new EventHandler(mod_barcode1_eh_scannedListaPrelievo);
mod_barcode1.eh_scannedParticolare += new EventHandler(mod_barcode1_eh_scannedParticolare);
mod_barcode1.eh_scannedUdc += new EventHandler(mod_barcode1_eh_scannedUdc);
+10 -1
View File
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:2.0.50727.4959
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -21,5 +21,14 @@ namespace GMW_Term {
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::GMW_Term.WebUserControls.mod_barcode mod_barcode1;
/// <summary>
/// mod_processPackList1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::GMW_Term.WebUserControls.mod_processPackList mod_processPackList1;
}
}
+22
View File
@@ -96,6 +96,13 @@
<Compile Include="UDC.aspx.designer.cs">
<DependentUpon>UDC.aspx</DependentUpon>
</Compile>
<Compile Include="WebMasterPages\CompactBCode.Master.cs">
<DependentUpon>CompactBCode.Master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebMasterPages\CompactBCode.Master.designer.cs">
<DependentUpon>CompactBCode.Master</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_activeTask.ascx.cs">
<DependentUpon>mod_activeTask.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -173,6 +180,13 @@
<Compile Include="WebUserControls\mod_periodoAnalisi.ascx.designer.cs">
<DependentUpon>mod_periodoAnalisi.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_processPackList.ascx.cs">
<DependentUpon>mod_processPackList.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\mod_processPackList.ascx.designer.cs">
<DependentUpon>mod_processPackList.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_search.ascx.cs">
<DependentUpon>mod_search.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -301,8 +315,16 @@
<Content Include="WebUserControls\mod_btnUdc.ascx" />
<Content Include="WebUserControls\mod_execCella.ascx" />
<Content Include="WebUserControls\mod_execParticolare.ascx" />
<Content Include="WebUserControls\mod_processPackList.ascx" />
<Content Include="WebUserControls\mod_searchResults.ascx" />
</ItemGroup>
<ItemGroup>
<Content Include="WebMasterPages\CompactBCode.Master" />
</ItemGroup>
<ItemGroup>
<Content Include="mazzAppSettingsSP.config" />
<Content Include="mazzConnectionStringsSP.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
<Folder Include="logs\" />
+2 -8
View File
@@ -1,15 +1,9 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Compact.Master"
AutoEventWireup="true" CodeBehind="Home.aspx.cs" Inherits="GMW_Term.Home" %>
<%@ Register src="WebUserControls/mod_home.ascx" tagname="mod_home" tagprefix="uc1" %>
<%--<%@ Register src="WebUserControls/mod_userBar.ascx" tagname="mod_userBar" tagprefix="uc2" %>--%>
<%@ Register Src="WebUserControls/mod_home.ascx" TagName="mod_home" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<%--<uc2:mod_userBar ID="mod_userBar1" runat="server" />--%>
<asp:Content ID="Content2" ContentPlaceHolderID="body" runat="server">
<uc1:mod_home ID="mod_home1" runat="server" />
</asp:Content>
+6 -5
View File
@@ -1,9 +1,10 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Compact.Master" AutoEventWireup="true" CodeBehind="ListePrelievo.aspx.cs" Inherits="GMW_Term.ListePrelievo" %>
<%@ Register src="WebUserControls/mod_listePrelievo.ascx" tagname="mod_listePrelievo" tagprefix="uc2" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Compact.Master"
AutoEventWireup="true" CodeBehind="ListePrelievo.aspx.cs" Inherits="GMW_Term.ListePrelievo" %>
<%@ Register Src="WebUserControls/mod_listePrelievo.ascx" TagName="mod_listePrelievo"
TagPrefix="uc2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<asp:Content ID="Content2" ContentPlaceHolderID="body" runat="server">
<uc2:mod_listePrelievo ID="mod_listePrelievo1" runat="server" />
</asp:Content>
+1 -1
View File
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:2.0.50727.4959
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
+158 -119
View File
@@ -7,7 +7,15 @@
font-family: Verdana, Arial;
font-size: small;
}
.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%;
}
#content
{
width: 210px;
@@ -29,37 +37,32 @@
}
#smallTable
{
width: 210px;
font-size: 9pt;
width: 98%;
padding: 1px;
white-space: nowrap;
font-size: 10pt;
}
#smallGrid
{
width: 210px;
width: 100%;
font-size: 8pt;
}
#smallGridDetail
{
width: 210px;
width: 100%;
font-size: 9pt;
}
.quadro1, .quadro2
{
float: left;
width: 100px;
height: 100px;
float: none;
width: 100%;
text-align: center;
vertical-align: middle;
margin-left: 2px;
margin-top: 2px;
margin-bottom: 2px;
}
.quadro1
{
}
.quadro2
{
}
.userBanner
{
@@ -72,9 +75,9 @@
}
.taskBanner
{
height: 16px;
padding-top: 2px;
padding-bottom: 2px;
height: 10px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #ABABFF;
text-align: center;
color: Black;
@@ -148,167 +151,167 @@
.btnDeposita
{
display: block;
width: 70px;
height:40px;
width: 80px;
height: 40px;
border: solid 2px red;
background-color: #FFCCAA;
font-size:x-small;
font-weight:bold;
white-space:pre;
font-size: x-small;
font-weight: bold;
white-space: pre;
}
.btnSposta
{
display: block;
width: 70px;
height:40px;
width: 80px;
height: 40px;
border: solid 2px green;
background-color: #AAFFAA;
font-size:x-small;
font-weight:bold;
white-space:pre;
font-size: x-small;
font-weight: bold;
white-space: pre;
}
.btnRettifica
{
display: block;
width: 70px;
height:40px;
width: 80px;
height: 40px;
border: solid 2px blue;
background-color: #5454FF;
font-size:x-small;
font-weight:bold;
white-space:pre;
font-size: x-small;
font-weight: bold;
white-space: pre;
color: White;
}
.btnPreleva
{
display: block;
width: 70px;
height:40px;
width: 80px;
height: 40px;
border: solid 2px red;
background-color: #FFCCAA;
font-size:x-small;
font-weight:bold;
white-space:pre;
font-size: x-small;
font-weight: bold;
white-space: pre;
}
.btnRiattiva
{
display: block;
width: 70px;
height:40px;
width: 80px;
height: 40px;
border: solid 2px red;
background-color: #FFCCFF;
font-size:x-small;
font-weight:bold;
white-space:pre;
font-size: x-small;
font-weight: bold;
white-space: pre;
}
.btnConferma
{
display: block;
width: 56px;
height:40px;
height: 40px;
border: solid 2px #DDDD99;
background-color: #FFFFAA;
font-size:x-small;
font-weight:bold;
white-space:pre;
font-size: x-small;
font-weight: bold;
white-space: pre;
}
.btnCellaPiena
{
display: block;
width: 56px;
height:40px;
height: 40px;
border: solid 2px blue;
background-color: #AAFFFF;
font-size:x-small;
font-weight:bold;
white-space:pre;
font-size: x-small;
font-weight: bold;
white-space: pre;
}
.btnBarcode
{
display: block;
width: 70px;
height:40px;
width: 80px;
height: 40px;
text-align: center;
border: solid 2px blue;
background-color: #AAFFFF;
font-size:x-small;
font-weight:bold;
white-space:pre;
font-size: x-small;
font-weight: bold;
white-space: pre;
}
.btnChiudi
{
display: block;
width: 70px;
width: 80px;
height: 40px;
border: solid 2px #DDDD99;
background-color: #FFFFAA;
font-size:x-small;
font-weight:bold;
white-space:pre;
font-size: x-small;
font-weight: bold;
white-space: pre;
}
.btnChiudiInput
{
display: block;
width: 70px;
height:40px;
width: 80px;
height: 40px;
border: solid 2px red;
background-color: #FFCCAA;
font-size:x-small;
font-weight:bold;
white-space:pre;
font-size: x-small;
font-weight: bold;
white-space: pre;
}
.btnDeliberaFusi
{
display: block;
width: 70px;
height:40px;
width: 80px;
height: 40px;
border: solid 2px green;
background-color: #AAFFAA;
font-size:x-small;
font-weight:bold;
white-space:pre;
font-size: x-small;
font-weight: bold;
white-space: pre;
}
.btnDeliberaWipPre
{
display: block;
width: 70px;
height:40px;
width: 80px;
height: 40px;
border: solid 2px green;
background-color: #AAFFAA;
font-size:x-small;
font-weight:bold;
white-space:pre;
font-size: x-small;
font-weight: bold;
white-space: pre;
}
.btnDeliberaWipPost
{
display: block;
width: 70px;
height:40px;
width: 80px;
height: 40px;
border: solid 2px green;
background-color: #AAFFAA;
font-size:x-small;
font-weight:bold;
white-space:pre;
font-size: x-small;
font-weight: bold;
white-space: pre;
}
.btnUpdate
{
display: block;
width: 70px;
height:40px;
width: 80px;
height: 40px;
border: solid 2px green;
background-color: #AAFFAA;
font-size:x-small;
font-weight:bold;
font-size: x-small;
font-weight: bold;
}
.btnCancel
{
display: block;
width: 70px;
height:40px;
width: 80px;
height: 40px;
border: solid 2px blue;
background-color: #AAAAFF;
font-size:x-small;
font-weight:bold;
font-size: x-small;
font-weight: bold;
}
/* classe generale per div dei bottoni */
@@ -324,82 +327,118 @@
.btnBarcodeBig
{
width: 95px;
height:95px;
height: 90px;
border: solid 2px blue;
background-color: #AAFFFF;
font-weight:bold;
font-weight: bold;
text-align: center;
white-space:pre;
white-space: pre;
}
.btnBarcodeBigWide
{
width: 190px;
height: 90px;
border: solid 2px blue;
background-color: #AAFFFF;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
.btnSearchBig
{
width: 95px;
height: 95px;
height: 90px;
border: solid 2px #DDDD99;
background-color: #FFFFAA;
font-weight:bold;
white-space:pre;
font-weight: bold;
white-space: pre;
}
.btnListBig
{
width: 95px;
height:95px;
height: 90px;
border: solid 2px red;
background-color: #FFAA88;
font-weight:bold;
white-space:pre;
font-weight: bold;
white-space: pre;
}
.btnListBigWide
{
width: 190px;
height: 90px;
border: solid 2px red;
background-color: #FFAA88;
font-weight: bold;
white-space: nowrap;
}
.btnTaskBig
{
width: 95px;
height:95px;
height: 90px;
border: solid 2px green;
background-color: #AAFFAA;
font-weight:bold;
white-space:pre;
font-weight: bold;
white-space: pre;
}
.btnHome
{
width: 80px;
height:20px;
height: 40px;
border: solid 2px green;
background-color: #AAFFAA;
white-space:pre;
font-size: x-small;
font-weight:bold;
white-space: pre;
font-size: 9pt;
font-weight: bold;
}
.btnLogout
{
width: 80px;
height:20px;
height: 40px;
border: solid 2px red;
background-color: #FFAAAA;
white-space:pre;
font-size: x-small;
font-weight:bold;
white-space: pre;
font-size: 9pt;
font-weight: bold;
}
.btnShowPeriodo
{
height: 40px;
border: solid 2px Orange;
background-color: #FFCCAA;
white-space: pre;
font-size: 9pt;
font-weight: bold;
}
.btnBarcodeSmall
{
width: 80px;
height:20px;
height: 40px;
border: solid 2px blue;
background-color: #AAFFFF;
white-space:pre;
font-size: x-small;
font-weight:bold;
white-space: pre;
font-size: 9pt;
font-weight: bold;
}
.btnPrendiInCarico
{
width: 80px;
height:20px;
width: 140px;
height: 40px;
border: solid 2px red;
background-color: #FFCCAA;
white-space:pre;
font-size: x-small;
font-weight:bold;
}
white-space: pre;
font-size: 9pt;
font-weight: bold;
}
.errore
{
color: Red;
font-weight: bold;
}
+7 -5
View File
@@ -1,10 +1,12 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Compact.Master"
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/CompactBCode.Master"
AutoEventWireup="true" CodeBehind="UDC.aspx.cs" Inherits="GMW_Term.UDC" %>
<%@ Register src="WebUserControls/mod_execUdc.ascx" tagname="mod_execUdc" tagprefix="uc1" %>
<%@ Register Src="WebUserControls/mod_barcode.ascx" TagName="mod_barcode" TagPrefix="uc1" %>
<%@ Register Src="WebUserControls/mod_processPackList.ascx" TagName="mod_processPackList"
TagPrefix="uc2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<uc1:mod_execUdc ID="mod_execUdc1" runat="server" />
<asp:Content ID="Content2" ContentPlaceHolderID="body" runat="server">
<uc1:mod_barcode ID="mod_barcode1" runat="server" />
<uc2:mod_processPackList ID="mod_processPackList1" runat="server" />
</asp:Content>
+39
View File
@@ -11,7 +11,46 @@ namespace GMW_Term
{
protected void Page_Load(object sender, EventArgs e)
{
// imposto valori visibilità barcode specifici (nascondo testo...)
mod_barcode1.showHeaderText = true;
mod_barcode1.showNoteText = true;
// imposto controllo valori scansionati
mod_barcode1.eh_scannedListaPrelievo += new EventHandler(mod_barcode1_eh_scannedListaPrelievo);
mod_barcode1.eh_scannedParticolare += new EventHandler(mod_barcode1_eh_scannedParticolare);
mod_barcode1.eh_scannedUdc += new EventHandler(mod_barcode1_eh_scannedUdc);
mod_barcode1.eh_scannedUser += new EventHandler(mod_barcode1_eh_scannedUser);
mod_barcode1.eh_scannedCella += new EventHandler(mod_barcode1_eh_scannedCella);
mod_barcode1.eh_resetUser += new EventHandler(mod_barcode1_eh_resetUser);
}
void mod_barcode1_eh_scannedCella(object sender, EventArgs e)
{
Response.Redirect("~/Cella.aspx");
}
void mod_barcode1_eh_resetUser(object sender, EventArgs e)
{
Response.Redirect("~/Barcode.aspx");
}
void mod_barcode1_eh_scannedUser(object sender, EventArgs e)
{
Response.Redirect("~/Home.aspx");
}
void mod_barcode1_eh_scannedUdc(object sender, EventArgs e)
{
Response.Redirect("~/UDC.aspx");
}
void mod_barcode1_eh_scannedParticolare(object sender, EventArgs e)
{
Response.Redirect("~/Particolare.aspx");
}
void mod_barcode1_eh_scannedListaPrelievo(object sender, EventArgs e)
{
Response.Redirect("~/ListePrelievo.aspx");
}
}
}
+12 -3
View File
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:2.0.50727.4959
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -14,12 +14,21 @@ namespace GMW_Term {
public partial class UDC {
/// <summary>
/// mod_execUdc1 control.
/// mod_barcode1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::GMW_Term.WebUserControls.mod_execUdc mod_execUdc1;
protected global::GMW_Term.WebUserControls.mod_barcode mod_barcode1;
/// <summary>
/// mod_processPackList1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::GMW_Term.WebUserControls.mod_processPackList mod_processPackList1;
}
}
+37 -47
View File
@@ -51,14 +51,15 @@
</httpModules>
</system.web>
<appSettings>
<!--Setup applicazione-->
<add key="CodModulo" value="GMW" />
<add key="_titoloPagina" value="GMW - Fonderie Mazzucconi S.p.A, portale Gestione Magazzino Web" />
<add key="titleApp" value="GMW_titleApp" />
<add key="welcomeApp" value="GMW_welcomeApp" />
<add key="appName" value="GMW_Term" />
<add key="SiteName" value="Ambivere"/>
<add key="mainRev" value="1.0" />
<add key="minRev" value="355" />
<add key="SiteName" value="San Possidonio" />
<add key="mainRev" value="1.1" />
<add key="minRev" value="399" />
<add key="copyRight" value="SteamWare © 2010-2011" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
@@ -66,18 +67,22 @@
<add key="defaultApp" value="GMW_Appl" />
<add key="defaultTitle" value="GMW_ShortWelcome" />
<add key="defaultBody" value="GMW_LongWelcome" />
<add key="_logDir" value="~/logs/" />
<add key="_logLevel" value="6" />
<add key="_logMaxMb" value="30" />
<add key="intUpdatePagina_ms" value="120000" />
<add key="_righeDataGrid" value="30" />
<add key="_righeDataGridAnagr" value="30" />
<add key="_righeDataGridLong" value="40" />
<add key="_righeDataGridMed" value="20" />
<add key="_righeDataGridShort" value="10" />
<add key="MinCharAutocomplete" value="3" />
<add key="MinCharAutocomplete" value="2" />
<add key="_fromEmail" value="GMW@steamware.net" />
<add key="urlWebServer" value="http://localhost/GMW/" />
<add key="showLogout" value="false"/>
<add key="echoLemmi" value="false" />
<add key="showLogout" value="false" />
<!-- determina se non chiedere login x terminalini -->
<add key="SimpleLogin" value="false" />
<add key="CodOperDefault" value="O0000000000099999" />
<!--Default values vari-->
<add key="Max_X" value="850" />
<add key="Max_Y" value="900" />
@@ -86,61 +91,46 @@
<add key="NumX" value="10" />
<add key="NumY" value="5" />
<add key="NumZ" value="1" />
<add key="BilanciaMP" value="MP"/>
<add key="CodImballoMP" value="I0054"/>
<add key="CodStatoMP" value="MP"/>
<add key="BilanciaMP" value="MP" />
<add key="CodImballoMP" value="" />
<add key="CodStatoMP" value="MP" />
<add key="numGgToReloadRQ" value="30" />
<!--Setup urls stampa reports-->
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&amp;rs:Command=Render&amp;rc:Parameters=true&amp;rc:Toolbar=true&amp;CodListaPrel={3}{4}" />
<add key="reportingServerAddress" value="SRV65:8282" />
<add key="reportDir" value="POSSIDONIO/MAGAZZINO" />
<add key="reportName" value="Lista_di_Prelievo" />
<add key="reportOpzPdf" value="&amp;rs:Format=PDF" />
<!--Configurazioni ad hoc Ambivere-->
<add key="Cosumo84PostDelibera" value="true"/>
<add key="riattUdcPermessa" value="true"/>
<add key="Cosumo84PostDelibera" value="true" />
<add key="riattUdcPermessa" value="true" />
<!--Setup periodo controlli date-->
<add key="defDayFrom" value="-60"/>
<add key="defDayFrom" value="-60" />
<add key="mostraSelOra" value="false" />
<!--Setup codici postazioni-->
<add key="IdxPosizMP" value="56"/>
<add key="IdxPosNewFusi" value="80"/>
<add key="IdxPosNewWip" value="84"/>
<add key="IdxPosNewFinito" value="84"/>
<add key="IdxPosizMP" value="56" />
<add key="IdxPosNewFusi" value="80" />
<add key="IdxPosNewWip" value="84" />
<add key="IdxPosNewRienTerz" value="30" />
<add key="IdxPosNewFinito" value="84" />
<add key="IdxPosizioneOdette" value="4" />
<!--Permette prelievo/deposito da terminalino senza sparare barcode (con img frecce) -->
<add key ="PrelDepoTermEnabled" value="true"/>
<!--codice per barcode chiusura lista prelievo-->
<add key ="closeCodeLdp" value="clz"/>
<!--Setup stampa-->
<!--<add key="printerCartTara" value="Brother HL-4050CDN"/>-->
<add key="printerCartTara" value="\\Vostro410\PDFCreator" />
<add key="PageWidthCartTara" value="21cm" />
<add key="PageHeightCartTara" value="14.8cm" />
<add key="MarginTara" value="0.5cm" />
<add key="printerCartMP" value="\\Vostro410\PDFCreator"/>
<add key="PageWidthCartMP" value="21cm"/>
<add key="PageHeightCartMP" value="14.8cm"/>
<add key="MarginMP" value="0.5cm"/>
<add key="printerCartCompleto" value="\\Vostro410\PDFCreator" />
<add key="PageWidthCartCompleto" value="21cm" />
<add key="PageHeightCartCompleto" value="14.8cm" />
<add key="MarginCompleto" value="0.5cm" />
<add key="ReportDatasource" value="GMWDataSet_stp_prtCartByUDC" />
<add key ="closeCodeLdp" value="CLZ"/>
<!--Setup installazione-->
<add key="passkey" value="pi=314" />
<add key="CodCS" value="MA" />
<add key="MinutiFinestraEditUDC" value="10" />
<add key="_adminEmail" value="samuele@steamware.net" />
<add key="_logDir" value="~/logs/" />
<add key="_adminEmail" value="info@steamware.net" />
<add key="_smtpCli" value="keyhammer.ath.cx" />
<!--<add key="GMWConnectionString" value="Data Source=10.74.82.217\sql2008;Initial Catalog=GMW_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\sql2008;Initial Catalog=GMW_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" />-->
<add key="GMWConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="GMWConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=SP_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=SP_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=SP_Vocabolario;Persist Security Info=True;User ID=sa;Password=keyhammer" />
</appSettings>
<connectionStrings>
<!--<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=10.74.82.217\sql2008;Initial Catalog=GMW_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>-->
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=10.74.82.217\sql2008r2;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=10.74.82.217\sql2008r2;Initial Catalog=SP_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web.extensions>
<scripting>
+5 -13
View File
@@ -1,5 +1,4 @@
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Compact.master.cs" Inherits="GMW_Term.Compact" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Src="../WebUserControls/mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="../WebUserControls/mod_currentTask.ascx" TagName="mod_currentTask"
@@ -14,20 +13,13 @@
</head>
<body>
<form id="form1" runat="server">
<asp:ToolkitScriptManager ID="sm" runat="server" EnablePartialRendering="false" EnableScriptGlobalization="true"
EnableScriptLocalization="true">
</asp:ToolkitScriptManager>
<div id="content">
<div id="topBanner">
<uc1:mod_menuTop ID="mod_menuTop1" runat="server" />
</div>
<div id="activeContent">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
<div id="taskBanner">
<div class="fullscreen">
<uc1:mod_menuTop ID="mod_menuTop1" runat="server" />
<div class="taskBanner">
<uc2:mod_currentTask ID="mod_currentTask1" runat="server" />
</div>
<asp:ContentPlaceHolder ID="body" runat="server">
</asp:ContentPlaceHolder>
</div>
</form>
</body>
+10 -19
View File
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:2.0.50727.4959
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -31,15 +31,6 @@ namespace GMW_Term {
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
/// <summary>
/// sm control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::AjaxControlToolkit.ToolkitScriptManager sm;
/// <summary>
/// mod_menuTop1 control.
/// </summary>
@@ -49,15 +40,6 @@ namespace GMW_Term {
/// </remarks>
protected global::GMW_Term.WebUserControls.mod_menuTop mod_menuTop1;
/// <summary>
/// ContentPlaceHolder1 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.ContentPlaceHolder ContentPlaceHolder1;
/// <summary>
/// mod_currentTask1 control.
/// </summary>
@@ -66,5 +48,14 @@ namespace GMW_Term {
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::GMW_Term.WebUserControls.mod_currentTask mod_currentTask1;
/// <summary>
/// body 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.ContentPlaceHolder body;
}
}
@@ -0,0 +1,34 @@
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="CompactBCode.master.cs"
Inherits="GMW_Term.WebMasterPages.CompactBCode" %>
<%@ Register Src="../WebUserControls/mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="../WebUserControls/mod_currentTask.ascx" TagName="mod_currentTask"
TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>GMW BarCode</title>
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
<link href="../Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div class="fullscreen">
<uc1:mod_menuTop ID="mod_menuTop1" runat="server" />
<div class="taskBanner">
<uc2:mod_currentTask ID="mod_currentTask1" runat="server" />
</div>
<asp:ContentPlaceHolder ID="body" runat="server">
</asp:ContentPlaceHolder>
</div>
</form>
</body>
<script type="text/javascript">
setTimeout(function() {
document.getElementById('ctl00$body$mod_barcode1$txtInput').focus(); }
, 100);
</script>
</html>
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace GMW_Term.WebMasterPages
{
public partial class CompactBCode : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
@@ -0,0 +1,70 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4959
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace GMW_Term.WebMasterPages {
public partial class CompactBCode {
/// <summary>
/// Head1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlHead Head1;
/// <summary>
/// head 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.ContentPlaceHolder head;
/// <summary>
/// form1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
/// <summary>
/// mod_menuTop1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::GMW_Term.WebUserControls.mod_menuTop mod_menuTop1;
/// <summary>
/// mod_currentTask1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::GMW_Term.WebUserControls.mod_currentTask mod_currentTask1;
/// <summary>
/// body 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.ContentPlaceHolder body;
}
}
@@ -1,11 +1,11 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_barcode.ascx.cs"
Inherits="GMW_Term.WebUserControls.mod_barcode" %>
<div id="contenuto" style="text-align: center;">
<div id="InputTitle" style="padding: 10px 0px 10px 0px;">
<div id="InputTitle" style="padding: 5px 0px 10px 0px;">
<asp:Label ID="lblInput" runat="server" Text="Barcode Input" />
</div>
<div id="InputBox" style="text-align: center; padding-bottom: 10px;">
<asp:TextBox ID="txtInput" runat="server" Text="" Width="200px" OnTextChanged="txtInput_TextChanged"
<asp:TextBox ID="txtInput" runat="server" Text="" Width="200px" OnTextChanged="txtInput_TextChanged" Font-Size="12pt"
AutoPostBack="True" />
</div>
<div id="Data" style="padding-bottom: 10px;">
@@ -54,17 +54,34 @@ namespace GMW_Term.WebUserControls
btnLoginPage.Text = "[7]-LogOut";
btnLoginPage.Visible = memLayer.ML.confReadBool("showLogout");
btnButtonsHome.Visible = true;
lblData.Text = traduci("Insert Data") + "...";
// se ho un precedente valore barcode lo mostro...
if (memLayer.ML.isInSessionObject("Barcode_sel"))
{
lblData.Text = memLayer.ML.StringSessionObj("Barcode_sel");
}
else
{
lblData.Text = traduci("Insert Data") + "...";
}
lblRev.Visible = false;
}
// se non è valorizzato chiede di effettuare login...
else
{
// sistema visualizzazione
btnLoginPage.Visible = false;
btnButtonsHome.Visible = false;
lblData.Text = traduci("Please Login");
lblRev.Text = string.Format("<b>{0}</b> v.{1}.{2}", memLayer.ML.confReadString("appName"), memLayer.ML.confReadString("mainRev"), memLayer.ML.confReadString("minRev"));
if (memLayer.ML.confReadBool("SimpleLogin"))
{
// in questo caso fa login di default con l'operatore indicato...
string codOperatore = memLayer.ML.confReadString("CodOperDefault");
effettuaLoginOperatore(codOperatore);
}
else
{
// sistema visualizzazione
btnLoginPage.Visible = false;
btnButtonsHome.Visible = false;
lblData.Text = traduci("Please Login");
lblRev.Text = string.Format("<b>{0}</b> v.{1}.{2}", memLayer.ML.confReadString("appName"), memLayer.ML.confReadString("mainRev"), memLayer.ML.confReadString("minRev"));
}
}
txtInput.Focus();
}
@@ -147,6 +164,8 @@ namespace GMW_Term.WebUserControls
GMW_data.MagClass.magazzino.completaListaPrelievo(memLayer.ML.StringSessionObj("CodCS"), codLista, MagClass.magazzino.CodSoggCurrUser);
// indico che la lista indicata è stata chiusa
lblData.Text = string.Format("{0}: {1}", traduci("ListClosed"), codLista);
// svuoto cache!
memLayer.ML.emptySessionVal("UDC_sel");
}
else
{
@@ -211,7 +230,6 @@ namespace GMW_Term.WebUserControls
{
// salvo in session UDC selezionato
memLayer.ML.setSessionVal("UDC_sel", valoreScan, false);
memLayer.ML.setSessionVal("activeTask", string.Format("UDC: {0}", valoreScan));
if (eh_scannedUdc != null)
{
eh_scannedUdc(this, new EventArgs());
@@ -300,8 +318,8 @@ namespace GMW_Term.WebUserControls
}
catch
{
// c'era una lsita attiva, non l'ho recuperata, segno errore!
logger.lg.scriviLog(string.Format(traduci("Error List Data Retrieval"), user_std.UtSn.utente), tipoLog.ERROR);
// c'era una lista attiva, non l'ho recuperata, segno errore!
logger.lg.scriviLog(string.Format(traduci("ErrorListDataRetrieval"), user_std.UtSn.utente), tipoLog.ERROR);
}
}
else
@@ -317,7 +335,7 @@ namespace GMW_Term.WebUserControls
else
{
// avvisa che il codice è errato
lblData.Text = traduci("Single User") + txtInput.Text + traduci("Not in db");
lblData.Text = string.Format("{0} {1} {2}", traduci("Single User"), txtInput.Text, traduci("NotInDb"));
txtInput.Text = "";
}
}
@@ -403,5 +421,33 @@ namespace GMW_Term.WebUserControls
memLayer.ML.setSessionVal("scannedValue", value, false);
}
}
/// <summary>
/// definisce se mostrare l'header text (Barcode input)
/// </summary>
public bool showHeaderText
{
get
{
return lblInput.Visible;
}
set
{
lblInput.Visible = value;
}
}
/// <summary>
/// definisce se mostrare testo di commento sotto barcode
/// </summary>
public bool showNoteText
{
get
{
return lblData.Visible;
}
set
{
lblData.Visible = value;
}
}
}
}
@@ -1,7 +1,7 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_currentTask.ascx.cs"
Inherits="GMW_Term.WebUserControls.mod_currentTask" %>
<asp:Timer ID="Timer1" runat="server" Interval="10000" OnTick="Timer1_Tick" />
<div id="title" class="taskBanner">
<%--<asp:Timer ID="Timer1" runat="server" Interval="10000" OnTick="Timer1_Tick" />
--%><div id="title" class="taskBanner">
<div style="float: left;">
<asp:Label ID="lblTask" runat="server" Text="...wait..." Font-Size="XX-Small" />
</div>
@@ -38,7 +38,7 @@ namespace GMW_Term.WebUserControls
/// </summary>
private void setTimer()
{
Timer1.Interval = SteamWare.memLayer.ML.confReadInt("intUpdatePagina_ms");
//Timer1.Interval = SteamWare.memLayer.ML.confReadInt("intUpdatePagina_ms");
}
protected void Timer1_Tick(object sender, EventArgs e)
@@ -13,15 +13,6 @@ namespace GMW_Term.WebUserControls {
public partial class mod_currentTask {
/// <summary>
/// Timer1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.Timer Timer1;
/// <summary>
/// lblTask control.
/// </summary>
+2 -9
View File
@@ -1,17 +1,10 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_home.ascx.cs" Inherits="GMW_Term.WebUserControls.mod_home" %>
<div id="1" class="quadro1">
<asp:Button ID="btn1" runat="server" CssClass="btnBarcodeBig" OnClick="btn1_Click"
<asp:Button ID="btn1" runat="server" CssClass="btnBarcodeBigWide" OnClick="btn1_Click"
AccessKey="1" />
</div>
<div id="2" class="quadro2">
<asp:Button ID="btn2" runat="server" CssClass="btnSearchBig" OnClick="btn2_Click1"
AccessKey="2" />
</div>
<div style="clear: both;" height="0px">
</div>
<div id="3" class="quadro2">
<asp:Button ID="btn3" runat="server" CssClass="btnListBig" OnClick="btn3_Click1" />
</div>
<div id="4" class="quadro1">
<asp:Button ID="btn4" runat="server" CssClass="btnTaskBig" OnClick="btn4_Click1" />
<asp:Button ID="btn3" runat="server" CssClass="btnListBigWide" OnClick="btn3_Click1" />
</div>
@@ -26,12 +26,12 @@ namespace GMW_Term.WebUserControls
btn1.Text = "Barcode\n[Alt+1]";
btn1.AccessKey = "1";
btn2.Text = traduci("Research") + "\n[Alt+3]" ;
btn2.AccessKey = "3";
//btn2.Text = traduci("Research") + "\n[Alt+3]" ;
//btn2.AccessKey = "3";
btn3.Text = traduci("TakeList") + "\n[Alt+7]";
btn3.AccessKey = "7";
btn4.Text = traduci("ActiveTask") + "\n[Alt+9]";
btn4.AccessKey = "9";
//btn4.Text = traduci("ActiveTask") + "\n[Alt+9]";
//btn4.AccessKey = "9";
}
protected void btn1_Click(object sender, EventArgs e)
-18
View File
@@ -22,15 +22,6 @@ namespace GMW_Term.WebUserControls {
/// </remarks>
protected global::System.Web.UI.WebControls.Button btn1;
/// <summary>
/// btn2 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.Button btn2;
/// <summary>
/// btn3 control.
/// </summary>
@@ -39,14 +30,5 @@ namespace GMW_Term.WebUserControls {
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Button btn3;
/// <summary>
/// btn4 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.Button btn4;
}
}
@@ -1,24 +1,22 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_listePrelievo.ascx.cs"
Inherits="GMW_Term.WebUserControls.mod_listePrelievo" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="mod_periodoAnalisi.ascx" TagName="mod_periodoAnalisi" TagPrefix="uc1" %>
<div id="contenuto" style="text-align: center;">
<div id="InputTitle">
<asp:Label ID="lblInput" runat="server" Text="Liste Prelievo" Font-Size="X-Small"
Font-Bold="true" /></div>
<div class="filtro_1" style="white-space: nowrap; height: 20px; padding: 2px;">
<uc1:mod_periodoAnalisi ID="mod_periodoAnalisi1" runat="server" />
<div class="filtro_1" style="white-space: nowrap;">
<uc1:mod_periodoAnalisi ID="mod_periodoAnalisi1" runat="server" Visible="false" />
</div>
<div style="clear: both;" height="0px">
</div>
<div id="Button" style="white-space: nowrap;">
<asp:Button ID="btnLoginPage" runat="server" OnClick="btnLoginPage_Click" CssClass="btnLogout" />
<asp:Button ID="btnButtonsHome" runat="server" OnClick="btnButtonsHome_Click" CssClass="btnHome" />
</div>
<asp:Panel runat="server" ID="pnlMaster" Visible="true">
<div id="Button">
<asp:Button ID="btnLoginPage" runat="server" OnClick="btnLoginPage_Click" CssClass="btnLogout" />
<asp:Button ID="btnButtonsHome" runat="server" OnClick="btnButtonsHome_Click" CssClass="btnHome" />
</div>
<div id="smallGrid" style="text-align: left; padding: 0px 0px 0px 0px;">
<div id="smallGrid">
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
OnSelectedIndexChanged="grView_SelectedIndexChanged" OnDataBound="grView_DataBound"
Width="70%" DataKeyNames="CodLista" DataSourceID="ods" OnRowUpdating="grView_RowUpdating"
Font-Size="X-Small">
Width="100%" DataKeyNames="CodLista" DataSourceID="ods" OnRowUpdating="grView_RowUpdating"
Font-Size="Small">
<RowStyle CssClass="ctrRowStyle" />
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
<EditRowStyle CssClass="ctrEditRowStyle" />
@@ -31,20 +29,12 @@
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
</EmptyDataTemplate>
<Columns>
<asp:TemplateField HeaderText="TipoLista" SortExpression="CodTipoLista" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:ImageButton runat="server" ID="imgCodTipoLista" ImageUrl='<%# pathImgTipo(Eval("CodTipoLista")) %>'
CausesValidation="False" CommandArgument="ShowDetail" OnClick="imgAzioneLista_Click"
CommandName="Update" ToolTip='<%# tooltipTipo(Eval("CodTipoLista")) %>' />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
<asp:TemplateField HeaderText="Dest/Data" SortExpression="Destinatario">
<ItemTemplate>
<asp:LinkButton ID="lnkDest" runat="server" CommandName="Update" CommandArgument="ShowDetail"
CausesValidation="False" OnClick="lnk_Click">
<div>
<div style="float: left;">
<div style="float: left; white-space: nowrap;">
<b>
<asp:Label ID="lblDestinatario" runat="server" Text='<%# trimma(Eval("Destinatario").ToString(), 10) %>' />
</b>
@@ -62,10 +52,12 @@
<asp:LinkButton ID="lnkPart" runat="server" CommandName="Update" CommandArgument="ShowDetail"
CausesValidation="False" OnClick="lnk_Click">
<div>
<div style="float: left;">
<b>
<asp:Label ID="Label1" runat="server" Text='<%# Eval("Particolare") %>' />
</b>
<div style="padding-right: 1px; white-space: nowrap;">
<div style="float: left;">
<b>
<asp:Label ID="lblCodParticolare" runat="server" Text='<%# Eval("Particolare") %>' />
</b>
</div>
</div>
</div>
<br />
@@ -81,9 +73,9 @@
<asp:ImageButton runat="server" ID="imgCodStatoLista" ImageUrl='<%# pathImgStato(Eval("CodStatoLista")) %>'
CausesValidation="False" CommandArgument='<%# cmdArgStato(Eval("CodStatoLista")) %>'
ToolTip='<%# cmdArgStato(Eval("CodStatoLista")) %>' OnClick="imgAzioneLista_Click"
CommandName="Update" Enabled='<%# enabledStato(Eval("CodStatoLista"), Eval("CodLista")) %>' />
<cc1:ConfirmButtonExtender ID="cbeCambia" runat="server" ConfirmText='<%# traduci(cmdArgStato(Eval("CodStatoLista")))%>'
TargetControlID="imgCodStatoLista" />
CommandName="Update" Enabled='<%# enabledStato(Eval("CodStatoLista"), Eval("codLista")) %>' />
<%--<cc1:ConfirmButtonExtender ID="cbeCambia" runat="server" ConfirmText='<%# traduci(cmdArgStato(Eval("CodStatoLista")))%>'
TargetControlID="imgCodStatoLista" />--%>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
@@ -92,10 +84,9 @@
<asp:Label ID="lblWarning" runat="server" Visible="false" CssClass="erroreMid" />
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="getByFilt" TypeName="GMW_data.DS_magazzinoTableAdapters.ElencoListePrelievoTableAdapter"
OnInserting="recuperaFooter" FilterExpression=" (CodLista LIKE '%{0}%' OR Particolare LIKE '%{0}%' OR DescParticolare LIKE '%{0}%') AND ((CodStatoLista = 1) OR ((CodStatoLista = 2) AND (CodSoggetto = '{1}'))) "
OnInserting="recuperaFooter" FilterExpression="((CodStatoLista = 1) OR ((CodStatoLista = 2) AND (CodSoggetto = '{0}'))) "
OnInserted="ods_Updated" OnUpdated="ods_Updated" DeleteMethod="DeleteQuery" OnDeleted="ods_Updated">
<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
<asp:SessionParameter DefaultValue="O" Name="CodSoggetto" SessionField="CodSoggetto" />
</FilterParameters>
<DeleteParameters>
@@ -113,15 +104,14 @@
<asp:Button ID="btnBarcode" runat="server" OnClick="btnBarcode_Click" CssClass="btnBarcodeSmall" />
<asp:Button ID="btnCloseDet" runat="server" OnClick="btnCloseDet_Click" CssClass="btnHome" />
<asp:Button ID="btnPrendiInCarico" runat="server" OnClick="btnPrendiInCarico_Click"
CommandArgument="" CssClass="btnPrendiInCarico"
Visible='<%# enabledPrendiInCarico() %>' />
<cc1:ConfirmButtonExtender ID="cbeCambiaStato" runat="server" ConfirmText='<%# traduci(cmdArgStato(Eval("CodStatoLista")))%>'
TargetControlID="btnPrendiInCarico" />
CommandArgument="" CssClass="btnPrendiInCarico" Visible='<%# enabledPrendiInCarico() %>' />
<%--<cc1:ConfirmButtonExtender ID="cbeCambiaStato" runat="server" ConfirmText='<%# traduci(cmdArgStato(Eval("CodStatoLista")))%>'
TargetControlID="btnPrendiInCarico" />--%>
</div>
<div id="smallGridDetail" style="text-align: left; padding: 0px 0px 0px 0px;">
<div id="smallGridDetail">
<asp:GridView ID="grViewDetail" runat="server" AllowPaging="True" AllowSorting="True"
Width="70%" AutoGenerateColumns="False" OnDataBound="grView_DataBound" DataKeyNames="CodLista,UDC"
DataSourceID="odsDetail" OnRowUpdating="grViewDetail_RowUpdating" Font-Size="X-Small">
Width="100%" AutoGenerateColumns="False" OnDataBound="grView_DataBound" DataKeyNames="CodLista,UDC"
DataSourceID="odsDetail" OnRowUpdating="grViewDetail_RowUpdating" Font-Size="Small">
<RowStyle CssClass="ctrRowStyle" />
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
<EditRowStyle CssClass="ctrEditRowStyle" />
@@ -133,20 +123,22 @@
<Columns>
<asp:TemplateField HeaderText="UDC" SortExpression="UDC">
<ItemTemplate>
<div>
<div style="float: left; white-space: nowrap; font-size: 8pt;">
<asp:Label ID="lblUDC" runat="server" Text='<%# Eval("UDC","<b>{0}</b>") %>' />
</div>
<div>
<br />
<div style="float: left; white-space: nowrap;">
<asp:Label ID="lblQta" runat="server" Text='<%# Eval("Qta", "{0:#} pz") %>' />
</div>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="CodCella" SortExpression="CodCella">
<ItemTemplate>
<div>
<div style="float: left; white-space: nowrap;">
<asp:Label ID="lblCodCella" runat="server" Text='<%# Eval("CodCella","<b>{0}</b>") %>' />
</div>
<div>
<br />
<div style="float: left; white-space: nowrap;">
<asp:Label ID="lblCodMag" runat="server" Text='<%# Eval("CodMag","({0})") %>' />
</div>
</ItemTemplate>
@@ -165,7 +157,7 @@
OnClick="imgPrelevato_Click" />
<asp:ImageButton ID="imgAnnullaPrelevato" runat="server" CausesValidation="False"
CommandName="Update" CommandArgument="AnnullaPrelevato" ToolTip='<%# traduci("AnnullaPrelievo") %>'
Visible='<%# annullaEnabled(Eval("Prelevato")) %>' ImageUrl="~/images/ArrowDownRed_m.jpg"
Visible='<%# annullaEnabled(Eval("Prelevato")) %>' ImageUrl="~/images/ArrowDownRed_xl.jpg"
OnClick="imgAnnullato_Click" />
</ItemTemplate>
</asp:TemplateField>
@@ -186,4 +178,5 @@
</asp:ObjectDataSource>
</div>
</asp:Panel>
<asp:Button runat="server" ID="btnShowPeriodo" OnClick="btnShowPeriodo_Click" CssClass="btnShowPeriodo" />
</div>
@@ -267,6 +267,8 @@ namespace GMW_Term.WebUserControls
protected void Page_Load(object sender, EventArgs e)
{
// scrive label e text bottoni
btnShowPeriodo.Text = "[8] - Imposta periodo";
btnShowPeriodo.AccessKey = "8";
btnLoginPage.Text = "[7]-LogOut";
btnLoginPage.AccessKey = "7";
btnButtonsHome.Text = "[9]-Home";
@@ -583,7 +585,7 @@ namespace GMW_Term.WebUserControls
btnPrendiInCarico.AccessKey = "4";
btnPrendiInCarico.ToolTip = traduci(cmdArgStato(codStatoLista));
btnPrendiInCarico.CommandArgument = cmdArgStato(codStatoLista);
cbeCambiaStato.ConfirmText = traduci(cmdArgStato(codStatoLista));
//cbeCambiaStato.ConfirmText = traduci(cmdArgStato(codStatoLista));
}
/// <summary>
/// chiamato post modifica valore check/selezione nel selettore filtro stato
@@ -599,17 +601,6 @@ namespace GMW_Term.WebUserControls
/// </summary>
private void checkFixOds()
{
#if false
ods.FilterParameters.Clear();
ods.FilterExpression = "(CodLista LIKE '%{0}%' OR Particolare LIKE '%{0}%' OR DescParticolare LIKE '%{0}%')";
// parametro ricerca attuale
SessionParameter parametroFiltro = new SessionParameter();
parametroFiltro.SessionField = "valoreCercato";
parametroFiltro.Name = "ricerca";
parametroFiltro.DefaultValue = "*";
ods.FilterParameters.Add(parametroFiltro);
#endif
// chiamo procedura che aggiorna ods principale
grView.SelectedIndex = -1;
updateOds();
@@ -634,11 +625,11 @@ namespace GMW_Term.WebUserControls
string answ = "";
if (MagClass.magazzino.userHasActiveLP && stato == 1)
{
answ = string.Format("~/images/squareDis_s_{0}.jpg", codStato);
answ = string.Format("~/images/squareDis_m_{0}.jpg", codStato);
}
else
{
answ = string.Format("~/images/square_s_{0}.jpg", codStato);
answ = string.Format("~/images/square_m_{0}.jpg", codStato);
}
return answ;
}
@@ -967,5 +958,15 @@ namespace GMW_Term.WebUserControls
setBarcodeBtn();
grViewDetail.DataBind();
}
/// <summary>
/// mostra selettori periodo x liste di prelievo
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void btnShowPeriodo_Click(object sender, EventArgs e)
{
btnShowPeriodo.Visible = false;
mod_periodoAnalisi1.Visible = true;
}
}
}
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:2.0.50727.4959
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -13,15 +13,6 @@ namespace GMW_Term.WebUserControls {
public partial class mod_listePrelievo {
/// <summary>
/// lblInput 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 lblInput;
/// <summary>
/// mod_periodoAnalisi1 control.
/// </summary>
@@ -31,15 +22,6 @@ namespace GMW_Term.WebUserControls {
/// </remarks>
protected global::mod_periodoAnalisi mod_periodoAnalisi1;
/// <summary>
/// pnlMaster 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.Panel pnlMaster;
/// <summary>
/// btnLoginPage control.
/// </summary>
@@ -58,6 +40,15 @@ namespace GMW_Term.WebUserControls {
/// </remarks>
protected global::System.Web.UI.WebControls.Button btnButtonsHome;
/// <summary>
/// pnlMaster 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.Panel pnlMaster;
/// <summary>
/// grView control.
/// </summary>
@@ -121,15 +112,6 @@ namespace GMW_Term.WebUserControls {
/// </remarks>
protected global::System.Web.UI.WebControls.Button btnPrendiInCarico;
/// <summary>
/// cbeCambiaStato control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::AjaxControlToolkit.ConfirmButtonExtender cbeCambiaStato;
/// <summary>
/// grViewDetail control.
/// </summary>
@@ -147,5 +129,14 @@ namespace GMW_Term.WebUserControls {
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.ObjectDataSource odsDetail;
/// <summary>
/// btnShowPeriodo 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.Button btnShowPeriodo;
}
}
@@ -18,7 +18,10 @@ namespace GMW_Term.WebUserControls
operatore = user_std.UtSn.CognomeNome;
}
catch
{ }
{
// rimando a login...
Response.Redirect("~/Default.aspx");
}
if (operatore != "")
{
lblTitolo.Text = string.Format("{0} - {1}", traduci(memLayer.ML.confReadString("titleApp")), operatore);
@@ -1,9 +1,9 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_periodoAnalisi" CodeBehind="mod_periodoAnalisi.ascx.cs" %>
<div id="smallTable">
<div style="float: left;">
<div style="float: right;">
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"
DataSourceID="odsPeriodi" DataTextField="label" DataValueField="value" Font-Size="Smaller"
Width="90px">
DataSourceID="odsPeriodi" DataTextField="label" DataValueField="value" Font-Size="10pt"
Width="80px">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsPeriodi" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="getByConditio" TypeName="GMW_data.DS_utilityTableAdapters.v_selPeriodiTradTableAdapter">
@@ -13,14 +13,14 @@
</asp:ObjectDataSource>
</div>
<div style="float: left; padding-right: 1px;">
<asp:TextBox ID="txtInizio" TabIndex="1" runat="server" Width="52px" MaxLength="10"
Font-Size="Smaller" AutoPostBack="True" OnTextChanged="txtInizio_TextChanged"></asp:TextBox>
<asp:TextBox ID="txtInizio" TabIndex="1" runat="server" Width="64px" MaxLength="10"
Font-Size="10pt" AutoPostBack="True" OnTextChanged="txtInizio_TextChanged"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="!!!"
ControlToValidate="txtInizio" Display="Dynamic" />
</div>
<div style="float: left; padding-right: 1px;">
<asp:TextBox ID="txtFine" TabIndex="2" runat="server" Width="52px" MaxLength="10"
Font-Size="Smaller" AutoPostBack="True" OnTextChanged="txtFine_TextChanged"></asp:TextBox>
<asp:TextBox ID="txtFine" TabIndex="2" runat="server" Width="64px" MaxLength="10"
Font-Size="10pt" AutoPostBack="True" OnTextChanged="txtFine_TextChanged"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="!!!"
ControlToValidate="txtFine" Display="Dynamic" />
</div>
@@ -0,0 +1,37 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_processPackList.ascx.cs"
Inherits="GMW_Term.WebUserControls.mod_processPackList" %>
<div style="font-size: large">
<div>
<div style="float: left;">
<asp:Label runat="server" ID="lblListaAttiva" />
</div>
<div style="float: right;">
<b>
<asp:HyperLink runat="server" ID="hlListaAttiva" NavigateUrl="~/ListePrelievo.aspx" />
</b>
</div>
</div>
<br />
<div>
<div style="float: left;">
<asp:Label runat="server" ID="lblDest" />
</div>
<div style="float: right;">
<b>
<asp:Label runat="server" ID="lblProd" />
</b>
</div>
</div>
<br />
<div>
<div style="float: right;">
<asp:Label runat="server" ID="lblPezzi" />
</div>
</div>
<br />
<div>
<div class="errore">
<asp:Label runat="server" ID="lblErrore" />
</div>
</div>
</div>
@@ -0,0 +1,71 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using SteamWare;
using GMW_data;
namespace GMW_Term.WebUserControls
{
public partial class mod_processPackList : System.Web.UI.UserControl
{
/// <summary>
/// wrapper traduzione termini
/// </summary>
/// <param name="lemma"></param>
/// <returns></returns>
public string traduci(string lemma)
{
return user_std.UtSn.Traduci(lemma);
}
protected void Page_Load(object sender, EventArgs e)
{
updatePackListStatus();
}
/// <summary>
/// aggiorna lo stato della packing list corrente
/// </summary>
private void updatePackListStatus()
{
// recupero barcode e controllo sia valido
string barcode = memLayer.ML.StringSessionObj("UDC_sel");
bool barcodeOk = MagClass.magazzino.checkUDC(barcode);
if (barcodeOk)
{
// controllo se barcode è ok x LDP corrente...
if (MagClass.magazzino.verificaDatiUdc(MagClass.magazzino.codListaAttivaUtente, barcode))
{
MagClass.magazzino.confermaUdcPrelevatoPerLista(MagClass.magazzino.codListaAttivaUtente, barcode);
lblErrore.Visible = false;
}
else
{
// salvo errore
lblErrore.Visible = true;
lblErrore.Text = traduci("BarcodeNonValidoLDP");
}
// svuoto barcode selezionato
memLayer.ML.emptySessionVal("Barcode_sel");
}
//update visualizzazione
lblListaAttiva.Text = traduci("ListaPrel");
hlListaAttiva.Text = traduci("noListActive");
lblDest.Text = "";
lblProd.Text = "";
lblPezzi.Text = "";
try
{
// leggo una riga...
DS_magazzino.ElencoListePrelievoRow riga = MagClass.magazzino.taElencoListePrelievo.getByCodLista(MagClass.magazzino.codListaAttivaUtente)[0];
lblDest.Text = riga.Destinatario;
lblProd.Text = riga.Particolare;
lblPezzi.Text = string.Format("<b>{0}</b>/{1} pz", riga.Prelevato, riga.QtaTot);
hlListaAttiva.Text = MagClass.magazzino.codListaAttivaUtente;
}
catch
{ }
}
}
}
@@ -0,0 +1,70 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4959
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace GMW_Term.WebUserControls {
public partial class mod_processPackList {
/// <summary>
/// lblListaAttiva 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 lblListaAttiva;
/// <summary>
/// hlListaAttiva 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.HyperLink hlListaAttiva;
/// <summary>
/// lblDest 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 lblDest;
/// <summary>
/// lblProd 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 lblProd;
/// <summary>
/// lblPezzi 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 lblPezzi;
/// <summary>
/// lblErrore 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 lblErrore;
}
}
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 973 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1005 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 991 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 975 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 B

+79 -87
View File
@@ -1,87 +1,79 @@
<appSettings>
<!--Setup applicazione-->
<add key="CodModulo" value="GMW" />
<add key="_titoloPagina" value="GMW - Fonderie Mazzucconi S.p.A, portale Gestione Magazzino Web" />
<add key="titleApp" value="GMW_titleApp" />
<add key="welcomeApp" value="GMW_welcomeApp" />
<add key="appName" value="GMW_Term"/>
<add key="SiteName" value="Ambivere"/>
<add key="mainRev" value="1.0"/>
<add key="minRev" value="355"/>
<add key="copyRight" value="SteamWare © 2010-2011" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx"/>
<add key="_commonPages" value="menu.aspx#chLang.aspx" />
<add key="defaultApp" value="GMW_Appl" />
<add key="defaultTitle" value="GMW_ShortWelcome" />
<add key="defaultBody" value="GMW_LongWelcome" />
<add key="_logDir" value="~/logs/"/>
<add key="_logLevel" value="6"/>
<add key="_logMaxMb" value="30"/>
<add key="intUpdatePagina_ms" value="120000" />
<add key="_righeDataGrid" value="30" />
<add key="_righeDataGridLong" value="40" />
<add key="_righeDataGridMed" value="20" />
<add key="_righeDataGridShort" value="10" />
<add key="MinCharAutocomplete" value="2" />
<add key="_fromEmail" value="GMW@steamware.net" />
<add key="urlWebServer" value="http://localhost/GMW/" />
<add key="showLogout" value="false"/>
<!--Default values vari-->
<add key="Max_X" value="850"/>
<add key="Max_Y" value="900"/>
<add key="Max_Z" value="1300"/>
<add key="Max_Kg" value="1000"/>
<add key="NumX" value="10"/>
<add key="NumY" value="5"/>
<add key="NumZ" value="1"/>
<add key="BilanciaMP" value="MP"/>
<add key="CodImballoMP" value="I0054"/>
<add key="CodStatoMP" value="MP"/>
<!--Configurazioni ad hoc Ambivere-->
<add key="Cosumo84PostDelibera" value="true"/>
<add key="riattUdcPermessa" value="true"/>
<!--Setup periodo controlli date-->
<add key="defDayFrom" value="-60"/>
<!--Setup codici postazioni-->
<add key="IdxPosizMP" value="56"/>
<add key="IdxPosNewFusi" value="80"/>
<add key="IdxPosNewWip" value="84"/>
<add key="IdxPosNewFinito" value="84"/>
<!--Permette prelievo/deposito da terminalino senza sparare barcode (con img frecce) -->
<add key ="PrelDepoTermEnabled" value="true"/>
<!--codice per barcode chiusura lista prelievo-->
<add key ="closeCodeLdp" value="clz"/>
<!--Setup stampa-->
<!--<add key="printerCartTara" value="Brother HL-4050CDN"/>-->
<add key="printerCartTara" value="\\Vostro410\PDFCreator"/>
<add key="PageWidthCartTara" value="21cm"/>
<add key="PageHeightCartTara" value="14.8cm"/>
<add key="MarginTara" value="0.5cm"/>
<add key="printerCartMP" value="\\Vostro410\PDFCreator"/>
<add key="PageWidthCartMP" value="21cm"/>
<add key="PageHeightCartMP" value="14.8cm"/>
<add key="MarginMP" value="0.5cm"/>
<add key="printerCartCompleto" value="\\Vostro410\PDFCreator"/>
<add key="PageWidthCartCompleto" value="21cm"/>
<add key="PageHeightCartCompleto" value="14.8cm"/>
<add key="MarginCompleto" value="0.5cm"/>
<add key="ReportDatasource" value="GMWDataSet_stp_prtCartByUDC"/>
<!--Setup installazione-->
<add key="passkey" value="pi=314"/>
<add key="CodCS" value="MA"/>
<add key="MinutiFinestraEditUDC" value="10"/>
<add key="_adminEmail" value="samuele@steamware.net" />
<add key="_logDir" value="~/logs/" />
<add key="_smtpCli" value="keyhammer.ath.cx" />
<add key="GMWConnectionString" value="Data Source=localhost;Initial Catalog=GMW;Persist Security Info=True;User ID=connGMW;Password=steamware"/>
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=GMW;Persist Security Info=True;User ID=connGMW;Password=steamware" />
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=connGMW;Password=steamware" />
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User ID=connGMW;Password=steamware" />
</appSettings>
<appSettings>
<!--Setup applicazione-->
<add key="CodModulo" value="GMW" />
<add key="_titoloPagina" value="GMW - Fonderie Mazzucconi S.p.A, portale Gestione Magazzino Web" />
<add key="titleApp" value="GMW_titleApp" />
<add key="welcomeApp" value="GMW_welcomeApp" />
<add key="appName" value="GMW_Term" />
<add key="SiteName" value="Ambivere" />
<add key="mainRev" value="1.1" />
<add key="minRev" value="399" />
<add key="copyRight" value="SteamWare © 2010-2011" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
<add key="_commonPages" value="menu.aspx#chLang.aspx" />
<add key="defaultApp" value="GMW_Appl" />
<add key="defaultTitle" value="GMW_ShortWelcome" />
<add key="defaultBody" value="GMW_LongWelcome" />
<add key="_logDir" value="~/logs/" />
<add key="_logLevel" value="6" />
<add key="_logMaxMb" value="30" />
<add key="intUpdatePagina_ms" value="120000" />
<add key="_righeDataGrid" value="30" />
<add key="_righeDataGridLong" value="40" />
<add key="_righeDataGridMed" value="20" />
<add key="_righeDataGridShort" value="10" />
<add key="MinCharAutocomplete" value="2" />
<add key="_fromEmail" value="GMW@steamware.net" />
<add key="urlWebServer" value="http://localhost/GMW/" />
<add key="echoLemmi" value="false" />
<add key="showLogout" value="false" />
<!-- determina se non chiedere login x terminalini -->
<add key="SimpleLogin" value="false" />
<add key="CodOperDefault" value="O0000000000099999" />
<!--Default values vari-->
<add key="Max_X" value="850" />
<add key="Max_Y" value="900" />
<add key="Max_Z" value="1300" />
<add key="Max_Kg" value="1000" />
<add key="NumX" value="10" />
<add key="NumY" value="5" />
<add key="NumZ" value="1" />
<add key="BilanciaMP" value="MP" />
<add key="CodImballoMP" value="I0054" />
<add key="CodStatoMP" value="MP" />
<add key="numGgToReloadRQ" value="30" />
<!--Setup urls stampa reports-->
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&amp;rs:Command=Render&amp;rc:Parameters=true&amp;rc:Toolbar=true&amp;CodListaPrel={3}{4}" />
<add key="reportingServerAddress" value="SRV65:8282" />
<add key="reportDir" value="POSSIDONIO/MAGAZZINO" />
<add key="reportName" value="Lista_di_Prelievo" />
<add key="reportOpzPdf" value="&amp;rs:Format=PDF" />
<!--Configurazioni ad hoc Ambivere-->
<add key="Cosumo84PostDelibera" value="true" />
<add key="riattUdcPermessa" value="true" />
<!--Setup periodo controlli date-->
<add key="defDayFrom" value="-60" />
<add key="mostraSelOra" value="false" />
<!--Setup codici postazioni-->
<add key="IdxPosizMP" value="56" />
<add key="IdxPosNewFusi" value="80" />
<add key="IdxPosNewWip" value="84" />
<add key="IdxPosNewRienTerz" value="30" />
<add key="IdxPosNewFinito" value="84" />
<add key="IdxPosizioneOdette" value="4" />
<!--Permette prelievo/deposito da terminalino senza sparare barcode (con img frecce) -->
<add key ="PrelDepoTermEnabled" value="true"/>
<!--codice per barcode chiusura lista prelievo-->
<add key ="closeCodeLdp" value="CLZ"/>
<!--Setup installazione-->
<add key="passkey" value="pi=314" />
<add key="CodCS" value="MA" />
<add key="MinutiFinestraEditUDC" value="10" />
<add key="_adminEmail" value="giancarlo.rottoli@mazzucconi.com" />
<add key="_smtpCli" value="SRV64" />
<add key="GMWConnectionString" value="Data Source=localhost;Initial Catalog=GMW;Persist Security Info=True;User ID=connGMW;Password=steamware"/>
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=GMW;Persist Security Info=True;User ID=connGMW;Password=steamware" />
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=connGMW;Password=steamware" />
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User ID=connGMW;Password=steamware" />
</appSettings>
+79
View File
@@ -0,0 +1,79 @@
<appSettings>
<!--Setup applicazione-->
<add key="CodModulo" value="GMW" />
<add key="_titoloPagina" value="GMW - Fonderie Mazzucconi S.p.A, portale Gestione Magazzino Web" />
<add key="titleApp" value="GMW_titleApp" />
<add key="welcomeApp" value="GMW_welcomeApp" />
<add key="appName" value="GMW_Term" />
<add key="SiteName" value="San Possidonio" />
<add key="mainRev" value="1.1" />
<add key="minRev" value="399" />
<add key="copyRight" value="SteamWare © 2010-2011" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
<add key="_commonPages" value="menu.aspx#chLang.aspx" />
<add key="defaultApp" value="GMW_Appl" />
<add key="defaultTitle" value="GMW_ShortWelcome" />
<add key="defaultBody" value="GMW_LongWelcome" />
<add key="_logDir" value="~/logs/" />
<add key="_logLevel" value="6" />
<add key="_logMaxMb" value="30" />
<add key="intUpdatePagina_ms" value="120000" />
<add key="_righeDataGrid" value="30" />
<add key="_righeDataGridLong" value="40" />
<add key="_righeDataGridMed" value="20" />
<add key="_righeDataGridShort" value="10" />
<add key="MinCharAutocomplete" value="2" />
<add key="_fromEmail" value="GMW@steamware.net" />
<add key="urlWebServer" value="http://SRV-PRODSP01/GMW/" />
<add key="echoLemmi" value="false" />
<add key="showLogout" value="false" />
<!-- determina se non chiedere login x terminalini -->
<add key="SimpleLogin" value="false" />
<add key="CodOperDefault" value="O0000000000099999" />
<!--Default values vari-->
<add key="Max_X" value="850" />
<add key="Max_Y" value="900" />
<add key="Max_Z" value="1300" />
<add key="Max_Kg" value="1000" />
<add key="NumX" value="10" />
<add key="NumY" value="5" />
<add key="NumZ" value="1" />
<add key="BilanciaMP" value="MP" />
<add key="CodImballoMP" value="" />
<add key="CodStatoMP" value="MP" />
<add key="numGgToReloadRQ" value="30" />
<!--Setup urls stampa reports-->
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&amp;rs:Command=Render&amp;rc:Parameters=true&amp;rc:Toolbar=true&amp;CodListaPrel={3}{4}" />
<add key="reportingServerAddress" value="SRV65:8282" />
<add key="reportDir" value="POSSIDONIO/MAGAZZINO" />
<add key="reportName" value="Lista_di_Prelievo" />
<add key="reportOpzPdf" value="&amp;rs:Format=PDF" />
<!--Configurazioni ad hoc SP-->
<add key="Cosumo84PostDelibera" value="true" />
<add key="riattUdcPermessa" value="true" />
<!--Setup periodo controlli date-->
<add key="defDayFrom" value="-60" />
<add key="mostraSelOra" value="false" />
<!--Setup codici postazioni-->
<add key="IdxPosizMP" value="6" />
<add key="IdxPosNewFusi" value="7" />
<add key="IdxPosNewWip" value="10" />
<add key="IdxPosNewRienTerz" value="30" />
<add key="IdxPosNewFinito" value="4" />
<add key="IdxPosizioneOdette" value="4" />
<!--Permette prelievo/deposito da terminalino senza sparare barcode (con img frecce) -->
<add key ="PrelDepoTermEnabled" value="true"/>
<!--codice per barcode chiusura lista prelievo-->
<add key ="closeCodeLdp" value="CLZ"/>
<!--Setup installazione-->
<add key="passkey" value="pi=314" />
<add key="CodCS" value="SP" />
<add key="MinutiFinestraEditUDC" value="10" />
<add key="_adminEmail" value="giancarlo.rottoli@mazzucconi.com" />
<add key="_smtpCli" value="SRV64" />
<add key="GMWConnectionString" value="Data Source=SRV65;Initial Catalog=SP_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" />
<add key="PermessiConnectionString" value="Data Source=SRV65;Initial Catalog=SP_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" />
<add key="UtenteCdcConnectionString" value="Data Source=SRV65;Initial Catalog=SP_Anagrafica;Persist Security Info=True;User ID=connGMW;Password=steamware" />
<add key="VocabolarioConnectionString" value="Data Source=SRV65;Initial Catalog=SP_Vocabolario;Persist Security Info=True;User ID=connGMW;Password=steamware" />
</appSettings>
@@ -0,0 +1,3 @@
<connectionStrings>
<add connectionString="Data Source=SRV65;Initial Catalog=SP_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" name="GMW_data.Properties.Settings.GMWConnectionString" providerName="System.Data.SqlClient" />
</connectionStrings>
Binary file not shown.
+2 -2
View File
@@ -40,10 +40,10 @@
<ItemGroup>
</ItemGroup>
<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<WebConfigReplacementFiles Include="mazzAppSettings.config">
<WebConfigReplacementFiles Include="mazzAppSettingsSP.config">
<Section>appSettings</Section>
</WebConfigReplacementFiles>
<WebConfigReplacementFiles Include="mazzConnectionStrings.config">
<WebConfigReplacementFiles Include="mazzConnectionStringsSP.config">
<Section>connectionStrings</Section>
</WebConfigReplacementFiles>
</ItemGroup>
@@ -27,7 +27,7 @@
}
"Entry"
{
"MsmKey" = "8:_B0271B832DBE45F0B50639E61DAE3CF4"
"MsmKey" = "8:_9F48A959FA0448498F7A80EFAE9D3368"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -40,7 +40,7 @@
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_B0271B832DBE45F0B50639E61DAE3CF4"
"OwnerKey" = "8:_9F48A959FA0448498F7A80EFAE9D3368"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
@@ -109,7 +109,7 @@
"Enabled" = "11:TRUE"
"PromptEnabled" = "11:TRUE"
"PrerequisitesLocation" = "2:1"
"Url" = "8:http://localhost/GMW_Term"
"Url" = "8:http://localhost/GMWT"
"ComponentsUrl" = "8:"
"Items"
{
@@ -159,6 +159,20 @@
"InstallerClass" = "11:FALSE"
"CustomActionData" = "8:"
}
"{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_C38AB27C73FC4647B8F538EE66720BE2"
{
"Name" = "8:Primary output from IISConsoleVB (Active)"
"Condition" = "8:"
"Object" = "8:_9F48A959FA0448498F7A80EFAE9D3368"
"FileType" = "3:2"
"InstallAction" = "3:1"
"Arguments" = "8: [TARGETVDIR] \"anonymous\""
"EntryPoint" = "8:"
"Sequence" = "3:3"
"Identifier" = "8:_6CCCC76A_A1D6_44F8_8C49_D87F8DF822F8"
"InstallerClass" = "11:FALSE"
"CustomActionData" = "8:"
}
}
"DefaultFeature"
{
@@ -329,19 +343,19 @@
"Product"
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:GMW_Term"
"ProductCode" = "8:{8C924F61-B7F4-4841-B69F-72D6ED58A69C}"
"PackageCode" = "8:{BE80EE80-1B85-4D1C-87AA-4F8C3F30C017}"
"ProductName" = "8:GMWT"
"ProductCode" = "8:{093C49C0-2182-432F-9C69-BA8690912B59}"
"PackageCode" = "8:{D73E85A4-7F57-4B59-B420-9EB4B892499D}"
"UpgradeCode" = "8:{B348C50D-8DAD-4430-AEF0-60800C94CB78}"
"RestartWWWService" = "11:TRUE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.0.355"
"ProductVersion" = "8:1.0.399"
"Manufacturer" = "8:SteamWare s.r.l."
"ARPHELPTELEPHONE" = "8:+39-035460560"
"ARPHELPLINK" = "8:http://www.steamware.net"
"Title" = "8:GMW_Term"
"Title" = "8:GMWT"
"Subject" = "8:"
"ARPCONTACT" = "8:SteamWare s.r.l."
"Keywords" = "8:"
@@ -836,7 +850,7 @@
{
}
}
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_B0271B832DBE45F0B50639E61DAE3CF4"
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_9F48A959FA0448498F7A80EFAE9D3368"
{
"SourcePath" = "8:..\\..\\IISCustomActionVB\\IISConsoleVB\\obj\\Release\\IISConsoleVB.exe"
"TargetName" = "8:"
Binary file not shown.
-20
View File
@@ -19,8 +19,6 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Deploy|Any CPU = Deploy|Any CPU
Installer_Offline|Any CPU = Installer_Offline|Any CPU
Installer_test|Any CPU = Installer_test|Any CPU
Installer|Any CPU = Installer|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
@@ -29,8 +27,6 @@ Global
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Deploy|Any CPU.ActiveCfg = Release|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Deploy|Any CPU.Build.0 = Release|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Installer_Offline|Any CPU.ActiveCfg = Installer_Offline|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Installer_test|Any CPU.ActiveCfg = Installer_test|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Installer|Any CPU.ActiveCfg = Release|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Installer|Any CPU.Build.0 = Release|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -39,25 +35,17 @@ Global
{47143721-A018-4BDA-B544-EC3E10BC87A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47143721-A018-4BDA-B544-EC3E10BC87A2}.Deploy|Any CPU.ActiveCfg = Release|Any CPU
{47143721-A018-4BDA-B544-EC3E10BC87A2}.Deploy|Any CPU.Build.0 = Release|Any CPU
{47143721-A018-4BDA-B544-EC3E10BC87A2}.Installer_Offline|Any CPU.ActiveCfg = Release|Any CPU
{47143721-A018-4BDA-B544-EC3E10BC87A2}.Installer_Offline|Any CPU.Build.0 = Release|Any CPU
{47143721-A018-4BDA-B544-EC3E10BC87A2}.Installer_test|Any CPU.ActiveCfg = Release|Any CPU
{47143721-A018-4BDA-B544-EC3E10BC87A2}.Installer_test|Any CPU.Build.0 = Release|Any CPU
{47143721-A018-4BDA-B544-EC3E10BC87A2}.Installer|Any CPU.ActiveCfg = Release|Any CPU
{47143721-A018-4BDA-B544-EC3E10BC87A2}.Installer|Any CPU.Build.0 = Release|Any CPU
{47143721-A018-4BDA-B544-EC3E10BC87A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47143721-A018-4BDA-B544-EC3E10BC87A2}.Release|Any CPU.Build.0 = Release|Any CPU
{FB6006EA-4630-4ECB-82E4-FAC0866789D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB6006EA-4630-4ECB-82E4-FAC0866789D9}.Deploy|Any CPU.ActiveCfg = Release|Any CPU
{FB6006EA-4630-4ECB-82E4-FAC0866789D9}.Installer_Offline|Any CPU.ActiveCfg = Installer_Offline|Any CPU
{FB6006EA-4630-4ECB-82E4-FAC0866789D9}.Installer_test|Any CPU.ActiveCfg = Installer_test|Any CPU
{FB6006EA-4630-4ECB-82E4-FAC0866789D9}.Installer|Any CPU.ActiveCfg = Release|Any CPU
{FB6006EA-4630-4ECB-82E4-FAC0866789D9}.Installer|Any CPU.Build.0 = Release|Any CPU
{FB6006EA-4630-4ECB-82E4-FAC0866789D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67AF6121-D250-44E3-9C4E-0FC36599AAE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67AF6121-D250-44E3-9C4E-0FC36599AAE4}.Deploy|Any CPU.ActiveCfg = Release|Any CPU
{67AF6121-D250-44E3-9C4E-0FC36599AAE4}.Installer_Offline|Any CPU.ActiveCfg = Installer_Offline|Any CPU
{67AF6121-D250-44E3-9C4E-0FC36599AAE4}.Installer_test|Any CPU.ActiveCfg = Installer_test|Any CPU
{67AF6121-D250-44E3-9C4E-0FC36599AAE4}.Installer|Any CPU.ActiveCfg = Release|Any CPU
{67AF6121-D250-44E3-9C4E-0FC36599AAE4}.Installer|Any CPU.Build.0 = Release|Any CPU
{67AF6121-D250-44E3-9C4E-0FC36599AAE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -65,10 +53,6 @@ Global
{E6F8C94F-4D3D-4457-8FC4-848490EA1972}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6F8C94F-4D3D-4457-8FC4-848490EA1972}.Deploy|Any CPU.ActiveCfg = Debug|Any CPU
{E6F8C94F-4D3D-4457-8FC4-848490EA1972}.Deploy|Any CPU.Build.0 = Debug|Any CPU
{E6F8C94F-4D3D-4457-8FC4-848490EA1972}.Installer_Offline|Any CPU.ActiveCfg = Release|Any CPU
{E6F8C94F-4D3D-4457-8FC4-848490EA1972}.Installer_Offline|Any CPU.Build.0 = Release|Any CPU
{E6F8C94F-4D3D-4457-8FC4-848490EA1972}.Installer_test|Any CPU.ActiveCfg = Release|Any CPU
{E6F8C94F-4D3D-4457-8FC4-848490EA1972}.Installer_test|Any CPU.Build.0 = Release|Any CPU
{E6F8C94F-4D3D-4457-8FC4-848490EA1972}.Installer|Any CPU.ActiveCfg = Release|Any CPU
{E6F8C94F-4D3D-4457-8FC4-848490EA1972}.Installer|Any CPU.Build.0 = Release|Any CPU
{E6F8C94F-4D3D-4457-8FC4-848490EA1972}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -76,15 +60,11 @@ Global
{EB197EE4-7E84-436D-A790-72B8629004D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB197EE4-7E84-436D-A790-72B8629004D1}.Deploy|Any CPU.ActiveCfg = Debug|Any CPU
{EB197EE4-7E84-436D-A790-72B8629004D1}.Deploy|Any CPU.Build.0 = Debug|Any CPU
{EB197EE4-7E84-436D-A790-72B8629004D1}.Installer_Offline|Any CPU.ActiveCfg = Release|Any CPU
{EB197EE4-7E84-436D-A790-72B8629004D1}.Installer_test|Any CPU.ActiveCfg = Release|Any CPU
{EB197EE4-7E84-436D-A790-72B8629004D1}.Installer|Any CPU.ActiveCfg = Release|Any CPU
{EB197EE4-7E84-436D-A790-72B8629004D1}.Installer|Any CPU.Build.0 = Release|Any CPU
{EB197EE4-7E84-436D-A790-72B8629004D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C2842BD-69B7-4B42-B854-DED2F73FCEFF}.Debug|Any CPU.ActiveCfg = Debug
{3C2842BD-69B7-4B42-B854-DED2F73FCEFF}.Deploy|Any CPU.ActiveCfg = Debug
{3C2842BD-69B7-4B42-B854-DED2F73FCEFF}.Installer_Offline|Any CPU.ActiveCfg = Release
{3C2842BD-69B7-4B42-B854-DED2F73FCEFF}.Installer_test|Any CPU.ActiveCfg = Release
{3C2842BD-69B7-4B42-B854-DED2F73FCEFF}.Installer|Any CPU.ActiveCfg = Release
{3C2842BD-69B7-4B42-B854-DED2F73FCEFF}.Installer|Any CPU.Build.0 = Release
{3C2842BD-69B7-4B42-B854-DED2F73FCEFF}.Release|Any CPU.ActiveCfg = Release
Binary file not shown.
Binary file not shown.
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.
+1 -1
View File
@@ -350,7 +350,7 @@
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:GMW"
"ProductCode" = "8:{778C1F2A-43FD-4222-92D9-364C3A23F5F3}"
"PackageCode" = "8:{BCF440F7-B859-4BAD-85F3-4CE530596C45}"
"PackageCode" = "8:{25B9FBA6-F02B-40E0-8A02-3BD738C88DEC}"
"UpgradeCode" = "8:{C9BC0732-DC92-4336-BAC9-A05A5D2A97C0}"
"RestartWWWService" = "11:TRUE"
"RemovePreviousVersions" = "11:FALSE"
Binary file not shown.
@@ -302,7 +302,7 @@
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:GMW_test"
"ProductCode" = "8:{DB5DA332-D69E-488E-A9B5-11338F0DA819}"
"PackageCode" = "8:{C97860E8-5B73-4F75-97F5-CA9F3DB0B5A8}"
"PackageCode" = "8:{D79FDB9C-239D-44B9-9AC2-52C5B5593EDC}"
"UpgradeCode" = "8:{6FD64E39-D93B-4ADA-ADF3-303A1BCA49C2}"
"RestartWWWService" = "11:TRUE"
"RemovePreviousVersions" = "11:TRUE"