Commit Graph

2708 Commits

Author SHA1 Message Date
hieplq 595e0df99c
Idempiere-4298:support update jdk (jdk 12 13 14) (#69)
* IDEMPIERE-4298: remove Bundle-RequiredExecutionEnvironment

when build by tycho value of Bundle-RequiredExecutionEnvironment and jdt need to compatibility
in case we use Bundle-RequiredExecutionEnvironment = 11 then can't build by jdk != 11
so stick on fix value isn't good

eclipse now also support Require-Capability, so don't need Bundle-RequiredExecutionEnvironment anymore

* IDEMPIERE-4298:support update jdk (jdk 12 13 14)

default environment still jdk-11 but you can build for any jdk by below command

export JAVA_HOME=path to jdk
mvn verify -Djdk.version=11

in case on JAVA_HOME is jdk 14 then can set jdk.version for 11, 12, 13, 14 and same for other jdk

at moment java 14 just support on eclipse 2020-03 with install plugin
Java 14 Support for Eclipse 2020-03 (4.15)
2020-05-20 11:18:31 +08:00
Carlos Ruiz d2c02c1bf0
#resolve IDEMPIERE-4302 Improve Schedule discovery (#74) 2020-05-19 23:20:29 +02:00
Nicolas Micoud c5038a33ca
IDEMPIERE-4150 : Right click / New/Update not visible with duplicated windows (#50)
Also use ZoomConditions for Table/TableDirect editors
2020-05-19 13:56:52 +02:00
Deepak Pansheriya 14c27c58ca Idempiere 3333 (#60)
* IDEMPIERE-3333: Respecting ReportView order by clause when there is no orderby field on print format configured.

* IDEMPIERE-3333: Adding cached method as per peer review comment.

* IDEMPIERE-3333: Refactoring as per feedback from Carlos Ruiz.
2020-05-14 18:57:25 +02:00
Carlos Ruiz 86ca0a9523
IDEMPIERE-235 Generate Shipments is generating partial for complete orders (#58) 2020-05-13 19:19:56 +02:00
Carlos Ruiz 1f3a83c96e
IDEMPIERE-1146 + IDEMPIERE-3234 / Centralized ID not working with na… (#44)
* IDEMPIERE-1146 + IDEMPIERE-3234  / Centralized ID not working with native sequence enabled / PROJECT_ID_USE_CENTRALIZED_ID should take priority higher than SYSTEM_NATIVE_SEQUENCE

* IDEMPIERE-1146 + IDEMPIERE-3234

improve performance not reading MTable and Columns but just a cache
list of tables with EntityType column

* IDEMPIERE-1146 + IDEMPIERE-3234

Remove deprecation as the method is now capable of managin all cases
2020-05-09 21:13:50 +08:00
hengsin 9a74e18e40
Idempiere 4168 (#40)
* IDEMPIERE-4168 Move Webstore out of core

Change EntityType of webstore table, column, field and menu from 'D' to
'WSTORE'

* IDEMPIERE-4168 Move Webstore out of core

Generate Model/Interface: filter column by EntityType. Update
AD_UserMail model class.

* IDEMPIERE-4168 Move Webstore out of core

Added optional column entity type filter.
2020-05-08 19:06:54 +02:00
Carlos Ruiz 58187cdc05
IDEMPIERE-4220 payment could not be committed due to wrong invoice date #resolve #comment Fixed trx issue (#26) 2020-05-03 15:38:47 +02:00
hengsin c3cad0d1e2
IDEMPIERE-4249 Platform Refresh for 7.1z (#19)
Upgrade to Tycho 1.7.0, Eclipse 2020-03, Zk 9.0.1 and Jetty 9.4.28
2020-04-30 16:01:19 +02:00
Carlos Ruiz 190ef9d75c Merge release-7.1 into master 2020-04-26 13:45:06 +02:00
Diego Ruiz ffb6388d3c IDEMPIERE-2794 Run process via web services does not validate inactive parameters 2020-04-23 19:30:36 +02:00
Carlos Ruiz 0b663af8ab IDEMPIERE-4220 payment could not be committed due to wrong invoice date 2020-04-23 00:30:12 +02:00
Carlos Ruiz 281912af45 IDEMPIERE-2767 Web Services not working with UUID / peer review - implement the same for ModelGetList AD_Reference_ID 2020-04-22 23:32:50 +02:00
Nicolas Micoud d3d7e57cf9 IDEMPIERE-4245 Set GL Category automatically for GL Journal 2020-04-22 19:57:42 +02:00
mschnbeck f1e9b23029 IDEMPIERE-4186 allow workflow to be suspended until after commit of actual transaction 2020-04-22 18:17:27 +02:00
Carlos Ruiz 43c8485b76 Merge release-7.1 into master 2020-04-18 18:44:51 +02:00
Carlos Ruiz e253900ee5 IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder 2020-04-13 22:02:48 +02:00
Carlos Ruiz 4966285971 IDEMPIERE-4168 Move Webstore out of core 2020-04-13 15:21:26 +02:00
Carlos Ruiz 455ed28e92 IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder 2020-04-13 14:47:46 +02:00
hieplq bb43c4edcd IDEMPIERE-4243:when key columns has date column then save record make error ORA-01861: literal does not match format string 2020-04-13 12:52:42 +02:00
Carlos Ruiz 680bb2090c Merge release-7.1 into master 2020-04-11 16:12:38 +02:00
hieplq ba380e114e IDEMPIERE-3416: Implement the ability to track open DB connections (NPE) 2020-04-11 16:10:57 +02:00
Ray Lee e7b227200e IDEMPIERE-4240 2020-04-11 14:55:33 +02:00
Carlos Ruiz e4544f8d1b IDEMPIERE-4236 Allow Mixed Invoice (Assets And Products) / drop localization code from core - that must go into a localization plugin 2020-04-08 16:30:05 +02:00
hengsin d5a82db8b1 IDEMPIERE-4232 Remove code for Media and Knowledge management 2020-04-06 16:45:52 +08:00
hengsin db0aafb3dc Merge branch 'origin/release-7.1' 2020-04-03 20:09:59 +08:00
Carlos Ruiz 9dcb12f394 IDEMPIERE-4229 Approval Workflow Node does not validate inactive UserRoles / integrate patch from Angel Lara 2020-04-02 19:02:13 +02:00
Carlos Ruiz e10a5c9425 Merge release-7.1 into master 2020-04-01 15:27:45 +02:00
hengsin 6e606799f9 IDEMPIERE-4225 Do not cache MSession that's not thread safe 2020-04-01 17:12:51 +08:00
hengsin 21cad08cbb IDEMPIERE-4200 AR Payment Allocation: Incorrect Currency Balancing Postings 2020-03-30 17:21:29 +08:00
Carlos Ruiz 790d96148f Merge release-7.1 into master 2020-03-29 14:37:39 +02:00
hengsin bfc5b13575 IDEMPIERE-4181 Replace CASE WHEN .. END CASE with CASE WHEN ... END 2020-03-27 15:10:01 +08:00
hengsin 41aa4102cd IDEMPIERE-4223 Model class generated with wrong datatype for Column with displaytype=button and columname ends with _ID 2020-03-27 11:35:47 +08:00
Nicolas Micoud 92cd714221 IDEMPIERE-4222 GL Distribution can't work with organization set on the Org_ID field 2020-03-25 14:57:57 +01:00
hengsin 132cc4036c IDEMPIERE-4200 AR Payment Allocation: Incorrect Currency Balancing Postings 2020-03-25 10:33:49 +08:00
Carlos Ruiz 6c56100724 IDEMPIERE-4221 PackOut type "Data Single" (FHCA-1198) 2020-03-24 21:23:09 +01:00
hengsin 41b8e0e62b IDEMPIERE-3947 Fixed Asset bugs and enhancements. Implement import fixed asset for multiple accounting schema. 2020-03-24 18:35:08 +08:00
Carlos Ruiz e32ed5c5cd IDEMPIERE-4218 Note and attachment from scheduler created in wrong client / also cross-tenant AD_UserMail 2020-03-23 20:39:11 +01:00
Carlos Ruiz b6898a8f99 Merge release-7.1 into master 2020-03-21 17:45:25 +01:00
Carlos Ruiz 43d77dee4e IDEMPIERE-4217 Improve DB exception traceability in PO saveEx and deleteEx (FHEG-1684) 2020-03-21 17:44:26 +01:00
Carlos Ruiz de41df7752 IDEMPIERE-4215 Allow subtype tables in context variables 2020-03-21 12:44:28 +01:00
Carlos Ruiz 4e6794b0a1 IDEMPIERE-4178 Add NVL PostgreSQL function 2020-03-15 10:03:50 +01:00
Carlos Ruiz 02647cc5ee Merge release-7.1 into master 2020-03-13 17:46:17 +01:00
Carlos Ruiz d239941666 Fixes for IDEMPIERE-674 and IDEMPIERE-4032
IDEMPIERE-674 Financial Report: Percentage of column against line total
IDEMPIERE-4032 Financial Report Translation (lines & column)
2020-03-13 14:49:10 +01:00
Carlos Ruiz 2d647c520a IDEMPIERE-4178 Replace NVL with Coalesce / partial revert of commit 2c639f - just the java part 2020-03-13 11:32:27 +01:00
Carlos Ruiz b38452321f Merge release-7.1 into master 2020-03-10 18:30:52 +01:00
Diego Ruiz a3f0681d23 IDEMPIERE-4085 Search in toolbar 2020-03-10 18:24:42 +01:00
Carlos Ruiz 3ce8f5c7bb Merge release-7.1 into master 2020-03-10 13:51:20 +01:00
Carlos Ruiz 156c9f5ab5 IDEMPIERE-4203 Extend IDEMPIERE-3850 - reporting from replica for jasper too 2020-03-10 13:45:05 +01:00
hengsin d79c6de5e5 IDEMPIERE-4202 Remove java web start code and libraries 2020-03-10 18:20:04 +08:00