diff options
Diffstat (limited to 'jasper_reports/custom_reports/ShipmentGroup.jrxml')
| -rw-r--r-- | jasper_reports/custom_reports/ShipmentGroup.jrxml | 216 |
1 files changed, 216 insertions, 0 deletions
diff --git a/jasper_reports/custom_reports/ShipmentGroup.jrxml b/jasper_reports/custom_reports/ShipmentGroup.jrxml new file mode 100644 index 0000000..bc772c1 --- /dev/null +++ b/jasper_reports/custom_reports/ShipmentGroup.jrxml @@ -0,0 +1,216 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Created with Jaspersoft Studio version 6.20.5.final using JasperReports Library version 6.20.5-3efcf2e67f959db3888d79f73dde2dbd7acb4f8e --> +<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="ShipmentGroup" pageWidth="595" pageHeight="420" orientation="Landscape" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="ee023038-1099-4af8-8961-17b5517d4b2b"> + <property name="com.jaspersoft.studio.data.defaultdataadapter" value="shipmenttttt.jrdax"/> + <property name="ODOO_RELATIONS"> + <![CDATA[['shipment_line']]]> + </property> + <queryString language="XPath"> + <![CDATA[]]> + </queryString> + <field name="Document No" class="java.lang.String"> + <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Document_No-number"/> + <fieldDescription><![CDATA[/data/record/Document_No-number]]></fieldDescription> + </field> + <field name="Partner" class="java.lang.String"> + <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Customer-partner_id/Name-name"/> + <fieldDescription><![CDATA[/data/record/Customer-partner_id/Name-name]]></fieldDescription> + </field> + <field name="Line Partner" class="java.lang.String"> + <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Shipment_Group_Lines-shipment_line/Customer-partner_id/Name-name"/> + <fieldDescription><![CDATA[/data/record/Shipment_Group_Lines-shipment_line/Customer-partner_id/Name-name]]></fieldDescription> + </field> + <field name="DO Number" class="java.lang.String"> + <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Shipment_Group_Lines-shipment_line/Picking-picking_id/Reference-name"/> + <fieldDescription><![CDATA[/data/record/Shipment_Group_Lines-shipment_line/Picking-picking_id/Reference-name]]></fieldDescription> + </field> + <field name="SO Number" class="java.lang.String"> + <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Shipment_Group_Lines-shipment_line/Sale_Order-sale_id/Order_Reference-name"/> + <fieldDescription><![CDATA[/data/record/Shipment_Group_Lines-shipment_line/Sale_Order-sale_id/Order_Reference-name]]></fieldDescription> + </field> + <field name="Status" class="java.lang.String"> + <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Shipment_Group_Lines-shipment_line/Status-state"/> + <fieldDescription><![CDATA[/data/record/Shipment_Group_Lines-shipment_line/Status-state]]></fieldDescription> + </field> + <field name="Display Name Partner" class="java.lang.String"> + <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Customer-partner_id/Display_Name-display_name"/> + <fieldDescription><![CDATA[/data/record/Customer-partner_id/Display_Name-display_name]]></fieldDescription> + </field> + <field name="Display_Name-display_name" class="java.lang.String"> + <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Shipment_Group_Lines-shipment_line/Customer-partner_id/Display_Name-display_name"/> + <fieldDescription><![CDATA[/data/record/Shipment_Group_Lines-shipment_line/Customer-partner_id/Display_Name-display_name]]></fieldDescription> + </field> + <field name="Shipping_Paid_by-shipping_paid_by" class="java.lang.String"> + <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Shipment_Group_Lines-shipment_line/Shipping_Paid_by-shipping_paid_by"/> + <fieldDescription><![CDATA[/data/record/Shipment_Group_Lines-shipment_line/Shipping_Paid_by-shipping_paid_by]]></fieldDescription> + </field> + <background> + <band splitType="Stretch"/> + </background> + <title> + <band height="55" splitType="Stretch"> + <staticText> + <reportElement x="2" y="0" width="550" height="30" uuid="48be6e24-7ca1-44d2-b5e3-17dc1fbf616b"/> + <textElement textAlignment="Center" verticalAlignment="Top"> + <font size="20" isBold="true"/> + </textElement> + <text><![CDATA[Shipment Group]]></text> + </staticText> + </band> + </title> + <pageHeader> + <band height="60" splitType="Stretch"> + <textField> + <reportElement x="0" y="0" width="220" height="50" uuid="e4a7118c-841b-411e-a059-9c41f24b73e4"/> + <textElement textAlignment="Center"> + <font size="16" isBold="true"/> + </textElement> + <textFieldExpression><![CDATA[$F{Document No}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="220" y="0" width="332" height="50" uuid="7a096341-32d5-4f73-b31c-f367591847ce"/> + <textElement textAlignment="Center"> + <font size="16" isBold="true"/> + </textElement> + <textFieldExpression><![CDATA[$F{Display Name Partner}]]></textFieldExpression> + </textField> + </band> + </pageHeader> + <columnHeader> + <band height="30" splitType="Stretch"> + <staticText> + <reportElement x="80" y="0" width="190" height="30" uuid="01ae10e1-96a2-48ce-9b79-2b432b8e5067"> + <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="2e94d44a-9423-488b-a401-afaf2c16b860"/> + </reportElement> + <box> + <bottomPen lineWidth="0.5"/> + </box> + <textElement textAlignment="Center" verticalAlignment="Middle"> + <font size="12"/> + </textElement> + <text><![CDATA[Line Partner]]></text> + </staticText> + <staticText> + <reportElement x="0" y="0" width="80" height="30" uuid="d1a5649c-1ed7-4076-a167-e73211d90428"> + <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="671d5960-8b0c-4929-9cef-5c27ddaa0d90"/> + </reportElement> + <box> + <bottomPen lineWidth="0.5"/> + </box> + <textElement textAlignment="Center" verticalAlignment="Middle"> + <font size="12"/> + </textElement> + <text><![CDATA[DO Number]]></text> + </staticText> + <staticText> + <reportElement x="270" y="0" width="100" height="30" uuid="0fef1278-e03b-4b45-b8cd-f4fc98651d0d"> + <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="94acfe89-a1ec-4054-89d5-857f5c3004f1"/> + </reportElement> + <box> + <bottomPen lineWidth="0.5"/> + </box> + <textElement textAlignment="Center" verticalAlignment="Middle"> + <font size="12"/> + </textElement> + <text><![CDATA[SO Number]]></text> + </staticText> + <staticText> + <reportElement x="480" y="0" width="73" height="30" uuid="fd42216a-69e8-4339-bf47-f7d5df34fb30"> + <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="462e19c7-ebc5-4ab4-b4b9-24dc4a333126"/> + </reportElement> + <box> + <bottomPen lineWidth="0.5"/> + </box> + <textElement textAlignment="Center" verticalAlignment="Middle"> + <font size="12"/> + </textElement> + <text><![CDATA[Status]]></text> + </staticText> + <staticText> + <reportElement x="370" y="0" width="110" height="30" uuid="18a3822d-9de0-4e77-af2b-2a63d651a0a1"> + <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="26d7f951-8e46-4b2e-b073-2cff9a705fa0"/> + </reportElement> + <box> + <bottomPen lineWidth="0.5"/> + </box> + <textElement textAlignment="Center" verticalAlignment="Middle"> + <font size="12"/> + </textElement> + <text><![CDATA[Shipping paid by]]></text> + </staticText> + </band> + </columnHeader> + <detail> + <band height="43" splitType="Stretch"> + <textField> + <reportElement x="0" y="0" width="80" height="30" uuid="2caf9efd-5cbd-4f24-bad1-770b7e5c1c64"> + <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="671d5960-8b0c-4929-9cef-5c27ddaa0d90"/> + </reportElement> + <box> + <bottomPen lineWidth="0.5"/> + </box> + <textElement textAlignment="Center" verticalAlignment="Middle"> + <font size="11"/> + </textElement> + <textFieldExpression><![CDATA[$F{DO Number}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="270" y="0" width="100" height="30" uuid="7cd4d47f-e53f-44bb-9c98-7dbafa79ec2f"> + <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="94acfe89-a1ec-4054-89d5-857f5c3004f1"/> + </reportElement> + <box> + <bottomPen lineWidth="0.5"/> + </box> + <textElement textAlignment="Center" verticalAlignment="Middle"> + <font size="11"/> + </textElement> + <textFieldExpression><![CDATA[$F{SO Number}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="480" y="0" width="73" height="30" uuid="c4b01e34-aad5-46f4-98a7-6d50d6dfd237"> + <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="462e19c7-ebc5-4ab4-b4b9-24dc4a333126"/> + </reportElement> + <box> + <bottomPen lineWidth="0.5"/> + </box> + <textElement textAlignment="Center" verticalAlignment="Middle"> + <font size="11"/> + </textElement> + <textFieldExpression><![CDATA[$F{Status}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="80" y="0" width="190" height="30" uuid="c1d6709a-d962-43c3-bf76-460fc6c60498"> + <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="969c5763-868b-4788-b966-1498d6b831e4"/> + </reportElement> + <box> + <bottomPen lineWidth="0.5"/> + </box> + <textElement textAlignment="Center" verticalAlignment="Middle"> + <font size="11"/> + </textElement> + <textFieldExpression><![CDATA[$F{Display_Name-display_name}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="370" y="0" width="110" height="30" uuid="dbf054d8-55cd-487e-99ae-10d3e8352aa5"> + <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="26d7f951-8e46-4b2e-b073-2cff9a705fa0"/> + </reportElement> + <box> + <bottomPen lineWidth="0.5"/> + </box> + <textElement textAlignment="Center" verticalAlignment="Middle"> + <font size="11"/> + </textElement> + <textFieldExpression><![CDATA[$F{Shipping_Paid_by-shipping_paid_by}]]></textFieldExpression> + </textField> + </band> + </detail> + <columnFooter> + <band height="45" splitType="Stretch"/> + </columnFooter> + <pageFooter> + <band height="54" splitType="Stretch"/> + </pageFooter> + <summary> + <band height="42" splitType="Stretch"/> + </summary> +</jasperReport> |
