update grafico x segnalazione Asto
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<div class="col-xs-3">
|
||||
<asp:UpdatePanel ID="upSelettore" runat="server" ViewStateMode="Disabled">
|
||||
<ContentTemplate>
|
||||
<uc1:mod_autocomplete runat="server" ID="acArticolo" contextKey="a" minCharAutocomplete="2" showKey="false" ServicePath="Services/WS_data.asmx/Items" placeholder="type to search" />
|
||||
<uc1:mod_autocomplete runat="server" ID="acArticolo" contextKey="a" minCharAutocomplete="2" showKey="false" ServicePath="Services/WS_data.asmx/Items" placeholder="Type to Search" />
|
||||
<%--<asp:DropDownList ID="ddlProduct" runat="server" DataSourceID="odsProducts" DataValueField="value" DataTextField="value" AutoPostBack="true" Font-Size="1.4em" />
|
||||
<asp:ObjectDataSource ID="odsProducts" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="C2P_Data.DS_UtilityTableAdapters.v_selItemsTableAdapter"></asp:ObjectDataSource>--%>
|
||||
</ContentTemplate>
|
||||
|
||||
@@ -42,17 +42,17 @@
|
||||
</div>
|
||||
<div class="row" style="min-height: 3.3em;">
|
||||
<div class="col-sm-12">
|
||||
<uc1:mod_autocomplete runat="server" ID="acClient" contextKey="c" minCharAutocomplete="2" showKey="false" ServicePath="../Services/WS_data.asmx/Clients" placeholder="search" labelRicercaTrad="acCliente" labelWidth="85px" />
|
||||
<uc1:mod_autocomplete runat="server" ID="acClient" contextKey="c" minCharAutocomplete="2" showKey="false" ServicePath="../Services/WS_data.asmx/Clients" placeholder="Type to Search" labelRicercaTrad="acCliente" labelWidth="85px" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="min-height: 3.3em;">
|
||||
<div class="col-sm-12">
|
||||
<uc1:mod_autocomplete runat="server" ID="acMaterial" contextKey="l" minCharAutocomplete="2" showKey="false" ServicePath="../Services/WS_data.asmx/RawMat" placeholder="search" labelRicercaTrad="acLega" labelWidth="85px" />
|
||||
<uc1:mod_autocomplete runat="server" ID="acMaterial" contextKey="l" minCharAutocomplete="2" showKey="false" ServicePath="../Services/WS_data.asmx/RawMat" placeholder="Type to Search" labelRicercaTrad="acLega" labelWidth="85px" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="min-height: 3.3em;">
|
||||
<div class="col-sm-12">
|
||||
<uc1:mod_autocomplete runat="server" ID="acItem" contextKey="a" minCharAutocomplete="2" showKey="false" ServicePath="../Services/WS_data.asmx/Items" placeholder="search" labelRicercaTrad="acArticolo" labelWidth="85px" />
|
||||
<uc1:mod_autocomplete runat="server" ID="acItem" contextKey="a" minCharAutocomplete="2" showKey="false" ServicePath="../Services/WS_data.asmx/Items" placeholder="Type to Search" labelRicercaTrad="acArticolo" labelWidth="85px" />
|
||||
</div>
|
||||
</div>
|
||||
<%--<div class="row" style="min-height: 3.3em;">
|
||||
|
||||
Binary file not shown.
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.8.91.190")]
|
||||
[assembly: AssemblyFileVersion("0.8.91.190")]
|
||||
[assembly: AssemblyVersion("0.8.92.194")]
|
||||
[assembly: AssemblyFileVersion("0.8.92.194")]
|
||||
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-2014")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.8.91.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("0.8.91.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("0.8.92.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("0.8.92.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Reference in New Issue
Block a user