alcune modifiche x layout fluido nuova offerta
This commit is contained in:
+4
-4
@@ -23,7 +23,7 @@
|
||||
<h2 class="panel-title">Quote</h2>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<asp:HyperLink ID="hlQuote" runat="server" NavigateUrl="~/Quote" ToolTip="Quote"> <img class="img-responsive" src="../Images/Quote.png" /></asp:HyperLink>
|
||||
<asp:HyperLink ID="hlQuote" runat="server" NavigateUrl="~/Quote" ToolTip="Quote"> <img class="img-responsive" src="./Images/Quote.png" /></asp:HyperLink>
|
||||
<p style="height: 5em;">Quotazione di prodotti standard su base dati di campagna rilevati e contabilità industriale.</p>
|
||||
<asp:HyperLink runat="server" ID="hlQuote2" class="btn btn-primary" role="button" NavigateUrl="~/Quote" ToolTip="Quote" Width="100%"><span class="glyphicon glyphicon-list-alt"></span> Quotazione »</asp:HyperLink>
|
||||
</div>
|
||||
@@ -35,7 +35,7 @@
|
||||
<h2 class="panel-title">Simulation</h2>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<asp:HyperLink ID="hlSimulation" runat="server" NavigateUrl="~/Simulation" ToolTip="Simulation"> <img class="img-responsive" src="../Images/Simulation.png" /></asp:HyperLink>
|
||||
<asp:HyperLink ID="hlSimulation" runat="server" NavigateUrl="~/Simulation" ToolTip="Simulation"> <img class="img-responsive" src="./Images/Simulation.png" /></asp:HyperLink>
|
||||
<p style="height: 5em;">Simulazione costing per nuovi prodotti senza record di campagna di dettaglio disponibili.</p>
|
||||
<asp:HyperLink runat="server" ID="hlSimulation2" class="btn btn-primary" role="button" NavigateUrl="~/Simulation" ToolTip="Simulation" Width="100%"><span class="glyphicon glyphicon-flash"></span> Simulazione »</asp:HyperLink>
|
||||
</div>
|
||||
@@ -47,7 +47,7 @@
|
||||
<h2 class="panel-title">Report</h2>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<asp:HyperLink ID="hlReport" runat="server" NavigateUrl="~/Report" ToolTip="Report"> <img class="img-responsive" src="../Images/Report.png" /></asp:HyperLink>
|
||||
<asp:HyperLink ID="hlReport" runat="server" NavigateUrl="~/Report" ToolTip="Report"> <img class="img-responsive" src="./Images/Report.png" /></asp:HyperLink>
|
||||
<p style="height: 5em;">Analisi economica e report da campagne di produzione storiche.</p>
|
||||
<asp:HyperLink runat="server" ID="hlReport2" class="btn btn-primary" role="button" NavigateUrl="~/Report" ToolTip="Report" Width="100%"><span class="glyphicon glyphicon-stats"></span> Report »</asp:HyperLink>
|
||||
</div>
|
||||
@@ -59,7 +59,7 @@
|
||||
<h2 class="panel-title">Help</h2>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<asp:HyperLink ID="hlHelp" runat="server" Target="_blank" NavigateUrl="~/help/index.html" ToolTip="Istruzioni"> <img class="img-responsive" src="../Images/Help.png" /></asp:HyperLink>
|
||||
<asp:HyperLink ID="hlHelp" runat="server" Target="_blank" NavigateUrl="~/help/index.html" ToolTip="Istruzioni"> <img class="img-responsive" src="./Images/Help.png" /></asp:HyperLink>
|
||||
<p style="height: 5em;">Accesso all'area di Help on-line dell'applicativo.</p>
|
||||
<asp:HyperLink runat="server" ID="hlHelp2" Target="_blank" class="btn btn-primary" role="button" NavigateUrl="~/help/index.html" ToolTip="Help" Width="100%"><span class="glyphicon glyphicon-question-sign"></span> Help »</asp:HyperLink>
|
||||
</div>
|
||||
|
||||
@@ -5,66 +5,75 @@
|
||||
{ %>
|
||||
<webopt:BundleReference ID="BundleReference1" runat="server" Path="~/Content/css" />
|
||||
<%} %>
|
||||
<div class="well">
|
||||
<div class="panel panel-success">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">NUOVA OFFERTA</h3>
|
||||
|
||||
<div class="panel panel-success">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">NUOVA OFFERTA</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<uc1:mod_autocomplete runat="server" ID="acCliente" contextKey="c" minCharAutocomplete="2" showKey="false" ServicePath="Services/WS_data.asmx/Clients" placeholder="Ricerca Cliente" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<uc1:mod_autocomplete runat="server" ID="acCliente" contextKey="c" minCharAutocomplete="2" showKey="false" ServicePath="Services/WS_data.asmx/Clients" placeholder="Ricerca Cliente" />
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-8 col-lg-8">
|
||||
<uc1:mod_autocomplete runat="server" ID="acArticolo" contextKey="a" minCharAutocomplete="2" showKey="false" ServicePath="Services/WS_data.asmx/Items" placeholder="Ricerca Articolo" />
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<uc1:mod_autocomplete runat="server" ID="acArticolo" contextKey="a" minCharAutocomplete="2" showKey="false" ServicePath="Services/WS_data.asmx/Items" placeholder="Ricerca Articolo" />
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<uc1:mod_autocomplete runat="server" ID="acLega" contextKey="l" minCharAutocomplete="2" showKey="false" ServicePath="Services/WS_data.asmx/RawMat" placeholder="Ricerca Lega" />
|
||||
</div>
|
||||
<div class="col-sm-4 col-lg-4">
|
||||
<uc1:mod_autocomplete runat="server" ID="acLega" contextKey="l" minCharAutocomplete="2" showKey="false" ServicePath="Services/WS_data.asmx/RawMat" placeholder="Ricerca Lega" />
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon">
|
||||
<asp:Label runat="server" Font-Size="0.8em" id="lblBaseAl" Text="[B]ase Al" />
|
||||
</span>
|
||||
<asp:TextBox runat="server" ID="txtBaseAl" AccessKey="b" placeholder="Base Al" CssClass="form-control" AutoPostBack="True" OnTextChanged="txtBaseAl_TextChanged" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon">
|
||||
<asp:Label runat="server" Font-Size="0.8em" id="lblExtraLega" Text="E[x]tra Lega" />
|
||||
</span>
|
||||
<asp:TextBox runat="server" ID="txtExtraLega" AccessKey="x" placeholder="Extra Lega" CssClass="form-control" AutoPostBack="True" OnTextChanged="txtExtraLega_TextChanged" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<div class="input-group">
|
||||
<asp:Label runat="server" ID="lblImportoTot" CssClass="form-control" />
|
||||
<span class="input-group-addon">ImportoTot
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-3">
|
||||
Lotto prod
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
Incoterms
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
note
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
- i campi compilati x nuovo FANNO da filtro x elenco sotto<br />
|
||||
- se ho almeno 1 campo calcolato mostro elenco sotto<br />
|
||||
- da elenco ho "duplica" o "riporta"
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-4 col-lg-4">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon">
|
||||
<asp:Label runat="server" Font-Size="0.8em" ID="lblBaseAl" Text="[B]ase Al" />
|
||||
</span>
|
||||
<asp:TextBox runat="server" ID="txtBaseAl" AccessKey="b" placeholder="Base Al" CssClass="form-control" AutoPostBack="True" OnTextChanged="txtBaseAl_TextChanged" />
|
||||
<span class="input-group-addon">
|
||||
<asp:Label runat="server" Font-Size="0.8em" ID="Label3" Text="€/kg" />
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4 col-lg-4">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon">
|
||||
<asp:Label runat="server" Font-Size="0.8em" ID="lblExtraLega" Text="E[x]tra Lega" />
|
||||
</span>
|
||||
<asp:TextBox runat="server" ID="txtExtraLega" AccessKey="x" placeholder="Extra Lega" CssClass="form-control" AutoPostBack="True" OnTextChanged="txtExtraLega_TextChanged" />
|
||||
<span class="input-group-addon">
|
||||
<asp:Label runat="server" Font-Size="0.8em" ID="Label2" Text="€/kg" />
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4 col-lg-4">
|
||||
<div class="input-group">
|
||||
<%--<span class="input-group-addon">
|
||||
<asp:Label runat="server" Font-Size="0.8em" ID="Label4" Text="Tot" />
|
||||
</span>--%>
|
||||
<asp:Label runat="server" ID="lblImportoTot" CssClass="form-control" />
|
||||
<span class="input-group-addon">
|
||||
<asp:Label runat="server" Font-Size="0.8em" ID="Label1" Text="€/kg" />
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-3">
|
||||
Lotto prod
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
Incoterms
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
note
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
- i campi compilati x nuovo FANNO da filtro x elenco sotto<br />
|
||||
- se ho almeno 1 campo calcolato mostro elenco sotto<br />
|
||||
- da elenco ho "duplica" o "riporta"
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+27
@@ -66,6 +66,15 @@ namespace C2P.WebUserControls {
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox txtBaseAl;
|
||||
|
||||
/// <summary>
|
||||
/// Label3 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label Label3;
|
||||
|
||||
/// <summary>
|
||||
/// lblExtraLega control.
|
||||
/// </summary>
|
||||
@@ -84,6 +93,15 @@ namespace C2P.WebUserControls {
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox txtExtraLega;
|
||||
|
||||
/// <summary>
|
||||
/// Label2 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label Label2;
|
||||
|
||||
/// <summary>
|
||||
/// lblImportoTot control.
|
||||
/// </summary>
|
||||
@@ -92,5 +110,14 @@ namespace C2P.WebUserControls {
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblImportoTot;
|
||||
|
||||
/// <summary>
|
||||
/// Label1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label Label1;
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user