Commit Graph

2626 Commits

Author SHA1 Message Date
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
Deepak Pansheriya 10a51f9586 IDEMPIERE-1311: Only visible org and warehouse combo-box on role window if combo-box has more than one value. 2018-10-17 14:55:28 +05:30
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 0a5f31f2f1 IDEMPIERE-3111 : Making statusBar variable accessible from WCreateFromWindow 2016-05-20 17:29:18 +05:30
Carlos Ruiz 963009b7c7 IDEMPIERE-3906 Make mandatory location on BP quick entry optional on certain tables / integrate contribution from TrekGlobal AP2-580 2019-02-28 16:15:26 +01:00
Nicolas Micoud 464f7ec441 IDEMPIERE-3905 Set label in red when editor is mandatory and empty on quick entry panels 2019-02-27 14:15:50 +01:00
Carlos Ruiz cde9641140 IDEMPIERE-3905 Set label in red when editor is mandatory and empty on quick entry panels 2019-02-27 13:23:22 +01:00
Nicolas Micoud 1205178ef0 IDEMPIERE-3904 Harmonize list of component in MANIFEST.MF 2019-02-27 12:51:25 +01:00
Elaine Tan 67dbc090f0 IDEMPIERE-3901 Zooming from HTML report doesn't work on firefox (AP2-851) 2019-02-20 18:12:00 +08:00
Elaine Tan aa5b120946 IDEMPIERE-3901 Zooming from HTML report doesn't work on firefox (AP2-851) 2019-01-10 21:42:11 +08:00
Deepak Pansheriya 2957f04f9f IDEMPIERE-3718 : Added code to resolve Report Wizard toolbar button bug 2018-05-25 11:43:17 +05:30
Carlos Ruiz a6f2a3d279 IDEMPIERE-3884 Quick Entry doesn't use zoom condition (when doing right click / New) 2019-02-06 15:29:44 +01: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
Nicolas Micoud d28dec8f32 IDEMPIERE-3696 Implementing warning to encourage user to change their password before it is expired 2018-04-25 13:31:59 +02:00
Carlos Ruiz c10b0cd46c hg merge release-5.1 (merge release5.1 into default) 2018-04-23 09:21:16 +02:00
Carlos Ruiz a9a3218517 IDEMPIERE-3690 java.lang.NullPointerException when inactive al document status 2018-04-17 10:33:40 +02:00
Nicolas Micoud 6f5f225d66 IDEMPIERE-3691 "Row" tooltip is not translated 2018-04-17 09:26:12 +02:00
Carlos Ruiz c3727c2f10 IDEMPIERE-3685 Client field is shown empty in Included Roles grid mode 2018-04-12 17:08:14 +02:00
Silvano Trinchero 9c5045333e Fix chiusura file nel merge dei pdf 2018-04-10 17:12:02 +02:00
Carlos Ruiz da53148c79 hg merge release-5.1 (merge release5.1 into default) 2018-04-08 21:06:13 +02:00
Heng Sin Low 8949bc4b46 IDEMPIERE-3673 Implement Paging for Related Info Window 2018-04-02 18:54:06 +08:00
Diego Ruiz e3769972ee IDEMPIERE-3667 Callouts not working properly in Quick Entry Windows 2018-03-25 22:11:09 +02:00
Diego Ruiz 47f3ce46b9 IDEMPIERE-3666 Set Quick entry called parent 2018-03-25 22:10:26 +02:00
hieplq d777e2982c Merge with default 2018-03-19 19:50:01 +07:00
Carlos Ruiz 476b1283e8 hg merge release-5.1 (merge release5.1 into default) 2018-03-19 08:27:33 -03:00
Carlos Ruiz 89c00b7ada IDEMPIERE-3660 Improve Packin - allow application on all tenants 2018-03-16 17:49:25 -03:00
hieplq 2b0c44e0e8 Merge with default 2018-03-09 14:34:08 +07:00
Nicolas Micoud 3eedf21293 IDEMPIERE-3643 Placeholders for every fields - missing editors 2018-03-05 21:27:40 +01:00
Carlos Ruiz 096a535b28 hg merge release-5.1 (merge release5.1 into default) 2018-03-05 21:25:29 +01:00
Nicolas Micoud a9025b7c12 IDEMPIERE-3644 Process saved params should not overwrite readonly parameters 2018-03-05 21:15:24 +01:00
Nicolas Micoud 626cad8cac IDEMPIERE-3642 Navigation using trees is broken when tab is in detail 2018-03-05 21:04:44 +01:00
Nicolas Micoud 4b6185397c IDEMPIERE-3592 Add Refresh button on the Document status panel 2018-03-05 20:53:41 +01:00
Nicolas Micoud bc57cebf5e IDEMPIERE-3525 InfoWindow : Allow to show or hide the sub panel (detail) from code 2018-03-05 20:49:06 +01:00
hieplq 44002a6eb4 Merge with default 2018-02-27 15:52:57 +07:00
Carlos Ruiz 351c9e22b1 hg merge release-5.1 (merge release5.1 into default) 2018-02-26 12:19:18 +01:00
Nicolas Micoud cfb0c7c6e7 IDEMPIERE-3641 IDEMPIERE-3008 : Store divider of tree panel location for window per user is broken in 5.1 2018-02-26 12:18:35 +01:00
hieplq 6bb1c5ecc3 Merge with default 2018-02-26 03:11:15 +07:00
Nicolas Micoud 0c1b9fd6b9 IDEMPIERE-3639 Placeholders for every fields 2018-02-24 14:28:40 +01:00
Carlos Ruiz e4118787d8 hg merge release-5.1 (merge release5.1 into default) 2018-02-24 12:25:39 +01:00
hieplq 31ad04d7ef IDEMPIERE-3531:auto update by eclipse when import project to new workspace by choose import exists maven project 2018-02-18 23:41:09 +07:00
hieplq b02d2f2c20 Merge with default 2018-02-11 00:39:41 +07:00
hieplq 9482f02dec IDEMPIERE-3531:add maven tycho configuration 2018-02-10 16:42:06 +07:00
Carlos Ruiz 969d02f63c IDEMPIERE-3635 Cache getLookupInfo method to avoid multiple queries execution 2018-02-09 22:10:28 +01:00
hieplq b8caaa1549 IDEMPIERE-3531:some plugin don't include class on output maven when export
"bin.includes = ." is mandatory for maven build
2018-02-11 00:37:05 +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 34741c7d87 IDEMPIERE-3531:standard maven repository url
find out origin reposiroty for almost library
maven url include maven2 part
2018-02-03 16:38:23 +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
Heng Sin Low 2f71950292 IDEMPIERE-3630 Process Dialog should wait for Info Popup. 2018-01-26 18:14:37 +08:00
Heng Sin Low 4d7f35616e IDEMPIERE-3629 Parameter Value Change and Form Validation Listener for Process Dialog 2018-01-26 14:18:45 +08:00
Carlos Ruiz 45e1f0c654 IDEMPIERE-1906 Use postgresql SIMILAR TO instead of LIKE 2018-01-25 17:57:14 +01:00
Carlos Ruiz ffcd468f13 IDEMPIERE-3617 Styles not working in master mode after navigate to another record 2018-01-24 13:54:21 +01:00
Carlos Ruiz 16167a62cb hg merge release-5.1 (merge release5.1 into default) 2018-01-23 12:01:20 +01:00
Carlos Ruiz 4069878bf9 IDEMPIERE-3653 1008833 Upgrade hazelcast to version 3.9.3 / integrate patch from hengsin 2018-01-23 17:19:21 +08:00
Carlos Ruiz 7c0bffa908 IDEMPIERE-1906 Use postgresql SIMILAR TO instead of LIKE 2018-01-19 23:02:46 +01:00
Carlos Ruiz 975a46ae45 IDEMPIERE-3580 Advanced Zoom Across 2018-01-19 18:22:16 +01:00
Carlos Ruiz 9ce5c347cb IDEMPIERE-3545 Add plugin information in About window / implement start-stop 2018-01-19 15:45:53 +01:00
Carlos Ruiz af32053a03 hg merge release-5.1 (merge release5.1 into default) 2018-01-19 15:44:08 +01:00
Carlos Ruiz 391b57de2a IDEMPIERE-3535 Implement font icon theme / integrate fix from Murilo (muriloht) for the lock button 2018-01-05 15:20:29 +01:00
Carlos Ruiz caf3ca2367 hg merge release-5.1 (merge release5.1 into default) 2018-01-05 15:17:26 +01:00
Carlos Ruiz 23d2ca465e IDEMPIERE-905 Post-it functionality / add 16 pixels icon 2018-01-05 15:15:37 +01:00
Carlos Ruiz d7353f8e2a IDEMPIERE-3535 / thanks to Murilo - fixed a flaw on the rendering of Lock button 2018-01-05 15:14:50 +01:00
Carlos Ruiz dc373fbb4e IDEMPIERE-3614 styles on fields also apply in the find window 2018-01-16 11:30:55 +01:00
Carlos Ruiz ee233577c6 IDEMPIERE-3612 improve the look of posting window by avoiding multiline output 2018-01-16 09:50:24 +01:00
Diego Ruiz baa44f138f IDEMPIERE-3529 - Add parameters to InvoicePrint process 2018-01-11 19:15:30 +01:00
Carlos Ruiz 016549fb6c IDEMPIERE-3572 "New Record" button in Info Windows does not work properly 2018-01-11 07:31:22 +01:00
Carlos Ruiz 0ec3576fe2 IDEMPIERE-3599 allow DocActions to be selected in a more flexible way 2018-01-08 21:58:22 +01:00
Carlos Ruiz a96a27c12a IDEMPIERE-3603 checking permission on doctype instead of doctypetarge 2018-01-08 17:11:42 +01:00
Murilo Habermann Torquato 80acb075a8 IDEMPIERE-3518 Improvement For Mobile Compatibility 2018-01-05 15:38:49 +01:00
Carlos Ruiz 4e4f31e9be IDEMPIERE-3545 Add plugin information in About window 2017-12-12 23:05:02 +01:00
Nicolas Micoud 82178fa0fd IDEMPIERE-3578 BPartner Location name : Preserve custom name 2017-12-12 19:16:11 +01:00
Carlos Ruiz 6d2700ac72 hg merge release-5.1 (merge release5.1 into default) 2017-11-29 10:45:50 +01:00
Heng Sin Low 0e6ae23f83 IDEMPIERE-3552 update to zk 8.5.0. Fixed context menu not working for readonly combobox. 2017-11-26 07:29:50 +08:00
Heng Sin Low 3669419d2c IDEMPIERE-3568 Report Wizard is Not Working 2017-11-24 21:51:11 +08:00
Heng Sin Low 68f7100ac0 IDEMPIERE-3563 Improvement to Process/COG toolbar button popup. 2017-11-20 10:28:31 +08:00
Heng Sin Low 0aa9041931 hg merge release-5.1 (merge release5.1 into default) 2017-11-17 05:21:18 +08:00
Heng Sin Low e7540e1c70 IDEMPIERE-3536 Dynamic validation not working correctly in Grid View 2017-11-16 10:19:20 +08:00
Carlos Ruiz b689ad0495 IDEMPIERE-3559 DrillDown report didn't work because of two bug / integrate suggestions from Denis Kuznetsov 2017-11-15 10:46:11 +01:00
Heng Sin Low 87db420650 IDEMPIERE-3538 NPE happen if show dialog at time not yet complete login 2017-11-11 21:49:02 +08:00
Carlos Ruiz 2fdd02f65a IDEMPIERE-2361 / IDEMPIERE-581 / organize SysConfig 2017-11-12 11:46:49 +01:00
Carlos Ruiz 452a848f71 IDEMPIERE-2361 / IDEMPIERE-581 / organize SysConfig 2017-11-12 11:46:00 +01:00
Carlos Ruiz da15fe4de4 IDEMPIERE-3532 / fix better defaults - include also order and inout - add a default to IsPaid=N when paymentinfo is called from payment window 2017-11-08 11:23:18 +01:00
Nicolas Micoud 6950087449 IDEMPIERE-3532 Remove hardcoded values for InfoInvoiceWindow (BPartnerID / IsSOTrx) and InfoPaymentWindow (IsSOTrx) 2017-11-08 10:58:09 +01:00
Carlos Ruiz 6a76072a43 IDEMPIERE-3486 peer review / better defaults when calling BP Info from dashboard 2017-11-08 10:19:00 +01:00
hieplq 1e17b5af6f IDEMPIERE-3549:allow IAction decorate toolbar button 2017-11-07 20:52:49 +07:00
Heng Sin Low c7745182f1 IDEMPIERE-3537 Generic Info Window: Rendering of Search, Table Direct and List columns 2017-11-11 21:52:14 +08:00
Heng Sin Low 624b14b51f IDEMPIERE-3538 NPE happen if show dialog at time not yet complete login 2017-11-11 21:49:02 +08:00
Carlos Ruiz ed891d0c71 hg merge release-5.1 (merge release5.1 into default) 2017-11-10 15:05:26 +01:00
hieplq 38cbc20c94 IDEMPIERE-3552:update to zk 8.5.0
https://www.zkoss.org/wiki/Small_Talks/2017/October/New_Features_of_ZK_8.5.0#Keep_Using_The_Previous_Default_Theme_-_Breeze
2017-11-10 01:00:02 +07:00
Heng Sin Low 54cf738763 hg merge release-5.1 (merge release5.1 into default) 2017-11-05 20:50:53 +08:00
Heng Sin Low 4f530b9405 IDEMPIERE-3543 Range Process parameters displayed on 2 lines with Firefox 2017-11-05 20:48:44 +08:00
Heng Sin Low f84c90342b hg merge release-5.1 (merge release5.1 into default) 2017-11-05 16:46:00 +08:00
hieplq 6175848eed IDEMPIERE-3541:can't input number > 999 on WNumberEditor 2017-11-04 11:45:35 +07:00
Heng Sin Low 83acfa13a7 IDEMPIERE-3535 Implement font icon theme. Fixed missing icon for "Zoom Across (Where Use)" 2017-11-03 19:49:15 +08:00
Heng Sin Low f16500ffe1 IDEMPIERE-3535 Implement font icon theme. Fixed row edit icon not working in grid view. 2017-11-03 08:05:55 +08:00
Heng Sin Low c0e13c7321 IDEMPIERE-3535 Implement font icon theme 2017-11-03 06:56:57 +08:00
Carlos Ruiz 28884f378a hg merge release-4.1 (merge release4.1 into release-5.1) 2017-11-01 19:25:12 +01:00
Diego Ruiz b37bf7376a IDEMPIERE-3526 callout not triggering on grid view 2017-11-01 19:23:51 +01:00
Carlos Ruiz af3d52045f Point copyjars to new release 2017-11-01 01:14:36 +01:00
Carlos Ruiz d63062d0d0 New version 2017-10-31 23:12:29 +01:00
Carlos Ruiz a036839491 hg merge release-4.1 (merge release4.1 into default) 2017-10-31 17:55:06 +01:00
Heng Sin Low 621f9af79d IDEMPIERE-3518 Improvement For Mobile Compatibility. Minor NPE fix. 2017-10-26 17:57:06 +08:00
Carlos Ruiz 267fab419a IDEMPIERE-3529 - Add parameters to InvoicePrint process / peer review 2017-10-25 18:41:23 +02:00
Diego Ruiz dae313ae78 IDEMPIERE-3529 - Add parameters to InvoicePrint process 2017-10-25 12:46:16 +02:00
Carlos Ruiz 1237e22db7 IDEMPIERE-2334 (Allow zoom from URL) colliding with IDEMPIERE-3000 (Automatic opening of menu entries at login) - automatic opening must not happen when the URL is an Action URL 2017-10-24 20:46:26 +02:00
Nicolas Micoud 73f1764acd IDEMPIERE-3411 When lauching a report based on a report view, available print formats are not filtered 2017-10-24 17:13:39 +02:00
Heng Sin Low e66ebd092f IDEMPIERE-3518 Improvement For Mobile Compatibility. refinement of move selected tree item. 2017-10-24 10:11:02 +08:00
Heng Sin Low eb4eb1d1a4 IDEMPIERE-3518 Improvement For Mobile Compatibility. Implement mobile UI alternative for moving of selected tree item (dnd not working well on mobile devices). 2017-10-24 07:41:45 +08:00
Heng Sin Low c036ed2e57 IDEMPIERE-3528 Add to Favorite for Menu Search Panel 2017-10-24 00:33:20 +08:00