vers 0.6.64
Imbastita struttura per gestioen simulazioni (nuovi componenti mod_S_) SIstemato warning x offerta std con button x rimandare ad offerta simulazione
This commit is contained in:
@@ -329,7 +329,12 @@
|
||||
<Content Include="WebUserControls\mod_selPeriodo.ascx" />
|
||||
<Content Include="WebUserControls\mod_slider.ascx" />
|
||||
<Content Include="WebUserControls\mod_SyncVoc.ascx" />
|
||||
<Content Include="WebUserControls\mod_S_Costs.ascx" />
|
||||
<Content Include="WebUserControls\mod_S_Dies.ascx" />
|
||||
<Content Include="WebUserControls\mod_S_ExtrPar.ascx" />
|
||||
<Content Include="WebUserControls\mod_S_Header.ascx" />
|
||||
<Content Include="WebUserControls\mod_S_PackPar.ascx" />
|
||||
<Content Include="WebUserControls\mod_S_Quot.ascx" />
|
||||
<Content Include="WebUserControls\mod_testata.ascx" />
|
||||
<Content Include="JumboPage.master" />
|
||||
<Content Include="FullPage.master" />
|
||||
@@ -695,6 +700,27 @@
|
||||
<Compile Include="WebUserControls\mod_SyncVoc.ascx.designer.cs">
|
||||
<DependentUpon>mod_SyncVoc.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_S_Costs.ascx.cs">
|
||||
<DependentUpon>mod_S_Costs.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_S_Costs.ascx.designer.cs">
|
||||
<DependentUpon>mod_S_Costs.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_S_Dies.ascx.cs">
|
||||
<DependentUpon>mod_S_Dies.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_S_Dies.ascx.designer.cs">
|
||||
<DependentUpon>mod_S_Dies.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_S_ExtrPar.ascx.cs">
|
||||
<DependentUpon>mod_S_ExtrPar.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_S_ExtrPar.ascx.designer.cs">
|
||||
<DependentUpon>mod_S_ExtrPar.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_S_Header.ascx.cs">
|
||||
<DependentUpon>mod_S_Header.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
@@ -702,6 +728,20 @@
|
||||
<Compile Include="WebUserControls\mod_S_Header.ascx.designer.cs">
|
||||
<DependentUpon>mod_S_Header.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_S_PackPar.ascx.cs">
|
||||
<DependentUpon>mod_S_PackPar.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_S_PackPar.ascx.designer.cs">
|
||||
<DependentUpon>mod_S_PackPar.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_S_Quot.ascx.cs">
|
||||
<DependentUpon>mod_S_Quot.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_S_Quot.ascx.designer.cs">
|
||||
<DependentUpon>mod_S_Quot.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_testata.ascx.cs">
|
||||
<DependentUpon>mod_testata.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_S_Costs.ascx.cs" Inherits="C2P.WebUserControls.mod_S_Costs" %>
|
||||
@@ -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_S_Costs : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace C2P.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class mod_S_Costs
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_S_Dies.ascx.cs" Inherits="C2P.WebUserControls.mod_S_Dies" %>
|
||||
@@ -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_S_Dies : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace C2P.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class mod_S_Dies
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_S_ExtrPar.ascx.cs" Inherits="C2P.WebUserControls.mod_S_ExtrPar" %>
|
||||
@@ -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_S_ExtrPar : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace C2P.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class mod_S_ExtrPar
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_S_PackPar.ascx.cs" Inherits="C2P.WebUserControls.mod_S_PackPar" %>
|
||||
@@ -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_S_PackPar : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace C2P.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class mod_S_PackPar
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_S_Quot.ascx.cs" Inherits="C2P.WebUserControls.mod_S_Quot" %>
|
||||
@@ -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_S_Quot : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace C2P.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class mod_S_Quot
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_newProduct.ascx.cs" Inherits="C2P.WebUserControls.mod_newProduct" %>
|
||||
|
||||
<%@ 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_S_Costs.ascx" TagName="mod_S_Costs" TagPrefix="uc1" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_S_ExtrPar.ascx" TagName="mod_S_ExtrPar" TagPrefix="uc2" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_S_Header.ascx" TagName="mod_S_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" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_S_PackPar.ascx" TagName="mod_S_PackPar" TagPrefix="uc4" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_S_Quot.ascx" TagName="mod_S_Quot" TagPrefix="uc5" %>
|
||||
<%if (false)
|
||||
{ %>
|
||||
<webopt:BundleReference ID="BundleReference1" runat="server" Path="~/Content/css" />
|
||||
@@ -27,40 +27,74 @@
|
||||
<asp:HyperLink runat="server" ID="hlRevHist" Target="_blank">
|
||||
<asp:Label runat="server" ID="lblQuoteType" />
|
||||
<asp:Label runat="server" ID="lblCodQuote" /><span style="color: #dedede; font-size: 0.8em;">.<asp:Label runat="server" ID="lblQuoteRev" /></span>
|
||||
</asp:HyperLink></div></div></div></div><div class="container">
|
||||
</asp:HyperLink>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row" style="min-height: 322px;">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel panel-warning">
|
||||
<div class="btn-group btn-group-justified">
|
||||
<div class="btn-group">
|
||||
<asp:LinkButton runat="server" ID="lbHeader" class="btn btn-default" OnClick="lbt_Click" CommandArgument="Header"><i class="fa fa-tasks"></i> <%: traduci("HEADER") %></asp:LinkButton></div><div class="btn-group">
|
||||
<asp:LinkButton runat="server" ID="lbExtrPar" class="btn btn-default" OnClick="lbt_Click" CommandArgument="ExtrPar"><i class="fa fa-tasks"></i> <%: traduci("EXTRUS-PARAM") %></asp:LinkButton></div><div class="btn-group">
|
||||
<asp:LinkButton runat="server" ID="lbPackPar" class="btn btn-default" OnClick="lbt_Click" CommandArgument="PackPar"><i class="fa fa-tasks"></i> <%: traduci("PACK-PARAM") %></asp:LinkButton></div><div class="btn-group">
|
||||
<asp:LinkButton runat="server" ID="lbDiesPar" class="btn btn-default" OnClick="lbt_Click" CommandArgument="DiesPar"><i class="fa fa-tasks"></i> <%: traduci("DIES-PARAM") %></asp:LinkButton></div><div class="btn-group">
|
||||
<asp:LinkButton runat="server" ID="lbCosts" class="btn btn-default" OnClick="lbt_Click" CommandArgument="Costs"><i class="fa fa-tasks"></i> <%: traduci("COSTS") %></asp:LinkButton></div></div><div class="panel-body">
|
||||
<uc1:mod_Q_Costs ID="mod_Q_Costs1" runat="server" />
|
||||
<uc2:mod_Q_ExtrPar ID="mod_Q_ExtrPar1" runat="server" />
|
||||
<asp:LinkButton runat="server" ID="lbHeader" class="btn btn-warning" OnClick="lbt_Click" CommandArgument="Header"><i class="fa fa-tasks"></i> <%: traduci("HEADER") %></asp:LinkButton>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<asp:LinkButton runat="server" ID="lbExtrPar" class="btn btn-warning" OnClick="lbt_Click" CommandArgument="ExtrPar"><i class="fa fa-tasks"></i> <%: traduci("EXTRUS-PARAM") %></asp:LinkButton>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<asp:LinkButton runat="server" ID="lbPackPar" class="btn btn-warning" OnClick="lbt_Click" CommandArgument="PackPar"><i class="fa fa-tasks"></i> <%: traduci("PACK-PARAM") %></asp:LinkButton>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<asp:LinkButton runat="server" ID="lbDiesPar" class="btn btn-warning" OnClick="lbt_Click" CommandArgument="DiesPar"><i class="fa fa-tasks"></i> <%: traduci("DIES-PARAM") %></asp:LinkButton>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<asp:LinkButton runat="server" ID="lbCosts" class="btn btn-warning" OnClick="lbt_Click" CommandArgument="Costs"><i class="fa fa-tasks"></i> <%: traduci("COSTS") %></asp:LinkButton>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-body bg-warning">
|
||||
<uc1:mod_S_Costs ID="mod_S_Costs1" runat="server" />
|
||||
<uc2:mod_S_ExtrPar ID="mod_S_ExtrPar1" runat="server" />
|
||||
<uc3:mod_S_Header ID="mod_S_Header1" runat="server" />
|
||||
<uc4:mod_Q_PackPar ID="mod_Q_PackPar1" runat="server" />
|
||||
<uc4:mod_S_PackPar ID="mod_S_PackPar1" runat="server" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel panel-warning">
|
||||
<div class="btn-group btn-group-justified">
|
||||
<div class="btn-group">
|
||||
<asp:LinkButton runat="server" ID="lbQuotation" class="btn btn-default" OnClick="lbt_Click" CommandArgument="Quote"><i class="fa fa-tasks"></i> <%: traduci("QUOTATION") %></asp:LinkButton></div></div><div class="panel-body">
|
||||
<uc5:mod_Q_Quot ID="mod_Q_Quot1" runat="server" />
|
||||
<asp:LinkButton runat="server" ID="lbQuotation" class="btn btn-warning" OnClick="lbt_Click" CommandArgument="Quote"><i class="fa fa-tasks"></i> <%: traduci("QUOTATION") %></asp:LinkButton>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-body bg-warning">
|
||||
<uc5:mod_S_Quot ID="mod_S_Quot1" runat="server" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-bottom: 30px;">
|
||||
<div id="divStato0" runat="server" class="row">
|
||||
<div class="col-xs-4 col-xs-offset-4">
|
||||
<asp:LinkButton runat="server" ID="lbCreateOffer" class="btn btn-success" Width="100%" OnClick="lnkCreateOffer_Click"><i class="fa fa-check"></i> <%: traduci("nextIdxQState-01") %></asp:LinkButton></div></div><div id="divStato1" runat="server" class="row">
|
||||
<asp:LinkButton runat="server" ID="lbCreateOffer" class="btn btn-success" Width="100%" OnClick="lnkCreateOffer_Click"><i class="fa fa-check"></i> <%: traduci("nextIdxQState-01") %></asp:LinkButton>
|
||||
</div>
|
||||
</div>
|
||||
<div id="divStato1" runat="server" class="row">
|
||||
<div class="col-xs-4 col-xs-offset-2">
|
||||
<asp:LinkButton runat="server" ID="lbReject" class="btn btn-danger" Width="100%" OnClick="lbReject_Click"><i class="fa fa-thumbs-o-down"></i> <%: traduci("nextIdxQState-00") %></asp:LinkButton></div><div class="col-xs-4">
|
||||
<asp:LinkButton runat="server" ID="lbApprove" class="btn btn-success" Width="100%" OnClick="lbApprove_Click"><i class="fa fa-thumbs-o-up"></i> <%: traduci("nextIdxQState-02") %></asp:LinkButton></div></div><div id="divStato2" runat="server" class="row">
|
||||
<asp:LinkButton runat="server" ID="lbReject" class="btn btn-danger" Width="100%" OnClick="lbReject_Click"><i class="fa fa-thumbs-o-down"></i> <%: traduci("nextIdxQState-00") %></asp:LinkButton>
|
||||
</div>
|
||||
<div class="col-xs-4">
|
||||
<asp:LinkButton runat="server" ID="lbApprove" class="btn btn-success" Width="100%" OnClick="lbApprove_Click"><i class="fa fa-thumbs-o-up"></i> <%: traduci("nextIdxQState-02") %></asp:LinkButton>
|
||||
</div>
|
||||
</div>
|
||||
<div id="divStato2" runat="server" class="row">
|
||||
<div class="col-xs-4 col-xs-offset-4">
|
||||
<asp:LinkButton runat="server" ID="lbRelease" class="btn btn-success" Width="100%" OnClick="lbRelease_Click"><i class="fa fa-upload"></i> <%: traduci("nextIdxQState-03") %></asp:LinkButton></div></div><div id="divStato3" runat="server" class="row">
|
||||
<asp:LinkButton runat="server" ID="lbRelease" class="btn btn-success" Width="100%" OnClick="lbRelease_Click"><i class="fa fa-upload"></i> <%: traduci("nextIdxQState-03") %></asp:LinkButton>
|
||||
</div>
|
||||
</div>
|
||||
<div id="divStato3" runat="server" class="row">
|
||||
<div class="col-xs-4 col-xs-offset-4">
|
||||
<asp:LinkButton runat="server" ID="lbNewRev" class="btn btn-success" Width="100%" OnClick="lbNewRev_Click"><i class="fa fa-upload"></i> <%: traduci("createNewRev") %></asp:LinkButton></div></div></div></div>
|
||||
<asp:LinkButton runat="server" ID="lbNewRev" class="btn btn-success" Width="100%" OnClick="lbNewRev_Click"><i class="fa fa-upload"></i> <%: traduci("createNewRev") %></asp:LinkButton>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -114,7 +114,9 @@ namespace C2P.WebUserControls
|
||||
setModVisibility("Header");
|
||||
}
|
||||
mod_S_Header1.eh_update += mod_S_Header1_eh_update;
|
||||
mod_Q_Quot1.eh_update += mod_Q_Quot1_eh_update;
|
||||
#if false
|
||||
mod_S_Quot1.eh_update += mod_S_Quot1_eh_update;
|
||||
#endif
|
||||
}
|
||||
/// <summary>
|
||||
/// aggiorna info base dell'offerta
|
||||
@@ -142,7 +144,7 @@ namespace C2P.WebUserControls
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
void mod_Q_Quot1_eh_update(object sender, EventArgs e)
|
||||
void mod_S_Quot1_eh_update(object sender, EventArgs e)
|
||||
{
|
||||
updateBaseData();
|
||||
setModVisibility("");
|
||||
@@ -214,10 +216,10 @@ namespace C2P.WebUserControls
|
||||
{
|
||||
// mostro solo controllo header in modalità INSERT
|
||||
mod_S_Header1.setInsertMode();
|
||||
mod_Q_Costs1.Visible = false;
|
||||
mod_Q_ExtrPar1.Visible = false;
|
||||
mod_S_Costs1.Visible = false;
|
||||
mod_S_ExtrPar1.Visible = false;
|
||||
mod_S_Header1.Visible = true;
|
||||
mod_Q_PackPar1.Visible = false;
|
||||
mod_S_PackPar1.Visible = false;
|
||||
}
|
||||
else
|
||||
// altrimenti gestione ordinaria di editing
|
||||
@@ -225,38 +227,40 @@ namespace C2P.WebUserControls
|
||||
switch (req)
|
||||
{
|
||||
case "Costs":
|
||||
mod_Q_Costs1.Visible = true;
|
||||
mod_Q_ExtrPar1.Visible = false;
|
||||
mod_S_Costs1.Visible = true;
|
||||
mod_S_ExtrPar1.Visible = false;
|
||||
mod_S_Header1.Visible = false;
|
||||
mod_Q_PackPar1.Visible = false;
|
||||
mod_S_PackPar1.Visible = false;
|
||||
break;
|
||||
case "ExtrPar":
|
||||
mod_Q_Costs1.Visible = false;
|
||||
mod_Q_ExtrPar1.Visible = true;
|
||||
mod_S_Costs1.Visible = false;
|
||||
mod_S_ExtrPar1.Visible = true;
|
||||
mod_S_Header1.Visible = false;
|
||||
mod_Q_PackPar1.Visible = false;
|
||||
mod_S_PackPar1.Visible = false;
|
||||
break;
|
||||
case "Header":
|
||||
if (prevReq == req) mod_S_Header1.toggleMode();
|
||||
mod_Q_Costs1.Visible = false;
|
||||
mod_Q_ExtrPar1.Visible = false;
|
||||
mod_S_Costs1.Visible = false;
|
||||
mod_S_ExtrPar1.Visible = false;
|
||||
mod_S_Header1.Visible = true;
|
||||
mod_Q_PackPar1.Visible = false;
|
||||
mod_S_PackPar1.Visible = false;
|
||||
break;
|
||||
case "PackPar":
|
||||
mod_Q_Costs1.Visible = false;
|
||||
mod_Q_ExtrPar1.Visible = false;
|
||||
mod_S_Costs1.Visible = false;
|
||||
mod_S_ExtrPar1.Visible = false;
|
||||
mod_S_Header1.Visible = false;
|
||||
mod_Q_PackPar1.Visible = true;
|
||||
mod_S_PackPar1.Visible = true;
|
||||
break;
|
||||
case "Quote":
|
||||
if (prevReq == req) mod_Q_Quot1.toggleMode();
|
||||
#if false
|
||||
if (prevReq == req) mod_S_Quot1.toggleMode();
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
mod_Q_Costs1.Visible = false;
|
||||
mod_Q_ExtrPar1.Visible = false;
|
||||
mod_S_Costs1.Visible = false;
|
||||
mod_S_ExtrPar1.Visible = false;
|
||||
mod_S_Header1.Visible = true;
|
||||
mod_Q_PackPar1.Visible = false;
|
||||
mod_S_PackPar1.Visible = false;
|
||||
break;
|
||||
}
|
||||
prevReq = req;
|
||||
@@ -279,12 +283,12 @@ namespace C2P.WebUserControls
|
||||
// fix altri button x edit..
|
||||
if (!showEdit)
|
||||
{
|
||||
lbHeader.CssClass = "btn btn-default disabled";
|
||||
lbExtrPar.CssClass = "btn btn-default disabled";
|
||||
lbPackPar.CssClass = "btn btn-default disabled";
|
||||
lbDiesPar.CssClass = "btn btn-default disabled";
|
||||
lbCosts.CssClass = "btn btn-default disabled";
|
||||
lbQuotation.CssClass = "btn btn-default disabled";
|
||||
lbHeader.CssClass = "btn btn-warning disabled";
|
||||
lbExtrPar.CssClass = "btn btn-warning disabled";
|
||||
lbPackPar.CssClass = "btn btn-warning disabled";
|
||||
lbDiesPar.CssClass = "btn btn-warning disabled";
|
||||
lbCosts.CssClass = "btn btn-warning disabled";
|
||||
lbQuotation.CssClass = "btn btn-warning disabled";
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
|
||||
+8
-8
@@ -148,22 +148,22 @@ namespace C2P.WebUserControls {
|
||||
protected global::System.Web.UI.WebControls.LinkButton lbCosts;
|
||||
|
||||
/// <summary>
|
||||
/// mod_Q_Costs1 control.
|
||||
/// mod_S_Costs1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::C2P.WebUserControls.mod_Q_Costs mod_Q_Costs1;
|
||||
protected global::C2P.WebUserControls.mod_S_Costs mod_S_Costs1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_Q_ExtrPar1 control.
|
||||
/// mod_S_ExtrPar1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::C2P.WebUserControls.mod_Q_ExtrPar mod_Q_ExtrPar1;
|
||||
protected global::C2P.WebUserControls.mod_S_ExtrPar mod_S_ExtrPar1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_S_Header1 control.
|
||||
@@ -175,13 +175,13 @@ namespace C2P.WebUserControls {
|
||||
protected global::C2P.WebUserControls.mod_S_Header mod_S_Header1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_Q_PackPar1 control.
|
||||
/// mod_S_PackPar1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::C2P.WebUserControls.mod_Q_PackPar mod_Q_PackPar1;
|
||||
protected global::C2P.WebUserControls.mod_S_PackPar mod_S_PackPar1;
|
||||
|
||||
/// <summary>
|
||||
/// lbQuotation control.
|
||||
@@ -193,13 +193,13 @@ namespace C2P.WebUserControls {
|
||||
protected global::System.Web.UI.WebControls.LinkButton lbQuotation;
|
||||
|
||||
/// <summary>
|
||||
/// mod_Q_Quot1 control.
|
||||
/// mod_S_Quot1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::C2P.WebUserControls.mod_Q_Quot mod_Q_Quot1;
|
||||
protected global::C2P.WebUserControls.mod_S_Quot mod_S_Quot1;
|
||||
|
||||
/// <summary>
|
||||
/// divStato0 control.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.6.63.162")]
|
||||
[assembly: AssemblyFileVersion("0.6.63.162")]
|
||||
[assembly: AssemblyVersion("0.6.64.164")]
|
||||
[assembly: AssemblyFileVersion("0.6.64.164")]
|
||||
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-2014")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.6.63.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("0.6.63.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("0.6.64.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("0.6.64.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Reference in New Issue
Block a user