-
+
+
+ <%--
<%: traduci("HMaRepStepB") %>
--%>
+
+
+
<%: traduci("HMaRepProcData") %>
-
-
-
-
- <%--
<%:traduci("Simulate") %>--%>
-
-
-
-
-
<%: traduci("HMaRepStepC") %>
-
-
+
+
+ <%--
<%: traduci("HMaRepStepC") %>
--%>
+
+
+
<%--<%: traduci("HMaRepProcData") %>--%>
+
+
+
+
<%: traduci("MarginReport") %>
-
+
+
+
+
+
diff --git a/C2P/WebUserControls/mod_marginReport.ascx.cs b/C2P/WebUserControls/mod_marginReport.ascx.cs
index 9c1a620..04f93c9 100644
--- a/C2P/WebUserControls/mod_marginReport.ascx.cs
+++ b/C2P/WebUserControls/mod_marginReport.ascx.cs
@@ -99,7 +99,7 @@ namespace C2P.WebUserControls
break;
case "DataProc":
divDataProc.Visible = true;
- btnDoAcquire.Visible = (queueLenght() > 0);
+ btnDoAcquire.Enabled = (queueLenght() > 0);
break;
case "Analisys":
divAnalisys.Visible = true;
diff --git a/C2P/WebUserControls/mod_marginReport.ascx.designer.cs b/C2P/WebUserControls/mod_marginReport.ascx.designer.cs
index 584ad9c..222e8b6 100644
--- a/C2P/WebUserControls/mod_marginReport.ascx.designer.cs
+++ b/C2P/WebUserControls/mod_marginReport.ascx.designer.cs
@@ -12,6 +12,24 @@ namespace C2P.WebUserControls {
public partial class mod_marginReport {
+ ///
+ /// divHelp control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlGenericControl divHelp;
+
+ ///
+ /// mod_MaRepActData1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::C2P.WebUserControls.mod_MaRepActData mod_MaRepActData1;
+
///
/// lbHeader control.
///
@@ -39,24 +57,6 @@ namespace C2P.WebUserControls {
///
protected global::System.Web.UI.WebControls.LinkButton lbExtrPar;
- ///
- /// divHelp control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.HtmlControls.HtmlGenericControl divHelp;
-
- ///
- /// mod_MaRepActData1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::C2P.WebUserControls.mod_MaRepActData mod_MaRepActData1;
-
///
/// divDataIn control.
///
diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll
index 35e71f0..0e5914b 100644
Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ
diff --git a/C2P/bin/C2P_Data.dll b/C2P/bin/C2P_Data.dll
index 85561ef..8c79bca 100644
Binary files a/C2P/bin/C2P_Data.dll and b/C2P/bin/C2P_Data.dll differ
diff --git a/C2P/bin/SteamWare.dll b/C2P/bin/SteamWare.dll
index 31b9ecb..fa8d2a2 100644
Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ
diff --git a/C2P/login.aspx.cs b/C2P/login.aspx.cs
index 70de007..9487a43 100644
--- a/C2P/login.aspx.cs
+++ b/C2P/login.aspx.cs
@@ -8,6 +8,7 @@ using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
+using SteamWare;
public partial class login : System.Web.UI.Page
{
@@ -40,7 +41,14 @@ public partial class login : System.Web.UI.Page
void Mod_login1_Login_Error(object sender, EventArgs e)
{
- Response.Redirect("./unauthorized.aspx");
+ if (memLayer.ML.confReadBool("autoEnrollEnabled"))
+ {
+ Response.Redirect("./Default.aspx");
+ }
+ else
+ {
+ Response.Redirect("./unauthorized.aspx");
+ }
}
void Mod_login1_Login_ok(object sender, EventArgs e)
diff --git a/C2P_Data/bin/Release/C2P_Data.dll b/C2P_Data/bin/Release/C2P_Data.dll
index 691567f..94719a5 100644
Binary files a/C2P_Data/bin/Release/C2P_Data.dll and b/C2P_Data/bin/Release/C2P_Data.dll differ
diff --git a/C2P_Data/bin/Release/SteamWare.dll b/C2P_Data/bin/Release/SteamWare.dll
index 51b6720..755c182 100644
Binary files a/C2P_Data/bin/Release/SteamWare.dll and b/C2P_Data/bin/Release/SteamWare.dll differ
diff --git a/C2P_Report/bin/C2P_Data.dll b/C2P_Report/bin/C2P_Data.dll
index 85561ef..8c79bca 100644
Binary files a/C2P_Report/bin/C2P_Data.dll and b/C2P_Report/bin/C2P_Data.dll differ
diff --git a/C2P_Report/bin/C2P_Report.dll b/C2P_Report/bin/C2P_Report.dll
index 8d110c7..d051e37 100644
Binary files a/C2P_Report/bin/C2P_Report.dll and b/C2P_Report/bin/C2P_Report.dll differ
diff --git a/C2P_Report/bin/SteamWare.dll b/C2P_Report/bin/SteamWare.dll
index 31b9ecb..fa8d2a2 100644
Binary files a/C2P_Report/bin/SteamWare.dll and b/C2P_Report/bin/SteamWare.dll differ
diff --git a/VersGen/C2P.cs b/VersGen/C2P.cs
index 991f08e..4ed63fd 100644
--- a/VersGen/C2P.cs
+++ b/VersGen/C2P.cs
@@ -5,7 +5,7 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.8.110.241")]
-[assembly: AssemblyFileVersion("0.8.110.241")]
+[assembly: AssemblyVersion("0.8.112.243")]
+[assembly: AssemblyFileVersion("0.8.112.243")]
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-2014")]
[assembly: AssemblyCompany("Steamware")]
diff --git a/VersGen/C2P.tt b/VersGen/C2P.tt
index acf16af..cca8a66 100644
--- a/VersGen/C2P.tt
+++ b/VersGen/C2P.tt
@@ -6,8 +6,8 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.8.110.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("0.8.110.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("0.8.112.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("0.8.112.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+