LaCaraDeLaVerga

report ingresoss

Dec 16th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 11.37 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Created with Jaspersoft Studio version 6.12.0.final using JasperReports Library version 6.12.1-ac0eebdb29e4c0985457bab279a6db744d661530  -->
  3. <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">
  4.     <property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/>
  5.     <style name="Title" forecolor="#FFFFFF" fontName="Times New Roman" fontSize="50" isBold="false" pdfFontName="Times-Bold"/>
  6.     <style name="SubTitle" forecolor="#CCCCCC" fontName="Times New Roman" fontSize="18" isBold="false" pdfFontName="Times-Roman"/>
  7.     <style name="Column header" forecolor="#666666" fontName="Times New Roman" fontSize="14" isBold="true"/>
  8.     <style name="Detail" mode="Transparent" fontName="Times New Roman"/>
  9.     <style name="Row" mode="Transparent" fontName="Times New Roman" pdfFontName="Times-Roman">
  10.         <conditionalStyle>
  11.             <conditionExpression><![CDATA[$V{REPORT_COUNT}%2 == 0]]></conditionExpression>
  12.             <style mode="Opaque" backcolor="#EEEFF0"/>
  13.         </conditionalStyle>
  14.     </style>
  15.     <style name="Table">
  16.         <box>
  17.             <pen lineWidth="1.0" lineColor="#000000"/>
  18.             <topPen lineWidth="1.0" lineColor="#000000"/>
  19.             <leftPen lineWidth="1.0" lineColor="#000000"/>
  20.             <bottomPen lineWidth="1.0" lineColor="#000000"/>
  21.             <rightPen lineWidth="1.0" lineColor="#000000"/>
  22.         </box>
  23.     </style>
  24.     <style name="Table_TH" mode="Opaque" backcolor="#FFFFFF">
  25.         <box>
  26.             <pen lineWidth="0.5" lineColor="#000000"/>
  27.             <topPen lineWidth="0.5" lineColor="#000000"/>
  28.             <leftPen lineWidth="0.5" lineColor="#000000"/>
  29.             <bottomPen lineWidth="0.5" lineColor="#000000"/>
  30.             <rightPen lineWidth="0.5" lineColor="#000000"/>
  31.         </box>
  32.     </style>
  33.     <style name="Table_CH" mode="Opaque" backcolor="#CACED0">
  34.         <box>
  35.             <pen lineWidth="0.5" lineColor="#000000"/>
  36.             <topPen lineWidth="0.5" lineColor="#000000"/>
  37.             <leftPen lineWidth="0.5" lineColor="#000000"/>
  38.             <bottomPen lineWidth="0.5" lineColor="#000000"/>
  39.             <rightPen lineWidth="0.5" lineColor="#000000"/>
  40.         </box>
  41.     </style>
  42.     <style name="Table_TD" mode="Opaque" backcolor="#FFFFFF">
  43.         <box>
  44.             <pen lineWidth="0.5" lineColor="#000000"/>
  45.             <topPen lineWidth="0.5" lineColor="#000000"/>
  46.             <leftPen lineWidth="0.5" lineColor="#000000"/>
  47.             <bottomPen lineWidth="0.5" lineColor="#000000"/>
  48.             <rightPen lineWidth="0.5" lineColor="#000000"/>
  49.         </box>
  50.         <conditionalStyle>
  51.             <conditionExpression><![CDATA[$V{REPORT_COUNT}%2 == 0]]></conditionExpression>
  52.             <style backcolor="#D8D8D8"/>
  53.         </conditionalStyle>
  54.     </style>
  55.     <style name="Table 1_TH" mode="Opaque" backcolor="#F0F8FF">
  56.         <box>
  57.             <pen lineWidth="0.5" lineColor="#000000"/>
  58.             <topPen lineWidth="0.5" lineColor="#000000"/>
  59.             <leftPen lineWidth="0.5" lineColor="#000000"/>
  60.             <bottomPen lineWidth="0.5" lineColor="#000000"/>
  61.             <rightPen lineWidth="0.5" lineColor="#000000"/>
  62.         </box>
  63.     </style>
  64.     <style name="Table 1_CH" mode="Opaque" backcolor="#BFE1FF">
  65.         <box>
  66.             <pen lineWidth="0.5" lineColor="#000000"/>
  67.             <topPen lineWidth="0.5" lineColor="#000000"/>
  68.             <leftPen lineWidth="0.5" lineColor="#000000"/>
  69.             <bottomPen lineWidth="0.5" lineColor="#000000"/>
  70.             <rightPen lineWidth="0.5" lineColor="#000000"/>
  71.         </box>
  72.     </style>
  73.     <style name="Table 1_TD" mode="Opaque" backcolor="#FFFFFF">
  74.         <box>
  75.             <pen lineWidth="0.5" lineColor="#000000"/>
  76.             <topPen lineWidth="0.5" lineColor="#000000"/>
  77.             <leftPen lineWidth="0.5" lineColor="#000000"/>
  78.             <bottomPen lineWidth="0.5" lineColor="#000000"/>
  79.             <rightPen lineWidth="0.5" lineColor="#000000"/>
  80.         </box>
  81.     </style>
  82.     <subDataset name="tableDataset" uuid="f13e6d36-5148-4ecc-bbe3-3035def80980">
  83.         <queryString>
  84.             <![CDATA[]]>
  85.         </queryString>
  86.     </subDataset>
  87.     <queryString>
  88.         <![CDATA[]]>
  89.     </queryString>
  90.     <field name="descripcion" class="java.lang.String">
  91.         <fieldDescription><![CDATA[descripcion]]></fieldDescription>
  92.     </field>
  93.     <field name="fechaDePago" class="java.util.Date">
  94.         <fieldDescription><![CDATA[fechaDePago]]></fieldDescription>
  95.     </field>
  96.     <field name="total" class="java.lang.Double">
  97.         <fieldDescription><![CDATA[total]]></fieldDescription>
  98.     </field>
  99.     <field name="fechaReporte" class="java.util.Date">
  100.         <fieldDescription><![CDATA[fechaReporte]]></fieldDescription>
  101.     </field>
  102.     <field name="id" class="java.lang.Integer">
  103.         <fieldDescription><![CDATA[id]]></fieldDescription>
  104.     </field>
  105.     <field name="montoTotal" class="java.lang.Double">
  106.         <fieldDescription><![CDATA[montoTotal]]></fieldDescription>
  107.     </field>
  108.     <group name="GrupoMarca">
  109.         <groupHeader>
  110.             <band height="22"/>
  111.         </groupHeader>
  112.         <groupFooter>
  113.             <band height="21">
  114.                 <textField>
  115.                     <reportElement mode="Opaque" x="430" y="0" width="124" height="20" forecolor="#363E5B" backcolor="#FED54F" uuid="61d26fe2-7668-4ead-8dd9-a4b193b66132"/>
  116.                     <textElement textAlignment="Center" verticalAlignment="Middle">
  117.                         <font isBold="true"/>
  118.                     </textElement>
  119.                     <textFieldExpression><![CDATA[$F{total}]]></textFieldExpression>
  120.                 </textField>
  121.             </band>
  122.         </groupFooter>
  123.     </group>
  124.     <title>
  125.         <band height="77" splitType="Stretch">
  126.             <frame>
  127.                 <reportElement mode="Opaque" x="-20" y="30" width="595" height="32" forecolor="#000000" backcolor="#0E92CC" uuid="7aa8f1d9-f950-4e76-8481-12cbc8bb63b5"/>
  128.                 <staticText>
  129.                     <reportElement x="100" y="4" width="474" height="25" forecolor="#FFFFFF" uuid="e622555d-198b-4ccd-a4a1-c59c53304058">
  130.                         <property name="local_mesure_unitheight" value="pixel"/>
  131.                         <property name="com.jaspersoft.studio.unit.height" value="px"/>
  132.                     </reportElement>
  133.                     <textElement textAlignment="Center" verticalAlignment="Middle">
  134.                         <font fontName="SansSerif" size="13" isBold="false"/>
  135.                     </textElement>
  136.                     <text><![CDATA[Reporte de ingresos percibidos]]></text>
  137.                 </staticText>
  138.                 <textField pattern="EEEEE dd MMMMM yyyy">
  139.                     <reportElement x="460" y="-25" width="114" height="20" uuid="bb10dbe1-0a4f-4722-9953-c163b63cf979"/>
  140.                     <textElement verticalAlignment="Middle"/>
  141.                     <textFieldExpression><![CDATA[$F{fechaReporte}]]></textFieldExpression>
  142.                 </textField>
  143.                 <staticText>
  144.                     <reportElement x="410" y="-25" width="50" height="20" uuid="0f86baff-6386-4f3f-b3fe-2388707babe8"/>
  145.                     <box rightPadding="4"/>
  146.                     <textElement textAlignment="Left" verticalAlignment="Middle"/>
  147.                     <text><![CDATA[Fecha:]]></text>
  148.                 </staticText>
  149.             </frame>
  150.             <image hAlign="Center" vAlign="Middle">
  151.                 <reportElement mode="Opaque" x="0" y="0" width="80" height="69" uuid="94883631-a913-43e2-b182-ab8d77d0181e"/>
  152.                 <box topPadding="6" leftPadding="6" bottomPadding="6" rightPadding="6">
  153.                     <pen lineWidth="1.25" lineColor="#000000"/>
  154.                 </box>
  155.                 <imageExpression><![CDATA["reportes/Logo.png"]]></imageExpression>
  156.             </image>
  157.             <staticText>
  158.                 <reportElement x="90" y="0" width="290" height="30" uuid="e23077db-577c-4a5d-b49d-b0a914789795"/>
  159.                 <textElement verticalAlignment="Middle">
  160.                     <font size="15" isBold="true"/>
  161.                 </textElement>
  162.                 <text><![CDATA[Concesionario Larusso]]></text>
  163.             </staticText>
  164.         </band>
  165.     </title>
  166.     <pageHeader>
  167.         <band height="21">
  168.             <frame>
  169.                 <reportElement mode="Opaque" x="0" y="0" width="554" height="21" backcolor="#0E92CC" uuid="590a34d5-fdb3-45ab-9073-89b9cf03ebbd"/>
  170.                 <staticText>
  171.                     <reportElement x="320" y="0" width="160" height="20" forecolor="#FFFFFF" uuid="9f9d8f62-cc10-4897-b1e0-0094f7188a34"/>
  172.                     <textElement textAlignment="Center" verticalAlignment="Middle">
  173.                         <font isBold="true"/>
  174.                     </textElement>
  175.                     <text><![CDATA[id factura/venta]]></text>
  176.                 </staticText>
  177.                 <staticText>
  178.                     <reportElement mode="Transparent" x="0" y="0" width="160" height="20" forecolor="#FFFFFF" uuid="3db51d1b-1170-4c2a-9963-e023c4d86e57"/>
  179.                     <textElement textAlignment="Center" verticalAlignment="Middle">
  180.                         <font isBold="true"/>
  181.                     </textElement>
  182.                     <text><![CDATA[Descripcion origen]]></text>
  183.                 </staticText>
  184.                 <staticText>
  185.                     <reportElement x="179" y="0" width="141" height="20" forecolor="#FFFFFF" uuid="059b8786-a197-4f0a-919e-2b7a073eb3de"/>
  186.                     <textElement textAlignment="Center" verticalAlignment="Middle">
  187.                         <font isBold="true"/>
  188.                     </textElement>
  189.                     <text><![CDATA[Fecha de pago]]></text>
  190.                 </staticText>
  191.                 <staticText>
  192.                     <reportElement x="480" y="0" width="72" height="20" forecolor="#FFFFFF" uuid="539805ab-5450-4a7c-88d7-cc979ad5f508"/>
  193.                     <textElement textAlignment="Center" verticalAlignment="Middle">
  194.                         <font isBold="true"/>
  195.                     </textElement>
  196.                     <text><![CDATA[ingreso]]></text>
  197.                 </staticText>
  198.             </frame>
  199.         </band>
  200.     </pageHeader>
  201.     <detail>
  202.         <band height="20">
  203.             <frame>
  204.                 <reportElement mode="Transparent" x="0" y="0" width="554" height="20" backcolor="#F2F2F2" uuid="128095d6-e32b-47a4-80c1-b3409b73eeb3"/>
  205.                 <box leftPadding="0">
  206.                     <pen lineWidth="0.5" lineStyle="Double"/>
  207.                     <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
  208.                     <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
  209.                     <bottomPen lineWidth="0.75" lineStyle="Solid" lineColor="#D9D9D9"/>
  210.                     <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
  211.                 </box>
  212.                 <textField>
  213.                     <reportElement mode="Transparent" x="50" y="0" width="80" height="20" forecolor="#595959" backcolor="#EDEDED" uuid="65605e1b-81e3-4bae-8666-3447a9e5a44b"/>
  214.                     <textElement textAlignment="Center" verticalAlignment="Middle"/>
  215.                     <textFieldExpression><![CDATA[$F{descripcion}]]></textFieldExpression>
  216.                 </textField>
  217.                 <textField>
  218.                     <reportElement mode="Transparent" x="220" y="0" width="100" height="20" forecolor="#595959" backcolor="#EDEDED" uuid="4a5ec0e8-849a-4440-b12d-56ea81d08aba"/>
  219.                     <textElement textAlignment="Center" verticalAlignment="Middle"/>
  220.                     <textFieldExpression><![CDATA[$F{fechaDePago}.toLocaleString()]]></textFieldExpression>
  221.                 </textField>
  222.                 <textField>
  223.                     <reportElement x="360" y="0" width="98" height="20" forecolor="#595959" uuid="0b271d27-1d3d-4bd9-a806-948e787ad73d"/>
  224.                     <textElement textAlignment="Center" verticalAlignment="Middle"/>
  225.                     <textFieldExpression><![CDATA[$F{id}]]></textFieldExpression>
  226.                 </textField>
  227.                 <textField>
  228.                     <reportElement x="480" y="0" width="74" height="20" forecolor="#595959" uuid="e7b3e793-423a-4667-958e-c517f760f01c"/>
  229.                     <textElement textAlignment="Center" verticalAlignment="Middle"/>
  230.                     <textFieldExpression><![CDATA[$F{montoTotal}]]></textFieldExpression>
  231.                 </textField>
  232.             </frame>
  233.         </band>
  234.     </detail>
  235.     <pageFooter>
  236.         <band height="31">
  237.             <textField>
  238.                 <reportElement x="440" y="0" width="55" height="30" uuid="3e4e6cef-240c-450d-a5f3-e8cf01bc8720"/>
  239.                 <textElement textAlignment="Right"/>
  240.                 <textFieldExpression><![CDATA["Página " + $V{PAGE_NUMBER}]]></textFieldExpression>
  241.             </textField>
  242.             <textField evaluationTime="Report">
  243.                 <reportElement x="495" y="0" width="55" height="30" uuid="9d9c5a7e-29a0-4fb8-8e13-8f266111be82"/>
  244.                 <textElement textAlignment="Left"/>
  245.                 <textFieldExpression><![CDATA[" de " + $V{PAGE_NUMBER}]]></textFieldExpression>
  246.             </textField>
  247.         </band>
  248.     </pageFooter>
  249.     <summary>
  250.         <band height="542"/>
  251.     </summary>
  252. </jasperReport>
  253.  
Add Comment
Please, Sign In to add comment