Commit Graph

45 Commits

Author SHA1 Message Date
trifonnt 6dced678fe Cleaned not used imports.
Small typo fix.
2010-04-12 08:19:59 +00:00
tspc 704877109d Merge bug fixes from release to trunk
merge 11707, 11708, 11816, 11817

11707 -> Fix [2971934] DigestOfFile incosistent Base64 conversion - thanks to Silvano (freepath)
Adding raise of exceptions when the file cannot be written
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2971934

11708 -> Fix [2127565] - LOT Control Error
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2127565

11816 -> Fixing some errors found when building testadempiere
Link to /release commit: http://adempiere.svn.sourceforge.net/adempiere/?rev=11816&view=rev

11817 -> [2846601] - DB.isDatabaseOK() is not called / moving the validation some lines down - it breaks completely the usage of Adempiere
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2846601

Regards,
Tony
2010-03-26 23:10:30 +00:00
usrdno a50e471830 BF 2973169 - Jasper documents always prints on system default printer.
Now documents are printed on the printer selected in Adempiere or the printer
specified on the print format (as it works with the old reports).

https://sourceforge.net/tracker/index.php?func=detail&aid=2973169&group_id=176962&atid=879332
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2973169
2010-03-22 09:24:29 +00:00
usrdno 47022f6791 BF 2941565 - Multilingual document support for Jasper Reports.
https://sourceforge.net/tracker/?func=detail&aid=2941565&group_id=176962&atid=879332
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2941565
2010-01-28 12:32:40 +00:00
trifonnt 6f46c586bd Code cleanup and Typo fixes.
Co-effort by Felix and Trifon.
2009-10-09 14:32:01 +00:00
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
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 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
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 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
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 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
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
Carlos Ruiz d0f4cae6e6 Some rebranding 2007-05-15 19:17:31 +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 b82949d28a Typo in message_id 2007-03-07 09:02:08 +00:00
deathmeat c28a3a9515 Removed usage of harcoded messages 2007-03-07 08:32:37 +00:00
deathmeat 02607f8cdd Further Jasper Reports Library updates and added default files to JasperReportsWebApp project/package 2007-03-02 14:47:26 +00:00
deathmeat 21791d90c7 Integrated Jasper Reports as optional printengine.
See "JasperReport Printengine" Feature Request for further details.
Without explicit usage of the printengine (the default), the old standard adempiere printengine will be used.
2007-02-28 17:57:05 +00:00
trifonnt d2b86c1cd3 Moved to trunk. 2007-01-20 17:49:16 +00:00