Further Jasper Reports Library updates and added default files to JasperReportsWebApp project/package
This commit is contained in:
parent
8e3b7ba645
commit
02607f8cdd
|
@ -51,16 +51,15 @@
|
|||
<javac srcdir="${src}" destdir="${build.dir}" deprecation="on" source="1.4" target="1.4" debug="on">
|
||||
<classpath>
|
||||
<pathelement path="${classpath}"/>
|
||||
<pathelement path="../lib/Adempiere.jar"/>
|
||||
<pathelement path="../client/build"/>
|
||||
<pathelement path="../base/Base.jar"/>
|
||||
<pathelement path="../dbPort/dbPort.jar"/>
|
||||
<pathelement path="../dbPort/dbPort.jar"/>
|
||||
<pathelement path="../extend/Extend.jar"/>
|
||||
<pathelement path="../lib/CSTools.jar"/>
|
||||
<pathelement path="../looks/CLooks.jar"/>
|
||||
<pathelement path="../lib/oracle.jar"/>
|
||||
<pathelement path="../JasperReportsTools/lib/jasperreports-0.6.5.jar"/>
|
||||
<!--pathelement path="../JasperReportsTools/lib/jasperreports-1.1.1.jar"/-->
|
||||
<pathelement path="../JasperReportsTools/lib/commons-digester-1.6.jar"/>
|
||||
<pathelement path="../JasperReportsTools/lib/jasperreports-1.3.0.jar"/>
|
||||
<pathelement path="../JasperReportsTools/lib/commons-digester-1.7.jar"/>
|
||||
<pathelement path="../JasperReportsTools/lib/commons-collections-3.1.jar"/>
|
||||
<pathelement path="../JasperReportsTools/lib/commons-logging-1.4.jar"/>
|
||||
<pathelement path="../JasperReportsTools/lib/commons-beanutils-1.7.jar"/>
|
||||
|
@ -70,7 +69,7 @@
|
|||
<pathelement path="../lib/sybase.jar"/>
|
||||
<pathelement path="../tools/lib/jconn3.jar"/>
|
||||
<pathelement path="../tools/lib/postgresql.jar"/>
|
||||
<pathelement path="../tools/lib/itext-1.2.jar"/>
|
||||
<pathelement path="../JasperReportsTools/lib/itext-1.3.1.jar"/>
|
||||
<pathelement location="../tools/lib/j2ee.jar" />
|
||||
</classpath>
|
||||
</javac>
|
||||
|
@ -111,15 +110,15 @@
|
|||
</manifest>
|
||||
</jar>
|
||||
|
||||
<unjar src="../JasperReportsTools/lib/jasperreports-0.6.5.jar" dest="${needed.dir}" />
|
||||
<unjar src="../JasperReportsTools/lib/commons-digester-1.6.jar" dest="${needed.dir}" />
|
||||
<unjar src="../JasperReportsTools/lib/jasperreports-1.3.0.jar" dest="${needed.dir}" />
|
||||
<unjar src="../JasperReportsTools/lib/commons-digester-1.7.jar" dest="${needed.dir}" />
|
||||
<unjar src="../JasperReportsTools/lib/commons-collections-3.1.jar" dest="${needed.dir}" />
|
||||
<unjar src="../JasperReportsTools/lib/commons-logging-1.4.jar" dest="${needed.dir}" />
|
||||
<unjar src="../JasperReportsTools/lib/commons-beanutils-1.7.jar" dest="${needed.dir}" />
|
||||
<unjar src="../JasperReportsTools/lib/barbecue-1.1.jar" dest="${needed.dir}" />
|
||||
<unjar src="../JasperReportsTools/lib/xercesImpl.jar" dest="${needed.dir}" />
|
||||
<unjar src="../JasperReportsTools/lib/xml-apis.jar" dest="${needed.dir}" />
|
||||
<unjar src="../JasperReportsTools/lib/itext-1.2.jar" dest="${needed.dir}" />
|
||||
<unjar src="../JasperReportsTools/lib/itext-1.3.1.jar" dest="${needed.dir}" />
|
||||
<unjar src="../JasperReportsTools/lib/poi-2.0-final-20040126.jar" dest="${needed.dir}" />
|
||||
<unjar src="../JasperReportsTools/lib/iReport.jar" dest="${needed.dir}">
|
||||
<!-- producing an iReport runTime -->
|
||||
|
|
|
@ -8,7 +8,7 @@ import java.awt.image.BufferedImage;
|
|||
import java.awt.Color;
|
||||
import java.awt.geom.Dimension2D;
|
||||
|
||||
public class Barbecue implements JRRenderable
|
||||
public abstract class Barbecue implements JRRenderable
|
||||
{
|
||||
|
||||
private static final long serialVersionUID = 5112469398754718739L;
|
||||
|
|
|
@ -4,17 +4,17 @@
|
|||
<classpathentry exported="true" kind="lib" path="lib/barbecue-1.1.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.7.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.1.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-digester-1.6.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-digester-1.7.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.4.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/iReport.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/itext-1.2.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/itext-1.3.1.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/jfreechart-0.9.21.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/xercesImpl.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/xml-apis.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="oracle.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="postgresql.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="sybase.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/jasperreports-0.6.5.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/jasperreports-1.3.0.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/poi-2.0-final-20040126.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Compiere Jasper integration</title>
|
||||
|
||||
<meta name = "DC.Title"
|
||||
content = "Compiere ERP CRM and JasperReports Integration"/>
|
||||
|
||||
<meta name = "DC.Subject"
|
||||
content = "Compiere distribution fully integrated with JasperReports Open Source GPL"/>
|
||||
|
||||
<meta name = "DC.Date.Created"
|
||||
content = "2005-03-23"/>
|
||||
<meta name = "DC.Type"
|
||||
scheme = "DCMIType"
|
||||
content = "Software"/>
|
||||
<meta name = "DC.Language"
|
||||
content = "en"/>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<a href="http://sourceforge.net"> <img src="http://sourceforge.net/sflogo.php?group_id=133118&type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></a>
|
||||
<center><h1>Compiere Jasper Integration</h1><br/>
|
||||
<h2>under construction</h2><h2>web designer wanted!</h2><br/>
|
||||
Please visite the sourceforge project page <a href="http://sourceforge.net/projects/compierejaper/">here</a><br/>
|
||||
If you want to join the project don't hesitate to contact<br/>Developers, web designer and testers are welcomed<br/><br/>
|
||||
Access directly to latest files <a href="http://sourceforge.net/project/showfiles.php?group_id=133118">here</a><br/>and the documentation <a href="/doc/Compiere_with_JasperReports.pdf">here</a><br/>
|
||||
Browse the JavaDoc <a href="/doc">here</a><br/><br/>Don't hesitate to use the <a href="http://sourceforge.net/forum/?group_id=133118">forums</a> it is the best place for any help<br/>
|
||||
|
||||
<h6>License information: the Open software presented here is under GPL license, but you must agree each license of each specific part included (ie: Compiere,jasperreports,iText, ant,..) each Trademark is propritary of its owner </h6>
|
||||
</center>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,152 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Created using an evaluation version of JasperAssistant (http://www.jasperassistant.com) -->
|
||||
<!DOCTYPE jasperReport PUBLIC "-//JasperReports//DTD Report Design//EN" "http://jasperreports.sourceforge.net/dtds/jasperreport.dtd">
|
||||
|
||||
<jasperReport name="standalone" pageWidth="595" pageHeight="842" whenNoDataType="AllSectionsNoDetail" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="30" bottomMargin="30">
|
||||
<title>
|
||||
<band height="782">
|
||||
<staticText>
|
||||
<reportElement x="0" y="50" width="150" height="40"/>
|
||||
<textElement/>
|
||||
<text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="160" y="50" width="390" height="40"/>
|
||||
<textElement/>
|
||||
<text><![CDATA[<staticText><reportElement x="0" y="50" width="150" height="40"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="0" y="100" width="150" height="40"/>
|
||||
<textElement>
|
||||
<font size="12"/>
|
||||
</textElement>
|
||||
<text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="160" y="100" width="390" height="40"/>
|
||||
<textElement/>
|
||||
<text><![CDATA[<staticText><reportElement x="0" y="100" width="150" height="40"/><textElement><font size="14"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="0" y="150" width="150" height="40"/>
|
||||
<textElement>
|
||||
<font fontName="serif" size="12" pdfFontName="Times-Roman"/>
|
||||
</textElement>
|
||||
<text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="160" y="150" width="390" height="40"/>
|
||||
<textElement/>
|
||||
<text><![CDATA[<staticText><reportElement x="0" y="150" width="150" height="40"/><textElement><font fontName="serif" size="12" pdfFontName="Times-Roman"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="0" y="200" width="150" height="40"/>
|
||||
<textElement>
|
||||
<font fontName="serif" size="12" isBold="true" isItalic="true" pdfFontName="Times-BoldItalic"/>
|
||||
</textElement>
|
||||
<text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="160" y="200" width="390" height="40"/>
|
||||
<textElement/>
|
||||
<text><![CDATA[<staticText><reportElement x="0" y="200" width="150" height="40"/><textElement><font fontName="serif" size="12" isBold="true" isItalic="true" pdfFontName="Times-BoldItalic"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="0" y="250" width="150" height="40"/>
|
||||
<textElement>
|
||||
<font fontName="Comic Sans MS" size="12" isBold="false" pdfFontName="COMIC.TTF"/>
|
||||
</textElement>
|
||||
<text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="160" y="250" width="390" height="40"/>
|
||||
<textElement/>
|
||||
<text><![CDATA[<staticText><reportElement x="0" y="250" width="150" height="40"/><textElement><font fontName="Comic Sans MS" size="12" isBold="false" pdfFontName="COMIC.TTF"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="0" y="300" width="150" height="40"/>
|
||||
<textElement>
|
||||
<font fontName="Comic Sans MS" size="12" isBold="true" pdfFontName="COMICBD.TTF"/>
|
||||
</textElement>
|
||||
<text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="160" y="300" width="390" height="40"/>
|
||||
<textElement/>
|
||||
<text><![CDATA[<staticText><reportElement x="0" y="300" width="150" height="40"/><textElement><font fontName="Comic Sans MS" size="12" isBold="true" pdfFontName="COMICBD.TTF"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="0" y="350" width="150" height="40"/>
|
||||
<textElement>
|
||||
<font fontName="monospaced" size="12" isItalic="true" isUnderline="true" pdfFontName="Courier-Oblique"/>
|
||||
</textElement>
|
||||
<text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="160" y="350" width="390" height="40"/>
|
||||
<textElement/>
|
||||
<text><![CDATA[<staticText><reportElement x="0" y="350" width="150" height="40"/><textElement><font fontName="monospaced" size="12" isItalic="true" isUnderline="true" pdfFontName="Courier-Oblique"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="0" y="400" width="150" height="40"/>
|
||||
<textElement>
|
||||
<font fontName="monospaced" size="12" isBold="true" isStrikeThrough="true" pdfFontName="Courier-Bold"/>
|
||||
</textElement>
|
||||
<text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="160" y="400" width="390" height="40"/>
|
||||
<textElement/>
|
||||
<text><![CDATA[<staticText><reportElement x="0" y="400" width="150" height="40"/><textElement><font fontName="monospaced" size="12" isBold="true" isStrikeThrough="true" pdfFontName="Courier-Bold"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="0" y="450" width="150" height="40" forecolor="#ff0000"/>
|
||||
<textElement>
|
||||
<font size="14"/>
|
||||
</textElement>
|
||||
<text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="160" y="450" width="390" height="40"/>
|
||||
<textElement/>
|
||||
<text><![CDATA[<staticText><reportElement x="0" y="450" width="150" height="40" forecolor="red"/><textElement><font size="14"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement mode="Opaque" x="0" y="500" width="150" height="40" forecolor="#ff00" backcolor="#ffff00"/>
|
||||
<textElement>
|
||||
<font fontName="serif" size="12" isBold="true" pdfFontName="Times-Bold"/>
|
||||
</textElement>
|
||||
<text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="160" y="500" width="390" height="40"/>
|
||||
<textElement/>
|
||||
<text><![CDATA[<staticText><reportElement x="0" y="500" width="150" height="40" forecolor="green" backcolor="#FFFF00" mode="Opaque"/><textElement><font fontName="serif" size="12" isBold="true" pdfFontName="Times-Bold"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement mode="Opaque" x="0" y="550" width="150" height="90" forecolor="#ff" backcolor="#ffdd99"/>
|
||||
<textElement textAlignment="Center" verticalAlignment="Middle">
|
||||
<font fontName="serif" size="12" isBold="true" pdfFontName="Times-Bold"/>
|
||||
</textElement>
|
||||
<text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="160" y="550" width="390" height="90"/>
|
||||
<textElement/>
|
||||
<text><![CDATA[<staticText><reportElement x="0" y="550" width="150" height="90" forecolor="blue" backcolor="#FFDD99" mode="Opaque"/><textElement textAlignment="Center" verticalAlignment="Middle"><font fontName="serif" size="12" isBold="true" pdfFontName="Times-Bold"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement mode="Opaque" x="0" y="650" width="150" height="90" forecolor="#ff0000" backcolor="#99ddff"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||
<font fontName="serif" size="12" isBold="true" pdfFontName="Times-Bold"/>
|
||||
</textElement>
|
||||
<text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="160" y="650" width="390" height="90"/>
|
||||
<textElement/>
|
||||
<text><![CDATA[<staticText><reportElement x="0" y="650" width="150" height="90" forecolor="red" backcolor="#99DDFF" mode="Opaque"/><textElement textAlignment="Right" verticalAlignment="Bottom"><font fontName="serif" size="12" isBold="true" pdfFontName="Times-Bold"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text>
|
||||
</staticText>
|
||||
</band>
|
||||
</title>
|
||||
</jasperReport>
|
Loading…
Reference in New Issue