Carlos Ruiz
d63062d0d0
New version
2017-10-31 23:12:29 +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
Carlos Ruiz
c8df3294bf
Fix build error with groovy-all updated in maven
2017-04-04 23:41:24 +02:00
Carlos Ruiz
3d985bd0ed
change references to new version
2016-10-30 20:30:07 +01: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
54bca51007
IDEMPIERE-3136:all stuff relate library of idempiere
...
remove version of dependency bundle
2016-07-07 12:51:24 +07:00
hieplq
116cde1e96
IDEMPIERE-3136:all stuff relate library of idempiere
...
set runtime of all project to 1.8
2016-07-07 10:59:31 +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
Carlos Ruiz
9d73baea76
IDEMPIERE-1554 scriptable Translation import
2015-12-22 22:22:06 -05:00
hieplq
972dd355db
IDEMPIERE-2940:reduce size of repository
2015-11-14 17:17:25 +07:00
Carlos Ruiz
6a8183effa
Update product version to 3.1.0
2015-10-30 21:18:07 -05: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
f0a8c83af3
hg merge development (merge development into zk7)
2014-12-17 20:11:47 -05:00
Carlos Ruiz
e875d72fb0
IDEMPIERE-1996 InventoryLine inherits bad default / prefill the default locator in M_Inventory and M_InOut documents
2014-12-17 20:06:23 -05:00
Carlos Ruiz
fa74477ecf
Update product version to 2.1.0
2014-10-30 23:30:38 -05: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
Carlos Ruiz
20c500553a
Merge development (859fa5991fa8) into zk7 branch
2014-07-03 16:44:22 -05:00
hieplq
97ecb0cdbf
IDEMPIERE-1696:can't add password to report file by miss lib bouncycastle
2014-07-03 23:18:47 +07:00
Carlos Ruiz
49d477c2d5
Merge development (717d3f6bb6a2) into zk7 branch
2014-06-03 17:58:27 -05:00
Heng Sin Low
765a5f83fa
Merge b2d0ef3e00eb (development branch) into 01f827cc13c3 (zk7 branch)
2014-04-27 20:14:21 +08: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
Heng Sin Low
9e5826b772
IDEMPIERE-1635 Upgrade to zk7. Update platform to Gemini Web 2.2.2, Tomcat 7.0.35 and Eclipse 4.3 ( Kepler ).
2014-04-03 01:31:20 +08:00
hieplq
049cc9ebf0
IDEMPIERE-1696:can't add password to report file by miss lib bouncycastle.
2014-03-30 19:27:53 +07:00
Heng Sin Low
bb6607d553
IDEMPIERE-1561 Update product version to 2.0.0.
2013-11-21 14:32:17 +08:00
Heng Sin Low
714ce29278
IDEMPIERE-1224 Need a way to prevent auto start of OSGi service component from Core.
2013-07-31 16:41:37 +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
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
Carlos Ruiz
d03f0b79ad
IDEMPIERE-390 Attachments/archives on load balancer scenario / Implement archive part / Peer review
2012-12-05 19:30:45 -05:00
Juliana Corredor
16cf4aee67
IDEMPIERE-390 Attachments/archives on load balancer scenario / Implement archive part
2012-12-05 17:59:06 -05:00
Deepak Pansheriya
f992cef2d7
IDEMPIERE-294 BroadCast Message
2012-11-30 14:56:59 +05:30
Juliana Corredor
28008f2737
IDEMPIERE-390 Attachments/archives on load balancer scenario
2012-11-28 15:52:54 -05:00
Heng Sin Low
c8b4a158b7
IDEMPIERE-491 Caching data can generate problem. Refactor the caching code, added distributed cache and cluster wide cache reset support.
2012-11-21 17:06:02 +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
95622fc317
IDEMPIERE-197 Stabilize Fixed Assets / Required fixes for iDempiere
2012-10-24 22:30:01 -05:00
Heng Sin Low
221934a56b
IDEMPIERE-461 error to send reports (Mail) in ZK Web Client (loader constraint violation).
...
- Merge javax.mail and javax.activation bundle into one to resolve class loader issue.
2012-10-23 05:41:41 +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
04cf278516
Fixed buckminster materialization and bundle version dependency issues.
...
(transplanted from 4c95fe2c20a18bb8791bcad88a359d6dc00854ea)
2011-05-27 02:02:00 +08:00
Heng Sin Low
71a9c84a1a
Fixed bundle dependency
...
(transplanted from 2fe1421186c69eadb24ba5136e4de91f016e00b8)
2011-05-25 00:41:43 +08:00
Heng Sin Low
deb03c2398
Added simple swing dialog for generation of model class and interface. Added eclipse launch config for the model generator swing dialog.
2010-12-14 16:02:51 +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
88eec68630
remove accidentally committed server.xml file
2010-11-17 14:25:31 +08:00