compeltato mockup editing (da testare) x dati commessa
This commit is contained in:
Generated
+42
-113
@@ -4805,11 +4805,7 @@ namespace ETS_Data.Ds_ProjEtsTableAdapters {
|
||||
this._adapter.UpdateCommand.CommandText = "dbo.stp_DC_updateQuery";
|
||||
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.StoredProcedure;
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxFase", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "idxFase", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@AnnoCommessa", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "AnnoCommessa", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NumeroCommessa", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "NumeroCommessa", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@nickname", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "nickname", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CheckOk", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "CheckOk", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CapoCommessa", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "CapoCommessa", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SQC", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "SQC", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Pubblico", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "Pubblico", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -4913,132 +4909,90 @@ namespace ETS_Data.Ds_ProjEtsTableAdapters {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
||||
public virtual int Update(
|
||||
global::System.Nullable<int> idxFase,
|
||||
global::System.Nullable<int> AnnoCommessa,
|
||||
global::System.Nullable<int> NumeroCommessa,
|
||||
string nickname,
|
||||
global::System.Nullable<bool> CheckOk,
|
||||
string CapoCommessa,
|
||||
global::System.Nullable<bool> SQC,
|
||||
global::System.Nullable<bool> Pubblico,
|
||||
string EnteProcuratore,
|
||||
global::System.Nullable<decimal> Importo,
|
||||
global::System.Nullable<global::System.DateTime> DataApertura,
|
||||
string rifOfferta,
|
||||
string urlOfferta,
|
||||
string rifOrdine,
|
||||
string urlOrdine,
|
||||
string Indirizzo,
|
||||
string Note,
|
||||
global::System.Nullable<int> Original_idxFase) {
|
||||
if ((idxFase.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(idxFase.Value));
|
||||
}
|
||||
else {
|
||||
public virtual int Update(string nickname, string CapoCommessa, global::System.Nullable<bool> SQC, global::System.Nullable<bool> Pubblico, string EnteProcuratore, global::System.Nullable<decimal> Importo, global::System.Nullable<global::System.DateTime> DataApertura, string rifOfferta, string urlOfferta, string rifOrdine, string urlOrdine, string Indirizzo, string Note, global::System.Nullable<int> Original_idxFase) {
|
||||
if ((nickname == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((AnnoCommessa.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(AnnoCommessa.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(nickname));
|
||||
}
|
||||
if ((CapoCommessa == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((NumeroCommessa.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(NumeroCommessa.Value));
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(CapoCommessa));
|
||||
}
|
||||
if ((SQC.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[3].Value = ((bool)(SQC.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((nickname == null)) {
|
||||
if ((Pubblico.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[4].Value = ((bool)(Pubblico.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(nickname));
|
||||
}
|
||||
if ((CheckOk.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[5].Value = ((bool)(CheckOk.Value));
|
||||
}
|
||||
else {
|
||||
if ((EnteProcuratore == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((CapoCommessa == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(EnteProcuratore));
|
||||
}
|
||||
if ((Importo.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[6].Value = ((decimal)(Importo.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(CapoCommessa));
|
||||
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((SQC.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[7].Value = ((bool)(SQC.Value));
|
||||
if ((DataApertura.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[7].Value = ((System.DateTime)(DataApertura.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((Pubblico.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[8].Value = ((bool)(Pubblico.Value));
|
||||
}
|
||||
else {
|
||||
if ((rifOfferta == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((EnteProcuratore == null)) {
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(rifOfferta));
|
||||
}
|
||||
if ((urlOfferta == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(EnteProcuratore));
|
||||
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(urlOfferta));
|
||||
}
|
||||
if ((Importo.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[10].Value = ((decimal)(Importo.Value));
|
||||
}
|
||||
else {
|
||||
if ((rifOrdine == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((DataApertura.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[11].Value = ((System.DateTime)(DataApertura.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(rifOrdine));
|
||||
}
|
||||
if ((urlOrdine == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((rifOfferta == null)) {
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(urlOrdine));
|
||||
}
|
||||
if ((Indirizzo == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(rifOfferta));
|
||||
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(Indirizzo));
|
||||
}
|
||||
if ((urlOfferta == null)) {
|
||||
if ((Note == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(urlOfferta));
|
||||
}
|
||||
if ((rifOrdine == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(rifOrdine));
|
||||
}
|
||||
if ((urlOrdine == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(urlOrdine));
|
||||
}
|
||||
if ((Indirizzo == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(Indirizzo));
|
||||
}
|
||||
if ((Note == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(Note));
|
||||
this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Note));
|
||||
}
|
||||
if ((Original_idxFase.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(Original_idxFase.Value));
|
||||
this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(Original_idxFase.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
|
||||
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
|
||||
}
|
||||
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
||||
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
||||
@@ -5055,31 +5009,6 @@ namespace ETS_Data.Ds_ProjEtsTableAdapters {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
||||
public virtual int Update(
|
||||
global::System.Nullable<int> AnnoCommessa,
|
||||
global::System.Nullable<int> NumeroCommessa,
|
||||
string nickname,
|
||||
global::System.Nullable<bool> CheckOk,
|
||||
string CapoCommessa,
|
||||
global::System.Nullable<bool> SQC,
|
||||
global::System.Nullable<bool> Pubblico,
|
||||
string EnteProcuratore,
|
||||
global::System.Nullable<decimal> Importo,
|
||||
global::System.Nullable<global::System.DateTime> DataApertura,
|
||||
string rifOfferta,
|
||||
string urlOfferta,
|
||||
string rifOrdine,
|
||||
string urlOrdine,
|
||||
string Indirizzo,
|
||||
string Note,
|
||||
global::System.Nullable<int> Original_idxFase) {
|
||||
return this.Update(Original_idxFase, AnnoCommessa, NumeroCommessa, nickname, CheckOk, CapoCommessa, SQC, Pubblico, EnteProcuratore, Importo, DataApertura, rifOfferta, urlOfferta, rifOrdine, urlOrdine, Indirizzo, Note, Original_idxFase);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -375,11 +375,7 @@
|
||||
<CommandText>dbo.stp_DC_updateQuery</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idxFase" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumn="idxFase" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AnnoCommessa" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumn="AnnoCommessa" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NumeroCommessa" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumn="NumeroCommessa" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@nickname" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="nickname" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@CheckOk" Precision="1" ProviderType="Bit" Scale="0" Size="1" SourceColumn="CheckOk" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CapoCommessa" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="CapoCommessa" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@SQC" Precision="1" ProviderType="Bit" Scale="0" Size="1" SourceColumn="SQC" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@Pubblico" Precision="1" ProviderType="Bit" Scale="0" Size="1" SourceColumn="Pubblico" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
|
||||
Generated
+1
-1
@@ -48,7 +48,7 @@ namespace ETS_Data.Properties {
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=10.74.82.217\\SQL2008R2;Initial Catalog=ETS-PROJ;Persist Security Info" +
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=10.74.82.217\\SQL2008R2;Initial Catalog=ETS_PROJ;Persist Security Info" +
|
||||
"=True;User ID=sa;Password=keyhammer")]
|
||||
public string ETS_PROJConnectionString {
|
||||
get {
|
||||
|
||||
@@ -21,10 +21,10 @@
|
||||
<Setting Name="ETS_PROJConnectionString" Type="(Connection string)" Scope="Application">
|
||||
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
||||
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<ConnectionString>Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS-PROJ;Persist Security Info=True;User ID=sa;Password=keyhammer</ConnectionString>
|
||||
<ConnectionString>Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS_PROJ;Persist Security Info=True;User ID=sa;Password=keyhammer</ConnectionString>
|
||||
<ProviderName>System.Data.SqlClient</ProviderName>
|
||||
</SerializableConnectionString></DesignTimeValue>
|
||||
<Value Profile="(Default)">Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS-PROJ;Persist Security Info=True;User ID=sa;Password=keyhammer</Value>
|
||||
<Value Profile="(Default)">Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS_PROJ;Persist Security Info=True;User ID=sa;Password=keyhammer</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
providerName="System.Data.SqlClient" />
|
||||
<add name="ETS_Data.Properties.Settings.ETS_PROJConnectionString"
|
||||
connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS-PROJ;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS_PROJ;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
</configuration>
|
||||
Binary file not shown.
Binary file not shown.
@@ -401,7 +401,7 @@ input, textarea {
|
||||
/*border: 1px solid #e2e2e2;
|
||||
background: #fff;*/
|
||||
color: #333;
|
||||
font-size: 1.2em;
|
||||
/*font-size: 1.2em;*/
|
||||
/*margin: 5px 0 6px 0;
|
||||
padding: 5px;
|
||||
width: 300px;*/
|
||||
|
||||
@@ -314,6 +314,13 @@ div > ul > li > a.selected.menuNav {
|
||||
border: 2px solid Black;
|
||||
background-color: white;
|
||||
}
|
||||
.bordoAzzurro {
|
||||
padding: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 2px solid #4da3ff;
|
||||
}
|
||||
.placardGrigio {
|
||||
padding: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
|
||||
@@ -375,6 +375,11 @@ div > ul > li > a.selected.menuNav {
|
||||
border: 2px solid Black;
|
||||
background-color: white;
|
||||
}
|
||||
.bordoAzzurro {
|
||||
.padStd;
|
||||
.roundedCorner;
|
||||
border: 2px solid #4da3ff;
|
||||
}
|
||||
.placardGrigio {
|
||||
.bordoGrigio;
|
||||
.sfondoGrigio;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -40,9 +40,9 @@
|
||||
<!--area conf dataset classi esterne-->
|
||||
<add key="ETS_WSConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS_WS;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
<add key="ETS_AnagraficaConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
<add key="ETS_PROJConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS-PROJ;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
<add key="ETS_PROJConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS_PROJ;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS-PROJ;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS_PROJ;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
</appSettings>
|
||||
<system.web>
|
||||
<compilation debug="true" targetFramework="4.5" />
|
||||
@@ -57,7 +57,7 @@
|
||||
</controls>
|
||||
</pages>
|
||||
<authentication mode="Forms">
|
||||
<forms loginUrl="~/Account/Login.aspx" timeout="2880" />
|
||||
<forms loginUrl="~/Menu.aspx" timeout="2880" />
|
||||
</authentication>
|
||||
<profile defaultProvider="DefaultProfileProvider">
|
||||
<providers>
|
||||
|
||||
@@ -1,227 +1,290 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_datiComm.ascx.cs" Inherits="PROJ_ETS.WebUserControls.mod_datiComm" %>
|
||||
|
||||
<asp:FormView ID="frmView" runat="server" DataKeyNames="idxFase" DataSourceID="ods" Width="100%">
|
||||
<ItemTemplate>
|
||||
<div class="filtro_1 fontPiccolo ui-corner-all" style="white-space: nowrap; height: 20px; padding: 4px; min-width: 402px;">
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 3px; margin-right: 4px; height: 14px; min-width: 400px;">
|
||||
<asp:HyperLink runat="server" ID="lnkProgetti" NavigateUrl="~/Progetti" Text='<%# Eval("NomeComm") %>' Font-Bold="true" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="bordoNero shadowBox" style="padding: 2px; display: block; min-height: 300px; height: 100%;">
|
||||
<div class="divSx" style="min-width: 200px; margin-right: 4px; border-right: 1px solid #CDCDCD; min-height: 300px; height: 100%;">
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblAnno" runat="server" Text="Anno" AssociatedControlID="AnnoCommessa" />
|
||||
<asp:Label ID="AnnoCommessa" runat="server" Text='<%# Eval("AnnoCommessa") %>' CssClass="divSx placardGrigio" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="lblNumeroCommessa" runat="server" Text="Numero" AssociatedControlID="NumeroCommessa" />
|
||||
<asp:Label ID="NumeroCommessa" runat="server" Text='<%# Eval("NumeroCommessa","{0:0000}") %>' CssClass="divDx placardGrigio" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<asp:Label ID="lblPubblico" runat="server" Text="Tipo commessa" AssociatedControlID="rblPubblica" />
|
||||
<div class="bordoGrigio" style="border-width: 1px;">
|
||||
<asp:RadioButtonList ID="rblPubblica" runat="server" SelectedValue='<%# Eval("Pubblico") %>' RepeatDirection="Horizontal" Width="100%" Enabled="false">
|
||||
<asp:ListItem Text="pubblica" Value="True"></asp:ListItem>
|
||||
<asp:ListItem Text="privata" Value="False"></asp:ListItem>
|
||||
</asp:RadioButtonList>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<asp:Label ID="lblSQ" runat="server" Text="Tipo SQ" AssociatedControlID="rblSQC" />
|
||||
<div class="bordoGrigio" style="border-width: 1px;">
|
||||
<asp:RadioButtonList ID="rblSQC" runat="server" SelectedValue='<%# Eval("SQC") %>' RepeatDirection="Horizontal" Width="100%" Enabled="false">
|
||||
<asp:ListItem Text="maggiore" Value="True"></asp:ListItem>
|
||||
<asp:ListItem Text="minore" Value="False"></asp:ListItem>
|
||||
</asp:RadioButtonList>
|
||||
</div>
|
||||
<div class="divSx">
|
||||
<asp:FormView ID="frmView" runat="server" DataKeyNames="idxFase" DataSourceID="ods">
|
||||
<ItemTemplate>
|
||||
<div class="filtro_1 fontPiccolo ui-corner-all" style="white-space: nowrap; height: 20px; padding: 4px; min-width: 402px;">
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 3px; padding: 0px 2px; height: 14px; min-width: 400px;">
|
||||
<asp:HyperLink runat="server" ID="lnkProgetti" NavigateUrl="~/Progetti" Text='<%# Eval("NomeComm") %>' Font-Bold="true" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="divSx" style="min-width: 250px; margin-right: 4px; border-right: 1px solid #CDCDCD; min-height: 300px; height: 100%;">
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<asp:Label ID="lblCC" runat="server" Text="Capo Commessa" AssociatedControlID="CapoCommessaLabel" />
|
||||
<asp:Label ID="CapoCommessaLabel" runat="server" Text='<%# Eval("CapoCommessa") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<asp:Label ID="lblNick" runat="server" Text="NickName" AssociatedControlID="nicknameLabel" />
|
||||
<asp:Label ID="nicknameLabel" runat="server" Text='<%# Eval("nickname") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<asp:Label ID="lblIndirizzoLabel" runat="server" Text="Indirizzo" AssociatedControlID="IndirizzoLabel" />
|
||||
<asp:Label ID="IndirizzoLabel" runat="server" Text='<%# Eval("Indirizzo") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblApertura" runat="server" Text="Data Apertura" AssociatedControlID="DataAperturaLabel" />
|
||||
<asp:Label ID="DataAperturaLabel" runat="server" Text='<%# Eval("DataApertura","{0:dd/MM/yyyy}") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="lblScadenza" runat="server" Text="Data Scadenza" AssociatedControlID="DataScadenzaLabel" />
|
||||
<asp:Label ID="DataScadenzaLabel" runat="server" Text='<%# Eval("DataScadenza","{0:dd/MM/yyyy}") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="divSx" style="min-width: 250px; margin-right: 4px; border-right: 1px solid #CDCDCD; min-height: 300px; height: 100%;">
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblImporto" runat="server" Text="Importo Iniziale" AssociatedControlID="ImportoLabel" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="ImportoLabel" runat="server" Text='<%# Eval("Importo","+ {0:C2}") %>' ForeColor="#33AA33" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblImportoIntegrLabel" runat="server" Text="Integrazioni" AssociatedControlID="ImportoIntegrLabel" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="ImportoIntegrLabel" runat="server" Text='<%# Eval("ImportoIntegr","+ {0:C2}") %>' ForeColor="#33AA33" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblImportoFornExt" runat="server" Text="Fornitori Ext" AssociatedControlID="ImportoFornExtLabel" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="ImportoFornExtLabel" runat="server" Text='<%# Eval("ImportoFornExt","- {0:C2}") %>' ForeColor="#AA3333" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.1em; border-top: 1px solid #696969;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblBCWSLabel" runat="server" Text="BCWS" AssociatedControlID="BCWSLabel" />
|
||||
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="BCWSLabel" runat="server" Text='<%# Eval("BCWS","{0:C2}") %>' Font-Bold="true" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd">
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="bordoNero shadowBox" style="padding: 2px; display: block; min-height: 250px; height: 100%;">
|
||||
<div class="divSx" style="min-width: 250px; padding: 0px 2px; border-right: 1px solid #CDCDCD; min-height: 250px; height: 100%;">
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblhlOfferta" runat="server" Text="Offerta" AssociatedControlID="hlOfferta" />
|
||||
<asp:Label ID="lblAnno" runat="server" Text="Anno" AssociatedControlID="AnnoCommessa" />
|
||||
<asp:Label ID="AnnoCommessa" runat="server" Text='<%# Eval("AnnoCommessa") %>' CssClass="divSx placardGrigio" />
|
||||
</div>
|
||||
<div class="divDx" style="width: 180px; text-align: right;">
|
||||
<asp:HyperLink runat="server" ID="hlOfferta" NavigateUrl='<%# Eval("urlOfferta") %>' ToolTip="Vai al documento dell'offerta" Text='<%# Eval("rifOfferta") %>' Font-Size="0.8em" CssClass="divDx docIcon" />
|
||||
<div class="divDx">
|
||||
<asp:Label ID="lblNumeroCommessa" runat="server" Text="Numero" AssociatedControlID="NumeroCommessa" />
|
||||
<asp:Label ID="NumeroCommessa" runat="server" Text='<%# Eval("NumeroCommessa","{0:0000}") %>' CssClass="divDx placardGrigio" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="Label1" runat="server" Text="Ordine" AssociatedControlID="hlOrdine" />
|
||||
<div class="clearDiv padStd" style="height: 50px; border-top: 1px dotted #CDCDCD;">
|
||||
<asp:Label ID="lblPubblico" runat="server" Text="Tipo commessa" AssociatedControlID="rblPubblica" />
|
||||
<div class="bordoGrigio" style="border-width: 1px;">
|
||||
<asp:RadioButtonList ID="rblPubblica" runat="server" SelectedValue='<%# Eval("Pubblico") %>' RepeatDirection="Horizontal" Width="100%" Enabled="false">
|
||||
<asp:ListItem Text="pubblica" Value="True"></asp:ListItem>
|
||||
<asp:ListItem Text="privata" Value="False"></asp:ListItem>
|
||||
</asp:RadioButtonList>
|
||||
</div>
|
||||
<div class="divDx" style="width: 180px; text-align: right;">
|
||||
<asp:HyperLink runat="server" ID="hlOrdine" NavigateUrl='<%# Eval("urlOrdine") %>' ToolTip="Vai al documento dell'ordine" Text='<%# Eval("rifOrdine") %>' Font-Size="0.8em" CssClass="divDx docIcon" />
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px; border-top: 1px dotted #CDCDCD;">
|
||||
<asp:Label ID="lblSQ" runat="server" Text="Tipo SQ" AssociatedControlID="rblSQC" />
|
||||
<div class="bordoGrigio" style="border-width: 1px;">
|
||||
<asp:RadioButtonList ID="rblSQC" runat="server" SelectedValue='<%# Eval("SQC") %>' RepeatDirection="Horizontal" Width="100%" Enabled="false">
|
||||
<asp:ListItem Text="maggiore" Value="True"></asp:ListItem>
|
||||
<asp:ListItem Text="minore" Value="False"></asp:ListItem>
|
||||
</asp:RadioButtonList>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="divSx" style="min-width: 250px; min-height: 300px; height: 100%;">
|
||||
<asp:Label ID="lblNoteLabel" runat="server" Text="Note" AssociatedControlID="NoteLabel" />
|
||||
<asp:Label ID="NoteLabel" runat="server" Text='<%# Eval("Note") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" Font-Size="0.8em" />
|
||||
<asp:CheckBox ID="CheckOkCheckBox" runat="server" Checked='<%# Eval("CheckOk") %>' Enabled="false" Visible="false" />
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<asp:LinkButton ID="EditButton" runat="server" CausesValidation="False" CommandName="Edit" Text="Edit" />
|
||||
<div class="divSx" style="min-width: 250px; padding: 0px 2px; border-right: 1px solid #CDCDCD; min-height: 250px; height: 100%;">
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<asp:Label ID="lblCC" runat="server" Text="Capo Commessa" AssociatedControlID="CapoCommessaLabel" />
|
||||
<asp:Label ID="CapoCommessaLabel" runat="server" Text='<%# Eval("CapoCommessa") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px; border-top: 1px dotted #CDCDCD;">
|
||||
<asp:Label ID="lblNick" runat="server" Text="NickName" AssociatedControlID="nicknameLabel" />
|
||||
<asp:Label ID="nicknameLabel" runat="server" Text='<%# Eval("nickname") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px; border-top: 1px dotted #CDCDCD;">
|
||||
<asp:Label ID="lblIndirizzoLabel" runat="server" Text="Indirizzo" AssociatedControlID="IndirizzoLabel" />
|
||||
<asp:Label ID="IndirizzoLabel" runat="server" Text='<%# Eval("Indirizzo") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px; border-top: 1px dotted #CDCDCD;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblApertura" runat="server" Text="Data Apertura" AssociatedControlID="DataAperturaLabel" />
|
||||
<asp:Label ID="DataAperturaLabel" runat="server" Text='<%# Eval("DataApertura","{0:dd/MM/yyyy}") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="lblScadenza" runat="server" Text="Data Scadenza" AssociatedControlID="DataScadenzaLabel" />
|
||||
<asp:Label ID="DataScadenzaLabel" runat="server" Text='<%# Eval("DataScadenza","{0:dd/MM/yyyy}") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="divSx" style="min-width: 250px; padding: 0px 2px; min-height: 250px; height: 100%;">
|
||||
<div style="height: 118px;">
|
||||
<div class="clearDiv padStd" style="height: 1.2em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblImporto" runat="server" Text="Importo Iniziale" AssociatedControlID="ImportoLabel" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="ImportoLabel" runat="server" Text='<%# Eval("Importo","+ {0:C2}") %>' ForeColor="#33AA33" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblImportoIntegrLabel" runat="server" Text="Integrazioni" AssociatedControlID="ImportoIntegrLabel" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="ImportoIntegrLabel" runat="server" Text='<%# Eval("ImportoIntegr","+ {0:C2}") %>' ForeColor="#33AA33" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblImportoFornExt" runat="server" Text="Fornitori Ext" AssociatedControlID="ImportoFornExtLabel" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="ImportoFornExtLabel" runat="server" Text='<%# Eval("ImportoFornExt","- {0:C2}") %>' ForeColor="#AA3333" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.2em; border-top: 1px solid #696969;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblBCWSLabel" runat="server" Text="BCWS" AssociatedControlID="BCWSLabel" />
|
||||
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="BCWSLabel" runat="server" Text='<%# Eval("BCWS","{0:C2}") %>' Font-Bold="true" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="border-top: 1px dotted #CDCDCD;">
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblhlOfferta" runat="server" Text="Offerta" AssociatedControlID="hlOfferta" />
|
||||
</div>
|
||||
<div class="divDx" style="width: 180px; text-align: right;">
|
||||
<asp:HyperLink runat="server" ID="hlOfferta" NavigateUrl='<%# Eval("urlOfferta") %>' ToolTip="Vai al documento dell'offerta" Text='<%# Eval("rifOfferta") %>' Font-Size="0.8em" CssClass="divDx docIcon" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="Label1" runat="server" Text="Ordine" AssociatedControlID="hlOrdine" />
|
||||
</div>
|
||||
<div class="divDx" style="width: 180px; text-align: right;">
|
||||
<asp:HyperLink runat="server" ID="hlOrdine" NavigateUrl='<%# Eval("urlOrdine") %>' ToolTip="Vai al documento dell'ordine" Text='<%# Eval("rifOrdine") %>' Font-Size="0.8em" CssClass="divDx docIcon" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="border-top: 1px dotted #CDCDCD; width: 240px; text-align: left;">
|
||||
<asp:Label ID="lblNoteLabel" runat="server" Text="Note" AssociatedControlID="NoteLabel" />
|
||||
<asp:Label ID="NoteLabel" runat="server" Text='<%# Eval("Note") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" Font-Size="0.8em" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<asp:LinkButton ID="EditButton" runat="server" CausesValidation="False" CommandName="Edit" Text="Edit" />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
<EditItemTemplate>
|
||||
<div class="filtro_1 fontPiccolo ui-corner-all" style="white-space: nowrap; height: 20px; padding: 4px; min-width: 402px;">
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 3px; padding: 0px 2px; height: 14px; min-width: 400px;">
|
||||
<asp:HyperLink runat="server" ID="lnkProgetti" NavigateUrl="~/Progetti" Text='<%# Bind("NomeComm") %>' Font-Bold="true" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="bordoNero shadowBox" style="padding: 2px; display: block; min-height: 250px; height: 100%;">
|
||||
<div class="divSx" style="min-width: 250px; padding: 0px 2px; border-right: 1px solid #CDCDCD; min-height: 250px; height: 100%;">
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblAnno" runat="server" Text="Anno" AssociatedControlID="AnnoCommessa" />
|
||||
<asp:Label ID="AnnoCommessa" runat="server" Text='<%# Eval("AnnoCommessa") %>' CssClass="divSx placardGrigio" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="lblNumeroCommessa" runat="server" Text="Numero" AssociatedControlID="NumeroCommessa" />
|
||||
<asp:Label ID="NumeroCommessa" runat="server" Text='<%# Eval("NumeroCommessa","{0:0000}") %>' CssClass="divDx placardGrigio" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px; border-top: 1px dotted #CDCDCD;">
|
||||
<asp:Label ID="lblPubblico" runat="server" Text="Tipo commessa" AssociatedControlID="rblPubblica" />
|
||||
<div class="bordoAzzurro" style="border-width: 1px;">
|
||||
<asp:RadioButtonList ID="rblPubblica" runat="server" SelectedValue='<%# Bind("Pubblico") %>' RepeatDirection="Horizontal" Width="100%" Enabled="true">
|
||||
<asp:ListItem Text="pubblica" Value="True"></asp:ListItem>
|
||||
<asp:ListItem Text="privata" Value="False"></asp:ListItem>
|
||||
</asp:RadioButtonList>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px; border-top: 1px dotted #CDCDCD;">
|
||||
<asp:Label ID="lblSQ" runat="server" Text="Tipo SQ" AssociatedControlID="rblSQC" />
|
||||
<div class="bordoAzzurro" style="border-width: 1px;">
|
||||
<asp:RadioButtonList ID="rblSQC" runat="server" SelectedValue='<%# Bind("SQC") %>' RepeatDirection="Horizontal" Width="100%" Enabled="true">
|
||||
<asp:ListItem Text="maggiore" Value="True"></asp:ListItem>
|
||||
<asp:ListItem Text="minore" Value="False"></asp:ListItem>
|
||||
</asp:RadioButtonList>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="divSx" style="min-width: 250px; padding: 0px 2px; border-right: 1px solid #CDCDCD; min-height: 250px; height: 100%;">
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<asp:Label ID="lblCC" runat="server" Text="Capo Commessa" AssociatedControlID="CapoCommessaLabel" />
|
||||
<asp:TextBox ID="CapoCommessaLabel" runat="server" Text='<%# Bind("CapoCommessa") %>' CssClass="divSx bordoAzzurro" BorderWidth="1px" Width="200px" />
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px; border-top: 1px dotted #CDCDCD;">
|
||||
<asp:Label ID="lblNick" runat="server" Text="NickName" AssociatedControlID="nicknameLabel" />
|
||||
<asp:TextBox ID="nicknameLabel" runat="server" Text='<%# Bind("nickname") %>' CssClass="divSx bordoAzzurro" BorderWidth="1px" Width="200px" />
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px; border-top: 1px dotted #CDCDCD;">
|
||||
<asp:Label ID="lblIndirizzoLabel" runat="server" Text="Indirizzo" AssociatedControlID="IndirizzoLabel" />
|
||||
<asp:TextBox ID="IndirizzoLabel" runat="server" Text='<%# Bind("Indirizzo") %>' CssClass="divSx bordoAzzurro" BorderWidth="1px" Width="200px" />
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px; border-top: 1px dotted #CDCDCD;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblApertura" runat="server" Text="Data Apertura" AssociatedControlID="DataAperturaLabel" />
|
||||
<asp:TextBox ID="DataAperturaLabel" runat="server" Text='<%# Bind("DataApertura","{0:dd/MM/yyyy}") %>' CssClass="divSx bordoAzzurro" BorderWidth="1px" Width="80px" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="lblScadenza" runat="server" Text="Data Scadenza" AssociatedControlID="DataScadenzaLabel" />
|
||||
<asp:Label ID="DataScadenzaLabel" runat="server" Text='<%# Eval("DataScadenza","{0:dd/MM/yyyy}") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="divSx" style="min-width: 250px; padding: 0px 2px; min-height: 250px; height: 100%;">
|
||||
<div style="height: 116px;">
|
||||
<div class="clearDiv padStd" style="height: 1.2em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblImporto" runat="server" Text="Importo Iniziale" AssociatedControlID="ImportoLabel" />
|
||||
</div>
|
||||
<div class="divDx" style="text-align:right;">
|
||||
<asp:TextBox ID="ImportoLabel" runat="server" Text='<%# Bind("Importo") %>' ForeColor="#33AA33" CssClass="divDx bordoAzzurro" Width="75px" BorderWidth="1px" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblImportoIntegrLabel" runat="server" Text="Integrazioni" AssociatedControlID="ImportoIntegrLabel" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="ImportoIntegrLabel" runat="server" Text='<%# Eval("ImportoIntegr","+ {0:C2}") %>' ForeColor="#33AA33" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblImportoFornExt" runat="server" Text="Fornitori Ext" AssociatedControlID="ImportoFornExtLabel" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="ImportoFornExtLabel" runat="server" Text='<%# Eval("ImportoFornExt","- {0:C2}") %>' ForeColor="#AA3333" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.2em; border-top: 1px solid #696969;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblBCWSLabel" runat="server" Text="BCWS" AssociatedControlID="BCWSLabel" />
|
||||
|
||||
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="BCWSLabel" runat="server" Text='<%# Eval("BCWS","{0:C2}") %>' Font-Bold="true" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="border-top: 1px dotted #CDCDCD;">
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblhlOfferta" runat="server" Text="Offerta" AssociatedControlID="hlOfferta" />
|
||||
</div>
|
||||
<div class="divDx" style="width: 180px; text-align: right;">
|
||||
<asp:HyperLink runat="server" ID="hlOfferta" NavigateUrl='<%# Bind("urlOfferta") %>' ToolTip="Vai al documento dell'offerta" Text='<%# Bind("rifOfferta") %>' Font-Size="0.8em" CssClass="divDx docIcon" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="Label1" runat="server" Text="Ordine" AssociatedControlID="hlOrdine" />
|
||||
</div>
|
||||
<div class="divDx" style="width: 180px; text-align: right;">
|
||||
<asp:HyperLink runat="server" ID="hlOrdine" NavigateUrl='<%# Bind("urlOrdine") %>' ToolTip="Vai al documento dell'ordine" Text='<%# Bind("rifOrdine") %>' Font-Size="0.8em" CssClass="divDx docIcon" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="border-top: 1px dotted #CDCDCD; width: 240px; text-align: left;">
|
||||
<asp:Label ID="lblNoteLabel" runat="server" Text="Note" AssociatedControlID="NoteLabel" />
|
||||
<asp:TextBox ID="NoteLabel" runat="server" Text='<%# Bind("Note") %>' CssClass="divSx bordoAzzurro" BorderWidth="1px" Font-Size="0.8em" TextMode="MultiLine" Width="230px" Height="5em" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<asp:LinkButton ID="UpdateButton" runat="server" CausesValidation="True" CommandName="Update" Text="Update" />
|
||||
<asp:LinkButton ID="UpdateCancelButton" runat="server" CausesValidation="False" CommandName="Cancel" Text="Cancel" />
|
||||
</div>
|
||||
</EditItemTemplate>
|
||||
</asp:FormView>
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="ETS_Data.Ds_ProjEtsTableAdapters.DatiCommessaTableAdapter" UpdateMethod="Update">
|
||||
<SelectParameters>
|
||||
<asp:SessionParameter Name="idxFase" Type="Int32" SessionField="idxFase_sel" />
|
||||
</SelectParameters>
|
||||
<UpdateParameters>
|
||||
<%--<asp:Parameter Name="idxFase" Type="Int32" />
|
||||
<asp:Parameter Name="AnnoCommessa" Type="Int32" />
|
||||
<asp:Parameter Name="NumeroCommessa" Type="Int32" />--%>
|
||||
<asp:Parameter Name="nickname" Type="String" />
|
||||
<%--<asp:Parameter Name="CheckOk" Type="Boolean" />--%>
|
||||
<asp:Parameter Name="CapoCommessa" Type="String" />
|
||||
<asp:Parameter Name="SQC" Type="Boolean" />
|
||||
<asp:Parameter Name="Pubblico" Type="Boolean" />
|
||||
<asp:Parameter Name="EnteProcuratore" Type="String" />
|
||||
<asp:Parameter Name="Importo" Type="Decimal" />
|
||||
<asp:Parameter Name="DataApertura" Type="DateTime" />
|
||||
<asp:Parameter Name="rifOfferta" Type="String" />
|
||||
<asp:Parameter Name="urlOfferta" Type="String" />
|
||||
<asp:Parameter Name="rifOrdine" Type="String" />
|
||||
<asp:Parameter Name="urlOrdine" Type="String" />
|
||||
<asp:Parameter Name="Indirizzo" Type="String" />
|
||||
<asp:Parameter Name="Note" Type="String" />
|
||||
<asp:Parameter Name="Original_idxFase" Type="Int32" />
|
||||
</UpdateParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
<div class="divSx" style="min-width: 500px; min-height: 250px; height: 100%;">
|
||||
<div class="clearDiv padStd">
|
||||
<asp:Label ID="lblIntegr" runat="server" Text="Integrazioni + Fornitori" AssociatedControlID="lblTemp" />
|
||||
<div class="padStd bordoGrigio" style="border-width: 1px;">
|
||||
<asp:Label runat="server" ID="lblTemp" Text="..con tab integrazioni + fornitori ext!!!" />
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
<EditItemTemplate>
|
||||
idxFase:
|
||||
<asp:Label ID="idxFaseLabel1" runat="server" Text='<%# Eval("idxFase") %>' />
|
||||
<br />
|
||||
AnnoCommessa:
|
||||
<asp:TextBox ID="AnnoCommessaTextBox" runat="server" Text='<%# Bind("AnnoCommessa") %>' />
|
||||
<br />
|
||||
NumeroCommessa:
|
||||
<asp:TextBox ID="NumeroCommessaTextBox" runat="server" Text='<%# Bind("NumeroCommessa") %>' />
|
||||
<br />
|
||||
nickname:
|
||||
<asp:TextBox ID="nicknameTextBox" runat="server" Text='<%# Bind("nickname") %>' />
|
||||
<br />
|
||||
CheckOk:
|
||||
<asp:CheckBox ID="CheckOkCheckBox" runat="server" Checked='<%# Bind("CheckOk") %>' />
|
||||
<br />
|
||||
CapoCommessa:
|
||||
<asp:TextBox ID="CapoCommessaTextBox" runat="server" Text='<%# Bind("CapoCommessa") %>' />
|
||||
<br />
|
||||
SQC:
|
||||
<asp:CheckBox ID="SQCCheckBox" runat="server" Checked='<%# Bind("SQC") %>' />
|
||||
<br />
|
||||
Pubblico:
|
||||
<asp:CheckBox ID="PubblicoCheckBox" runat="server" Checked='<%# Bind("Pubblico") %>' />
|
||||
<br />
|
||||
EnteProcuratore:
|
||||
<asp:TextBox ID="EnteProcuratoreTextBox" runat="server" Text='<%# Bind("EnteProcuratore") %>' />
|
||||
<br />
|
||||
Importo:
|
||||
<asp:TextBox ID="ImportoTextBox" runat="server" Text='<%# Bind("Importo") %>' />
|
||||
<br />
|
||||
DataApertura:
|
||||
<asp:TextBox ID="DataAperturaTextBox" runat="server" Text='<%# Bind("DataApertura") %>' />
|
||||
<br />
|
||||
rifOfferta:
|
||||
<asp:TextBox ID="rifOffertaTextBox" runat="server" Text='<%# Bind("rifOfferta") %>' />
|
||||
<br />
|
||||
urlOfferta:
|
||||
<asp:TextBox ID="urlOffertaTextBox" runat="server" Text='<%# Bind("urlOfferta") %>' />
|
||||
<br />
|
||||
rifOrdine:
|
||||
<asp:TextBox ID="rifOrdineTextBox" runat="server" Text='<%# Bind("rifOrdine") %>' />
|
||||
<br />
|
||||
urlOrdine:
|
||||
<asp:TextBox ID="urlOrdineTextBox" runat="server" Text='<%# Bind("urlOrdine") %>' />
|
||||
<br />
|
||||
Indirizzo:
|
||||
<asp:TextBox ID="IndirizzoTextBox" runat="server" Text='<%# Bind("Indirizzo") %>' />
|
||||
<br />
|
||||
Note:
|
||||
<asp:TextBox ID="NoteTextBox" runat="server" Text='<%# Bind("Note") %>' />
|
||||
<br />
|
||||
NomeComm:
|
||||
<asp:TextBox ID="NomeCommTextBox" runat="server" Text='<%# Bind("NomeComm") %>' />
|
||||
<br />
|
||||
ImportoIntegr:
|
||||
<asp:TextBox ID="ImportoIntegrTextBox" runat="server" Text='<%# Bind("ImportoIntegr") %>' />
|
||||
<br />
|
||||
ImportoFornExt:
|
||||
<asp:TextBox ID="ImportoFornExtTextBox" runat="server" Text='<%# Bind("ImportoFornExt") %>' />
|
||||
<br />
|
||||
BCWS:
|
||||
<asp:TextBox ID="BCWSTextBox" runat="server" Text='<%# Bind("BCWS") %>' />
|
||||
<br />
|
||||
<asp:LinkButton ID="UpdateButton" runat="server" CausesValidation="True" CommandName="Update" Text="Update" />
|
||||
<asp:LinkButton ID="UpdateCancelButton" runat="server" CausesValidation="False" CommandName="Cancel" Text="Cancel" />
|
||||
</EditItemTemplate>
|
||||
</asp:FormView>
|
||||
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="ETS_Data.Ds_ProjEtsTableAdapters.DatiCommessaTableAdapter" UpdateMethod="Update">
|
||||
<SelectParameters>
|
||||
<asp:SessionParameter Name="idxFase" Type="Int32" SessionField="idxFase_sel" />
|
||||
</SelectParameters>
|
||||
<UpdateParameters>
|
||||
<asp:Parameter Name="idxFase" Type="Int32" />
|
||||
<asp:Parameter Name="AnnoCommessa" Type="Int32" />
|
||||
<asp:Parameter Name="NumeroCommessa" Type="Int32" />
|
||||
<asp:Parameter Name="nickname" Type="String" />
|
||||
<asp:Parameter Name="CheckOk" Type="Boolean" />
|
||||
<asp:Parameter Name="CapoCommessa" Type="String" />
|
||||
<asp:Parameter Name="SQC" Type="Boolean" />
|
||||
<asp:Parameter Name="Pubblico" Type="Boolean" />
|
||||
<asp:Parameter Name="EnteProcuratore" Type="String" />
|
||||
<asp:Parameter Name="Importo" Type="Decimal" />
|
||||
<asp:Parameter Name="DataApertura" Type="DateTime" />
|
||||
<asp:Parameter Name="rifOfferta" Type="String" />
|
||||
<asp:Parameter Name="urlOfferta" Type="String" />
|
||||
<asp:Parameter Name="rifOrdine" Type="String" />
|
||||
<asp:Parameter Name="urlOrdine" Type="String" />
|
||||
<asp:Parameter Name="Indirizzo" Type="String" />
|
||||
<asp:Parameter Name="Note" Type="String" />
|
||||
<asp:Parameter Name="Original_idxFase" Type="Int32" />
|
||||
</UpdateParameters>
|
||||
</asp:ObjectDataSource>
|
||||
|
||||
|
||||
<%-- <asp:SessionParameter Name="idxFase" Type="Int32" SessionField="idxFase_sel" />--%>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv"></div>
|
||||
|
||||
@@ -29,5 +29,23 @@ namespace PROJ_ETS.WebUserControls {
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource ods;
|
||||
|
||||
/// <summary>
|
||||
/// lblIntegr 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 lblIntegr;
|
||||
|
||||
/// <summary>
|
||||
/// lblTemp 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 lblTemp;
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -43,3 +43,33 @@
|
||||
2013-05-24 12:12:42.1119 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 12:14:51.4630 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 12:18:32.4723 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 12:28:33.3654 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
|
||||
2013-05-24 12:30:57.2065 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 12:35:16.7034 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 12:38:12.0718 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 12:43:05.6829 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
|
||||
2013-05-24 12:44:57.9194 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 13:15:04.6834 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
|
||||
2013-05-24 13:15:04.8054 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 13:30:17.3662 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
|
||||
2013-05-24 13:35:52.3372 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 13:41:52.3282 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 13:57:29.2017 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
|
||||
2013-05-24 14:00:26.0632 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
|
||||
2013-05-24 14:09:02.7447 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
|
||||
2013-05-24 14:13:50.4163 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
|
||||
2013-05-24 14:14:33.9536 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 14:18:03.1102 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 14:20:38.1243 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 14:22:33.7047 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 14:23:38.0687 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 14:41:56.7314 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 14:44:43.0482 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
|
||||
2013-05-24 14:44:43.2342 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 14:47:58.9506 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 14:51:27.5110 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 14:56:23.1620 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 14:58:16.8236 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 14:59:20.4475 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 15:01:13.4530 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 15:02:43.4900 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user