update x reset e nuovi installer
git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@445 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+5
-5
@@ -60,7 +60,7 @@
|
||||
<add key="appName" value="GMW" />
|
||||
<add key="SiteName" value="Tekal" />
|
||||
<add key="mainRev" value="1.2" />
|
||||
<add key="minRev" value="427" />
|
||||
<add key="minRev" value="428" />
|
||||
<add key="copyRight" value="SteamWare © 2010-2012" />
|
||||
<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" />
|
||||
@@ -212,18 +212,18 @@
|
||||
|
||||
<!--Setup installazione-->
|
||||
<add key="passkey" value="pi=314" />
|
||||
<add key="CodCS" value="TK" />
|
||||
<add key="CodCS" value="SP" />
|
||||
<add key="MinutiFinestraEditUDC" value="10" />
|
||||
<add key="_adminEmail" value="samuele@steamware.net" />
|
||||
<add key="_smtpCli" value="keyhammer.ath.cx" />
|
||||
<add key="GMWConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=sa;Password=keyhammer"/>
|
||||
<add key="GMWConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=SP_GMWTest;Persist Security Info=True;User ID=sa;Password=keyhammer"/>
|
||||
<add key="SP_produzioneConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=sa;Password=keyhammer"/>
|
||||
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=sa;Password=keyhammer"/>
|
||||
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=SP_GMWTest;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=Mazz_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\sql2008r2;Initial Catalog=TK_GMWTest;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_GMWTest;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>
|
||||
<system.webServer>
|
||||
<validation validateIntegratedModeConfiguration="false"/>
|
||||
|
||||
@@ -237,14 +237,14 @@ namespace GMW.WebUserControls
|
||||
protected void btnQta_Click(object sender, EventArgs e)
|
||||
{
|
||||
string UDC = memLayer.ML.StringSessionObj(string.Format("{0}_sel", _idxGridView));
|
||||
decimal qta = 0;
|
||||
decimal qta = -1;
|
||||
try
|
||||
{
|
||||
qta = Convert.ToDecimal(txtQta.Text);
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
if (qta > 0)
|
||||
if (qta >= 0)
|
||||
{
|
||||
MagClass.magazzino.rettificaQtaUDC(UDC, qta);
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,13 +1,13 @@
|
||||
<appSettings>
|
||||
<!--Setup applicazione-->
|
||||
<add key="CodModulo" value="GMW" />
|
||||
<add key="_titoloPagina" value="GMW - TEKAL , portale Gestione Magazzino Web - GRUPPO MAZZUCCONI" />
|
||||
<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="Tekal" />
|
||||
<add key="SiteName" value="San Possidonio" />
|
||||
<add key="mainRev" value="1.2" />
|
||||
<add key="minRev" value="427" />
|
||||
<add key="minRev" value="428" />
|
||||
<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" />
|
||||
@@ -26,7 +26,7 @@
|
||||
<add key="_righeDataGridShort" value="10" />
|
||||
<add key="MinCharAutocomplete" value="2" />
|
||||
<add key="_fromEmail" value="GMW@steamware.net" />
|
||||
<add key="urlWebServer" value="http://SRV-PRODTK01/GMW/" />
|
||||
<add key="urlWebServer" value="http://SRV-PRODSP01/GMW/" />
|
||||
<add key="echoLemmi" value="false" />
|
||||
|
||||
<!--Default values vari-->
|
||||
@@ -40,23 +40,23 @@
|
||||
<add key="BilanciaMP" value="MP" />
|
||||
<add key="CodStatoMP" value="MP" />
|
||||
<add key="CodStatoMP-NA" value="MP-NA" />
|
||||
<add key="numGgToReloadRQ" value="30" />
|
||||
<add key="numGgToReloadRQ" value="60" />
|
||||
<add key="showSizeCellaInDettMag" value="false" />
|
||||
<add key="maxBarplotLargh" value="1000" />
|
||||
|
||||
<!--Imballi-->
|
||||
<add key="CodImballoMP" value="" />
|
||||
<add key="CodImballoLiquidi" value="" />
|
||||
<add key="CodImballoLiquidiDaSpedire" value="" />
|
||||
<add key="QtaImballoLiquidi" value="0" />
|
||||
<add key="QtaImballoLiquidiDaSpedire" value="0" />
|
||||
<add key="CodImballoAnime" value="IA00" />
|
||||
<add key="QtaImballoAnime" value="50" />
|
||||
<add key="CodImballoLiquidi" value="IF10" />
|
||||
<add key="CodImballoLiquidiDaSpedire" value="IF18" />
|
||||
<add key="QtaImballoLiquidi" value="100" />
|
||||
<add key="QtaImballoLiquidiDaSpedire" value="60" />
|
||||
<add key="CodImballoAnime" value="" />
|
||||
<add key="QtaImballoAnime" value="0" />
|
||||
|
||||
<!--Setup urls stampa reports-->
|
||||
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=true&rc:Toolbar=true&CodListaPrel={3}{4}" />
|
||||
<add key="reportingServerAddress" value="SRV-PRODTK01" />
|
||||
<add key="reportDir" value="TEKAL/MAGAZZINO" />
|
||||
<add key="reportingServerAddress" value="SRV65:8282" />
|
||||
<add key="reportDir" value="POSSIDONIO/MAGAZZINO" />
|
||||
<add key="reportName" value="Lista_di_Prelievo_Test" />
|
||||
<add key="reportOpzPdf" value="&rs:Format=PDF" />
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
<add key="doPdfCopy" value="true" />
|
||||
<add key="PdfFolder" value="PDF" />
|
||||
|
||||
<!--Configurazioni ad hoc Tekal-->
|
||||
<!--Configurazioni ad hoc San Possidonio-->
|
||||
<add key="Cosumo84PostDelibera" value="true" />
|
||||
<add key="riattUdcPermessa" value="true" />
|
||||
|
||||
@@ -74,13 +74,13 @@
|
||||
|
||||
<!--Setup codici postazioni-->
|
||||
<add key="IdxPosizMP" value="6" />
|
||||
<add key="IdxPosNewFusi" value="8080" />
|
||||
<add key="IdxPosNewWip" value="8484" />
|
||||
<add key="IdxPosNewRienTerz" value="8888" />
|
||||
<add key="IdxPosNewFinito" value="24" />
|
||||
<add key="IdxPosizioneOdette" value="24" />
|
||||
<add key="IdxPosizioneTrattamenti" value="8484" />
|
||||
<add key="IdxPosizioneLiquidi" value="24" />
|
||||
<add key="IdxPosNewFusi" value="7" />
|
||||
<add key="IdxPosNewWip" value="5" />
|
||||
<add key="IdxPosNewRienTerz" value="30" />
|
||||
<add key="IdxPosNewFinito" value="4" />
|
||||
<add key="IdxPosizioneOdette" value="4" />
|
||||
<add key="IdxPosizioneTrattamenti" value="5" />
|
||||
<add key="IdxPosizioneLiquidi" value="4" />
|
||||
<add key="IdxPosizioneAnime" value="2" />
|
||||
|
||||
<!--Setup codMag-->
|
||||
@@ -88,51 +88,52 @@
|
||||
<add key="CodMagMP_NA" value="6666" />
|
||||
|
||||
<!--Setup stampa cartellini-->
|
||||
<add key="printerCartCompleto" value="\\SRV-DEV01\MPC2500-Copy" />
|
||||
<add key="printerCartCompleto" value="\\SRV-PRODSP01\MPC2500-Copy" />
|
||||
<add key="PageWidthCartCompleto" value="21cm" />
|
||||
<add key="PageHeightCartCompleto" value="29.7cm" />
|
||||
<add key="MarginCartCompleto" value="0.5cm" />
|
||||
<add key="printerCartAnime" value="\\SRV-DEV01\MPC2500-Copy"/>
|
||||
|
||||
<add key="printerCartAnime" value="\\SRV-PRODSP01\MPC2500-Copy"/>
|
||||
<add key="PageWidthCartAnime" value="21cm" />
|
||||
<add key="PageHeightCartAnime" value="29.7cm" />
|
||||
<add key="MarginCartAnime" value="0.5cm" />
|
||||
|
||||
<add key="printerCartFin" value="\\SRV-DEV01\MPC2500-Copy" />
|
||||
<add key="printerCartFin" value="\\SRV-PRODSP01\MPC2500-Copy" />
|
||||
<add key="PageWidthCartFin" value="21cm" />
|
||||
<add key="PageHeightCartFin" value="29.7cm" />
|
||||
<add key="MarginCartFin" value="0.5cm" />
|
||||
|
||||
<add key="printerCartFusi" value="\\SRV-DEV01\MPC2500-Copy" />
|
||||
<add key="printerCartFusi" value="\\SRV-PRODSP01\MPC2500-Copy" />
|
||||
<add key="PageWidthCartFusi" value="21cm" />
|
||||
<add key="PageHeightCartFusi" value="29.7cm" />
|
||||
<add key="MarginCartFusi" value="0.5cm" />
|
||||
|
||||
<add key="printerCartLiquidiF10" value="\\SRV-DEV01\MPC2500-Copy" />
|
||||
<add key="printerCartLiquidiF10" value="\\SRV-PRODSP01\MPC2500-Copy" />
|
||||
<add key="PageWidthCartLiquidiF10" value="21cm" />
|
||||
<add key="PageHeightCartLiquidiF10" value="29.7cm" />
|
||||
<add key="MarginCartLiquidiF10" value="0.5cm" />
|
||||
|
||||
<add key="printerCartLiquidiF18" value="\\SRV-DEV01\MPC2500-Copy" />
|
||||
<add key="printerCartLiquidiF18" value="\\SRV-PRODSP01\MPC2500-Copy" />
|
||||
<add key="PageWidthCartLiquidiF18" value="21cm" />
|
||||
<add key="PageHeightCartLiquidiF18" value="29.7cm" />
|
||||
<add key="MarginCartLiquidiF18" value="0.5cm" />
|
||||
|
||||
<add key="printerCartMP" value="\\SRV-DEV01\MPC2500-Copy" />
|
||||
<add key="printerCartMP" value="\\SRV-PRODSP01\MPC2500-Copy" />
|
||||
<add key="PageWidthCartMP" value="21cm" />
|
||||
<add key="PageHeightCartMP" value="29.7cm" />
|
||||
<add key="MarginCartMP" value="0.5cm" />
|
||||
|
||||
<add key="printerCartOdette" value="\\SRV-DEV01\MPC2500-Copy" />
|
||||
<add key="printerCartOdette" value="\\SRV-PRODSP01\MPC2500-Copy" />
|
||||
<add key="PageWidthCartOdette" value="21cm" />
|
||||
<add key="PageHeightCartOdette" value="29.7cm" />
|
||||
<add key="MarginCartOdette" value="0.5cm" />
|
||||
|
||||
<add key="printerCartTara" value="\\SRV-DEV01\MPC2500-Copy" />
|
||||
<add key="printerCartTara" value="\\SRV-PRODSP01\MPC2500-Copy" />
|
||||
<add key="PageWidthCartTara" value="21cm" />
|
||||
<add key="PageHeightCartTara" value="14.8cm" />
|
||||
<add key="PageHeightCartTara" value="29.7cm" />
|
||||
<add key="MarginCartTara" value="0.5cm" />
|
||||
|
||||
<add key="printerCartWip" value="\\SRV-DEV01\MPC2500-Copy" />
|
||||
<add key="printerCartWip" value="\\SRV-PRODSP01\MPC2500-Copy" />
|
||||
<add key="PageWidthCartWip" value="21cm" />
|
||||
<add key="PageHeightCartWip" value="29.7cm" />
|
||||
<add key="MarginCartWip" value="0.5cm" />
|
||||
@@ -151,20 +152,20 @@
|
||||
|
||||
<!-- setup odette -->
|
||||
<add key="qtaOdette" value="18" />
|
||||
<add key="indStabFrom" value="Via Po,55 I-66020 San Giovanni Teatino CH" />
|
||||
<add key="indStabFrom" value="via Don Minzoni,14 I-41039 S.Possidonio MO" />
|
||||
|
||||
<!--setup gestione stampa postazione cartellini-->
|
||||
<add key="keepParticolareSel" value="true" />
|
||||
|
||||
<!--Setup installazione-->
|
||||
<add key="passkey" value="pi=314" />
|
||||
<add key="CodCS" value="TK" />
|
||||
<add key="CodCS" value="SP" />
|
||||
<add key="MinutiFinestraEditUDC" value="10" />
|
||||
<add key="_adminEmail" value="giancarlo@steamware.net" />
|
||||
<add key="_smtpCli" value="SRV63" />
|
||||
<add key="GMWConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
<add key="SP_produzioneConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=ProduzioneTekalTest;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
<add key="PermessiConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_Anagrafica;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
<add key="VocabolarioConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_Vocabolario;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
</appSettings>
|
||||
<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="SP_produzioneConnectionString" value="Data Source=SRV65;Initial Catalog=ProduzionePossidonioTest;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>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<add key="appName" value="GMW" />
|
||||
<add key="SiteName" value="San Possidonio" />
|
||||
<add key="mainRev" value="1.2" />
|
||||
<add key="minRev" value="427" />
|
||||
<add key="minRev" value="428" />
|
||||
<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" />
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<add key="appName" value="GMW" />
|
||||
<add key="SiteName" value="San Possidonio" />
|
||||
<add key="mainRev" value="1.2" />
|
||||
<add key="minRev" value="427" />
|
||||
<add key="minRev" value="428" />
|
||||
<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" />
|
||||
@@ -40,7 +40,7 @@
|
||||
<add key="BilanciaMP" value="MP" />
|
||||
<add key="CodStatoMP" value="MP" />
|
||||
<add key="CodStatoMP-NA" value="MP-NA" />
|
||||
<add key="numGgToReloadRQ" value="30" />
|
||||
<add key="numGgToReloadRQ" value="60" />
|
||||
<add key="showSizeCellaInDettMag" value="false" />
|
||||
<add key="maxBarplotLargh" value="1000" />
|
||||
|
||||
@@ -93,9 +93,9 @@
|
||||
<add key="PageHeightCartCompleto" value="29.7cm" />
|
||||
<add key="MarginCartCompleto" value="0.5cm" />
|
||||
|
||||
<add key="printerCartAnime" value="\\SRV-DEV01\MPC2500-Copy"/>
|
||||
<add key="printerCartAnime" value="\\SRV-PRODSP01\MPC2500-Copy"/>
|
||||
<add key="PageWidthCartAnime" value="21cm" />
|
||||
<add key="PageHeightCartAnime" value="14.8cm" />
|
||||
<add key="PageHeightCartAnime" value="29.7cm" />
|
||||
<add key="MarginCartAnime" value="0.5cm" />
|
||||
|
||||
<add key="printerCartFin" value="\\SRV-PRODSP01\MPC2500-Copy" />
|
||||
@@ -123,7 +123,7 @@
|
||||
<add key="PageHeightCartMP" value="29.7cm" />
|
||||
<add key="MarginCartMP" value="0.5cm" />
|
||||
|
||||
<add key="printerCartOdette" value="\\SRV-PRODSP01\SP4100NL-Odette" />
|
||||
<add key="printerCartOdette" value="\\SRV-PRODSP01\MPC2500-Copy" />
|
||||
<add key="PageWidthCartOdette" value="21cm" />
|
||||
<add key="PageHeightCartOdette" value="29.7cm" />
|
||||
<add key="MarginCartOdette" value="0.5cm" />
|
||||
@@ -132,7 +132,7 @@
|
||||
<add key="PageWidthCartTara" value="21cm" />
|
||||
<add key="PageHeightCartTara" value="29.7cm" />
|
||||
<add key="MarginCartTara" value="0.5cm" />
|
||||
|
||||
|
||||
<add key="printerCartWip" value="\\SRV-PRODSP01\MPC2500-Copy" />
|
||||
<add key="PageWidthCartWip" value="21cm" />
|
||||
<add key="PageHeightCartWip" value="29.7cm" />
|
||||
@@ -161,7 +161,7 @@
|
||||
<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="_adminEmail" value="giancarlo@steamware.net" />
|
||||
<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="SP_produzioneConnectionString" value="Data Source=SRV65;Initial Catalog=ProduzionePossidonioTest;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<add key="appName" value="GMW" />
|
||||
<add key="SiteName" value="Tekal" />
|
||||
<add key="mainRev" value="1.2" />
|
||||
<add key="minRev" value="427" />
|
||||
<add key="minRev" value="428" />
|
||||
<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" />
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<add key="appName" value="GMW" />
|
||||
<add key="SiteName" value="Tekal" />
|
||||
<add key="mainRev" value="1.2" />
|
||||
<add key="minRev" value="427" />
|
||||
<add key="minRev" value="428" />
|
||||
<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" />
|
||||
@@ -101,7 +101,7 @@
|
||||
<add key="PageWidthCartFin" value="21cm" />
|
||||
<add key="PageHeightCartFin" value="29.7cm" />
|
||||
<add key="MarginCartFin" value="0.5cm" />
|
||||
|
||||
|
||||
<add key="printerCartFusi" value="\\SRV-DEV01\MPC2500-Copy" />
|
||||
<add key="PageWidthCartFusi" value="21cm" />
|
||||
<add key="PageHeightCartFusi" value="29.7cm" />
|
||||
@@ -136,7 +136,7 @@
|
||||
<add key="PageWidthCartWip" value="21cm" />
|
||||
<add key="PageHeightCartWip" value="29.7cm" />
|
||||
<add key="MarginCartWip" value="0.5cm" />
|
||||
|
||||
|
||||
<!--datasources!-->
|
||||
<add key="ReportDatasource" value="GMWDataSet_stp_prtCartByUDC" />
|
||||
<add key="ReportDatasourceOdette" value="GMWDataSet_stp_prtOdetteByUDC" />
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<connectionStrings>
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWtest;Persist Security Info=True;User ID=connGMW;Password=steamware" providerName="System.Data.SqlClient" />
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SRV65;Initial Catalog=SP_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
@@ -1,34 +1,34 @@
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\GMW.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\GMW.pdb
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\AjaxControlToolkit.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\GMW_data.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\SteamWare.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\System.Web.Ajax.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\ICSharpCode.SharpZipLib.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\System.Web.Ajax.pdb
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\AjaxControlToolkit.pdb
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\GMW_data.pdb
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\SteamWare.pdb
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\SteamWare.xml
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\ar\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\cs\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\de\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\es\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\fr\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\he\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\hi\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\it\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\ja\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\ko\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\nl\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\pt\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\ru\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\tr-TR\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\zh-CHS\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\zh-CHT\AjaxControlToolkit.resources.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\ResolveAssemblyReference.cache
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\RdlCompile.cache
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\RdlCompile.compiled
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\GMW.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\GMW.pdb
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\GMW.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\GMW.pdb
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\AjaxControlToolkit.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\GMW_data.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\SteamWare.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\Flesk.ViewState.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\System.Web.Ajax.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\ICSharpCode.SharpZipLib.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\System.Web.Ajax.pdb
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\AjaxControlToolkit.pdb
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\GMW_data.pdb
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\SteamWare.pdb
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\SteamWare.xml
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\ar\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\cs\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\de\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\es\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\fr\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\he\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\hi\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\it\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\ja\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\ko\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\nl\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\pt\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\ru\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\tr-TR\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\zh-CHS\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\zh-CHT\AjaxControlToolkit.resources.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\ResolveAssemblyReference.cache
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\RdlCompile.cache
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\RdlCompile.compiled
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\GMW.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\GMW.pdb
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -432,6 +432,12 @@
|
||||
<Content Include="WebUserControls\mod_menuLDP.ascx" />
|
||||
<Content Include="WebUserControls\mod_menuMov.ascx" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="mazzConnectionStringsSP_test.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="mazzAppSettingsSP_test.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="App_Data\" />
|
||||
<Folder Include="logs\" />
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,11 +1,11 @@
|
||||
<appSettings>
|
||||
<!--Setup applicazione-->
|
||||
<add key="CodModulo" value="GMW" />
|
||||
<add key="_titoloPagina" value="GMW - TEKAL , portale Gestione Magazzino Web - GRUPPO MAZZUCCONI" />
|
||||
<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="Tekal" />
|
||||
<add key="SiteName" value="San Possidonio" />
|
||||
<add key="mainRev" value="1.2" />
|
||||
<add key="minRev" value="430" />
|
||||
<add key="copyRight" value="SteamWare © 2010-2012" />
|
||||
@@ -26,7 +26,7 @@
|
||||
<add key="_righeDataGridShort" value="10" />
|
||||
<add key="MinCharAutocomplete" value="2" />
|
||||
<add key="_fromEmail" value="GMW@steamware.net" />
|
||||
<add key="urlWebServer" value="http://localhost/GMWT/" />
|
||||
<add key="urlWebServer" value="http://SRV-PRODSP01/GMWT/" />
|
||||
<add key="echoLemmi" value="false" />
|
||||
<add key="showLogout" value="false" />
|
||||
<!-- determina se non chiedere login x terminalini -->
|
||||
@@ -47,42 +47,42 @@
|
||||
<add key="numGgToReloadRQ" value="30" />
|
||||
<!--Setup urls stampa reports-->
|
||||
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=true&rc:Toolbar=true&CodListaPrel={3}{4}" />
|
||||
<add key="reportingServerAddress" value="SRV-PRODTK01" />
|
||||
<add key="reportDir" value="TEKAL/MAGAZZINO" />
|
||||
<add key="reportingServerAddress" value="SRV65:8282" />
|
||||
<add key="reportDir" value="POSSIDONIO/MAGAZZINO" />
|
||||
<add key="reportName" value="Lista_di_Prelievo" />
|
||||
<add key="reportOpzPdf" value="&rs:Format=PDF" />
|
||||
<!--Configurazioni ad hoc Tekal-->
|
||||
<!--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="66" />
|
||||
<add key="IdxPosNewFusi" value="77" />
|
||||
<add key="IdxPosNewWip" value="1010" />
|
||||
<add key="IdxPosNewRienTerz" value="3030" />
|
||||
<add key="IdxPosNewFinito" value="24" />
|
||||
<add key="IdxPosizioneOdette" value="24" />
|
||||
<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" />
|
||||
<add key="closeCodeLdp" value="CLOSE" />
|
||||
<!--setup LDP Smart-->
|
||||
<add key="LdpSmartTipoLDP" value="00-Smart" />
|
||||
<add key="LdpSmartDest" value="C001" />
|
||||
<add key="LdpSmartCella" value="LPX010101" />
|
||||
<add key ="LdpSmartTipoLDP" value="00-Smart" />
|
||||
<add key ="LdpSmartDest" value="C001" />
|
||||
<add key ="LdpSmartCella" value="LPX010101" />
|
||||
<!--posizione per UDC spostati da cella mag vuota che risultasse piena da db-->
|
||||
<add key="codCellaErroriAnime" value="S00010101" />
|
||||
<!--Setup installazione-->
|
||||
<add key="passkey" value="pi=314" />
|
||||
<add key="CodCS" value="TK" />
|
||||
<add key="CodCS" value="SP" />
|
||||
<add key="MinutiFinestraEditUDC" value="10" />
|
||||
<add key="_adminEmail" value="giancarlo@steamware.net" />
|
||||
<add key="_smtpCli" value="SRV63" />
|
||||
<add key="GMWConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
<add key="SP_produzioneConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=ProduzioneTekalTest;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
<add key="PermessiConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_Anagrafica;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
<add key="VocabolarioConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_Vocabolario;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
</appSettings>
|
||||
<add key="_adminEmail" value="giancarlo.rottoli@mazzucconi.com" />
|
||||
<add key="_smtpCli" value="SRV64" />
|
||||
<add key="GMWConnectionString" value="Data Source=SRV65;Initial Catalog=GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
<add key="SP_produzioneConnectionString" value="Data Source=SRV65;Initial Catalog=ProduzionePossidonioTest;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
<add key="PermessiConnectionString" value="Data Source=SRV65;Initial Catalog=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,88 @@
|
||||
<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.2" />
|
||||
<add key="minRev" value="430" />
|
||||
<add key="copyRight" value="SteamWare © 2010-2012" />
|
||||
<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="_righeDataGridAnagr" 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/GMWT/" />
|
||||
<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="CodImballoAnime" value="AI00" />
|
||||
<add key="numGgToReloadRQ" value="30" />
|
||||
<!--Setup urls stampa reports-->
|
||||
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=true&rc:Toolbar=true&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="&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="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="CLOSE" />
|
||||
<!--setup LDP Smart-->
|
||||
<add key ="LdpSmartTipoLDP" value="00-Smart" />
|
||||
<add key ="LdpSmartDest" value="C001" />
|
||||
<add key ="LdpSmartCella" value="LPX010101" />
|
||||
<!--posizione per UDC spostati da cella mag vuota che risultasse piena da db-->
|
||||
<add key="codCellaErroriAnime" value="S00010101" />
|
||||
<!--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=GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
<add key="SP_produzioneConnectionString" value="Data Source=SRV65;Initial Catalog=ProduzionePossidonioTest;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
<add key="PermessiConnectionString" value="Data Source=SRV65;Initial Catalog=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>
|
||||
@@ -1,3 +1,3 @@
|
||||
<connectionStrings>
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWtest;Persist Security Info=True;User ID=connGMW;Password=steamware" providerName="System.Data.SqlClient" />
|
||||
<add connectionString="Data Source=SRV65;Initial Catalog=GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" name="GMW_data.Properties.Settings.GMWConnectionString" providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
@@ -0,0 +1,3 @@
|
||||
<connectionStrings>
|
||||
<add connectionString="Data Source=SRV65;Initial Catalog=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.
@@ -1417,8 +1417,16 @@ namespace GMW_data
|
||||
}
|
||||
else
|
||||
{
|
||||
// altrimenti uso la posizione corrente (NON faccio vero spostamento...
|
||||
idxCellaTo = taCelle.getFirstByPosizione(idxPosizUdcCorr.ToString())[0].IdxCella;
|
||||
try
|
||||
{
|
||||
// altrimenti uso la posizione corrente (NON faccio vero spostamento...
|
||||
idxCellaTo = taCelle.getFirstByPosizione(idxPosizUdcCorr.ToString())[0].IdxCella;
|
||||
}
|
||||
catch
|
||||
{
|
||||
// se parto da cella negativa (consumato) calcolo destinazione da cella TO...
|
||||
idxCellaTo = taCelle.getFirstByPosizione(idxPosizioneTo.ToString())[0].IdxCella;
|
||||
}
|
||||
}
|
||||
// sposto UDC
|
||||
spostaUDC(CodCS, _UDC, idxCellaTo, false);
|
||||
|
||||
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.
@@ -18,14 +18,14 @@ C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data
|
||||
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\obj\Debug\ResolveAssemblyReference.cache
|
||||
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\obj\Debug\GMW_data.dll
|
||||
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\obj\Debug\GMW_data.pdb
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\GMW_data.dll.config
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\GMW_data.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\GMW_data.pdb
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\SteamWare.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\ICSharpCode.SharpZipLib.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\SteamWare.pdb
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\SteamWare.xml
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\obj\Debug\ResolveAssemblyReference.cache
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\obj\Debug\GMW_data.dll
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\obj\Debug\GMW_data.pdb
|
||||
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\Flesk.ViewState.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\GMW_data.dll.config
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\GMW_data.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\GMW_data.pdb
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\SteamWare.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\Flesk.ViewState.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\ICSharpCode.SharpZipLib.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\SteamWare.pdb
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\bin\Debug\SteamWare.xml
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\obj\Debug\ResolveAssemblyReference.cache
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\obj\Debug\GMW_data.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_data\obj\Debug\GMW_data.pdb
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,3 @@
|
||||
<connectionStrings>
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWtest;Persist Security Info=True;User ID=connGMW;Password=steamware" providerName="System.Data.SqlClient" />
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SRV65;Initial Catalog=SP_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
@@ -1,3 +1,3 @@
|
||||
<connectionStrings>
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWtest;Persist Security Info=True;User ID=connGMW;Password=steamware" providerName="System.Data.SqlClient" />
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SRV65;Initial Catalog=SP_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
@@ -301,14 +301,14 @@
|
||||
{
|
||||
"Name" = "8:Microsoft Visual Studio"
|
||||
"ProductName" = "8:GMW_test"
|
||||
"ProductCode" = "8:{57FE96F9-ABD2-44EE-80E3-F3A11A0F183B}"
|
||||
"PackageCode" = "8:{5FF48EA0-229F-47D6-8A66-4BEA9796518A}"
|
||||
"ProductCode" = "8:{CA627061-3039-422F-926C-3FC8C98E71CA}"
|
||||
"PackageCode" = "8:{1F9AF7CF-7DC7-4E4C-A54E-390B7FEACE58}"
|
||||
"UpgradeCode" = "8:{6FD64E39-D93B-4ADA-ADF3-303A1BCA49C2}"
|
||||
"RestartWWWService" = "11:TRUE"
|
||||
"RemovePreviousVersions" = "11:TRUE"
|
||||
"DetectNewerInstalledVersion" = "11:TRUE"
|
||||
"InstallAllUsers" = "11:FALSE"
|
||||
"ProductVersion" = "8:1.1.427"
|
||||
"ProductVersion" = "8:1.1.428"
|
||||
"Manufacturer" = "8:SteamWare s.r.l."
|
||||
"ARPHELPTELEPHONE" = "8:+39-035460560"
|
||||
"ARPHELPLINK" = "8:http://www.steamware.net"
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user