diff --git a/GMW/GMW/Web.config b/GMW/GMW/Web.config index 103e92cb..ca8ac3f3 100644 --- a/GMW/GMW/Web.config +++ b/GMW/GMW/Web.config @@ -90,6 +90,9 @@ + + + diff --git a/GMW/GMW/WebUserControls/mod_periodoAnalisi.ascx.cs b/GMW/GMW/WebUserControls/mod_periodoAnalisi.ascx.cs index 6be7b2de..7ece0afd 100644 --- a/GMW/GMW/WebUserControls/mod_periodoAnalisi.ascx.cs +++ b/GMW/GMW/WebUserControls/mod_periodoAnalisi.ascx.cs @@ -191,7 +191,15 @@ public partial class mod_periodoAnalisi : System.Web.UI.UserControl public void setPeriodoFree() { + // imposto come periodo libero DropDownList1.SelectedIndex = 0; + // inserisco un intervallo date da parametro web.config + intervalloDate interv = new intervalloDate(); + interv.fine = DateTime.Now.Date.AddDays(1); + interv.inizio = interv.fine.AddDays(memLayer.ML.confReadInt("defDayFrom")); + intervalloAnalisi = interv; + // update! + doUpdate(); } #region gestione eventi diff --git a/GMW/GMW/bin/GMW.dll b/GMW/GMW/bin/GMW.dll index eb2501c2..aaa9af0f 100644 Binary files a/GMW/GMW/bin/GMW.dll and b/GMW/GMW/bin/GMW.dll differ diff --git a/GMW/GMW/bin/GMW_data.dll b/GMW/GMW/bin/GMW_data.dll index b9b21fa7..7bbf5b2b 100644 Binary files a/GMW/GMW/bin/GMW_data.dll and b/GMW/GMW/bin/GMW_data.dll differ diff --git a/GMW/GMW/bin/SteamWare.dll b/GMW/GMW/bin/SteamWare.dll index 185f5a3f..ff6ffb8c 100644 Binary files a/GMW/GMW/bin/SteamWare.dll and b/GMW/GMW/bin/SteamWare.dll differ diff --git a/GMW/GMW/mazzAppSettings.config b/GMW/GMW/mazzAppSettings.config index 4c00b0af..457f8070 100644 --- a/GMW/GMW/mazzAppSettings.config +++ b/GMW/GMW/mazzAppSettings.config @@ -35,6 +35,9 @@ + + + diff --git a/GMW/GMW/obj/Debug/GMW.dll b/GMW/GMW/obj/Debug/GMW.dll index 1686124c..aaa9af0f 100644 Binary files a/GMW/GMW/obj/Debug/GMW.dll and b/GMW/GMW/obj/Debug/GMW.dll differ diff --git a/GMW/GMW/obj/Debug/ResolveAssemblyReference.cache b/GMW/GMW/obj/Debug/ResolveAssemblyReference.cache index 21585842..f4274e5b 100644 Binary files a/GMW/GMW/obj/Debug/ResolveAssemblyReference.cache and b/GMW/GMW/obj/Debug/ResolveAssemblyReference.cache differ diff --git a/GMW/GMW_Term/Web.config b/GMW/GMW_Term/Web.config index 3345e0b4..cdc4a65b 100644 --- a/GMW/GMW_Term/Web.config +++ b/GMW/GMW_Term/Web.config @@ -83,7 +83,10 @@ - + + + + diff --git a/GMW/GMW_Term/WebUserControls/mod_periodoAnalisi.ascx.cs b/GMW/GMW_Term/WebUserControls/mod_periodoAnalisi.ascx.cs index 547b8503..f452e967 100644 --- a/GMW/GMW_Term/WebUserControls/mod_periodoAnalisi.ascx.cs +++ b/GMW/GMW_Term/WebUserControls/mod_periodoAnalisi.ascx.cs @@ -190,7 +190,15 @@ public partial class mod_periodoAnalisi : System.Web.UI.UserControl public void setPeriodoFree() { + // imposto come periodo libero DropDownList1.SelectedIndex = 0; + // inserisco un intervallo date da parametro web.config + intervalloDate interv = new intervalloDate(); + interv.fine = DateTime.Now.Date.AddDays(1); + interv.inizio = interv.fine.AddDays(memLayer.ML.confReadInt("defDayFrom")); + intervalloAnalisi = interv; + // update! + doUpdate(); } #region gestione eventi diff --git a/GMW/GMW_Term/bin/GMW_Term.dll b/GMW/GMW_Term/bin/GMW_Term.dll index 4ff5640e..c407ab87 100644 Binary files a/GMW/GMW_Term/bin/GMW_Term.dll and b/GMW/GMW_Term/bin/GMW_Term.dll differ diff --git a/GMW/GMW_Term/bin/GMW_data.dll b/GMW/GMW_Term/bin/GMW_data.dll index 452ad153..7bbf5b2b 100644 Binary files a/GMW/GMW_Term/bin/GMW_data.dll and b/GMW/GMW_Term/bin/GMW_data.dll differ diff --git a/GMW/GMW_Term/bin/SteamWare.dll b/GMW/GMW_Term/bin/SteamWare.dll index 185f5a3f..ff6ffb8c 100644 Binary files a/GMW/GMW_Term/bin/SteamWare.dll and b/GMW/GMW_Term/bin/SteamWare.dll differ diff --git a/GMW/GMW_Term/mazzAppSettings.config b/GMW/GMW_Term/mazzAppSettings.config index 1817ff2a..b499c276 100644 --- a/GMW/GMW_Term/mazzAppSettings.config +++ b/GMW/GMW_Term/mazzAppSettings.config @@ -35,6 +35,9 @@ + + + diff --git a/GMW/GMW_Term/obj/Debug/GMW_Term.dll b/GMW/GMW_Term/obj/Debug/GMW_Term.dll index 3819da8a..c407ab87 100644 Binary files a/GMW/GMW_Term/obj/Debug/GMW_Term.dll and b/GMW/GMW_Term/obj/Debug/GMW_Term.dll differ diff --git a/GMW/GMW_Term/obj/Debug/ResolveAssemblyReference.cache b/GMW/GMW_Term/obj/Debug/ResolveAssemblyReference.cache index 56841a40..8287b495 100644 Binary files a/GMW/GMW_Term/obj/Debug/ResolveAssemblyReference.cache and b/GMW/GMW_Term/obj/Debug/ResolveAssemblyReference.cache differ diff --git a/GMW/GMW_data/bin/Debug/GMW_data.dll b/GMW/GMW_data/bin/Debug/GMW_data.dll index 7d3597fa..7bbf5b2b 100644 Binary files a/GMW/GMW_data/bin/Debug/GMW_data.dll and b/GMW/GMW_data/bin/Debug/GMW_data.dll differ diff --git a/GMW/GMW_data/obj/Debug/GMW_data.dll b/GMW/GMW_data/obj/Debug/GMW_data.dll index 7d3597fa..7bbf5b2b 100644 Binary files a/GMW/GMW_data/obj/Debug/GMW_data.dll and b/GMW/GMW_data/obj/Debug/GMW_data.dll differ diff --git a/GMW/GMW_installer/GMW_installer.vdproj b/GMW/GMW_installer/GMW_installer.vdproj index 4e607606..500fd7c8 100644 --- a/GMW/GMW_installer/GMW_installer.vdproj +++ b/GMW/GMW_installer/GMW_installer.vdproj @@ -350,7 +350,7 @@ "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:GMW" "ProductCode" = "8:{608D41A2-B7A3-4CBD-B57D-997F9B1C9AC4}" - "PackageCode" = "8:{55C6BFF3-7835-4C1A-9DF9-6AF176F8A47D}" + "PackageCode" = "8:{F1DC295F-A84D-4629-8F7E-C543B1520101}" "UpgradeCode" = "8:{C9BC0732-DC92-4336-BAC9-A05A5D2A97C0}" "RestartWWWService" = "11:TRUE" "RemovePreviousVersions" = "11:TRUE"