hieplq
9482f02dec
IDEMPIERE-3531:add maven tycho configuration
2018-02-10 16:42:06 +07:00
hieplq
d7808da56a
IDEMPIERE-3531:setting output build, jdk follow project convert from pure plugin to maven
...
a mavent project convert from plugin have flow default rule
1. maven project prefer setting JRE to Execution environment, so .classpath is updated
2. java class compliment to target/classes/, so build.propertie is updated
3. JDK compliance configuration setting per project (only this option), so .settings/org.eclipse.jdt.core.prefs is created
extra setting about warning done manual to resolved
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367431
it happend on bundle use non-standard java package
org.adempiere.base/.settings/org.eclipse.jdt.core.prefs
org.adempiere.ui.swing/.settings/org.eclipse.jdt.core.prefs
on org.adempiere.server, old method add accessrules to classpathentry don't work for maven build.
so change to warning method make it consitent with other
org.adempiere.server/.settings/org.eclipse.jdt.core.prefs
2018-02-03 01:39:47 +07:00
hieplq
b6d9886732
IDEMPIERE-3531:standard lib folder
...
on all project, put library into lib folder, so easy apply parametrize
remove some unuse (don't see reference) library
2018-02-02 13:47:07 +07:00
hieplq
8895154d8d
IDEMPIERE-3531:remove facets and main output to jar
...
refine IDEMPIERE-3510
2018-01-30 14:44:05 +07:00
hieplq
a384c3f0ed
IDEMPIERE-2825 - Pluggable product pricing
2018-01-09 21:41:50 +07:00
Diego Ruiz
43cfdd2a96
IDEMPIERE-2825 - Pluggable product pricing
2017-12-18 18:40:11 +01:00
hieplq
333458f8c1
IDEMPIERE-3136:update jasper report to use P2
...
pending to correct dependency of org.compiere.db.oracle.provider org.compiere.db.postgresql.provider
to org.jfree.io
it better use common from apache or create new one
2017-05-14 20:58:08 +07:00
markus_bozem
1c166a17f0
IDEMPIERE-3304
...
Use apache commons-validator instead of own code to validate IBANs
2017-04-14 17:42:31 +02:00
hieplq
baff1951be
IDEMPIERE-3136:all stuff relate library of idempiere
...
remove duplicate jar (bsh-engine, groovy-engine)
update, move groovy to osgi
add common bundle (now focus to support jasper report)
2016-07-08 10:20:19 +07:00
hieplq
1ca5d9835d
IDEMPIERE-3136:all stuff relate library of idempiere
...
update and use osgi version of library (passay, itextpdf, bcprov, super-csv)
2016-07-07 19:05:05 +07:00
hieplq
3d765f262e
IDEMPIERE-3077:update beanshell by security problem
...
refer:https://github.com/beanshell/beanshell
2016-04-19 03:19:04 +07:00
hieplq
bd51dfdf4e
IDEMPIERE-2558:don't allow use old password when change password
...
update library to passay
2015-04-06 10:27:21 +07:00
Carlos Ruiz
4803643ab2
IDEMPIERE-2245 Platform Upgrade for r3
2014-10-29 13:36:29 -05:00
Heng Sin Low
0b2fbe27ae
IDEMPIERE-2245 Platform Upgrade for r3.
2014-10-13 11:05:19 +08:00
hieplq
97ecb0cdbf
IDEMPIERE-1696:can't add password to report file by miss lib bouncycastle
2014-07-03 23:18:47 +07:00
Heng Sin Low
bc2d581399
1003862 Barcode type UPC A is needed for print formats going to Amazon. Added UPCA support using barcode4j. Use barcode4j instead of barbecue as I can't get decent output from barbecue, barbecue have the underline bug and barbecue is a dead project. Should completely drop the use of barbecue in future.
2014-05-14 12:25:10 -05:00
hieplq
049cc9ebf0
IDEMPIERE-1696:can't add password to report file by miss lib bouncycastle.
2014-03-30 19:27:53 +07:00
Elaine Tan
8c10216759
- IDEMPIERE-1269 Improve tax configuration to support external services
...
- IDEMPIERE-1286 Improve address validation configuration to support external services
2013-08-27 12:48:41 +08:00
Elaine Tan
92532db6de
IDEMPIERE-840 Improvement to Request model class - combine the requestservice.xml and requesteventhandler.xml into one. Use class name as the pid.
2013-07-31 15:31:58 +08:00
Elaine Tan
b63c3777e1
IDEMPIERE-840 Improvement to Request model class - Using OSGi event instead of model validator
2013-07-30 22:36:05 +08:00
Elaine Tan
f4556324ad
IDEMPIERE-840 Improvement to Request model class - Using OSGi event instead of model validator
2013-07-30 12:08:56 +08:00
Heng Sin Low
c24c0f11b6
Include extension point schema to ease plugin development.
2013-03-14 23:43:47 +08:00
Heng Sin Low
8c7ba69090
IDEMPIERE-293 Support for Kill Session. Use dynamic service for access to IMessageService to avoid startup timing issue.
2013-02-14 21:07:31 +08:00
Heng Sin Low
1c718c74a9
IDEMPIERE-359 Add OSGi Service support for existing extension point. Remove obsolete xml file.
2013-02-14 21:01:31 +08:00
Heng Sin Low
f4da72ef50
IDEMPIERE-359 Add OSGi Service support for existing extension point. 1) Separate osgi service and equinox extension locator API. Service.locator() for OSGi service and EquinoxExtensionLocator.instance() for equinox extension. 2) Use OSGi service for all singleton component ( all factories and most services ) and equinox extension for others ( UI object, Process instance and PIPO handlers).
2013-02-13 16:15:43 +08:00
Heng Sin Low
d4e9ae0656
IDEMPIERE-359 Add OSGi Service support for existing extension point. Move more core services to OSGi service.
2012-11-08 17:36:50 +08:00
Heng Sin Low
2dfa60b73e
IDEMPIERE-359 Add OSGi Service support for existing extension point
2012-11-06 11:39:23 +08:00
Carlos Ruiz
a15c08f66e
IDEMPIERE-454 Easy import / First a CSV exporter with the format expected for the import
2012-10-10 22:56:16 -05:00
Carlos Ruiz
28b2b5c297
IDEMPIERE-221 Implement password policies / revert a library not needed
2012-08-09 18:30:10 -05:00
Carlos Ruiz
7fa3e80e16
IDEMPIERE-221 Implement password policies
...
Thanks to Juliana Corredor for the research and integration
Peer reviewed and tested by Carlos Ruiz (initial version, still pending tests)
Sponsored by Trek Global
2012-08-02 18:07:23 -05:00
Heng Sin Low
f99d832907
IDEMPIERE-302 Upgrade to JasperReports 4.6.0 in 1.0
2012-07-04 16:14:09 +08:00
Heng Sin Low
7f0893c592
IDEMPIERE-310 JasperReport: Compilation of JRXML is broken
...
IDEMPIERE-311 JasperReport: Loading pdf font from classpath is not working
2012-06-20 15:11:42 +08:00
Heng Sin Low
869b404e3b
IDEMPIERE-141 Update Platform to Eclipse 3.7.1
2012-02-17 06:28:30 +08:00
Heng Sin Low
490784dbbc
2pack refactoring - decouple from SvrProcess and DB Model. Enhance the grid tab export framework to support export of 2pack archive.
2010-12-14 07:59:58 +08:00
Heng Sin Low
0af05090d1
Implemented system event on top of osgi event admin framework and dynamic service framework. Added event.test project as example of usage. Modify ModelEventValidationEngine to invoke osgi event handler.
2010-12-06 13:04:44 +08:00
Heng Sin Low
83715fa436
Refactoring to make project and folder name the same as the bundle symbolic name. Migrate to use eclipse feature and product configuration ( build is broken, to fix later )
2010-09-29 15:25:34 +08:00