update grafico x segnalazione Asto

This commit is contained in:
Samuele E. Locatelli
2014-06-13 08:27:40 +02:00
parent 8135a8579f
commit 1ceb030dd7
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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>
+3 -3
View File
@@ -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;">
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -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
View File
@@ -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")]
<#+