Ignore:
Timestamp:
Oct 4, 2010, 8:32:56 PM (14 years ago)
Author:
gav
Message:

Update asset and equipment register reports with new headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/reports/assetRegister.jrxml

    r653 r678  
    4343                <field name="Model Number" class="java.lang.String"/>
    4444                <field name="Manufacturer" class="java.lang.String"/>
    45                 <field name="Hazards Identified" class="java.lang.String"/>
    46                 <field name="Risk Assesment" class="java.lang.String"/>
     45                <field name="ecr" class="java.lang.String"/>
     46                <field name="Risk Level" class="java.lang.String"/>
    4747                <field name="Safe Work Procedure" class="java.lang.String"/>
    48                 <field name="Maintenance Frequency" class="java.lang.String"/>
    49                 <field name="Maintenance Date" class="java.lang.String"/>
     48                <field name="Regulatory Requirement" class="java.lang.String"/>
     49                <field name="Maintenance % Completion" class="java.lang.String"/>
    5050                <field name="Registration Required" class="java.lang.String"/>
    5151                <field name="Registration Expiry Date" class="java.lang.String"/>
     
    223223                                                                        <font fontName="Serif" size="8"/>
    224224                                                                </textElement>
    225                                                                 <text><![CDATA[Hazards Identified]]></text>
    226                                                         </staticText>
    227                                                 </jr:columnHeader>
    228                                                 <jr:detailCell style="table_TD" height="36" rowSpan="1">
    229                                                         <textField isStretchWithOverflow="true">
    230                                                                 <reportElement stretchType="RelativeToTallestObject" x="2" y="0" width="59" height="35" isPrintWhenDetailOverflows="true"/>
    231                                                                 <textElement textAlignment="Center" verticalAlignment="Middle">
    232                                                                         <font fontName="Serif" size="8"/>
    233                                                                 </textElement>
    234                                                                 <textFieldExpression class="java.lang.String"><![CDATA[$F{Hazards Identified}]]></textFieldExpression>
     225                                                                <text><![CDATA[Equipment Criticality (ecr)]]></text>
     226                                                        </staticText>
     227                                                </jr:columnHeader>
     228                                                <jr:detailCell style="table_TD" height="36" rowSpan="1">
     229                                                        <textField>
     230                                                                <reportElement x="0" y="0" width="63" height="36"/>
     231                                                                <textElement textAlignment="Center" verticalAlignment="Middle">
     232                                                                        <font fontName="Serif" size="8"/>
     233                                                                </textElement>
     234                                                                <textFieldExpression class="java.lang.String"><![CDATA[$F{ecr}]]></textFieldExpression>
    235235                                                        </textField>
    236236                                                </jr:detailCell>
     
    243243                                                                        <font fontName="Serif" size="8"/>
    244244                                                                </textElement>
    245                                                                 <text><![CDATA[Risk Assesment (Y/N)]]></text>
     245                                                                <text><![CDATA[Risk Level]]></text>
    246246                                                        </staticText>
    247247                                                </jr:columnHeader>
     
    252252                                                                        <font fontName="Serif" size="8"/>
    253253                                                                </textElement>
    254                                                                 <textFieldExpression class="java.lang.String"><![CDATA[$F{Risk Assesment}]]></textFieldExpression>
     254                                                                <textFieldExpression class="java.lang.String"><![CDATA[$F{Risk Level}]]></textFieldExpression>
    255255                                                        </textField>
    256256                                                </jr:detailCell>
     
    263263                                                                        <font fontName="Serif" size="8"/>
    264264                                                                </textElement>
    265                                                                 <text><![CDATA[Safe Work Procedure (Y/N)]]></text>
     265                                                                <text><![CDATA[Safe Work Procedure]]></text>
    266266                                                        </staticText>
    267267                                                </jr:columnHeader>
     
    283283                                                                        <font fontName="Serif" size="8"/>
    284284                                                                </textElement>
    285                                                                 <text><![CDATA[Maintenance Frequency]]></text>
     285                                                                <text><![CDATA[Regulatory Requirement (Y/N)]]></text>
    286286                                                        </staticText>
    287287                                                </jr:columnHeader>
     
    292292                                                                        <font fontName="Serif" size="8"/>
    293293                                                                </textElement>
    294                                                                 <textFieldExpression class="java.lang.String"><![CDATA[$F{Maintenance Frequency}]]></textFieldExpression>
     294                                                                <textFieldExpression class="java.lang.String"><![CDATA[$F{Regulatory Requirement}]]></textFieldExpression>
    295295                                                        </textField>
    296296                                                </jr:detailCell>
     
    303303                                                                        <font fontName="Serif" size="8"/>
    304304                                                                </textElement>
    305                                                                 <text><![CDATA[Maintenance Date]]></text>
     305                                                                <text><![CDATA[Maintenance % Completion]]></text>
    306306                                                        </staticText>
    307307                                                </jr:columnHeader>
     
    312312                                                                        <font fontName="Serif" size="8"/>
    313313                                                                </textElement>
    314                                                                 <textFieldExpression class="java.lang.String"><![CDATA[$F{Maintenance Date}]]></textFieldExpression>
     314                                                                <textFieldExpression class="java.lang.String"><![CDATA[$F{Maintenance % Completion}]]></textFieldExpression>
    315315                                                        </textField>
    316316                                                </jr:detailCell>
Note: See TracChangeset for help on using the changeset viewer.