Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- Created with Jaspersoft Studio version 6.12.0.final using JasperReports Library version 6.12.1-ac0eebdb29e4c0985457bab279a6db744d661530 -->
- <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="ReporteVentas" pageWidth="595" pageHeight="842" columnWidth="535" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="4eedbb89-b4f6-4469-9ab6-f642a1688cf7">
- <property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/>
- <style name="Title" forecolor="#FFFFFF" fontName="Times New Roman" fontSize="50" isBold="false" pdfFontName="Times-Bold"/>
- <style name="SubTitle" forecolor="#CCCCCC" fontName="Times New Roman" fontSize="18" isBold="false" pdfFontName="Times-Roman"/>
- <style name="Column header" forecolor="#666666" fontName="Times New Roman" fontSize="14" isBold="true"/>
- <style name="Detail" mode="Transparent" fontName="Times New Roman"/>
- <style name="Row" mode="Transparent" fontName="Times New Roman" pdfFontName="Times-Roman">
- <conditionalStyle>
- <conditionExpression><![CDATA[$V{REPORT_COUNT}%2 == 0]]></conditionExpression>
- <style mode="Opaque" backcolor="#EEEFF0"/>
- </conditionalStyle>
- </style>
- <style name="Table">
- <box>
- <pen lineWidth="1.0" lineColor="#000000"/>
- <topPen lineWidth="1.0" lineColor="#000000"/>
- <leftPen lineWidth="1.0" lineColor="#000000"/>
- <bottomPen lineWidth="1.0" lineColor="#000000"/>
- <rightPen lineWidth="1.0" lineColor="#000000"/>
- </box>
- </style>
- <style name="Table_TH" mode="Opaque" backcolor="#FFFFFF">
- <box>
- <pen lineWidth="0.5" lineColor="#000000"/>
- <topPen lineWidth="0.5" lineColor="#000000"/>
- <leftPen lineWidth="0.5" lineColor="#000000"/>
- <bottomPen lineWidth="0.5" lineColor="#000000"/>
- <rightPen lineWidth="0.5" lineColor="#000000"/>
- </box>
- </style>
- <style name="Table_CH" mode="Opaque" backcolor="#CACED0">
- <box>
- <pen lineWidth="0.5" lineColor="#000000"/>
- <topPen lineWidth="0.5" lineColor="#000000"/>
- <leftPen lineWidth="0.5" lineColor="#000000"/>
- <bottomPen lineWidth="0.5" lineColor="#000000"/>
- <rightPen lineWidth="0.5" lineColor="#000000"/>
- </box>
- </style>
- <style name="Table_TD" mode="Opaque" backcolor="#FFFFFF">
- <box>
- <pen lineWidth="0.5" lineColor="#000000"/>
- <topPen lineWidth="0.5" lineColor="#000000"/>
- <leftPen lineWidth="0.5" lineColor="#000000"/>
- <bottomPen lineWidth="0.5" lineColor="#000000"/>
- <rightPen lineWidth="0.5" lineColor="#000000"/>
- </box>
- <conditionalStyle>
- <conditionExpression><![CDATA[$V{REPORT_COUNT}%2 == 0]]></conditionExpression>
- <style backcolor="#D8D8D8"/>
- </conditionalStyle>
- </style>
- <style name="Table 1_TH" mode="Opaque" backcolor="#F0F8FF">
- <box>
- <pen lineWidth="0.5" lineColor="#000000"/>
- <topPen lineWidth="0.5" lineColor="#000000"/>
- <leftPen lineWidth="0.5" lineColor="#000000"/>
- <bottomPen lineWidth="0.5" lineColor="#000000"/>
- <rightPen lineWidth="0.5" lineColor="#000000"/>
- </box>
- </style>
- <style name="Table 1_CH" mode="Opaque" backcolor="#BFE1FF">
- <box>
- <pen lineWidth="0.5" lineColor="#000000"/>
- <topPen lineWidth="0.5" lineColor="#000000"/>
- <leftPen lineWidth="0.5" lineColor="#000000"/>
- <bottomPen lineWidth="0.5" lineColor="#000000"/>
- <rightPen lineWidth="0.5" lineColor="#000000"/>
- </box>
- </style>
- <style name="Table 1_TD" mode="Opaque" backcolor="#FFFFFF">
- <box>
- <pen lineWidth="0.5" lineColor="#000000"/>
- <topPen lineWidth="0.5" lineColor="#000000"/>
- <leftPen lineWidth="0.5" lineColor="#000000"/>
- <bottomPen lineWidth="0.5" lineColor="#000000"/>
- <rightPen lineWidth="0.5" lineColor="#000000"/>
- </box>
- </style>
- <subDataset name="tableDataset" uuid="f13e6d36-5148-4ecc-bbe3-3035def80980">
- <queryString>
- <![CDATA[]]>
- </queryString>
- </subDataset>
- <queryString>
- <![CDATA[]]>
- </queryString>
- <field name="descripcion" class="java.lang.String">
- <fieldDescription><![CDATA[descripcion]]></fieldDescription>
- </field>
- <field name="fechaDePago" class="java.util.Date">
- <fieldDescription><![CDATA[fechaDePago]]></fieldDescription>
- </field>
- <field name="total" class="java.lang.Double">
- <fieldDescription><![CDATA[total]]></fieldDescription>
- </field>
- <field name="fechaReporte" class="java.util.Date">
- <fieldDescription><![CDATA[fechaReporte]]></fieldDescription>
- </field>
- <field name="id" class="java.lang.Integer">
- <fieldDescription><![CDATA[id]]></fieldDescription>
- </field>
- <field name="montoTotal" class="java.lang.Double">
- <fieldDescription><![CDATA[montoTotal]]></fieldDescription>
- </field>
- <group name="GrupoMarca">
- <groupHeader>
- <band height="22"/>
- </groupHeader>
- <groupFooter>
- <band height="21">
- <textField>
- <reportElement mode="Opaque" x="430" y="0" width="124" height="20" forecolor="#363E5B" backcolor="#FED54F" uuid="61d26fe2-7668-4ead-8dd9-a4b193b66132"/>
- <textElement textAlignment="Center" verticalAlignment="Middle">
- <font isBold="true"/>
- </textElement>
- <textFieldExpression><![CDATA[$F{total}]]></textFieldExpression>
- </textField>
- </band>
- </groupFooter>
- </group>
- <title>
- <band height="77" splitType="Stretch">
- <frame>
- <reportElement mode="Opaque" x="-20" y="30" width="595" height="32" forecolor="#000000" backcolor="#0E92CC" uuid="7aa8f1d9-f950-4e76-8481-12cbc8bb63b5"/>
- <staticText>
- <reportElement x="100" y="4" width="474" height="25" forecolor="#FFFFFF" uuid="e622555d-198b-4ccd-a4a1-c59c53304058">
- <property name="local_mesure_unitheight" value="pixel"/>
- <property name="com.jaspersoft.studio.unit.height" value="px"/>
- </reportElement>
- <textElement textAlignment="Center" verticalAlignment="Middle">
- <font fontName="SansSerif" size="13" isBold="false"/>
- </textElement>
- <text><![CDATA[Reporte de ingresos percibidos]]></text>
- </staticText>
- <textField pattern="EEEEE dd MMMMM yyyy">
- <reportElement x="460" y="-25" width="114" height="20" uuid="bb10dbe1-0a4f-4722-9953-c163b63cf979"/>
- <textElement verticalAlignment="Middle"/>
- <textFieldExpression><![CDATA[$F{fechaReporte}]]></textFieldExpression>
- </textField>
- <staticText>
- <reportElement x="410" y="-25" width="50" height="20" uuid="0f86baff-6386-4f3f-b3fe-2388707babe8"/>
- <box rightPadding="4"/>
- <textElement textAlignment="Left" verticalAlignment="Middle"/>
- <text><![CDATA[Fecha:]]></text>
- </staticText>
- </frame>
- <image hAlign="Center" vAlign="Middle">
- <reportElement mode="Opaque" x="0" y="0" width="80" height="69" uuid="94883631-a913-43e2-b182-ab8d77d0181e"/>
- <box topPadding="6" leftPadding="6" bottomPadding="6" rightPadding="6">
- <pen lineWidth="1.25" lineColor="#000000"/>
- </box>
- <imageExpression><![CDATA["reportes/Logo.png"]]></imageExpression>
- </image>
- <staticText>
- <reportElement x="90" y="0" width="290" height="30" uuid="e23077db-577c-4a5d-b49d-b0a914789795"/>
- <textElement verticalAlignment="Middle">
- <font size="15" isBold="true"/>
- </textElement>
- <text><![CDATA[Concesionario Larusso]]></text>
- </staticText>
- </band>
- </title>
- <pageHeader>
- <band height="21">
- <frame>
- <reportElement mode="Opaque" x="0" y="0" width="554" height="21" backcolor="#0E92CC" uuid="590a34d5-fdb3-45ab-9073-89b9cf03ebbd"/>
- <staticText>
- <reportElement x="320" y="0" width="160" height="20" forecolor="#FFFFFF" uuid="9f9d8f62-cc10-4897-b1e0-0094f7188a34"/>
- <textElement textAlignment="Center" verticalAlignment="Middle">
- <font isBold="true"/>
- </textElement>
- <text><![CDATA[id factura/venta]]></text>
- </staticText>
- <staticText>
- <reportElement mode="Transparent" x="0" y="0" width="160" height="20" forecolor="#FFFFFF" uuid="3db51d1b-1170-4c2a-9963-e023c4d86e57"/>
- <textElement textAlignment="Center" verticalAlignment="Middle">
- <font isBold="true"/>
- </textElement>
- <text><![CDATA[Descripcion origen]]></text>
- </staticText>
- <staticText>
- <reportElement x="179" y="0" width="141" height="20" forecolor="#FFFFFF" uuid="059b8786-a197-4f0a-919e-2b7a073eb3de"/>
- <textElement textAlignment="Center" verticalAlignment="Middle">
- <font isBold="true"/>
- </textElement>
- <text><![CDATA[Fecha de pago]]></text>
- </staticText>
- <staticText>
- <reportElement x="480" y="0" width="72" height="20" forecolor="#FFFFFF" uuid="539805ab-5450-4a7c-88d7-cc979ad5f508"/>
- <textElement textAlignment="Center" verticalAlignment="Middle">
- <font isBold="true"/>
- </textElement>
- <text><![CDATA[ingreso]]></text>
- </staticText>
- </frame>
- </band>
- </pageHeader>
- <detail>
- <band height="20">
- <frame>
- <reportElement mode="Transparent" x="0" y="0" width="554" height="20" backcolor="#F2F2F2" uuid="128095d6-e32b-47a4-80c1-b3409b73eeb3"/>
- <box leftPadding="0">
- <pen lineWidth="0.5" lineStyle="Double"/>
- <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
- <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
- <bottomPen lineWidth="0.75" lineStyle="Solid" lineColor="#D9D9D9"/>
- <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
- </box>
- <textField>
- <reportElement mode="Transparent" x="50" y="0" width="80" height="20" forecolor="#595959" backcolor="#EDEDED" uuid="65605e1b-81e3-4bae-8666-3447a9e5a44b"/>
- <textElement textAlignment="Center" verticalAlignment="Middle"/>
- <textFieldExpression><![CDATA[$F{descripcion}]]></textFieldExpression>
- </textField>
- <textField>
- <reportElement mode="Transparent" x="220" y="0" width="100" height="20" forecolor="#595959" backcolor="#EDEDED" uuid="4a5ec0e8-849a-4440-b12d-56ea81d08aba"/>
- <textElement textAlignment="Center" verticalAlignment="Middle"/>
- <textFieldExpression><![CDATA[$F{fechaDePago}.toLocaleString()]]></textFieldExpression>
- </textField>
- <textField>
- <reportElement x="360" y="0" width="98" height="20" forecolor="#595959" uuid="0b271d27-1d3d-4bd9-a806-948e787ad73d"/>
- <textElement textAlignment="Center" verticalAlignment="Middle"/>
- <textFieldExpression><![CDATA[$F{id}]]></textFieldExpression>
- </textField>
- <textField>
- <reportElement x="480" y="0" width="74" height="20" forecolor="#595959" uuid="e7b3e793-423a-4667-958e-c517f760f01c"/>
- <textElement textAlignment="Center" verticalAlignment="Middle"/>
- <textFieldExpression><![CDATA[$F{montoTotal}]]></textFieldExpression>
- </textField>
- </frame>
- </band>
- </detail>
- <pageFooter>
- <band height="31">
- <textField>
- <reportElement x="440" y="0" width="55" height="30" uuid="3e4e6cef-240c-450d-a5f3-e8cf01bc8720"/>
- <textElement textAlignment="Right"/>
- <textFieldExpression><![CDATA["Página " + $V{PAGE_NUMBER}]]></textFieldExpression>
- </textField>
- <textField evaluationTime="Report">
- <reportElement x="495" y="0" width="55" height="30" uuid="9d9c5a7e-29a0-4fb8-8e13-8f266111be82"/>
- <textElement textAlignment="Left"/>
- <textFieldExpression><![CDATA[" de " + $V{PAGE_NUMBER}]]></textFieldExpression>
- </textField>
- </band>
- </pageFooter>
- <summary>
- <band height="542"/>
- </summary>
- </jasperReport>
Add Comment
Please, Sign In to add comment