diff --git a/C2P/Default.aspx b/C2P/Default.aspx index df0bd52..141ed97 100644 --- a/C2P/Default.aspx +++ b/C2P/Default.aspx @@ -18,7 +18,7 @@

Cost to Price for Extrusion

-
+
diff --git a/C2P/WebUserControls/mod_MaRepActData.ascx b/C2P/WebUserControls/mod_MaRepActData.ascx index 64fe6fe..99d5c5b 100644 --- a/C2P/WebUserControls/mod_MaRepActData.ascx +++ b/C2P/WebUserControls/mod_MaRepActData.ascx @@ -5,24 +5,24 @@
- +
- +
- +
- +
- +
- +
diff --git a/C2P/WebUserControls/mod_MaRepNewData.ascx b/C2P/WebUserControls/mod_MaRepNewData.ascx index e0e7a4d..4e62f7f 100644 --- a/C2P/WebUserControls/mod_MaRepNewData.ascx +++ b/C2P/WebUserControls/mod_MaRepNewData.ascx @@ -5,24 +5,24 @@
- +
- +
- +
- +
- +
- +
diff --git a/C2P/WebUserControls/mod_S_Dies.ascx b/C2P/WebUserControls/mod_S_Dies.ascx index 810cd54..8a54d22 100644 --- a/C2P/WebUserControls/mod_S_Dies.ascx +++ b/C2P/WebUserControls/mod_S_Dies.ascx @@ -10,16 +10,16 @@
- +
- +
- +
- +
@@ -53,18 +53,18 @@
- +
- +
- +
- +
@@ -73,7 +73,7 @@
- +
diff --git a/C2P/WebUserControls/mod_S_ExtrPar.ascx b/C2P/WebUserControls/mod_S_ExtrPar.ascx index e9cda13..af30bed 100644 --- a/C2P/WebUserControls/mod_S_ExtrPar.ascx +++ b/C2P/WebUserControls/mod_S_ExtrPar.ascx @@ -25,7 +25,7 @@
-
+
@@ -36,15 +36,15 @@
- +
- +
- +
@@ -61,7 +61,7 @@
-
+
@@ -69,7 +69,7 @@
- +
@@ -105,7 +105,7 @@
-
+
@@ -116,17 +116,17 @@
- +
- +
- +
@@ -144,7 +144,7 @@
-
+
@@ -152,17 +152,17 @@
- +
- +
- +
diff --git a/C2P/WebUserControls/mod_S_PackPar.ascx b/C2P/WebUserControls/mod_S_PackPar.ascx index 05d1acc..31a3cc6 100644 --- a/C2P/WebUserControls/mod_S_PackPar.ascx +++ b/C2P/WebUserControls/mod_S_PackPar.ascx @@ -40,19 +40,21 @@
-
+
-
- -
-
- -
+
+
+ +
+
+ +
+
@@ -76,7 +78,7 @@
-
+
@@ -85,18 +87,20 @@
-
+
-
- +
+
+
+
-
- +
+
diff --git a/C2P/WebUserControls/mod_fileUploader.ascx b/C2P/WebUserControls/mod_fileUploader.ascx index e70d32b..14856c5 100644 --- a/C2P/WebUserControls/mod_fileUploader.ascx +++ b/C2P/WebUserControls/mod_fileUploader.ascx @@ -5,10 +5,10 @@
-
+
-
+
diff --git a/C2P/WebUserControls/mod_marginReport.ascx b/C2P/WebUserControls/mod_marginReport.ascx index e29b6f8..eadb268 100644 --- a/C2P/WebUserControls/mod_marginReport.ascx +++ b/C2P/WebUserControls/mod_marginReport.ascx @@ -7,6 +7,27 @@
+
+
+
+
+

<%: traduci("HMaRepTitle") %>

+
+
+
+

<%: traduci("HMaRepActData") %>

+
+
+ +
+
+
+ <%: traduci("HMaRepBody") %> +
+
+
+
+
 <%: traduci("MarginReportDataIn") %> @@ -18,72 +39,73 @@  <%: traduci("MarginReportAnalisys") %>
-
-
-

<%: traduci("HMaRepTitle") %>

- <%: traduci("HMaRepBody") %> -
-
-

<%: traduci("HMaRepActData") %>

-
-
- -
-
-
-
-

<%: traduci("HMaRepStepA") %>

-
-
-

<%: traduci("HMaRepLoadData") %>

-
-
- -
-
- +
+
+
+
+ <%--

<%: traduci("HMaRepStepA") %>

--%> +
+
+

<%: traduci("HMaRepLoadData") %>

-
- +
+ +
+
+ +
+
+ +
+
-
-
-

<%: traduci("HMaRepStepB") %>

-
-
-

<%: traduci("HMaRepProcData") %>

-
-
-
-
- +
+
+ <%--

<%: 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")] <#+