fix grafico

inizio fix problema calcolo turni/ore...

git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@181 3e04ef4b-3b25-4b6c-be27-bb5389ca777b
This commit is contained in:
samuele
2011-06-29 09:24:55 +00:00
parent dfbacd2b92
commit e5e5e36b93
13 changed files with 33 additions and 6559 deletions
File diff suppressed because it is too large Load Diff
@@ -109,7 +109,7 @@
</DataSet>
</DataSets>
<Code />
<Width>20.50265cm</Width>
<Width>20.52663cm</Width>
<Body>
<ColumnSpacing>1cm</ColumnSpacing>
<ReportItems>
@@ -129,7 +129,7 @@
<Height>1.25cm</Height>
<Value>- OFFICINA: dal momento del guasto a fine intervento
- INTERVENTO: da inizioa fine intervento manutenzione
- OPERATORE: totale tempo erogato da tutti gli operatori di manutenzionecoinvolti</Value>
- OPERATORE: totale tempo erogato da tutti gli operatori di manutenzione coinvolti</Value>
</Textbox>
<Textbox Name="textbox26">
<Top>1cm</Top>
@@ -1058,7 +1058,6 @@
</Footer>
</TableGroup>
</TableGroups>
<Width>20.40435cm</Width>
<Details>
<TableRows>
<TableRow>
@@ -1235,22 +1234,22 @@
<Width>1.27663cm</Width>
</TableColumn>
<TableColumn>
<Width>2.12772cm</Width>
</TableColumn>
<TableColumn>
<Width>4.5cm</Width>
<Width>1.5cm</Width>
</TableColumn>
<TableColumn>
<Width>5.75cm</Width>
</TableColumn>
<TableColumn>
<Width>2cm</Width>
<Width>6.25cm</Width>
</TableColumn>
<TableColumn>
<Width>1.75cm</Width>
<Width>1.5cm</Width>
</TableColumn>
<TableColumn>
<Width>1.75cm</Width>
<Width>1.5cm</Width>
</TableColumn>
<TableColumn>
<Width>1.5cm</Width>
</TableColumn>
</TableColumns>
<Height>3.32301cm</Height>
@@ -108,7 +108,7 @@
</asp:GridView>
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="getByPeriodo" TypeName="GIM_data.DS_applicazioneTableAdapters.v_intervExpTableAdapter"
FilterExpression=" ( codImpianto LIKE '%{0}%' OR nomeImpianto LIKE '%{0}%' OR codMacchina LIKE '%{0}%' OR nomeMacchina LIKE '%{0}%' OR descrizione LIKE '%{0}%' ) AND (idxStato < 3)">
FilterExpression=" ( CONVERT(numIntMtz,'System.String') LIKE '%{0}%' OR codImpianto LIKE '%{0}%' OR nomeImpianto LIKE '%{0}%' OR codMacchina LIKE '%{0}%' OR nomeMacchina LIKE '%{0}%' OR descrizione LIKE '%{0}%' ) AND (idxStato < 3) ">
<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
</FilterParameters>
@@ -354,7 +354,7 @@ public partial class mod_elencoRichieste : ApplicationUserControl
/// </summary>
private void checkFixOds()
{
ods.FilterExpression = "( codImpianto LIKE '%{0}%' OR nomeImpianto LIKE '%{0}%' OR codMacchina LIKE '%{0}%' OR nomeMacchina LIKE '%{0}%' OR descrizione LIKE '%{0}%' )";
ods.FilterExpression = "( CONVERT(numIntMtz,'System.String') LIKE '%{0}%' OR codImpianto LIKE '%{0}%' OR nomeImpianto LIKE '%{0}%' OR codMacchina LIKE '%{0}%' OR nomeMacchina LIKE '%{0}%' OR descrizione LIKE '%{0}%' )";
if (!chkMostraIntChiusi.Checked)
{
ods.FilterExpression += " AND (idxStato < 3)";
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:2.0.50727.4961
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -28,10 +28,10 @@
<td rowspan="2" valign="top">
<div id="reparto">
<asp:Label runat="server" ID="lblImpianto" /><br />
<asp:Panel runat="server" ID="pnlImpianti" ScrollBars="Vertical" Width="220px" Height="500px">
<asp:Panel runat="server" ID="pnlImpianti" ScrollBars="Vertical" Width="300px" Height="500px">
<asp:ListBox ID="listImpianti" runat="server" DataSourceID="odsImpianti" DataTextField="label"
DataValueField="value" AutoPostBack="true" OnSelectedIndexChanged="listImpianti_SelectedIndexChanged"
Height="600px" Width="204px" BackColor="#ddeeff" Font-Size="8pt"></asp:ListBox>
Height="600px" Width="450px" BackColor="#ddeeff" Font-Size="8pt"></asp:ListBox>
<asp:ObjectDataSource ID="odsImpianti" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="getImpiantiValidi" TypeName="GIM_data.DS_utilityTableAdapters.v_selImpiantiTableAdapter">
</asp:ObjectDataSource>
@@ -43,9 +43,9 @@
<td valign="top">
<div id="macchina">
<asp:Label runat="server" ID="lblMacchina" /><br />
<asp:Panel runat="server" ID="pnlMacchine" ScrollBars="Vertical" Width="300px" Height="284px">
<asp:Panel runat="server" ID="pnlMacchine" ScrollBars="Vertical" Width="350px" Height="400px">
<asp:ListBox ID="listMacchine" runat="server" AutoPostBack="True" DataSourceID="odsMacchine"
DataTextField="label" DataValueField="value" Height="400px" Width="284px" BackColor="#ddeeff"
DataTextField="label" DataValueField="value" Height="600px" Width="500px" BackColor="#ddeeff"
Font-Size="8pt"></asp:ListBox>
<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="getByConditio" TypeName="GIM_data.DS_utilityTableAdapters.v_selMacchineTableAdapter">
@@ -115,9 +115,9 @@
</td>
<td rowspan="2" valign="top">
<div id="causali">
<asp:Panel runat="server" ID="pnlCausali" ScrollBars="Vertical" Width="300px" Height="500px">
<asp:Panel runat="server" ID="pnlCausali" ScrollBars="Vertical" Width="250px" Height="500px">
<asp:ListBox ID="listCausali" runat="server" DataSourceID="odsCausali" DataTextField="label"
DataValueField="value" AutoPostBack="true" Height="600px" Width="284px" BackColor="#ddeeff"
DataValueField="value" AutoPostBack="true" Height="600px" Width="450px" BackColor="#ddeeff"
Font-Size="8pt"></asp:ListBox>
<asp:ObjectDataSource ID="odsCausali" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="getByConditio" TypeName="GIM_data.DS_utilityTableAdapters.v_selCausaliMacchineTableAdapter">
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:2.0.50727.4961
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -6,8 +6,8 @@
<div style="background-color: silver;">
<div style="padding: 1px;">
<div style="padding: 4px; background-color: #E5E2E1;">
<div style="width: 98%; background-color: #D5D2D1; clear: both; padding: 4px; text-align: center;
border-style: inset;">
<div style="background-color: #D5D2D1; clear: both; padding: 4px; text-align: center;
border-style: groove; display: inline-table; height:20px;">
<uc1:mod_periodoAnalisi ID="mod_periodoAnalisi1" runat="server" />
</div>
<div style="width: 100%; background-color: #E5E2E1; clear: both;" class="bg_plus">
@@ -55,8 +55,8 @@
</asp:ObjectDataSource>
</div>
</div>
<div style="float: left; clear: right;">
<div id="up" style="margin-left: 20px;">
<div style="float: left; clear: right; font-size:8pt;">
<div id="up" style="margin-left: 10px;">
<asp:Label runat="server" ID="lblMostraStati" /><br />
<asp:ListBox ID="listaStati" runat="server" DataSourceID="ods" DataTextField="DescrStato"
AutoPostBack="true" DataValueField="idxStato" OnDataBound="listaStati_DataBound"
@@ -66,15 +66,14 @@
SelectMethod="GetData" TypeName="GIM_data.DS_applicazioneTableAdapters.AnagStatiTableAdapter">
</asp:ObjectDataSource>
</div>
<div style="margin-left: 20px;">
<asp:CheckBox ID="chkShowOnlyMacchFerma" runat="server" Checked="false"
AutoPostBack="True" oncheckedchanged="chkShowOnlyMacchFerma_CheckedChanged" />
<br />
<asp:CheckBox ID="chkShowMtzPrev" runat="server" Checked="true" AutoPostBack="True"
oncheckedchanged="chkShowMtzPrev_CheckedChanged" />
<div style="margin-left: 10px;">
<asp:CheckBox ID="chkShowOnlyMacchFerma" runat="server" Checked="false" AutoPostBack="True"
OnCheckedChanged="chkShowOnlyMacchFerma_CheckedChanged" />
<br />
<asp:CheckBox ID="chkShowMtzPrev" runat="server" Checked="true" AutoPostBack="True"
OnCheckedChanged="chkShowMtzPrev_CheckedChanged" />
</div>
</div>
</div>
</div>
<div style="font-size: 8pt; clear: both; text-align: center; vertical-align: top;
padding-top: 20pz; background-color: #E5E2E1">
@@ -84,8 +83,7 @@
<h3>
<asp:Label runat="server" ID="lblReportInterventi" />
</h3>
<asp:HyperLink runat="server" ID="hlElencoInterventi_Pdf" ToolTip="..."
ImageUrl="~/images/pdfExportSmall.png" />
<asp:HyperLink runat="server" ID="hlElencoInterventi_Pdf" ToolTip="..." ImageUrl="~/images/pdfExportSmall.png" />
</td>
<td style="width: 30px;">
</td>
@@ -93,8 +91,7 @@
<h3>
<asp:Label runat="server" ID="lblReportMTBFMTTR" />
</h3>
<asp:HyperLink runat="server" ID="hlMTBF_MTTR_Pdf" ToolTip="..."
ImageUrl="~/images/pdfExportSmall.png" />
<asp:HyperLink runat="server" ID="hlMTBF_MTTR_Pdf" ToolTip="..." ImageUrl="~/images/pdfExportSmall.png" />
</td>
</tr>
<tr>
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:2.0.50727.4961
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.