completato primo livello editing progetti e commesse (come fasi GPW)

This commit is contained in:
Samuele Locatelli
2013-05-14 11:55:17 +02:00
parent 0eb38990ee
commit cf5dba790e
16 changed files with 43 additions and 12 deletions
@@ -17,4 +17,3 @@ C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS_Data
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\bin\Debug\NLog.xml
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\obj\Debug\ETS_Data.dll
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\obj\Debug\ETS_Data.pdb
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\obj\Debug\ETS_Data.csprojResolveAssemblyReference.cache
Binary file not shown.
Binary file not shown.
+13
View File
@@ -91,6 +91,19 @@ A:hover {
font-family: Arial;
}
/* update controls */
/* colore testi */
.textArancio {
color: #FFAA33;
}
.textAzzurro {
color: #36F;
}
.textNero {
color: #000;
}
.textGrigio {
color: #888;
}
/* gestione etichette calcolate*/
.badgeRosso {
border: solid 2px red;
+19
View File
@@ -110,6 +110,25 @@ A:hover {
font-family: Arial;
}
/* update controls */
/* colore testi */
.textArancio
{
color: #FFAA33;
}
.textAzzurro
{
color: #36F;
}
.textNero
{
color: #000;
}
.textGrigio
{
color: #888;
}
/* gestione etichette calcolate*/
.badgeRosso {
border: solid 2px red;
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

+1
View File
@@ -199,6 +199,7 @@
<Content Include="Images\cancel_l.png" />
<Content Include="Images\cancel_m.png" />
<Content Include="Images\cancel_s.png" />
<Content Include="Images\EmptyImg.png" />
<Content Include="Images\newBlu_l.png" />
<Content Include="Images\newBlu_m.png" />
<Content Include="Images\newBlu_s.png" />
@@ -58,9 +58,9 @@
<asp:Image runat="server" ID="imgSpaz" Width='<%# widthByCod(Eval("codFase")) %>' ImageUrl="~/images/EmptyImg.png" />
</div>
<div class="divSx">
<asp:TextBox ID="txtnomeFase" runat="server" Text='<%# Bind("nomeFase") %>' Width="20em" />
&nbsp;
<asp:TextBox ID="txtdescrizioneFase" runat="server" Text='<%# Bind("descrizioneFase") %>' Width="20em" />
<asp:TextBox ID="txtnomeFase" runat="server" Text='<%# Bind("nomeFase") %>' Width="28em" />
<br />
<asp:TextBox ID="txtdescrizioneFase" runat="server" Text='<%# Bind("descrizioneFase") %>' Width="28em" TextMode="MultiLine" Height="4em" />
</div>
</EditItemTemplate>
<FooterTemplate>
@@ -68,9 +68,9 @@
<asp:Image runat="server" ID="imgSpaz" Width='<%# widthByCod(Eval("codFase")) %>' ImageUrl="~/images/EmptyImg.png" />
</div>
<div class="divSx">
<asp:TextBox ID="txtnomeFase" runat="server" Text='<%# Bind("nomeFase") %>' Width="20em" />
&nbsp;
<asp:TextBox ID="txtdescrizioneFase" runat="server" Text='<%# Bind("descrizioneFase") %>' Width="20em" />
<asp:TextBox ID="txtnomeFase" runat="server" Text='<%# Bind("nomeFase") %>' Width="28em" />
<br />
<asp:TextBox ID="txtdescrizioneFase" runat="server" Text='<%# Bind("descrizioneFase") %>' Width="28em" TextMode="MultiLine" Height="4em" />
</div>
</FooterTemplate>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
@@ -130,6 +130,7 @@
</EditItemTemplate>
<FooterTemplate>
<asp:TextBox ID="txtbudgetTime" runat="server" Text='<%# Bind("budgetTime") %>' Width="3em" />
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="!!!" ControlToValidate="txtbudgetTime"></asp:RequiredFieldValidator>
</FooterTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="A" SortExpression="Attivo (s/n)" ItemStyle-HorizontalAlign="Center">
@@ -195,7 +196,7 @@
<asp:Parameter Name="enableMoney" Type="Boolean" />
<asp:Parameter Name="budgetTime" Type="Decimal" />
<asp:Parameter Name="budgetMoney" Type="Decimal" DefaultValue="0" />
<asp:Parameter Name="Attivo (s/n)" Type="Boolean" DefaultValue="true" />
<asp:Parameter Name="Attivo" Type="Boolean" DefaultValue="true" />
</InsertParameters>
<SelectParameters>
<asp:SessionParameter SessionField="idxProgetto_sel" Name="idxProgetto" Type="Int32" />
@@ -205,7 +206,7 @@
<asp:Parameter Name="descrizioneFase" Type="String" />
<asp:Parameter Name="enableTime" Type="Boolean" />
<asp:Parameter Name="enableMoney" Type="Boolean" />
<asp:Parameter Name="Attivo (s/n)" Type="Int32" />
<asp:Parameter Name="Attivo" Type="Int32" />
<asp:Parameter Name="budgetTime" Type="Decimal" />
<asp:Parameter Name="budgetMoney" Type="Decimal" DefaultValue="0" />
<asp:Parameter Name="Original_idxFase" Type="Int32" />
@@ -223,8 +223,6 @@ namespace PROJ_ETS.WebUserControls
}
//// aggiungo fase ancestor!
//e.InputParameters["idxFaseAncest"] = utils.obj.IntSessionObj("idxFaseAncest");
// aggiungo progetto!
e.InputParameters["idxProgetto"] = idxProgetto;
}
/// <summary>
Binary file not shown.
Binary file not shown.
Binary file not shown.