Commit Graph

59 Commits

Author SHA1 Message Date
usrdno dd4906fafc Change unused class org.compiere.report.Barbecue to be useful in Jasper
Reports. Changes should be backwards compatible.

https://sourceforge.net/tracker/?func=detail&aid=2789362&group_id=176962&atid=879335
2009-05-09 10:02:20 +00:00
Carlos Ruiz 73efd701fd Accept patch [2788801] MAttachementEntry.java patch
Thanks to Muhammad Faisal Shahzad (ro2)
2009-05-08 15:18:09 +00:00
teo_sarca f900f53231 BF [ 2778472 ] Subreport bug
https://sourceforge.net/tracker/?func=detail&aid=2778472&group_id=176962&atid=879332
2009-04-27 09:11:00 +00:00
Heng Sin Low 51418f8a93 BF [2632377] Jasper locale different on swing than zkwebui 2009-04-27 06:24:30 +00:00
trifonnt d1dcf2fdc3 Fixed Eclipse multi-project classpath. 2009-04-17 15:09:58 +00:00
mjudd 0f1936d585 BF [ 2738883 ] - DBUtils deprecated 2009-04-07 06:41:17 +00:00
mjudd a9b486f2cd BF [ 2736817 ] - remove deprecated BASE64Encoder classes 2009-04-06 22:53:16 +00:00
teo_sarca 6f4b34a061 BF [ 2605888 ] CreatePOfromRequisition creates more PO than needed
https://sourceforge.net/tracker/index.php?func=detail&aid=2605888&group_id=176962&atid=879332

