+
Nuova offerta (click x dettaglio)
@@ -20,7 +26,7 @@
-
+
Alternativa meno preferita (click x dettaglio)
@@ -30,19 +36,5 @@
-
-
-
-
Archivio Offerte (click x dettaglio)
-
-
-

-
-
-
- <%--
-
--%>
-
-
diff --git a/C2P/Quote.aspx.designer.cs b/C2P/Quote.aspx.designer.cs
index a5396b7..3e350d0 100644
--- a/C2P/Quote.aspx.designer.cs
+++ b/C2P/Quote.aspx.designer.cs
@@ -12,6 +12,15 @@ namespace C2P {
public partial class Quote {
+ ///
+ /// mod_QuoteDet1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::C2P.WebUserControls.mod_QuoteDet mod_QuoteDet1;
+
///
/// HyperLink1 control.
///
@@ -29,14 +38,5 @@ namespace C2P {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.HyperLink HyperLink2;
-
- ///
- /// HyperLink3 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.HyperLink HyperLink3;
}
}
diff --git a/C2P/Scripts/jSteamware.js b/C2P/Scripts/jSteamware.js
index ec0f631..0439631 100644
--- a/C2P/Scripts/jSteamware.js
+++ b/C2P/Scripts/jSteamware.js
@@ -6,59 +6,44 @@
*/
-//// Gestione oggetti datepicker (globale)
-//function fixDatePicker() {
-// $.datepicker.setDefaults($.datepicker.regional["it"]);
-// $(".datepicker").datepicker({
-// //showOtherMonths: true,
-// //selectOtherMonths: true,
-// showButtonPanel: true,
-// changeMonth: true,
-// changeYear: true,
-// dateFormat: "dd/mm/yy"
-// });
-//}
+/*------------------------------------------------------------------
+- Formattazione date (standard e formato AS400 tipo yyyyMMdd
+------------------------------------------------------------------*/
+function dtStandard() {
+ $.datepicker.setDefaults($.datepicker.regional["it"]);
+ $(".datepicker").datepicker({
+ //showOtherMonths: true,
+ //selectOtherMonths: true,
+ showButtonPanel: true,
+ changeMonth: true,
+ changeYear: true,
+ dateFormat: "dd/mm/yy"
+ });
+}
-//// richiamo quando il DOM della pagina è ok...
-//$(function () {
-// fixDatePicker();
-//});
+/*------------------------------------------------------------------
+- Abilitazione tabs jQueryui
+------------------------------------------------------------------*/
+function fixTabs() {
+ $(".tabGroup").tabs();
+}
-//// oggetto da legare all'update parziale ajax x sistemare script vari
-//var prm = Sys.WebForms.PageRequestManager.getInstance();
-//prm.add_endRequest(function () {
-// // re-bind your jQuery events here
-// $(function () {
-// fixDatePicker();
-// });
-//});
-//$(function () {
-// $.datepicker.setDefaults($.datepicker.regional["it"]);
-// $(".datepicker").datepicker({
-// //showOtherMonths: true,
-// //selectOtherMonths: true,
-// showButtonPanel: true,
-// changeMonth: true,
-// changeYear: true,
-// dateFormat: "dd/mm/yy"
-// });
-//});
-//// oggetto da legare all'update parziale ajax x sistemare btns & co
-//var prm = Sys.WebForms.PageRequestManager.getInstance();
-//prm.add_endRequest(function () {
-// // re-bind your jQuery events here
-// $(function () {
-// $.datepicker.setDefaults($.datepicker.regional["it"]);
-// $(".datepicker").datepicker({
-// //showOtherMonths: true,
-// //selectOtherMonths: true,
-// showButtonPanel: true,
-// changeMonth: true,
-// changeYear: true,
-// dateFormat: "dd/mm/yy"
-// });
-// });
-//});
\ No newline at end of file
+/*------------------------------------------------------------------
+- Chiamate al DOM pagina pronta jQuery
+------------------------------------------------------------------*/
+$(function () {
+ dtStandard();
+ fixTabs();
+});
+// oggetto da legare all'update parziale ajax di asp.net
+var prm = Sys.WebForms.PageRequestManager.getInstance();
+prm.add_endRequest(function () {
+ // re-bind your jQuery events here
+ $(function () {
+ dtStandard();
+ fixTabs();
+ });
+});
\ No newline at end of file
diff --git a/C2P/WebUserControls/mod_Q_Costs.ascx b/C2P/WebUserControls/mod_Q_Costs.ascx
new file mode 100644
index 0000000..190a4dc
--- /dev/null
+++ b/C2P/WebUserControls/mod_Q_Costs.ascx
@@ -0,0 +1,2 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_Q_Costs.ascx.cs" Inherits="C2P.WebUserControls.mod_Q_Costs" %>
+costs
\ No newline at end of file
diff --git a/C2P/WebUserControls/mod_Q_Costs.ascx.cs b/C2P/WebUserControls/mod_Q_Costs.ascx.cs
new file mode 100644
index 0000000..40d19e4
--- /dev/null
+++ b/C2P/WebUserControls/mod_Q_Costs.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace C2P.WebUserControls
+{
+ public partial class mod_Q_Costs : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/C2P/WebUserControls/mod_Q_Costs.ascx.designer.cs b/C2P/WebUserControls/mod_Q_Costs.ascx.designer.cs
new file mode 100644
index 0000000..a43304b
--- /dev/null
+++ b/C2P/WebUserControls/mod_Q_Costs.ascx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace C2P.WebUserControls
+{
+
+
+ public partial class mod_Q_Costs
+ {
+ }
+}
diff --git a/C2P/WebUserControls/mod_Q_ExtrPar.ascx b/C2P/WebUserControls/mod_Q_ExtrPar.ascx
new file mode 100644
index 0000000..efcd99c
--- /dev/null
+++ b/C2P/WebUserControls/mod_Q_ExtrPar.ascx
@@ -0,0 +1,2 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_Q_ExtrPar.ascx.cs" Inherits="C2P.WebUserControls.mod_Q_ExtrPar" %>
+extrusion param
\ No newline at end of file
diff --git a/C2P/WebUserControls/mod_Q_ExtrPar.ascx.cs b/C2P/WebUserControls/mod_Q_ExtrPar.ascx.cs
new file mode 100644
index 0000000..24cecc8
--- /dev/null
+++ b/C2P/WebUserControls/mod_Q_ExtrPar.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace C2P.WebUserControls
+{
+ public partial class mod_Q_ExtrPar : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/C2P/WebUserControls/mod_Q_ExtrPar.ascx.designer.cs b/C2P/WebUserControls/mod_Q_ExtrPar.ascx.designer.cs
new file mode 100644
index 0000000..1e3c01b
--- /dev/null
+++ b/C2P/WebUserControls/mod_Q_ExtrPar.ascx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace C2P.WebUserControls
+{
+
+
+ public partial class mod_Q_ExtrPar
+ {
+ }
+}
diff --git a/C2P/WebUserControls/mod_Q_Header.ascx b/C2P/WebUserControls/mod_Q_Header.ascx
new file mode 100644
index 0000000..cfb4c0b
--- /dev/null
+++ b/C2P/WebUserControls/mod_Q_Header.ascx
@@ -0,0 +1,95 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_Q_Header.ascx.cs" Inherits="C2P.WebUserControls.mod_Q_Header" %>
+
+
+<%@ Register Src="~/WebUserControls/mod_display.ascx" TagName="mod_display" TagPrefix="uc1" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/C2P/WebUserControls/mod_Q_Header.ascx.cs b/C2P/WebUserControls/mod_Q_Header.ascx.cs
new file mode 100644
index 0000000..387bc13
--- /dev/null
+++ b/C2P/WebUserControls/mod_Q_Header.ascx.cs
@@ -0,0 +1,73 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace C2P.WebUserControls
+{
+ public partial class mod_Q_Header : SteamWare.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ ///
+ /// tipo di quote x la scheda corrente
+ ///
+ public string QuoteType
+ {
+ get
+ {
+ return lblQuoteType.Text;
+ }
+ set
+ {
+ lblQuoteType.Text = value;
+ }
+ }
+ ///
+ /// codice quote x la scheda corrente
+ ///
+ public string CodQuote
+ {
+ get
+ {
+ return lblCodQuote.Text;
+ }
+ set
+ {
+ lblCodQuote.Text = value;
+ }
+ }
+ ///
+ /// rev quote x la scheda corrente
+ ///
+ public string QuoteRev
+ {
+ get
+ {
+ return lblQuoteRev.Text;
+ }
+ set
+ {
+ lblQuoteRev.Text = value;
+ }
+ }
+ ///
+ /// fa toggle tra modo edit e read/item
+ ///
+ public void toggleMode()
+ {
+ if (frmView.CurrentMode == FormViewMode.ReadOnly)
+ {
+ frmView.ChangeMode(FormViewMode.Edit);
+ }
+ else
+ {
+ frmView.ChangeMode(FormViewMode.ReadOnly);
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/C2P/WebUserControls/mod_Q_Header.ascx.designer.cs b/C2P/WebUserControls/mod_Q_Header.ascx.designer.cs
new file mode 100644
index 0000000..940d95d
--- /dev/null
+++ b/C2P/WebUserControls/mod_Q_Header.ascx.designer.cs
@@ -0,0 +1,60 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace C2P.WebUserControls {
+
+
+ public partial class mod_Q_Header {
+
+ ///
+ /// frmView control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.FormView frmView;
+
+ ///
+ /// odsQuotes control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.ObjectDataSource odsQuotes;
+
+ ///
+ /// lblQuoteType control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Label lblQuoteType;
+
+ ///
+ /// lblCodQuote control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Label lblCodQuote;
+
+ ///
+ /// lblQuoteRev control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Label lblQuoteRev;
+ }
+}
diff --git a/C2P/WebUserControls/mod_Q_PackPar.ascx b/C2P/WebUserControls/mod_Q_PackPar.ascx
new file mode 100644
index 0000000..e2fc639
--- /dev/null
+++ b/C2P/WebUserControls/mod_Q_PackPar.ascx
@@ -0,0 +1,2 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_Q_PackPar.ascx.cs" Inherits="C2P.WebUserControls.mod_Q_PackPar" %>
+parametri pack
\ No newline at end of file
diff --git a/C2P/WebUserControls/mod_Q_PackPar.ascx.cs b/C2P/WebUserControls/mod_Q_PackPar.ascx.cs
new file mode 100644
index 0000000..650dd01
--- /dev/null
+++ b/C2P/WebUserControls/mod_Q_PackPar.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace C2P.WebUserControls
+{
+ public partial class mod_Q_PackPar : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/C2P/WebUserControls/mod_Q_PackPar.ascx.designer.cs b/C2P/WebUserControls/mod_Q_PackPar.ascx.designer.cs
new file mode 100644
index 0000000..a708b7c
--- /dev/null
+++ b/C2P/WebUserControls/mod_Q_PackPar.ascx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace C2P.WebUserControls
+{
+
+
+ public partial class mod_Q_PackPar
+ {
+ }
+}
diff --git a/C2P/WebUserControls/mod_Q_Quot.ascx b/C2P/WebUserControls/mod_Q_Quot.ascx
new file mode 100644
index 0000000..84c1904
--- /dev/null
+++ b/C2P/WebUserControls/mod_Q_Quot.ascx
@@ -0,0 +1,2 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_Q_Quot.ascx.cs" Inherits="C2P.WebUserControls.mod_Q_Quot" %>
+quotazione
\ No newline at end of file
diff --git a/C2P/WebUserControls/mod_Q_Quot.ascx.cs b/C2P/WebUserControls/mod_Q_Quot.ascx.cs
new file mode 100644
index 0000000..695a125
--- /dev/null
+++ b/C2P/WebUserControls/mod_Q_Quot.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace C2P.WebUserControls
+{
+ public partial class mod_Q_Quot : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/C2P/WebUserControls/mod_Q_Quot.ascx.designer.cs b/C2P/WebUserControls/mod_Q_Quot.ascx.designer.cs
new file mode 100644
index 0000000..3c90505
--- /dev/null
+++ b/C2P/WebUserControls/mod_Q_Quot.ascx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace C2P.WebUserControls
+{
+
+
+ public partial class mod_Q_Quot
+ {
+ }
+}
diff --git a/C2P/WebUserControls/mod_QuoteDet.ascx b/C2P/WebUserControls/mod_QuoteDet.ascx
index 123e798..6e02b74 100644
--- a/C2P/WebUserControls/mod_QuoteDet.ascx
+++ b/C2P/WebUserControls/mod_QuoteDet.ascx
@@ -1,14 +1,76 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_QuoteDet.ascx.cs" Inherits="C2P.WebUserControls.mod_QuoteDet" %>
+<%@ Register Src="~/WebUserControls/mod_Q_Costs.ascx" TagName="mod_Q_Costs" TagPrefix="uc1" %>
+<%@ Register Src="~/WebUserControls/mod_Q_ExtrPar.ascx" TagName="mod_Q_ExtrPar" TagPrefix="uc2" %>
+<%@ Register Src="~/WebUserControls/mod_Q_Header.ascx" TagName="mod_Q_Header" TagPrefix="uc3" %>
+<%@ Register Src="~/WebUserControls/mod_Q_PackPar.ascx" TagName="mod_Q_PackPar" TagPrefix="uc4" %>
+<%@ Register Src="~/WebUserControls/mod_Q_Quot.ascx" TagName="mod_Q_Quot" TagPrefix="uc5" %>
<%if (false)
{ %>
<%} %>
+
+
+
+
+
<%: traduci("ReturnOffersArchive") %>
+
+
+
+
+
+
+ <%--
--%>
+
+
+
+
+
+
<%: traduci("COSTS") %>
+
+
+
<%: traduci("EXTRUS-PARAM") %>
+
+
+
<%: traduci("PACK-PARAM") %>
+
+
+ <%--
--%>
+
+
+
+
+
+
+
+
+
+
+
+
<%: traduci("CheckStd") %>
+
+
+
+
+
+
+
+ <%--
--%>
+
+
+
+
+
+ <%--
--%>
+
+
+
+
+
+
+
+
-
-
-
-
-
+
<%--
Vers:
@@ -509,19 +571,35 @@
- |
- |
-
- |
- |
-
- |
- |
-
- |
- |
-
-
+
+ |
+ |
+
+ |
+
+
+
+ |
+ |
+
+ |
+
+
+
+ |
+ |
+
+ |
+
+
+
+ |
+ |
+
+ |
+
+
+