Carlos Ruiz
b74ed53357
IDEMPIERE-2389 Print format and Report type selection on process dialog / fix problem reported by Vassili Kouleshov at https://groups.google.com/d/msg/idempiere/qFJ0FeDiZJo/7V77mXEkAgAJ
2018-12-23 16:08:52 +01:00
Carlos Ruiz
ec8c384c5f
backout f018794 - IDEMPIERE-611 Zk: number editor popup auto close immediately. - seems like in newer versions of zk the previous patch was correct to get the focus on calculator and latest patch didn't get focus
2018-12-23 15:29:09 +01:00
Carlos Ruiz
18f789b57c
hg merge release-6.1 (merge release6.1 into default)
2018-12-21 16:45:29 +01:00
hieplq
e00b022e12
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (move file server to github)
2018-12-21 19:08:06 +07:00
Carlos Ruiz
abdf2d50d5
IDEMPIERE-2003 Capturing wrong numbers with numeric keypad when decimal separator is not dot / similar problem in calculator
2018-12-20 15:53:16 +01:00
Carlos Ruiz
fbb5f74389
IDEMPIERE-2003 Capturing wrong numbers with numeric keypad when decimal separator is not dot / fix problem reported with double comma in windows and certain keyboards
2018-12-20 14:21:19 +01:00
Carlos Ruiz
83f8ea2253
IDEMPIERE-3851 Filtering list box (AP2-671 TrekGlobal) - integrate development from Elaine Tan
2018-12-18 17:28:24 +01:00
Carlos Ruiz
610c11baa0
hg merge release-6.1 (merge release6.1 into default)
2018-12-15 17:30:10 +01:00
Nicolas Micoud
ec6d32fdd5
IDEMPIERE-3770 Translation : export only centralized data
2018-12-15 17:00:03 +01:00
Heng Sin Low
47d876ddad
IDEMPIERE-3840 Use web socket for server push. Fix construction of websocket path to server. Remove testing timeout code that have been accidentally leftover. Some minor cleanup.
2018-12-11 14:55:21 +08:00
Carlos Ruiz
33b8b505d7
IDEMPIERE-3852 Export zip button (pack out) has error for tabs beyond third level (FHCA-815)
2018-12-19 20:00:20 +01:00
Heng Sin Low
d96de33753
IDEMPIERE-3840 Use web socket for server push
2018-12-03 11:55:17 +08:00
hieplq
45e54b5da0
IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update lib j2ee take out from jdk)
...
https://github.com/eclipse-ee4j
some already release so update, some not yet release so wait
https://eclipse-ee4j.github.io/javamail/
https://eclipse-ee4j.github.io/jaf/
2018-12-23 11:08:13 +07:00
hieplq
942800418e
IDEMPIERE-3808:collect info to move idempiere to jdk-11 (zk8.6.0.1, eclipse-1812, java11, tycho 1.3)
...
still use local repository for maven.to.p2 to continue update library
2018-12-22 15:49:50 +07:00
hieplq
3e2012fb97
Merge with default
2018-12-22 12:23:39 +07:00
hieplq
b59fe516dc
IDEMPIERE-3808:collect info to move idempiere to jdk-11 (zk8.6)
...
Borderlayout.warn: The library-property setting: org.zkoss.zul.borderlayout.animation.disabed was changed to org.zkoss.zul.borderlayout.animation.disabled, please use the new one instea$
2018-11-25 09:08:03 +07:00
hieplq
ce85c72261
IDEMPIERE-3808:collect info to move idempiere to jdk-11 (zk8.6)
...
update zk to zk8.6
2018-11-13 12:01:10 +07:00
Nicolas Micoud
1b88546a84
IDEMPIERE-3767 WReportCustomization / Tabs 1 and 5 are not scrollable
2018-11-11 18:34:41 -02:00
Nicolas Micoud
5e0a824d04
IDEMPIERE-3814 Toolbar doesn't respect restriction when window is opened on a sub tab
2018-11-11 18:31:51 -02:00
hieplq
f39116d95d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (delete buckminster stuff)
2018-11-10 10:32:38 +07:00
Carlos Ruiz
4aba73b917
Change sourceforge folder for seed database and jarfiles
2018-11-04 20:09:44 -02:00
Carlos Ruiz
7eeb4a8463
More versioning for 6.1
2018-11-04 18:32:21 -02:00
Carlos Ruiz
ee4303d453
set version to 6.1
2018-11-04 14:47:53 -02:00
hieplq
479deb9b27
Merge
2018-10-31 17:31:38 +07:00
hieplq
7ddd9b9692
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse conflic)
...
use javax.activation bundle from eclipse can resolve issue conflic between tycho buil/eclipse build/eclipse runtime
2018-10-31 10:25:17 +07:00
hieplq
8a04f3e303
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse conflic)
...
1. new version of cxf need new version of spring so get osgi version from org.apache.servicemix but spring of cxf limit to 4.0 so take 4.3.19.RELEASE_1
http://cxf.apache.org/docs/30-migration-guide.html
2. eclipse auto add --add-modules=ALL-SYSTEM when run eclipse launcher, so when run idempiere server from eclipse encounter bellow condition
javax.activity, javax.xml.ws is depricate package to remove on jdk11
that why this module is exclusive from build class path (but by --add-modules=ALL-SYSTEM it appear at runtime)
we use some replace jar for that package (com.sun.activation for javax.activation)
2018-10-31 04:03:57 +07:00
Carlos Ruiz
eba4ceca7f
hg merge release-5.1 (merge release5.1 into default)
2018-10-26 15:36:31 +02:00
hieplq
69c91e1111
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (build by tycho issue)
...
https://bugs.eclipse.org/bugs/show_bug.cgi
https://bugs.eclipse.org/bugs/show_bug.cgi?id=537016
1. use latest jdt for support jdk10
2. tycho resolve dependency to javax.activation, javax.xml.bind from jdk, but jdk don't public it.
eclipse resolve by get highest version from com.sun.activation.javax.activation, jaxb-api
so need use Require-Bundle to force tycho choose com.sun.activation.javax.activation
2.1 if keep both import javax.activation and Require-Bundle com.sun.activation.javax.activation with get bellow exception on tycho but org.adempiere.base don't have this issue
[ERROR] /home/hieplq/1Dev/project/native/idempiere-dev-11/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/factory/DefaultFeedbackService.java:[16]
[ERROR] import javax.activation.DataSource;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'DataSource' is not API (restriction on classpath entry '/home/hieplq/.m2/repository/p2/osgi/bundle/com.sun.activation.javax.activation/1.2.0/com.sun.activation.javax.activation-1.2.0.jar')
3. pass --add-exports for org.adempiere.base, install, server and swing
2018-10-25 23:59:10 +07:00
hieplq
5e5d79f614
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (add Vendor info to bundle)
2018-10-24 13:07:45 +07:00
hieplq
9d77b3d665
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (IDEMPIERE-3531)
2018-10-24 12:39:44 +07:00
hieplq
bf3561fc0d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (clazz.getDeclaredConstructor().newInstance())
2018-10-24 12:10:32 +07:00
hieplq
61a5fd1c21
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constance of BigDecimal move to RoundingMode
2018-10-24 09:48:52 +07:00
hieplq
0e5becb6c8
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:28:04 +07:00
hieplq
52a4a836c8
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:26:40 +07:00
hieplq
155810c3f1
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:25:50 +07:00
hieplq
733ad1c89f
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:17:22 +07:00
hieplq
1b05e022d0
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:15:07 +07:00
hieplq
9957ffa06c
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:09:51 +07:00
hieplq
b7aada7a1b
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with static value
2018-10-24 09:02:12 +07:00
hieplq
0a010a526d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update maven project)
...
run auto update maven projec (side effect from 15ccf00c09f5).
2018-10-24 08:56:57 +07:00
hieplq
1c5a89128b
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (Bundle-RequiredExecutionEnvironment)
...
eclipse don't reconize Bundle-RequiredExecutionEnvironment 10
2018-10-23 17:29:35 +07:00
hieplq
b2fa99b192
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update lib)
...
update jetty to 12
update almost library to latest version
change org.eclipse.jdt.core.compiler.batch to org.eclipse.jdt.core
change javax.management.j2ee-api to org.apache.geronimo.specs.geronimo-j2ee-management_1.1_spec, reduce dependency and correct dependency of activeMQ
javax.activation to com.sun.activation.javax.activation
lib for service will take from library instea of jdk
groovy to date
2018-10-23 09:36:53 +07:00
Diego Ruiz
02a89750ae
IDEMPIERE-3805 Query gets lost when Importing a csv file from the toolbar button
2018-10-22 18:37:29 +02:00
Diego Ruiz
86c3c5638f
IDEMPIERE-3807
2018-10-23 13:56:36 +02:00
Nicolas Micoud
123eaf0c6f
IDEMPIERE-3786 Number of records in detail grid must not be hardcoded
2018-12-15 14:21:00 +01:00
Nicolas Micoud
4693b6c7ba
IDEMPIERE-3846 Translated placeholders not displayed on info windows
2018-12-15 13:44:48 +01:00
Carlos Ruiz
2c3153692a
IDEMPIERE-3826 Make ChangePasswordPanel a little more user friendly / implement same solution from Nicolas on Reset Password
2018-12-14 14:25:38 +01:00
Nicolas Micoud
130fc51c29
IDEMPIERE-3826 Make ChangePasswordPanel a little more user friendly
2018-12-14 14:25:19 +01:00
Diego Ruiz
7e1d17e490
IDEMPIERE-3838 GL Journal post result in the Accounting Schema of the document
2018-12-14 12:49:53 +01:00
hieplq
82c8c5b31d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10
...
change targetPlatform and classpath to JavaSE-10
2018-10-16 07:08:34 +07:00
Nicolas Micoud
428e00ae86
IDEMPIERE-3801 System user can't use saved queries
2018-10-12 11:07:23 +02:00
Diego Ruiz
0619c3d452
IDEMPIERE-3799 Avoid users re-running a process that is already being processed
2018-10-05 17:32:24 +02:00
Carlos Ruiz
9c88349bb7
IDEMPIERE-2816/IDEMPIERE-2351 Force background/foreground based on parameters / Peer review
2018-10-06 18:11:21 +02:00
Diego Ruiz
c32fa14dfb
IDEMPIERE-2816/IDEMPIERE-2351 Force background/foreground based on parameters
2018-10-05 16:58:38 +02:00
Silvano Trinchero
4bad2e4a77
Fix display errors with non-displayed columns
2018-09-25 12:23:19 +02:00
Silvano Trinchero
f3403b3130
Fix isCellEditable
2018-09-17 16:34:04 +02:00
hieplq
fe0f36668b
IDEMPIERE-3531: add manifest for java 9 warning
2018-09-11 09:04:49 +07:00
Carlos Ruiz
49016d35ed
IDEMPIERE-2319 Adding date value type support in Attribute set / peer review
2018-09-11 15:45:59 +02:00
Carlos Ruiz
d53ea58c2f
IDEMPIERE-834 Zk: Improvement to payment Allocation form
2018-08-27 16:36:04 +02:00
Carlos Ruiz
f533258813
IDEMPIERE-1643 Adding a status bar for FindWindow
2018-08-27 16:17:41 +02:00
Nicolas Micoud
347454c736
IDEMPIERE-3772 Favourites widget is not using correct icon for forms
2018-08-27 16:03:49 +02:00
Carlos Ruiz
7a20fb4081
IDEMPIERE-2527 Displaying html tags produced by ckeditor in jasper / thanks to Anozi Mada
2018-08-17 18:46:37 +02:00
Carlos Ruiz
320b194b97
IDEMPIERE-2957 Account Combination mismatch between multiple orgs/schemas
2018-08-06 21:05:37 +02:00
Carlos Ruiz
4fab960043
IDEMPIERE-1546 fix problem with commit 3d09ee0 that made the field DocumentNo read-only
2018-08-03 11:07:45 +02:00
Carlos Ruiz
22b84e058f
Backout 0feba6d / IDEMPIERE-2048 Simple find doesn't work on tabs with Account columns
2018-07-24 14:50:20 +02:00
Carlos Ruiz
18e38574fb
IDEMPIERE-3744 Quick Entry is not Working when update
2018-07-23 19:02:33 +02:00
Carlos Ruiz
ba541e7dc0
IDEMPIERE-1539 search without "%" mark in value, name, description fields
2018-07-19 23:09:04 +02:00
Carlos Ruiz
f02e7494b7
IDEMPIERE-3747 Find a better place for the clear button in Find Window
2018-07-16 21:52:31 +02:00
hieplq
6e62f45845
IDEMPIERE-3631: InfoWindow : Reference Date+Time only displays Date in grid
...
java.lang.IndexOutOfBoundsException
2018-07-14 22:34:31 +07:00
Carlos Ruiz
72e7e21d28
IDEMPIERE-1703 improve search panel / peer review
2018-07-11 19:38:30 +02:00
hieplq
1ff8e68438
IDEMPIERE-1703 improve search panel
2018-07-11 19:11:29 +02:00
Murilo Habermann Torquato
cce8a17248
IDEMPIERE-1643 Adding a status bar for FindWindow
2018-07-11 18:21:03 +02:00
Carlos Ruiz
6bbd9da275
IDEMPIERE-1328 Change tab name dynamically / * mark is not being shown when not autosave
2018-07-11 18:05:19 +02:00
Carlos Ruiz
9332613bf1
IDEMPIERE-1177 Record Info not showing UUID for zero ID records
2018-07-11 17:19:37 +02:00
Carlos Ruiz
8466e356d3
IDEMPIERE-1341 Wrong label in the Record Info dialog
2018-07-11 16:49:27 +02:00
Carlos Ruiz
c55c7d7c9e
IDEMPIERE-2085 Labels in the dialog Create new request is not translated! / IDEMPIERE-699
2018-07-11 16:22:14 +02:00
Nicolas Micoud
975e7d7c87
IDEMPIERE-3713 When updating a location, the related tab needs save
2018-07-10 09:40:57 +02:00
Carlos Ruiz
91882dcb44
IDEMPIERE-3719 Add display name when sending emails
2018-07-09 21:19:34 +02:00
Deepak Pansheriya
b2a629155c
#IDEMPIERE-3733 : Advanced Search - Deleting other then last line cause ID space issue
2018-06-13 06:14:41 -04:00
Carlos Ruiz
7f2ae83d53
IDEMPIERE-3631 InfoWindow : Reference Date+Time only displays Date in grid / peer review
2018-07-09 19:24:52 +02:00
Redhuan D. Oon
3b1bf46542
IDEMPIERE-3631 InfoWindow : Reference Date+Time only displays Date in grid
2018-07-09 19:24:07 +02:00
Carlos Ruiz
31e1dead2c
IDEMPIERE-3736 We can edit completed Document under specific condition.
2018-07-09 10:38:24 +02:00
Carlos Ruiz
2fdf5d9cd1
IDEMPIERE-3726 Integrate ADempiere POS WEB / integrate partially patch from Orlando Curieles
2018-06-06 10:26:28 +02:00
Carlos Ruiz
81b55cbdf1
IDEMPIERE-3725 Unposted document window takes a long time to load (AP2-238)
2018-06-02 00:17:20 +02:00
Carlos Ruiz
6e91b67a1b
IDEMPIERE-3593 Cannot search special characters like ß in Name
2018-05-24 17:34:47 +02:00
Deepak Pansheriya
9a0b9fb317
IDEMPIERE-2319: Adding date value type support in Attribute set and adding transaction support on Attribute dialog
2014-11-19 20:36:20 +05:30
Carlos Ruiz
ac0b824eee
hg merge release-5.1 (merge release5.1 into default)
2018-08-29 20:42:42 +02:00
Carlos Ruiz
2180fc3524
IDEMPIERE-2709 Adding support for editable field on info window / thanks to Deepak Pansheriya (Logilite) and Silvano Trinchero (FreePath)
2018-08-28 12:54:07 +02:00
Carlos Ruiz
8c30a6c6cd
IDEMPIERE-3760 Implement Virtual UI Column
2018-07-25 19:00:17 +02:00
Carlos Ruiz
fed84e92e1
IDEMPIERE-2310 Improve description field with inline Html editor and html rendering
2018-07-24 18:31:00 +02:00
Carlos Ruiz
9367a062f2
IDEMPIERE-2310 Improve description field with inline Html editor and html rendering / thanks to muriloht and hieplq - integrating pieces from both contributions
2018-07-24 01:05:30 +02:00
Carlos Ruiz
39e1727ebd
hg merge release-5.1 (merge release5.1 into default)
2018-07-23 23:47:21 +02:00
Carlos Ruiz
40bcba3ce2
hg merge release-5.1 (merge release5.1 into default)
2018-07-14 18:03:36 +02:00
Carlos Ruiz
a32055713e
hg merge release-5.1 (merge release5.1 into default)
2018-06-06 11:16:36 +02:00
Carlos Ruiz
a0dcf36f4e
IDEMPIERE-959 Missing get*_UU methods / based on patch from Nicolas Micoud (nmicoud)
2018-05-29 13:53:22 +02:00
Carlos Ruiz
cd298bf31f
hg merge release-5.1 (merge release5.1 into default)
2018-05-29 13:52:46 +02:00
Carlos Ruiz
9d69b81900
IDEMPIERE-3696 Implementing warning to encourage user to change their password before it is expired / integrate patch from Nicolas Micoud
2018-05-22 10:28:09 +02:00
hieplq
4ea2c3f450
IDEMPIERE-3552: fix context menu don't show when disable combobox
2018-05-18 15:05:28 +07:00
Diego Ruiz
5963b4ff32
IDEMPIERE-3715 Improve FDialog to receive arguments for the AD_Message in special cases
2018-05-17 14:43:59 +02:00
Carlos Ruiz
919b6f34db
hg merge release-5.1 (merge release5.1 into default)
2018-05-17 21:59:23 +02:00