Skip to content

Commit

Permalink
Shanu: Modified the report for invoice to get rid of si number commin…
Browse files Browse the repository at this point in the history
…g as different cell isssue
  • Loading branch information
shanu committed Nov 18, 2011
1 parent ae2712d commit 7ed55dc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions web-app/WEB-INF/reports/invoice.jrxml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<text><![CDATA[Invoiced Date]]></text>
</staticText>
<staticText>
<reportElement x="51" y="8" width="76" height="20"/>
<reportElement x="52" y="8" width="76" height="20"/>
<textElement/>
<text><![CDATA[Voucher Numbers]]></text>
</staticText>
Expand All @@ -69,12 +69,17 @@
<textElement/>
<text><![CDATA[Clients]]></text>
</staticText>
<staticText>
<reportElement x="1" y="8" width="51" height="20"/>
<textElement/>
<text><![CDATA[SI No ]]></text>
</staticText>
</band>
</columnHeader>
<detail>
<band height="125" splitType="Stretch">
<textField isStretchWithOverflow="true">
<reportElement stretchType="RelativeToBandHeight" x="51" y="0" width="76" height="20" isPrintInFirstWholeBand="true"/>
<reportElement stretchType="RelativeToBandHeight" x="52" y="0" width="76" height="20" isPrintInFirstWholeBand="true"/>
<textElement/>
<textFieldExpression><![CDATA[$F{soldAt.name}]]></textFieldExpression>
</textField>
Expand Down Expand Up @@ -123,13 +128,8 @@
<textElement/>
<textFieldExpression><![CDATA[$F{clientsForReport}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="0" y="-20" width="51" height="20"/>
<textElement/>
<text><![CDATA[SI No ]]></text>
</staticText>
<textField isStretchWithOverflow="true">
<reportElement stretchType="RelativeToBandHeight" x="0" y="0" width="51" height="20" isPrintInFirstWholeBand="true"/>
<reportElement stretchType="RelativeToBandHeight" x="1" y="0" width="51" height="20" isPrintInFirstWholeBand="true"/>
<textElement/>
<textFieldExpression><![CDATA[$F{id}]]></textFieldExpression>
</textField>
Expand Down

0 comments on commit 7ed55dc

Please sign in to comment.