Fix build failed introduced in rev. 8521
Reason: I used org.apache.commons.collections.keyvalue.MultiKey class which is in commons-collections API but not included in C/STools.jar, just in JasperReportsTools.jar
Action: now C/STools.jar include commons-collections-3.1.jar. I removed from JasperReportsTools.jar
2009-02-18 13:17:30 +00:00
teo_sarca 9ffa44de88 FR [ 2581145 ] Jasper: Provide parameters info
* better exception handling
* improve JavaDoc
* use org.compiere.util.DB instead of DBUtils and deprecate DBUtils
* Fix NPE on getReportFile() when reportFile is null
2009-02-09 11:45:54 +00:00
Redhuan D. Oon 933dc0e132 organize imports 2008-12-23 07:10:52 +00:00
Heng Sin Low 5449137a22 Fixed .classpath and .psf - looks have been merge into base. 2008-12-15 06:18:01 +00:00
Carlos Ruiz 2ea263b989 Implement Validator for beforeSaveProperties - ID: 2373679
Joined build of base and looks
2008-12-08 16:32:44 +00:00
teo_sarca 80ae1dca25 ReportStarter: much more optimal searching for resource file 2008-11-24 16:04:20 +00:00
Redhuan D. Oon c61e771418 Copyright notice, parameterizing, remove unused objects.
DEFINITELY NEED REVIEW FROM the JASPERREPORTS GUY - TRIFON
2008-11-20 11:22:26 +00:00
Heng Sin Low 39696d2ced [ 2217907 ] Migrate from ejb2 to ejb3
- migrate to ejb3.
- upgrade jboss to 4.2.3.
- added glassfish support. tested on glassfish v2u2
- drop the tomcat-only deployment task that is not working, need jee server instead of just a servlet runtime.
2008-11-10 23:54:09 +00:00
Heng Sin Low 126f1f06e3 [ 2042733 ] Remove non-Lan connection profile code
[ 2188252 ] Make Adempiere build using both jdk 5 and jdk 6
2008-10-24 22:29:40 +00:00
trifonnt 9e48aeb32d integration with PosteritaWebPOS. 2008-10-21 11:08:47 +00:00
trifonnt 9540e70b4c fixed eclipse classpath in order to work with jasperReports 3.0 2008-10-18 13:14:50 +00:00
kzmp 71fbbc6d3f Upgraded to jasperreports-3.0, barbecue-1.5-beta1.jar, jfreechar-1.0.3 and POI-3.0.1-FINAL. 2008-10-17 19:30:29 +00:00
trifonnt 127a2dd87e commented two lines.
//System.setProperty( "javax.xml.parsers.SAXParserFactory", "org.apache.xerces.jaxp.SAXParserFactoryImpl");
//System.setProperty( "org.xml.sax.driver", "org.apache.xerces.parsers.SAXParser");
fixed typo mistakes and code identity.
2008-10-03 08:09:57 +00:00
Carlos Ruiz 82a7e72261 Integrate bug fixing from branch 350 into stable 2008-04-09 18:01:52 +00:00
teo_sarca e214c58f67 BF [ 1894703 ] Trunk failing to build as of rev 4663 2008-02-15 22:59:49 +00:00
Heng Sin Low ad34029418 * remove unnecessary checking
* only put in record_id param if it is > 0
2008-02-02 07:50:51 +00:00
Carlos Ruiz 7de98ee67f FR [ 1873511 ] Allow jasper reports in customization.jar 2008-01-17 08:23:51 +00:00
trifonnt 90771f9ef1 Avoid NullPinterException.
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=1869926&group_id=176962
2008-01-12 23:38:27 +00:00
Carlos Ruiz 5dd1b8583b FR [ 1866483 ] Jasper on Financial Reports 2008-01-08 06:36:54 +00:00
Heng Sin Low 2113b15d41 * [ 1852099 ] Simplication of Connection Profile.
* clean up - remove redundant jar files.
2007-12-28 02:48:59 +00:00
Carlos Ruiz 41e117cd50 Fix [ 1842720 ] Clogger class wrongly defined in DBUtils 2007-12-02 15:50:20 +00:00
Heng Sin Low 7beb420b5d * minor - fixed .classpath 2007-11-16 08:14:32 +00:00
teo_sarca 631739feac FR [ 1803359 ] Migrate to barbecue 1.1 2007-10-08 19:08:01 +00:00
Heng Sin Low ea6cce5ebb [ 1801842 ] DB connection fix & improvements for concurrent threads. 2007-10-05 03:24:06 +00:00
Heng Sin Low 9c912988c8 * [ 1802766 ] JasperReports on VPN Profile
- Integrating contribution from the Posterita Team.
2007-09-27 09:50:17 +00:00
deathmeat f445ee98c7 Check whether the current classpath already contains our jasper libraries and dependencies or not.
Without validating this the classpath would grow and contain duplicated references with every jasper report you print.
2007-08-20 15:07:57 +00:00
Carlos Ruiz cc75a311a9 Fix bug [ 1772109 ] Jasper ADEMPIERE_HOME not working well in windows 2007-08-11 07:10:53 +00:00
trifonnt 2a1b61eabd Fixed Eclipse settings!
Now Eclipse projects reference proper jar files:
oracle.jar is artificial jar. Replaced by : orcs12.jar and ojdbc14.jar
jboss.jar is artificial jar. Replaced by: jbossall-client.jar
This makes cheouted Adempiere sources from Eclipse compilable!
2007-07-04 10:04:11 +00:00
Heng Sin Low da98343de0 * Fix a merge mistake in previous commit. 2007-06-21 16:01:34 +00:00
Heng Sin Low e64348c3a8 [ 1740195 ] Load jasper report file from attachment 2007-06-21 15:47:01 +00:00
vpj-cd c83a90d110 fixed bug [ 1737565 ] Standalone Jasper Report only with full path possible
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1737565&group_id=176962
2007-06-15 00:38:57 +00:00
deathmeat daf66a462b Fixed wrong resultset column index and better exception/error handling 2007-06-13 15:04:16 +00:00
Heng Sin Low 9fc4df5597 [ 1684853 ] Add Print Preview button
[ 1729327 ] Reporting Functionality ( zk client )
2007-06-13 05:21:35 +00:00
Heng Sin Low 7c361ef05b * Improve build performance
- remove unnecessary unjar
2007-06-04 16:30:10 +00:00
Carlos Ruiz d0f4cae6e6 Some rebranding 2007-05-15 19:17:31 +00:00
Heng Sin Low 7f3d2e099e * remove dbport, print and interface project reference 2007-05-10 03:59:14 +00:00
Heng Sin Low 25c3a01c87 * fixed eclipse classpath 2007-05-10 03:29:01 +00:00
deathmeat 2be2e6be86 [ 1706552 ] Wrong transaction isolationlevel in ReportStart class 2007-04-24 12:57:13 +00:00
trifonnt bf5565ab54 [ 1703195 ] Silently pass AD_Client_ID, AD_Org_ID and AD_User_ID to JasperReports! 2007-04-18 19:41:24 +00:00
teo_sarca 1e5522be6b patch [ 1673699 ] Code-cleanup: unused imports 2007-04-02 16:07:30 +00:00
deathmeat f51ccf2c8d [ 1678773 ] Java 6 and Webstart + Jasper Reports
[ 1677457 ] JasperReports deployed to jboss
2007-03-12 08:09:30 +00:00
deathmeat c697366bcd Fixed source target level from 1.4 to 1.5 and corrected reference to java apidocs 2007-03-12 08:04:26 +00:00
deathmeat b82949d28a Typo in message_id 2007-03-07 09:02:08 +00:00