|
|
|
@@ -35,10 +35,37 @@ |
|
|
|
<variable name="sumStockValue" class="java.math.BigDecimal" calculation="Sum"> |
|
|
|
<variableExpression><![CDATA[$F{stockValue}]]></variableExpression> |
|
|
|
</variable> |
|
|
|
<group name="room"/> |
|
|
|
<group name="client"/> |
|
|
|
<group name="extra"/> |
|
|
|
<group name="terms" isReprintHeaderOnEachPage="true"/> |
|
|
|
<group name="special group for total" isReprintHeaderOnEachPage="true"> |
|
|
|
<groupFooter> |
|
|
|
<band height="26"> |
|
|
|
<textField pattern="#,##0"> |
|
|
|
<reportElement x="390" y="0" width="130" height="20" uuid="2221231a-cd7a-41af-8386-2181e8e289fa"> |
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
</reportElement> |
|
|
|
<box> |
|
|
|
<pen lineWidth="1.0"/> |
|
|
|
<bottomPen lineWidth="3.0" lineStyle="Double"/> |
|
|
|
</box> |
|
|
|
<textElement textAlignment="Center" verticalAlignment="Middle"> |
|
|
|
<font fontName="SansSerif" size="8"/> |
|
|
|
</textElement> |
|
|
|
<textFieldExpression><![CDATA[$V{sumStockValue}]]></textFieldExpression> |
|
|
|
</textField> |
|
|
|
<textField> |
|
|
|
<reportElement x="291" y="0" width="99" height="20" uuid="6a9bbbd9-49f3-404c-8804-989beef8d20f"/> |
|
|
|
<box> |
|
|
|
<pen lineWidth="1.0"/> |
|
|
|
<bottomPen lineWidth="3.0" lineStyle="Double"/> |
|
|
|
</box> |
|
|
|
<textElement textAlignment="Center" verticalAlignment="Middle"> |
|
|
|
<font fontName="SansSerif" size="8" isBold="true"/> |
|
|
|
</textElement> |
|
|
|
<textFieldExpression><![CDATA["Total Value:"]]></textFieldExpression> |
|
|
|
</textField> |
|
|
|
</band> |
|
|
|
</groupFooter> |
|
|
|
</group> |
|
|
|
<group name="Group1"/> |
|
|
|
<pageHeader> |
|
|
|
<band height="90"> |
|
|
|
<textField> |
|
|
|
@@ -261,32 +288,4 @@ |
|
|
|
</textField> |
|
|
|
</band> |
|
|
|
</detail> |
|
|
|
<columnFooter> |
|
|
|
<band height="28"> |
|
|
|
<textField pattern="#,##0"> |
|
|
|
<reportElement x="390" y="0" width="130" height="20" uuid="2221231a-cd7a-41af-8386-2181e8e289fa"> |
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
</reportElement> |
|
|
|
<box> |
|
|
|
<pen lineWidth="1.0"/> |
|
|
|
<bottomPen lineWidth="3.0" lineStyle="Double"/> |
|
|
|
</box> |
|
|
|
<textElement textAlignment="Center" verticalAlignment="Middle"> |
|
|
|
<font fontName="SansSerif" size="8"/> |
|
|
|
</textElement> |
|
|
|
<textFieldExpression><![CDATA[$F{stockValue}]]></textFieldExpression> |
|
|
|
</textField> |
|
|
|
<textField> |
|
|
|
<reportElement x="291" y="0" width="99" height="20" uuid="6a9bbbd9-49f3-404c-8804-989beef8d20f"/> |
|
|
|
<box> |
|
|
|
<pen lineWidth="1.0"/> |
|
|
|
<bottomPen lineWidth="3.0" lineStyle="Double"/> |
|
|
|
</box> |
|
|
|
<textElement textAlignment="Center" verticalAlignment="Middle"> |
|
|
|
<font fontName="SansSerif" size="8" isBold="true"/> |
|
|
|
</textElement> |
|
|
|
<textFieldExpression><![CDATA["Total Value:"]]></textFieldExpression> |
|
|
|
</textField> |
|
|
|
</band> |
|
|
|
</columnFooter> |
|
|
|
</jasperReport> |