update e controlli x gian

git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@456 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
samuele
2012-05-22 10:17:11 +00:00
parent df6ed19d1c
commit 42550f7a9b
8 changed files with 16 additions and 16 deletions
@@ -17,6 +17,10 @@ public partial class mod_periodoAnalisi : System.Web.UI.UserControl
protected intervalloDate _intervallo;
/// <summary>
/// avvio componente
/// </summary>
/// <param name="e"></param>
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
@@ -130,7 +134,9 @@ public partial class mod_periodoAnalisi : System.Web.UI.UserControl
ddlOraFine.Visible = false;
}
}
/// <summary>
/// imposta intervallo da sessione o di default
/// </summary>
private void setIntervallo()
{
intervalloDate _intervallo;
@@ -141,7 +147,7 @@ public partial class mod_periodoAnalisi : System.Web.UI.UserControl
catch
{
_intervallo = new intervalloDate();
_intervallo.inizio = DateTime.Now.AddDays(-7);
_intervallo.inizio = DateTime.Now.AddDays(memLayer.ML.confReadInt("defDayFrom"));
_intervallo.fine = DateTime.Now.AddDays(1);
Session["_intervallo"] = _intervallo;
Session["_inizio"] = _intervallo.inizio;
@@ -149,6 +155,9 @@ public partial class mod_periodoAnalisi : System.Web.UI.UserControl
}
scriviDate();
}
/// <summary>
/// imposta durata minima
/// </summary>
private void setDurataMin()
{
int _durataMin;
Binary file not shown.
Binary file not shown.
+3 -12
View File
@@ -121,9 +121,9 @@
<!--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" />
<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-->
@@ -141,15 +141,6 @@
<connectionStrings>
<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.web.extensions>
<scripting>
<webServices>
</webServices>
<!--
<scriptResourceHandler enableCompression="true" enableCaching="true" />
-->
</scripting>
</system.web.extensions>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules>
+1 -1
View File
@@ -307,7 +307,7 @@
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:GMW"
"ProductCode" = "8:{FC1F8B43-87CB-46E0-A0F8-E8340418AE0F}"
"PackageCode" = "8:{23E05040-E8BA-47DF-A8D4-0567E2009850}"
"PackageCode" = "8:{7DFC91CF-4749-4F29-8960-90CA489F56BF}"
"UpgradeCode" = "8:{C9BC0732-DC92-4336-BAC9-A05A5D2A97C0}"
"RestartWWWService" = "11:TRUE"
"RemovePreviousVersions" = "11:TRUE"
Binary file not shown.
@@ -302,7 +302,7 @@
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:GMW_test"
"ProductCode" = "8:{493EFCC3-43AF-413F-B141-F0A333EE6AD0}"
"PackageCode" = "8:{FF6D51E2-917D-467C-87D6-B9805CEF7840}"
"PackageCode" = "8:{F6BF5B16-FD3F-498A-A5AD-A3100A3F03E7}"
"UpgradeCode" = "8:{6FD64E39-D93B-4ADA-ADF3-303A1BCA49C2}"
"RestartWWWService" = "11:TRUE"
"RemovePreviousVersions" = "11:TRUE"