Commit Graph

3515 Commits

Author SHA1 Message Date
hengsin 80146138ac
IDEMPIERE-4382 Locator Editor inconsistent in the application of filter (#183)
pass ValidationCode to MLocatorLookup
Fix dynamic display support
Fix filter for grid view
Fix locator dialog not open with the selected locator
2020-07-26 12:49:43 +02:00
hengsin 28213b9b9f
IDEMPIERE-1540 Autocomplete for field type "Search" (#179)
Do not count duplicate record id more than once (some infowindow, like
bpinfo have multiple rows with same record id)
2020-07-26 10:23:28 +02:00
hengsin 1c96affdde
IDEMPIERE-4322 Sort tab does not support virtual column identifier an… (#173)
* IDEMPIERE-4322 Sort tab does not support virtual column identifier and identifiers with different data type

add support for virtual column identifier
concat multiple identifier instead of taking the first not null value

* IDEMPIERE-4322 Sort tab does not support virtual column identifier and identifiers with different data type

Change to use DB.TO_CHAR.
Other condition (parent, key etc) shouldn't exclude IsIdentifier since
the UI allows it.
2020-07-25 12:15:10 +02:00
Diego Ruiz 763876cca3
IDEMPIERE-4380 Inconsistencies with selected filter query on tab navigation (#181)
* IDEMPIERE-4380 Inconcistencies with selected filter query on tab navigation

* IDEMPIERE-4380 Heng Sin Peer review
2020-07-24 20:34:30 +08:00
hengsin a88d766078
Idempiere 4374 (#178)
* IDEMPIERE-4374 CSS Field Style not working for WSearchEditor

fix css field style not working for WSearchEditor

* IDEMPIERE-4374 CSS Field Style not working for WSearchEditor

fix css
2020-07-22 14:27:51 +02:00
Carlos Ruiz be063cbd1e
IDEMPIERE-4368 Allow Define Default Saved Query for User / fix problem with recent items and zoom (#176) 2020-07-21 14:14:54 +02:00
hengsin cc76e63d85
IDEMPIERE-4372 Performance: only add log record and sql statement to … (#172)
* IDEMPIERE-4372 Performance: only add log record and sql statement to context if trace/debug level <= debug/info

Minor clean up and thread safe fix for CLogErrorBuffer and MIssue
Only add LogRecord and SQL to context if TraceLevel is <= INFO

* IDEMPIERE-4372 Performance: only add log record and sql statement to context if trace/debug level <= debug/info

add back DB.isConnected check
remove redundant CLogErrorBuffer call from DB.isConnected
more fine grained synchronization
2020-07-21 12:25:20 +02:00
igorpojzl dd2b24aafa
IDEMPIERE-4368: Allow Define Default Saved Query for User (#169)
* Update AD_UserQuery models

* Implementation of initializing Default User Queries

* Added Migration Scripts

* Update 202007161400_IDEMPIERE-4368.sql

Added missing register_migration_script.

* IDEMPIERE-4368 Added missing script.

* IDEMPIERE-4368 Allow Define Default Saved Query for User

Fix Load defaults only on Initialization.

* IDEMPIERE-4368

Move Migration Script to 7.1 folder

* IDEMPEIRE-4368

Apply of patch.
2020-07-20 14:51:48 +02:00
Carlos Ruiz 2d70a1a169
IDEMPIERE-1117 Attachment -> Disable preview over certain size (#145)
* IDEMPIERE-1117 Attachment -> Disable preview over certain size

New SysConfig key ZK_MAX_ATTACHMENT_PREVIEW_SIZE

* IDEMPIERE-1117 move scripts to 7.1
2020-07-14 21:51:17 +08:00
hieplq beec96b332
IDEMPIERE-4357:ClassLocator.warn: Replicate resource by jetty append lib on standard web folder (#155) 2020-07-04 21:21:49 +08:00
Carlos Ruiz d6e5cdc26a
IDEMPIERE-1052 Improve Performance using Search instead of Table/Table Direct (#159)
WSearchEditor broken when importing detail CSV

Merging this pull request tested locally (without peer review) as an emergency.
2020-07-03 20:56:48 +02:00
Carlos Ruiz 11c9ad6c59
IDEMPIERE-1052 Improve Performance using Search instead of Table/Table Direct (#148)
Integrate patch from Heng Sin
--> Fix Copy Record issue (handling of invalid value)
2020-07-01 15:44:59 +02:00
Nicolas Micoud 1f3b782215
IDEMPIERE-1890 : BroadcastMessageWindow Updates : add a vertical scrollbar (#142) 2020-06-27 11:46:46 +02:00
Diego Ruiz 5f0e895d88
IDEMPIERE-4345 zk9 - Payment selection (Manual) open with header collapsed (#137) 2020-06-25 17:47:04 +02:00
Carlos Ruiz 10771a7408
IDEMPIERE-4254 get oracle error ORA-01795 when has more than 1000 org (#109) 2020-06-09 23:26:44 +07:00
Carlos Ruiz 37e82005b5
IDEMPIERE-4329 Cleanup eclipse warnings (#107)
* IDEMPIERE-4329 Cleanup eclipse warnings

Clean unused imports

* IDEMPIERE-4329 Cleanup eclipse warnings

Clean some additional warnings
Make org.adempiere.base to respect the Warnings/Errors level configuration from workspace

* IDEMPIERE-4329 Cleanup eclipse warnings

One more unused import caused by the previous commit
2020-06-09 12:26:36 +02:00
hengsin 8f052b4081
IDEMPIERE-4237 timeout page continue do comet request and log a lot message (#100)
Revert SC_NO_Content for error bad to SC_BAD_REQUEST so that the failure
count at client side will work.
Add session timeout/notfound checking at client side.
2020-06-03 21:17:52 +08:00
hengsin f2cbbc662d
IDEMPIERE-1540 Autocomplete for field type "Search" (#91)
Refactoring
Fix table/tabledir auto refresh
Fix MLookupInfo.clone
2020-06-01 15:29:04 +02:00
hieplq 9a35f2054d
IDEMPIERE-4314:eclipse project setting independent JDK (#90) 2020-06-01 11:30:00 +08:00
hengsin 5718645bc6
IDEMPIERE-1540 Autocomplete for field type "Search" (#89)
Fix ClassCastException
2020-05-30 11:53:11 +07:00
hengsin fc56a2a205
IDEMPIERE-1540 Autocomplete for field type "Search" (#88)
Fix search column for auto complete
2020-05-29 18:08:39 +02:00
hengsin baac93f9e0
IDEMPIERE-4307 Quick Entry always retrieve all fields from db (#83)
add cache for MField
2020-05-29 13:38:15 +02:00
hengsin e9e7486473
IDEMPIERE-1540 Autocomplete for field type "Search" (#79)
* IDEMPIERE-1540 Autocomplete for field type "Search"

Implement auto complete for search field

* IDEMPIERE-1540 Autocomplete for field type "Search"

Add support for isAutoComplete flag (default is off).
Add isAutoComplete to AD_UserDef_Field, AD_InfoColumn and
AD_Process_Para.
Performance improvement - reduce number of queries for autocomplete and
added some cache.

* IDEMPIERE-1540 Autocomplete for field type "Search"

add constant for auto complete query timeout
use union all to further reduce the number of queries
2020-05-29 13:25:24 +02:00
Diego Ruiz 4eac03ba0f
IDEMPIERE-4304 Saved Query duplicates if use to save after sharing (#81)
* IDEMPIERE-4304 Saved Query duplicates if use to save after sharing

* IDEMPIERE-4304 Saved Query duplicates if use to save after sharing - Replaced JDBC call for Query
2020-05-23 00:23:42 +02:00
Carlos Ruiz 89faa3ac49
IDEMPIERE-2523 improve method to add comment to log script (#75)
#resolve IDEMPIERE-2523
2020-05-20 20:09:23 +02:00
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
hengsin 5550a9633c
IDEMPIERE-4300 DashboardPanel subclass should not cache Env Ctx (#70)
Remove Env.getCtx() cache
2020-05-19 16:19:41 +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
Hideaki Hagiwara 2e065e6e61
IDEMPIERE-4293 Excel that download from Info Window is displayed ID Number (#67) 2020-05-19 13:47:27 +02:00
Carlos Ruiz fd72ce3d1b IDEMPIERE-3333 - extend the usage of the new MReportView to other places where is suggested as best practice 2020-05-14 18:58:16 +02:00
Diego Ruiz 1a902a95de
IDEMPIERE-3657 Missing buttons start/end page on detail tab (#57) 2020-05-13 19:22:23 +02:00
Patric Massing cc159a3e53
IDEMPIERE-4288 zk9 - Editor-Dialog: Not Allowed to set height and rows at the same time (#56) 2020-05-13 17:13:25 +02:00
hengsin a84c1eac2f
IDEMPIERE-4277 Sizing error for Info Window and Error message popup (#42)
Fix size error of infowindow's parameter panel and ad window's error
message popup.
2020-05-09 08:42:13 +02:00
hieplq@hasuvimex.vn 4fcd450ffd IDEMPIERE-3233:process dialog:deduce refresh tab when run a process 2020-05-09 07:59:28 +02:00
Deepak Pansheriya df6b9c8c22
IDEMPIERE-4157: Removing open quick form tracking from sessionManager, Adding support for tool tip translation (#36) 2020-05-08 13:25:06 +02:00
hengsin 912767b4ec
IDEMPIERE-4266 Remove hard coded modal dialog height (#32)
* IDEMPIERE-4266 Remove hard coded modal dialog height

Replace fixed process modal dialog height with css flex box rule.

* IDEMPIERE-4266 Remove hard coded modal dialog height

Fix css for process/report dialog.
2020-05-06 14:42:37 +02:00
Diego Ruiz a77a991b9f
IDEMPIERE-1035 hard to find exceptions when using restrictive rights … (#21)
* IDEMPIERE-1035 hard to find exceptions when using restrictive rights - Improve not access to workflow message

* IDEMPIERE-1035 hard to find exceptions when using restrictive rights - Improve not access to workflow message
2020-04-30 22:07:24 +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 69af9e8fc4
IDEMPIERE-4258 Error runnig Jasper file on Report (#18) 2020-04-30 15:05:18 +02:00
Nicolas Micoud 0ddc26be2f IDEMPIERE-4247 WTableDirEditor - missing public methods 2020-04-29 19:05:42 +02:00
Carlos Ruiz 190ef9d75c Merge release-7.1 into master 2020-04-26 13:45:06 +02:00
Diego Ruiz 7fa724f1ee IDEMPIERE-3611 line with missing mandatory content disappears when save in detail tab 2020-04-24 20:44:36 +02:00
Carlos Ruiz 09d2f9a1e3 IDEMPIERE-4253 Duplicated FillMandatory message on process dialogs 2020-04-23 21:08:43 +02:00
hengsin 7fc71f8e9e IDEMPIERE-4252 Remove usage of vflex/height + rows. 2020-04-22 16:46:18 +08:00
Carlos Ruiz 43c8485b76 Merge release-7.1 into master 2020-04-18 18:44:51 +02:00
hengsin d059ae50b0 IDEMPIERE-4206 Session timeout shown sometimes when changing roles. Fix theme preference lost after change role. 2020-04-14 20:33:58 +08:00
hengsin c8b8e00202 Merge remote-tracking branch 'origin/release-7.1' 2020-04-06 12:28:46 +08:00
hengsin b82156200a IDEMPIERE-4206 Session timeout shown sometimes when changing roles
Do not create new http session and do not use http redirect.
2020-04-06 11:35:20 +08:00
hengsin db0aafb3dc Merge branch 'origin/release-7.1' 2020-04-03 20:09:59 +08:00
hengsin 61098bdf3c IDEMPIERE-4206 Session timeout shown sometimes when changing roles
Simplify Serverpush Code - remove retries and warning that just slow down
things and doesn't really help.
Change Role - With session invalidated and all components removed, there
isn't need to destroy desktop.
2020-04-03 20:07:16 +08:00
HideakiHagiwara 628103ef94 IDEMPIERE-4226 Wrong tooltip at Tab title 2020-04-02 18:47:02 +02:00
hengsin ee4ec74a88 Merge branch 'origin/release-7.1' 2020-04-02 10:01:29 +08:00
hengsin 99cead1540 IDEMPIERE-4228 Align ServerPush implementation with Executions.schedule JavaDoc 2020-04-02 09:58:01 +08:00
Carlos Ruiz e10a5c9425 Merge release-7.1 into master 2020-04-01 15:27:45 +02:00
hengsin bf8f5ea8c1 IDEMPIERE-4206 Session timeout shown sometimes when changing roles 2020-04-01 17:19:18 +08:00
Carlos Ruiz b6898a8f99 Merge release-7.1 into master 2020-03-21 17:45:25 +01:00
Carlos Ruiz 8cd7b0661b IDEMPIERE-4216 Some text columns are wrongly edited as with length 32767 2020-03-21 16:35:29 +01:00
Carlos Ruiz 1e638f5a28 IDEMPIERE-3786 Number of records in detail grid must not be hardcoded 2020-03-21 11:50:46 +01:00
Carlos Ruiz e875d2cd6c minor - show login information on the new test servers 2020-03-19 10:23:09 +01:00
Nicolas Micoud 170739bf6f IDEMPIERE-4208 Preserve @ and # in HTML content 2020-03-18 14:11:45 +01:00
hengsin f6a8d4865d Merge origin/release-7.1 2020-03-17 17:44:47 +08:00
hengsin 0b41ffd3f8 IDEMPIERE-4210 Fix 2 Failed to resume long polling resource warning 2020-03-17 17:25:30 +08:00
Carlos Ruiz b886c593c8 IDEMPIERE-4209 Attachment button doesn't refresh when deleting the whole attachment 2020-03-13 21:53:49 +01:00
Carlos Ruiz 02647cc5ee Merge release-7.1 into master 2020-03-13 17:46:17 +01:00
Carlos Ruiz aecd058f25 IDEMPIERE-4198 Icon duplicated on report dialog when using Font icon 2020-03-13 15:18:44 +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
Diego Ruiz 64b35a2e19 IDEMPIERE-4192 dont apply style on advanced search 2020-03-11 17:15:20 +01:00
hengsin 1b6aa35c97 IDEMPIERE-4205 Remove usage of applet 2020-03-11 18:13:42 +08: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
Diego Ruiz eae52b13ad IDEMPIERE-4192 Mandatory label red 2020-03-10 12:54:54 +01:00
hengsin 2642293c0a Merge release-7.1 into master 2020-03-08 20:24:05 +08:00
hengsin 501ef7479c IDEMPIERE-4197 Minor improvements to quick entry and location dialog layout 2020-03-08 20:20:19 +08:00
hengsin dfcb22fa5c IDEMPIERE-4196 Image Field: Not fully clickable on user window and doesn't maintain aspect ratio 2020-03-08 19:19:06 +08:00
hengsin 2d06047049 IDEMPIERE-4195 Add NPE check to SchedulerStateEditor 2020-03-08 17:18:31 +08:00
Carlos Ruiz 3a0f1d36b0 Merge release-7.1 into master 2020-03-07 12:08:07 +01:00
hengsin df5b0c2ea8 IDEMPIERE-4177 Replace SYSDATE with getDate() 2020-03-03 10:07:14 +08:00
hengsin e0906eb102 IDEMPIERE-4154 ServerPush Adjustments. Reduce sleep to 300ms, longer wait doesn't help. Log schedule failures count. cleanup editor cache listener if schedule fail. 2020-03-02 10:59:29 +08:00
hengsin 31e63dc04d IDEMPIERE-4193 Incorporate fix from https://tracker.zkoss.org/browse/ZK-4204 2020-03-02 10:04:04 +08:00
Carlos Ruiz a2ade6340a Merge release-7.1 into master 2020-02-29 11:22:06 +01:00
Carlos Ruiz c4cef3b8de IDEMPIERE-4190 Implement Image Storage Provider (1006528) (FHCA-1165)
Peer review and tests:
* PO -> implement postDelete method to be called after the database delete is committed - fix issue about file being deleted from filesystem and commit failing because of referential integrity (for example deleting an image that is associated to a user)
* MArchive, MAttachment, MImage -> change deletion of file from before/afterDelete to postDelete
* MImage -> change getImageStoragePath from clientID/orgID to AD_Image/clientID (this is to allow using the same storage that attachments and archives uses, and avoid issues when changing org)
* MBPartner, MUser, MPOSKey -> delete associated image with postDelete
* ArchiveFileSystem -> fix issue not deleting the file in the filesystem when deleting the archive (using get_ID() on a deleted record returns zero)
* WImageEditor -> save automatically when creating a new image
* AttachmentFileSystem -> avoid trying to save attachment after is deleted
* ImageDBStorageImpl, MSysConfig -> Implement SysConfig IMAGE_DB_STORAGE_SAVE_AS_ZIP to save images in DB zipped - defaults to false which is the actual behavior
* ImageFileStorageImpl -> do not save file with extension, to fix error where previous file was not deleted when uploading a new file with different extension
2020-02-27 22:17:17 +01:00
Carlos Ruiz c5c3d8c743 IDEMPIERE-4157: Quick Form for fast data entry with keyboard -- peer review - minor changes 2020-02-26 16:09:28 +01:00
Deepak Pansheriya 434cbaf110 IDEMPIERE-4157: Quick Form for fast data entry with keyboard 2020-02-26 16:08:42 +01:00
hengsin ea1f86837d IDEMPIERE-4154 ServerPush Adjustments. Fix logging error. commitResponse should be ok as long as resource is available. 2020-02-26 11:01:09 +08:00
Carlos Ruiz 174ff192a4 IDEMPIERE-3545 Add plugin information in About window / fix index out of bounds issue - and avoid starting a fragment 2020-02-25 17:52:03 +01:00
hengsin 0871b81c87 IDEMPIERE-4154 ServerPush Adjustments. AtmosphereResource: use recommended suspend method for infinite suspend. ZkAtmosphereHandler: add server log for errors. serverpush.js: use POST to avoid cache issue, include session parameter to be consistent with other zkau request. 2020-02-23 20:59:15 +08:00
Carlos Ruiz 8733f74809 Merge release-7.1 into master 2020-02-23 13:18:56 +01:00
hengsin 2c639f7a69 IDEMPIERE-4178 Replace NVL with Coalesce 2020-02-21 09:54:57 +08:00
Diego Ruiz 600ab3556b IDEMPIERE-4084 Minor bug - menuitem icon not centered vertically 2020-02-20 15:56:19 +01:00
Carlos Ruiz af5cfcb0e8 IDEMPIERE-4174 Login issues using password manager / IDEMPIERE-3182 2020-02-19 22:05:18 +01:00
hengsin c388716835 IDEMPIERE-4176 Replace DELETE with DELETE FROM 2020-02-19 10:46:23 +08:00
hengsin b3b53a478e Merge release-7.1 into master 2020-02-16 17:01:59 +08:00
hengsin 26f18f9c22 IDEMPIERE-4154 ServerPush Adjustments. Incorporate suggestion from Martin Schönbeck. 2020-02-16 17:00:00 +08:00
Carlos Ruiz e456d65aed IDEMPIERE-3232 Useless to set focus on a readonly field 2020-02-13 01:03:17 +01:00
Carlos Ruiz 15707d9aac Merge release-7.1 into master 2020-02-13 01:00:46 +01:00
Carlos Ruiz 46c60f34b8 IDEMPIERE-3232 Useless to set focus on a readonly field
Improve next focus on capturing when selecting a value from a list or an info window
2020-02-12 23:54:01 +01:00
Carlos Ruiz e2af3a5516 IDEMPIERE-4171 DB message on delete is lost 2020-02-12 19:04:22 +01:00
Diego Ruiz 3e3f8ac4e9 IDEMPIERE-4172 onFind forces to refresh the record when another user modified it 2020-02-12 18:46:49 +01:00
Carlos Ruiz ea70caa08a IDEMPIERE-4171 DB message on delete is lost 2020-02-12 18:27:08 +01:00
Diego Ruiz 74a84a9fa4 IDEMPIERE-4165 Fixed NPE when onIgnore in form mode 2020-02-10 22:17:18 +01:00
Diego Ruiz c50d8ff703 IDEMPIERE-4165 Fix problem for case #5 reported in the ticket 2020-02-10 19:03:25 +01:00
Diego Ruiz 643599548e IDEMPIERE-4084 improve toolbar more configurable - solve issues with custom buttons 2020-02-10 18:56:44 +01:00
hengsin f30c94939b Merge release-7.1 into master 2020-02-09 21:50:33 +08:00
hengsin 3abe35f1f3 IDEMPIERE-4154 ServerPush Adjustments. Logout should stop serverpush. Handle stop/abort in serverpush.js, add optional trace. 2020-02-09 21:47:44 +08:00
Carlos Ruiz 6ab7fff658 Merge release-7.1 into master 2020-02-08 13:19:03 +01:00
Diego Ruiz 63ce461862 IDEMPIERE-4165 Display issue in grid mode after grid toggle 2020-02-08 11:22:38 +01:00
hengsin 3dd7349c99 Merge release-7.1 into master 2020-02-04 11:00:07 +08:00
hengsin a64ccd107e IDEMPIERE-4154 ServerPush Adjustments. Make another 2 adjustment as there are still report of slowness due to failure to resume long polling resource. 2020-02-04 10:56:33 +08:00
hengsin df2385eb86 Merge release-7.1 into master 2020-01-31 12:28:44 +08:00
hengsin 1080b5a654 IDEMPIERE-4154 ServerPush Adjustments. Further refinement of the long polling serverpush implmentation. Add back zk-websocket-serverpush.xml 2020-01-31 12:20:05 +08:00
Diego Ruiz 4a81373e9d IDEMPIERE-2837 add font icon 2020-01-30 19:50:46 +01:00
Diego Ruiz 33d2a4d0f7 IDEMPIERE-4084 - Improve toolbar customization 2020-01-30 17:29:17 +01:00
Deepak Pansheriya 511292c8b9
IDEMPIERE-4070: Adding print format item -> Display logic support in XLSX, XLS and HTML report. (#11) 2020-01-29 16:35:49 +01:00
Diego Ruiz 153d311eaa IDEMPIERE-4151 Label Style not working when a field is set to Heading Only 2020-01-28 15:09:53 +01:00
Carlos Ruiz 55dc83de87 Merge release-7.1 into master 2020-01-25 15:14:33 +01:00
hengsin 96eba5f89a IDEMPIERE-4154 ServerPush Adjustments 2020-01-22 11:48:46 +08:00
Carlos Ruiz 39d9c68895 IDEMPIERE-4152 : Payment Allocation : notify user when date changes - peer review 2020-01-21 15:49:14 +01:00
Nicolas Micoud 940d33bc66 IDEMPIERE-4152 : Payment Allocation : notify user when date changes 2020-01-21 15:41:42 +01:00
Diego Ruiz ce7121ae85 IDEMPIERE-4151 Label Style not working when a field is set to Heading Only 2020-01-20 20:20:20 +01:00
Diego Ruiz 54c26b54b6 IDEMPIERE-4151 - Refactor build style code to remove duplicated code 2020-01-20 20:19:55 +01:00
Carlos Ruiz f810d5a692 Merge release-7.1 into master 2020-01-16 15:26:55 +01:00
Nicolas Micoud 8d6ef9aa18 IDEMPIERE-4148 : WAutoCompleterCity should retrieve only active cities 2020-01-16 12:29:56 +01:00
Carlos Ruiz 44fd0fe898 Merge release-7.1 into master 2020-01-12 22:51:04 +01:00
Deepak Pansheriya ac94565b3b IDEMPIERE-4142: Info window do no show any records if there is virtual column of type Search, Table direct or list (#7) 2020-01-06 17:57:57 +01:00
Carlos Ruiz 21eb285e5b IDEMPIERE-2924 Export to XLS limited to 65536
* Complete ticket - implement support for XLSX in scheduler, background jobs, jasper reporting, default types
* Synchronize xlsx with xls exporter to use ZK_FOOTER_SERVER_MSG and ZK_FOOTER_SERVER_DATETIME_FORMAT SysConfig
* Excel alerts now export to xlsx instead of xls
2020-01-04 17:26:00 +01:00
Deepak Pansheriya 503ca8eb62 IDEMPIERE-2924: Adding XLSX Export support (#6) 2020-01-04 15:19:48 +01:00
Carlos Ruiz 6c5f285dc4 IDEMPIERE-1022 Login warning msg translation / deprecate message 2019-12-26 10:17:16 +01:00
Carlos Ruiz ef3ed449ca IDEMPIERE-1424 Report Wizard is not using translated columns 2019-12-24 00:13:21 +01:00
Carlos Ruiz 3041228c45 IDEMPIERE-4130 MaxQueryRecords by Tab (FHCA-1115) 2019-12-18 23:07:01 +01:00
Carlos Ruiz 0ae68806f6 IDEMPIERE-3971 Process Customization - decrease log level 2019-12-18 22:29:33 +01:00
Diego Ruiz ca714c3774 IDEMPIERE-2836 SQL Searches for advanced users 2019-12-18 16:27:18 +01:00
nmicoud c979d17550 IDEMPIERE-4215 : Accounting Fact Reconcilation form : add a Select/DeselectAll and ZoomToDocument buttons 2019-12-18 14:28:04 +01:00
Hans Auler GmbH 304014ab72 IDEMPIERE-4075 Html tags and CSS in Status Line 2019-12-11 16:28:35 +01:00
Carlos Ruiz 38c38b2ed1 Backed out changeset d79c1817ead1 / Refs #6142 / IDEMPIERE-3535 - missing font icons / backout - broken Context menu for editor in String fields 2019-12-04 23:05:13 +01:00
Diego Ruiz 570875e74b IDEMPIERE-4087 Virtual search columns 2019-11-27 19:25:12 +01:00
Nicolas Micoud 3921f67a2d IDEMPIERE-4124 WSearchEditor - missing public methods 2019-12-04 15:28:44 +01:00
Murilo Habermann Torquato 23dee999a6 Refs #6142 / IDEMPIERE-3535 - missing font icons 2019-11-29 23:16:18 -03:00
Deepak Pansheriya dd2766d88c IDEMPIERE-3721 : Adding Archive toolbar button on Jasper viewer 2019-11-27 13:22:49 +05:30
Diego Ruiz a63306ef4a IDEMPIERE-4115 Open Window with Find icon pressed when the initial records are filtered 2019-11-27 10:33:51 +01:00
Carlos Ruiz 64eadf1822 release 7.1 process - set version in configuration files 2019-11-21 23:28:48 +01:00
Heng Sin Low 7c4ccdc739 IDEMPIERE-4060 Implement change scheduler state at scheduler window 2019-11-15 16:07:11 +08:00
Carlos Ruiz e9f48caf03 hg merge release-6.2 (merge release6.2 into default) 2019-11-14 20:38:44 +01:00
Carlos Ruiz 2286fb8f67 IDEMPIERE-4106 Dependent fields not cleared when changing a parent field / IDEMPIERE-3961 2019-11-14 20:38:16 +01:00
Carlos Ruiz 6fcbe19151 IDEMPIERE-2837 - Use in a better way saved searches - PR 2019-11-14 18:06:32 +01:00
Diego Ruiz 3baf23c4dd IDEMPIERE-2837 - Use in a better way saved searches 2019-11-14 12:53:20 +01:00
Nicolas Micoud 3063be83ca IDEMPIERE-4100 Show ampersand in window titles 2019-11-13 10:51:56 +01:00
Heng Sin Low f46b8afb5c IDEMPIERE-4098 CLogger usage pattern clean up 2019-11-12 20:49:55 +08:00
Carlos Ruiz f26db68e2b IDEMPIERE-4072 iDempiere Monitor: Implement server and cache details for cluster node 2019-10-22 17:06:17 +02:00
Carlos Ruiz 68ccc3842f hg merge release-6.2 (merge release6.2 into default) 2019-10-19 14:17:55 +02:00
Heng Sin Low 31dd08b595 IDEMPIERE-4072 iDempiere Monitor: Implement server and cache details for cluster node. Fixed multiple message cache instance. Improve naming of cache. 2019-10-19 07:28:07 +08:00
Deepak Pansheriya a574294e33 IDEMPIERE-3210: Refresh the header record when save from detail tab and enable/disable save button on detail tab record edit/save. 2016-10-06 18:57:51 +05:30
hieplq 79f3e4e8f4 IDEMPIERE-3194:prepare data of perfomance gadget should do on thread
just work-around better complete implement IDEMPIERE-348.
2016-09-19 20:35:19 +07:00
Nicolas Micoud 123e2074c8 IDEMPIERE-4011 Define paging size per Info window 2019-10-16 16:00:58 +02:00
Murilo Habermann Torquato a0b5e52daf IDEMPIERE-3969 - askforinput new editors, allowed on callouts and new methods for display pdfList from process and infowindow from process 2019-05-15 19:22:30 -03:00
Carlos Ruiz 9eabc31cde hg merge release-6.2 (merge release6.2 into default) 2019-10-15 17:17:15 +02:00
hieplq ebb6605287 IDEMPIERE-3180:form "create line from" on invoice window make NPE when clear BP field 2016-09-04 19:37:29 +07:00
Heng Sin Low fc09db1278 IDEMPIERE-4006 Wrong matched PO quanity for vendor credit memo 2019-09-18 18:39:25 +08:00
jonatas.silvestrini 7d0101fcee COF #9933 / IDEMPIERE-3848 - Photobooth.min.js updated 2019-09-04 16:08:17 -03:00
Carlos Ruiz 10d5df21b7 IDEMPIERE-4041 Implement some callouts for Bank Transfer process parameters 2019-08-30 14:36:59 +02:00
Carlos Ruiz 865f3f843f IDEMPIERE-3629 Parameter Value Change and Form Validation Listener for Process Dialog / fix query not working correctly 2019-08-30 14:36:44 +02:00
Carlos Ruiz 23e6325afc IDEMPIERE-4034 Payment Selection improvements/bugs / peer review - set default to true for "Only positive balance" 2019-08-24 14:56:46 +02:00
Diego Ruiz f7f95937c7 IDEMPIERE-4034 - Payment Selection improvements/bugs 2019-08-23 20:57:20 +02:00
Carlos Ruiz 9f99f32493 IDEMPIERE-3606 Document status panel is not refreshing / IDEMPIERE-3338 / IDEMPIERE-3535 Implement font icon theme 2019-08-23 17:37:34 +02:00
Carlos Ruiz 01381f964d IDEMPIERE-905 Post-it functionality / better icon for IDEMPIERE-3535 2019-08-23 17:37:04 +02:00
matheus.marcelino b6aacadeff COF #10015 / IDEMPIERE-4031 - Adjust font icon to CSV Import File Loader button + IDEMPIERE-3535 2019-08-22 10:43:56 -03:00
matheus.marcelino 87703ab73a COF #10011 / IDEMPIERE-4033 - avoiding NPE in ZkJRViewer 2019-08-22 11:19:40 -03:00
Murilo Habermann Torquato 4284ae73ed Refs #9831 / IDEMPIERE-3999 - menu tree missing info window filter 2019-06-28 09:59:30 -03:00
Carlos Ruiz 426dbd3ef8 IDEMPIERE-3979 Record Access Exlude problem / fix Physical Inventory problem 2019-08-15 17:51:20 +02:00
Carlos Ruiz 96b9060618 IDEMPIERE-4008 Related Info Window not displaying lookup values / integrate patch from Matheus Eduardo Marcelino (MatheusMarcelino) 2019-07-31 21:15:57 +02:00
Carlos Ruiz 8c7ef51521 IDEMPIERE-2033 Add Reset button on CustomizeGridView panel / based on suggested patch from Nicolas Micoud (nmicoud) 2019-07-26 21:53:48 +02:00
Nicolas Micoud c370554e30 IDEMPIERE-4009 Pushing the Enter key on standard search panels don't have any effect 2019-07-26 21:36:27 +02:00
Nicolas Micoud 244718e2cf IDEMPIERE-3939 Tree node label is not updated after update of record 2019-07-26 20:22:44 +02:00
hieplq 96508b61f7 IDEMPIERE-1937:same for change password pannel
SessionManager.logoutSession() clean current Execution, so Executions.getCurrent() return null
so List<String> browserLanguages = browserLanguages(Executions.getCurrent().getHeader("accept-language"));
on LoginPanel make NPE
2019-07-25 21:58:09 +07:00
Diego Ruiz e32d1f4312 IDEMPIERE-4007 Allow to use set Tool Tip text in the right Help panel from code. i.e in Forms 2019-07-18 21:00:36 +02:00
Hans Auler GmbH 62a8e4efaa IDEMPIERE-4063 - OK-Button on Infowindow will not be aktivated 2019-10-14 08:26:07 +02:00
Murilo Habermann Torquato 69cc3237c9 IDEMPIERE-3971 - implement new options (carlos suggestions) 2019-10-09 10:46:54 -03:00
Heng Sin Low dce1355998 IDEMPIERE-4060 Implement change scheduler state at scheduler window. Deactivate toolbar button and add button field implementation 2019-10-08 10:45:13 +08:00
Heng Sin Low 0ebc63b215 IDEMPIERE-4060 Implement change scheduler state at scheduler window 2019-10-04 17:24:41 +08:00
Carlos Ruiz 655c292033 Backed out changeset 82fd39d9c56a - IDEMPIERE-3840 Use web socket for server push - set websocket as the default 2019-09-24 11:20:30 +02:00
Carlos Ruiz d04bf27c65 Backed out changeset 067ecd1dc47e - IDEMPIERE-3840 Use web socket for server push - set websocket as the default 2019-09-24 11:20:06 +02:00
Carlos Ruiz 6133471c1b hg merge release-6.2 (merge release6.2 into default) 2019-09-21 12:57:50 +02:00
Heng Sin Low 8f3b199b1f IDEMPIERE-4052 Move to Eclipse 2019-09 and ECJ 3.19.0 2019-09-19 19:57:52 +08:00
Murilo Habermann Torquato 73c05c3828 IDEMPIERE-3831 info column style 2019-09-17 23:47:21 -03:00
Heng Sin Low f4aca34b6e IDEMPIERE-3997 Attachment panel : ability to download all attachments as zip file. Base on patch from Nicolas Micoud. 2019-09-10 11:06:46 +08:00
Carlos Ruiz 54aab6fea3 hg merge release-6.2 (merge release6.2 into default) 2019-09-07 13:30:15 +02:00
Nicolas Micoud 63fab58fc1 IDEMPIERE-4005 Force grid mode when Find panel closes 2019-09-03 14:27:44 +02:00
Carlos Ruiz 12e9d47c74 hg merge release-6.2 (merge release6.2 into default) 2019-08-31 16:34:46 +02:00
Carlos Ruiz 56b1d98e27 IDEMPIERE-3998 Execute Toolbar Process / add info about parameter *RecordIDs* when using this new feature - for logging purposes 2019-08-29 13:12:51 +02:00
Deepak Pansheriya 31c236e419 IDEMPIERE-3998: Execute Toolbar Process, get list of multiple row selected from the Grid view. 2019-08-16 16:50:31 +05:30
Carlos Ruiz 01643c0acb hg merge release-6.2 (merge release6.2 into default) 2019-08-18 12:38:53 +02:00
sjeffen 9e6b18bcc6 IDEMPIERE-4024 cpherp missing part of help suggestion translation 2019-08-12 08:44:49 +02:00
Carlos Ruiz fa73cc1fd3 hg merge release-6.2 (merge release6.2 into default) 2019-08-02 20:21:35 +02:00
Carlos Ruiz f7111b1097 hg merge release-6.2 (merge release6.2 into default) 2019-07-27 11:47:28 +02:00
Carlos Ruiz 1c48a96b10 hg merge release-6.2 (merge release6.2 into default) 2019-07-20 12:39:26 +02:00
Carlos Ruiz 25637cc743 hg merge release-6.2 (merge release6.2 into default) 2019-07-06 12:43:07 +02:00
Heng Sin Low fafc4a134e IDEMPIERE-3562 Timeline view of record changes. Fix formatting of old and new value. 2019-07-04 14:20:35 +08:00
Carlos Ruiz 077a2c07a4 IDEMPIERE-2850 Allow to schedule background reports in xls / do not set print format for financial reports 2019-07-03 15:47:11 +02:00
Heng Sin Low d00c07c2b9 IDEMPIERE-3413 Multi Select List and table reference 2019-06-24 18:23:41 +08:00
Carlos Ruiz debaa3b017 hg merge release-6.2 (merge release6.2 into default) 2019-06-15 13:00:58 +02:00
Carlos Ruiz b5281f7f88 IDEMPIERE-3987 EMailDialog user fields open the Info C_SalesDashboard search panel 2019-06-14 22:18:48 +02:00
Carlos Ruiz 470cbca7af IDEMPIERE-3987 EMailDialog user fields open the Info C_SalesDashboard search panel 2019-06-14 14:22:08 +02:00
Carlos Ruiz 125c5aced8 IDEMPIERE-3980 2019-06-10 23:34:40 +02:00
Carlos Ruiz 822665c81e hg merge release-6.2 (merge release6.2 into default) 2019-06-10 19:32:11 +02:00
Carlos Ruiz 6bdfc00408 IDEMPIERE-3979 Record Access Exclude problem / peer review 2019-06-10 19:22:13 +02:00
Carlos Ruiz b600b9878d IDEMPIERE-3978 Zoom from QuickInfo to a specific window / peer review and tests 2019-06-04 10:26:58 +02:00
Murilo Habermann Torquato c0b4da403d Refs #9674 - window UUID from quickInfo zoom ( IDEMPIERE-3978 ) 2019-06-03 16:31:38 -03:00
michal_zilincar 05da94ddf1 IDEMPIERE-3979 Record Access Exlude problem 2019-06-03 18:16:21 +02:00
Carlos Ruiz 0451bf0b4f IDEMPIERE-3980 2019-06-10 18:19:31 +02:00
Carlos Ruiz 1f701bbced IDEMPIERE-3980 Thanks to Alessandro Cordella for reporting 2019-06-10 15:08:00 +02:00
Carlos Ruiz 4251777150 hg merge release-6.2 (merge release6.2 into default) 2019-05-25 14:38:21 +02:00
Carlos Ruiz 85194f496d hg merge release-6.2 (merge release6.2 into default) 2019-05-18 15:02:25 +02:00
Carlos Ruiz adac5357f4 IDEMPIERE-3973 Bug in Business Partner Info window export function 2019-05-18 14:55:11 +02:00
Carlos Ruiz 76f93c7d94 hg merge release-6.2 (merge release6.2 into default) 2019-05-18 13:05:51 +02:00
Deepak Pansheriya a9fbf53acf IDEMPIERE-3975: Virtual column can't be used for search, empty result returned 2019-05-17 19:18:40 +05:30
Carlos Ruiz a1a7b80bd0 IDEMPIERE-2850 Allow to schedule background reports in xls 2019-05-21 18:17:05 +02:00
Carlos Ruiz d2fc1f0d57 IDEMPIERE-3972 Core problems with big numbers 2019-05-18 12:55:57 +02:00
Carlos Ruiz c4d6e259b2 IDEMPIERE-2389:Print format and Report type selection on process dialog - do not set HTML as default, let the SysConfig keys for ZK_REPORT_FORM_OUTPUT_TYPE and ZK_REPORT_TABLE_OUTPUT_TYPE take place 2019-05-16 17:58:42 +02:00
Carlos Ruiz d1498c7362 hg merge release-6.2 (merge release6.2 into default) 2019-05-11 21:43:19 +02:00
sjeffen a2fcb2f550 IDEMPIERE-3966 cph::erp menu shortcut and use enter 2019-05-08 19:13:58 +02:00
sjeffen 385280f8aa IDEMPIERE-3963 cph::erp improve findwindow layout by css 2019-05-06 11:17:07 +02:00
Carlos Ruiz b357b4c13c IDEMPIERE-3946 - graft part of c9a8d5d into release-6.2 2019-05-04 20:20:00 +02:00
Murilo Habermann Torquato 042740a2dc IDEMPIERE-3946 - cxf version on webservices and dependencies on target platform 2019-04-30 17:52:38 -03:00
Carlos Ruiz 7753c90af0 hg merge release-6.2 (merge release6.2 into default) 2019-04-27 14:18:37 +02:00
Carlos Ruiz 9f3ab12923 IDEMPIERE-3957 Translation of infogeneralpanel - peer review 2019-04-27 14:15:23 +02:00
sjeffen a4e501973a cph::erp IDEMPIERE-3957 2019-04-26 21:24:45 +02:00
hieplq 29f4a4b830 Jetty vulnerability
https://webtide.com/indexing-listing-vulnerability-in-jetty/

https://www.eclipse.org/lists/jetty-dev/msg03298.html
2019-04-23 19:48:36 +07:00
Carlos Ruiz f985863ecd IDEMPIERE-3956 Add Close Windows to the Left/Right - expanding IDEMPIERE-2335 2019-04-25 16:58:35 +02:00
hieplq f1fb314422 IDEMPIERE-3883:preserve sorting of info window (fix issue when column display changed) 2019-04-21 20:04:22 +07:00
Carlos Ruiz 61ffa71f8c hg merge release-6.2 (merge release6.2 into default) 2019-04-21 12:55:49 +02:00
Carlos Ruiz 191ee4a74d IDEMPIERE-3950 Translation of valuepreference dialog / peer review 2019-04-18 22:16:52 +02:00
sjeffen 4cd2b500b1 cph::erp valuepreference / IDEMPIERE-3950 Translation of valuepreference dialog 2019-04-10 22:58:42 +02:00
Murilo Habermann Torquato 374e23a700 IDEMPIERE-3953 open special forms from process related to info windows 2019-04-15 17:18:28 -03:00
Carlos Ruiz 0e4fc3a373 hg merge release-6.2 (merge release6.2 into default) 2019-03-29 17:47:51 -03:00
Carlos Ruiz 29a52d89e7 IDEMPIERE-393 IDEMPIERE-2405 / Setup Wizard progress meter broken because of zk change 2019-03-29 17:32:44 -03:00
Heng Sin Low e65edd9e51 IDEMPIERE-3562 Timeline view of record changes. 2019-03-28 16:45:41 +08:00
Heng Sin Low 6265a1bc5c IDEMPIERE-3840 Use web socket for server push. Move websocket serverpush configuration to a separate zk config file. 2019-03-27 20:56:27 +08:00
Carlos Ruiz f318aaf854 hg merge release-6.2 (merge release6.2 into default) 2019-03-25 19:57:13 -03:00
Carlos Ruiz 216a84c478 IDEMPIERE-3269 Field to show read-only grid (TrekGlobal contribution 1006181) / fix on zk 8.6.0.1 2019-03-24 14:07:59 -03:00
Carlos Ruiz cee4edc557 hg merge release-6.2 (merge release6.2 into default) 2019-03-23 21:38:25 -03:00
hieplq 59655e3324 IDEMPIERE-3917: add sql logic for display logic of field, process button, customize button 2019-03-20 08:53:05 +07:00
Carlos Ruiz c9d4d19fdd IDEMPIERE-3928 Make log level configurable on runtime - add "Reload Log Props" button on About window for administrators 2019-03-22 11:06:53 -03:00
Carlos Ruiz 0a0ad7027c IDEMPIERE-3926 Restrict roles in login by type 2019-03-21 16:04:26 -03:00
Carlos Ruiz 5e8c2b26aa IDEMPIERE-3528 Add to Favorite for Menu Search Panel / fix problem because the unique key of AD_TreeBar is not including ad_client_id 2019-03-18 19:57:10 -03:00
Carlos Ruiz bb141e796d hg merge release-6.2 (merge release6.2 into default) 2019-03-16 11:17:29 +01:00
Carlos Ruiz e3f84efcb0 IDEMPIERE-3912 Report customization sort criteria moving down up make sort no. as 0 and doesnt sort properly / Fix suggested by Pritesh Shah 2019-03-09 20:58:41 +01:00
Carlos Ruiz b6dc381d11 hg merge release-6.2 (merge release6.2 into default) 2019-03-02 13:00:54 +01:00
Carlos Ruiz bb8aedc027 IDEMPIERE-3905 Set label in red when editor is mandatory and empty on quick entry panels 2019-02-28 22:42:13 +01:00
hieplq 6f7949c2bb IDEMPIERE-3883:preserve sorting of info window 2019-02-21 21:37:32 +07:00
Carlos Ruiz e1a877dd7e IDEMPIERE-3936 / IDEMPIERE-1334 Msg.translate showing a warning because it wants to translate the process name when it's already translated 2019-03-27 16:00:09 -03:00
Carlos Ruiz a5afb2f2ee IDEMPIERE-3936 / IDEMPIERE-1334 / IDEMPIERE-2230 - clear selected records after a process is finished - when the order has changed the records selected are different - is also possible that the process changed the result, so keeping the selection will point also to wrong records 2019-03-27 15:58:33 -03:00
Carlos Ruiz 7541072804 IDEMPIERE-3936 Info Window to maintain Support Roles / fix issue - search editor not working to find info windows for views 2019-03-27 15:56:11 -03:00
Carlos Ruiz bb2eed58eb IDEMPIERE-3606 Document status panel is not refreshing / solve also NPE when user doesn't have document status configured 2019-03-27 10:45:28 -03:00
sjeffen 9a9512a484 IDEMPIERE-3933 Remove flickering in the find dialog 2019-03-26 23:02:53 -03:00
Carlos Ruiz 8d5a15aa34 IDEMPIERE-2152 - fix error when Info Window has a non-displayed key and a process -> InfoWindow.getColumnValue: column play keyView should is integer 2019-03-26 21:22:24 -03:00
Carlos Ruiz bf6cb8cb53 hg merge release-6.2 (merge release6.2 into default) 2019-02-17 15:41:00 +01:00
Carlos Ruiz 259bf17694 IDEMPIERE-3894 IllegalArgumentException when printing a print format with a short name 2019-02-15 17:26:46 +01:00
Carlos Ruiz 1c5a27152c IDEMPIERE-3894 IllegalArgumentException when printing a print format with a short name 2019-02-15 17:22:13 +01:00
hieplq b33c82d14d IDEMPIERE-3883:preserve sorting of info window/clear warning 2019-02-14 23:28:12 +07:00
hieplq 9d00488815 IDEMPIERE-3883:preserve sorting of info window 2019-02-13 23:09:00 +07:00
Carlos Ruiz b65e393e33 IDEMPIERE-1744 after import record. in detail tab, parent key is not load 2019-02-15 16:57:47 +01:00
Carlos Ruiz 6c0a7110b5 hg merge release-6.2 (merge release6.2 into default) 2019-02-09 16:41:13 +01:00
Carlos Ruiz 53664405aa hg merge release-6.2 (merge release6.2 into default) 2019-02-02 13:36:54 +01:00
Carlos Ruiz 88e8bce48d IDEMPIERE-3882 - one more review of WAttachment - the preview is doing a double refresh after 1 second 2019-02-01 12:53:35 +01:00
Carlos Ruiz a1f5fd0107 IDEMPIERE-3882 high load of the browser by creating a document attachment / disable scroll bar - the preview panel is showing a double scroll bar 2019-02-01 12:30:35 +01:00
Hans Auler GmbH d061f0bdf0 IDEMPIERE-3882: high load of the browser by creating a document attachment 2019-02-01 11:23:50 +01:00
Carlos Ruiz 6db1526cdd hg merge release-6.2 (merge release6.2 into default) 2019-01-26 17:48:35 +01:00
Carlos Ruiz 9d3355d6b2 IDEMPIERE-1311 Ability to hide fields on Connection panel 2019-01-25 14:59:03 +01:00
Deepak Pansheriya d6e2058703 IDEMPIERE-3858 Options to create one to one check on payment selection window. 2019-01-04 16:06:47 +05:30
Carlos Ruiz 1b2007ed3b IDEMPIERE-3876 Encoding and line delimiter issues / convert sources to unix line delimiter 2019-01-21 15:37:14 +01:00
Carlos Ruiz 4d9912c6e3 IDEMPIERE-2003 Capturing wrong numbers with numeric keypad when decimal separator is not dot / fix a problem with same language using different separator in different countries, for example es_CO vs es_SV 2019-01-17 20:51:48 +01:00
Carlos Ruiz e1ce7e9ec9 Backed out changeset c14bc0ce677c - IDEMPIERE-3808 - works fine in 2018-12 but not yet in 2018-09 2019-01-10 15:39:41 +01:00
Carlos Ruiz f79dc728a3 IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. As advised by Heng Sin 2019-01-10 15:21:19 +01:00
hieplq c38dcec5cc IDEMPIERE-3531: clean stuff download by download-maven-plugin to resulve issue report at group also auto run clean
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/idempiere/4hSPHBqk1oo
2019-01-07 23:54:47 +07:00
Carlos Ruiz 090a34eb88 IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. / eclipse still doesn't fully support - avoid annoying warning on launcher 2019-01-07 17:58:10 +01:00
Carlos Ruiz d14338729b IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. 2019-01-07 13:22:58 +01:00
Carlos Ruiz 9487335169 Preparing release 6.2 - upgrade versions 2019-01-05 23:56:28 +01:00
Carlos Ruiz 08d59a036d IDEMPIERE-3449 Follow more chrome recommendations: Password field is not contained in a form 2019-01-04 01:29:38 +01:00
Heng Sin Low 5d65cc419d IDEMPIERE-3840 Use web socket for server push. Fix initial connection setup. Fix handling of timeout. 2019-01-03 21:38:14 +08:00
Carlos Ruiz b32038f30b IDEMPIERE-2911 NF3.0 Tree On Any Table not working correctly in subtab 2018-12-29 00:04:32 +01:00
hieplq 6c76b7e4b8 IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update lib j2ee take out from jdk)
this commit by auto adjust from eclipse (exclude server.product.launch)

== setup eclipse like bellow to get stable build ==
1. keep eclipse at Eclipse 2018-09 (https://www.eclipse.org/downloads/packages/release/2018-09/r)
2. install "java-11-support-eclipse" https://marketplace.eclipse.org/content/java-11-support-eclipse-2018-09-49
3. call update "help/check for update"
4. now that eclipse full support jdk-11 and build stable without any issue

ref:https://groups.google.com/d/msg/idempiere/At6xXFyEcGY/IJ1ETiohCwAJ
2018-12-28 15:11:11 +07:00
Carlos Ruiz c48587c8cc IDEMPIERE-3840 move back zk.xml to Atmosphere while stabilizing WebSocket 2018-12-27 17:19:12 +01:00
Carlos Ruiz 8b73a1b743 hg merge experimental (merge experimental into default) 2018-12-27 16:57:47 +01:00
Carlos Ruiz e3cf7d225a hg merge release-6.1 (merge release6.1 into default) 2018-12-27 11:19:27 +01:00
Carlos Ruiz 6037389ced IDEMPIERE-3855 Implement AD_Tree.IsValueDisplayed - FHCA-817 2018-12-26 15:27:12 +01:00
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
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
Carlos Ruiz f8cf23f2cb IDEMPIERE-3521 InfoWindow problem on other SQL when make a register count / peer review and integrate patch from Orlando 2017-10-20 19:41:57 +02:00
Carlos Ruiz 60c4dc7306 IDEMPIERE-3115 - solve deprecation warning 2017-10-20 11:48:39 +02:00
Orlando Curieles 0a930345ba IDEMPIERE-3521 InfoWindow problem on other SQL when make a register count 2017-10-17 19:06:59 +02:00
Carlos Ruiz 1616e7a95b IDEMPIERE-1546 There is no OSGi interface for a PaymentExport / thanks to Markus Bozem 2017-10-17 18:29:34 +02:00
Carlos Ruiz 4e1f52c9ca IDEMPIERE-3520 Ability to merge several jasper reports in one run 2017-10-13 20:50:46 +02:00
Carlos Ruiz 840673e4e5 IDEMPIERE-2877 Adapt jasper reporting to latest (actually using deprecated methods) / thanks to Tiago Ceridorio (tifece) for the patch 2017-10-13 17:40:12 +02:00
Carlos Ruiz 68fec48868 IDEMPIERE-3390 Virtual column can't be used for search, empty result returned 2017-10-13 16:40:20 +02:00
Heng Sin Low 53bebb21da IDEMPIERE-3518 Improvement For Mobile Compatibility. Refine process dialog layout for mobile devices. Fix intermittent adwindow toolbar rendering issue at mobile devices. 2017-10-21 14:12:11 +08:00
Heng Sin Low 09bdb59024 IDEMPIERE-3518 Improvement For Mobile Compatibility. Process Dialog: fix notification type field and range field. 2017-10-20 18:24:09 +08:00
Heng Sin Low b98154670d IDEMPIERE-3518 Improvement For Mobile Compatibility. Fix calendar errors on mobile devices. 2017-10-20 12:25:52 +08:00
Heng Sin Low 75a36ec2ac IDEMPIERE-3518 Improvement For Mobile Compatibility. minor fix. 2017-10-20 09:50:17 +08:00
Carlos Ruiz d34023d178 hg merge experimental 2017-10-19 16:44:01 +02:00
Heng Sin Low 6052530173 IDEMPIERE-3518 Improvement For Mobile Compatibility. Fixed pdf.js missing build/*.js . Move ckez.jar from zk.extra to ui.zk, ckez4.7 doesn't work as dependent bundle. 2017-10-19 22:29:06 +08:00
hieplq c0eb193269 fix:Merge with development 2017-10-19 20:23:33 +07:00
hieplq 08dfc02127 Merge with development 2017-10-19 19:53:41 +07:00
Heng Sin Low e0a72f9b09 IDEMPIERE-3518 Improvement For Mobile Compatibility. Fix layout for search bar at header. Fix pdf.js not included into binary build. 2017-10-19 09:29:06 +08:00
Heng Sin Low 45c7cb2882 IDEMPIERE-3518 Improvement For Mobile Compatibility. ADWindow: Fix mobile changes affected exisiting layout for desktop. 2017-10-19 00:34:15 +08:00
Heng Sin Low 4fa7235538 IDEMPIERE-3518 Improvement For Mobile Compatibility 2017-10-18 21:05:12 +08:00
hieplq 83faad6612 IDEMPIERE-3510:clear facet on project metadata 2017-10-18 19:46:42 +07:00
Heng Sin Low 493dfc8c31 merge release4.1 into development 2017-10-18 08:52:52 +08:00
hieplq 929be757a2 Merge with development 2017-10-18 01:47:05 +07:00
Carlos Ruiz ea5192578b hg merge release-4.1 (merge release4.1 into development) 2017-10-13 16:41:48 +02:00
hieplq b8aebc75d3 IDEMPIERE-3499:payment selection make NPE when hasn't bank account 2017-09-22 15:57:56 +07:00
hieplq 58d573949f IDEMPIERE-1926:Workflow/Wizard type - > Node Action Info Window MiSSING 2017-09-19 18:43:48 +07:00
Carlos Ruiz db66155f8d IDEMPIERE-3461 For Mobile Compatibility of zk / thanks to Eduardo Gil 2017-09-18 17:11:30 +02:00
Carlos Ruiz 0f870b7baf IDEMPIERE-3415 PO Matching and PO list in Create Lines From: wrong result 2017-12-14 16:11:06 +01:00
Nicolas Micoud 524be5d6a3 IDEMPIERE-3577 Replace now() - postgres specific - by sysdate 2017-12-11 18:06:33 +01:00
hieplq 35d6fbc1b4 IDEMPIERE-2480:ZK7 - Horizontal Scrollbar calculate wrong full width 2017-12-06 15:59:38 +01:00
hieplq 0543f00cf5 IDEMPIERE-3486:info business partner hard code to set isCustomer, isVendor, so break "Value Preference " and avoid customize 2017-09-13 21:29:18 +07:00
Carlos Ruiz 2b6321b8d9 IDEMPIERE-3550 Window Title Logic is ignored when using Undo button on sub tab 2017-11-08 09:43:50 +01:00
Nicolas Micoud 8a1635f42c IDEMPIERE-3546 Use specific messages for range process parameters placeholder 2017-11-08 08:26:46 +01:00
Ricardo Santana dfa3855d19 IDEMPIERE-3481 Blank serial number even when serial number is mandatory 2017-11-08 07:56:00 +01:00
Carlos Ruiz 725c76c994 IDEMPIERE-905 Post-it functionality / wrong column name - creating problems with native sequences 2017-11-07 15:14:13 +01:00
Heng Sin Low 66f1055ae7 IDEMPIERE-3544 Problem with Uploading Logo on Organization Info window. A better fix. 2017-11-07 09:46:45 +08:00
Heng Sin Low b0c75acc7f IDEMPIERE-3544 Problem with Uploading Logo on Organization Info window 2017-11-06 22:17:13 +08:00
Carlos Ruiz f005a63d38 IDEMPIERE-2970 Display URL in the Record info panel 2017-11-06 13:48:16 +01:00
hieplq 9185abf47c IDEMPIERE-3539:layout of menu panel is break on popup mode 2017-11-03 21:51:36 +07:00
Heng Sin Low 8f0c185141 IDEMPIERE-3485 Report/Process: Unique constraint exception after save parameter 2017-09-13 21:51:03 +08:00
Heng Sin Low 731ae053a8 IDEMPIERE-3485 Report/Process: Unique constraint exception after save parameter 2017-09-13 16:35:03 +08:00
Heng Sin Low bfd3b422d4 IDEMPIERE-3468 Lookup Record and field validation rules 2017-09-11 15:31:27 +08:00
Carlos Ruiz 84b9538c14 hg merge release-4.1 (merge release4.1 into development) 2017-09-08 16:05:42 +02:00
Carlos Ruiz 2281f9ec81 IDEMPIERE-2353 Please, add to WLocationDialog & C_Location new field Address5 / thanks to Anna Smirnova from Palichmos 2017-09-08 16:02:41 +02:00
Carlos Ruiz e3690e803b IDEMPIERE-3449 - fix login failing when the role in preferences doesn't have any org accessible for the user going into the system 2017-09-07 19:32:33 +02:00
Carlos Ruiz 6213d823ed IDEMPIERE-3449 Chrome autocomplete contact email/password by user email after record saved 2017-08-30 18:09:32 +02:00
Carlos Ruiz 8c32a68349 IDEMPIERE-3465 Improve Remember Me on browser 2017-08-30 17:17:32 +02:00
Carlos Ruiz e287b987c2 IDEMPIERE-3049 String autocomplete NPE / refactor to apply best practices / drop the AD_Org_ID filter (doesn't make sense for non-org tables) / add ReQuery to context menu 2017-08-30 14:26:08 +02:00
hieplq 8fa9a6cae7 IDEMPIERE-3136:all stuff relate library of idempiere
correct debug setting.
separate zk configuration on development environemnt and product environment
https://www.zkoss.org/wiki/ZK_Configuration_Reference/zk.xml/The_Library_Properties/org.zkoss.zk.config.path
2017-08-30 13:34:39 +07:00
Nicolas Micoud 205edcdb73 IDEMPIERE-3460 Ability to share window validators by several windows 2017-08-29 15:50:30 +02:00
Deepak Pansheriya fde822e318 IDEMPIERE-3444: Zoom context menu do not work when user do not have access to sales window. 2017-08-03 20:03:59 +05:30
hieplq fdc105bbd7 IDEMPIERE-3377:use light layout component 2017-05-27 19:38:39 +07:00
hieplq 2fec8919bc IDEMPIERE-3454:add method to traverse throw editor collection of tab 2017-08-13 18:52:40 +07:00
Carlos Ruiz 137d8b869c IDEMPIERE-3438 Capture user suggestions for field terminology and context help - final peer review and tests for iDempiere 2017-07-28 18:49:07 +02:00
Guilherme Chaddad 99839476c3 IDEMPIERE-3446 Define the workflow approver dynamically - java 2017-08-10 17:15:39 -03:00
Diego Ruiz 1f747fb0b3 IDEMPIERE-3433 Info Window error when navigating to last page and LoadPageNum=N 2017-07-21 20:09:13 +02:00
Carlos Ruiz 0154540290 IDEMPIERE-3408 Encrypted Field can explore by normal user 2017-07-13 20:01:53 +02:00
Carlos Ruiz a2150cf29f IDEMPIERE-3421 wtable dir editor load wrong list 2017-07-04 12:42:55 +02:00
Carlos Ruiz fb35ec9d68 IDEMPIERE-3416 Implement the ability to track open DB connections 2017-06-30 16:45:12 +02:00
Carlos Ruiz 9bfe040d9b Integrate patches from hengsin - IDEMPIERE-3416 Implement the ability to track open DB connections (1007726/1008135) 2017-06-30 15:57:15 +02:00
hieplq c1390e3097 IDEMPIERE-3370:NPE when back to tab hasn't detail tab 2017-05-22 09:54:01 +07:00
Nicolas Micoud 5c9b4233aa IDEMPIERE-3555 WFieldSuggestion doesn't display translated field name 2017-11-23 14:26:16 +01:00
Carlos Ruiz 6b2470e670 IDEMPIERE-3564 Ability to change OrderBy (ASC / DESC) for print format items on ReportCustomizationPanel - integrate patch from Nicolas Micoud (nmicoud) + peer review 2017-11-23 14:21:03 +01:00
Heng Sin Low 90949747f0 IDEMPIERE-3518 Improvement For Mobile Compatibility. Minor fix for process modal dialog and login user popup 2017-11-17 21:54:16 +08:00
hieplq bac7729a59 IDEMPIERE-3136:update jasper report to use P2 2017-05-21 16:26:46 +07:00
hieplq 9c279a1d19 shut off validate warrning of org.adempiere.ui.zk
by history or other reason, builder list of org.adempiere.ui.zk have validate
so it make warning for some kind of spcial xml file like ant build, service componnent
add DOCTYPE to get rip of warrning about miss DTD or scheama
2017-05-07 14:55:04 +07: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
hieplq c8c2f1592a IDEMPIERE-2544: on equinox osgi, bundle have service should be active 2017-04-26 10:06:46 +07:00
hieplq 624932c064 IDEMPIERE-3136:update equinox to 4.6.3 (neon)
swt.gtk.solaris.x86 swt.cocoa.macosx.x86 is stop support
launch isn't yet update, because it often conflic with launch on main branch hard for merged
2017-04-27 00:00:41 +07:00
Carlos Ruiz 47043bd0f5 IDEMPIERE-3653 1007767 Possible memory leak. Fixed memory leak. / integrate patch from hengsin 2017-03-27 18:15:41 +08:00
Heng Sin Low 515d6a14cf 1006079 Ease edit of OnLine Context Help. / IDEMPIERE-3438 2016-08-25 22:07:44 +08:00
Carlos Ruiz 139de8e0cd 1006079 Ease edit of OnLine Context Help. Make processed, approved and save as tenant customization field readonly. Allow suggestion when context help is not available. / IDEMPIERE-3438 (integrating contribution from hengsin) 2016-08-15 11:33:27 +08:00
Heng Sin Low 95cf3f19b3 IDEMPIERE-3409 Make separator used between identifier fields configurable (1004703) 2017-06-24 17:34:28 +02:00
Carlos Ruiz 18b795150a Peer review from a suggested patch from Hiep Lq -> IDEMPIERE-3408 Encrypted Field can explore by normal user 2017-06-24 14:44:35 +02:00
Carlos Ruiz 10be967c75 Peer review from a suggested patch from Hiep Lq -> IDEMPIERE-3408 Encrypted Field can explore by normal user 2017-06-24 13:34:10 +02:00
Carlos Ruiz 462f0e799f IDEMPIERE-1937 NPE when click cancel from screen "change role" when login and "forget password" 2017-06-24 13:14:21 +02:00
Carlos Ruiz fb372535e3 IDEMPIERE-3400 Sort tabs not refreshing 2017-06-15 22:21:49 +02:00
Carlos Ruiz 777735cafe IDEMPIERE-3355 Toolbar Process Button is always active even if has no process 2017-06-15 22:17:50 +02:00
hieplq e630f73298 IDEMPIERE-3355:Toolbar Process Button is always active even if has no process
cast exception
2017-06-15 12:51:33 +07:00
Heng Sin Low 296878a2c3 IDEMPIERE-3388 Manual posting of MR break Average PO costing. 2017-06-09 12:37:44 +08:00
Heng Sin Low 9eef8e0ca8 IDEMPIERE-3352 Enhancement of Batch Level Costing. 2017-06-04 17:11:03 +08:00
Carlos Ruiz 802a3ee262 IDEMPIERE-3328 Trees : Ability to force loading of all nodes / peer review 2017-05-03 18:21:01 +02:00
Nicolas Micoud 0107f87a3a IDEMPIERE-3328 Trees : Ability to force loading of all nodes 2017-05-03 18:19:26 +02:00
Carlos Ruiz ce7b42b55d IDEMPIERE-3355 Toolbar Process Button is always active even if has no process / integrate patch suggested by Vinicius Henrique Moraes (ViniMoraes) 2017-04-29 18:13:10 +02:00
Alan Lescano bf003a0d0c IDEMPIERE-3338 Document Status Indicator (gadget from Adaxa) / add pointer cursor when mouse over 2017-04-29 17:53:57 +02:00
Carlos Ruiz 6a2556e307 IDEMPIERE-3338 Document Status Indicator / credits as suggested by Steven Sackett 2017-04-18 13:41:01 +02:00
Carlos Ruiz a24936da7c IDEMPIERE-3338 Document Status Indicator 2017-04-13 13:52:43 +02:00
Carlos Ruiz 28505bf01b IDEMPIERE-3338 Document Status Indicator / integrate dashboard panel for Document Status (replaces Activities) - contributed by Adaxa - integrated to idempiere by Murilo - peer review and improvements by Carlos Ruiz 2017-04-12 21:27:59 +02:00
Heng Sin Low 5c4973b528 IDEMPIERE-3321 Add Mandatory Logic to Report & Process Parameter. 2017-04-08 22:08:32 +08:00
Carlos Ruiz 55e074dc5e IDEMPIERE-37 Make iDempiere safer using saveEx instead of save / found and fix more cases using save - or ignoring the error of save 2017-03-31 18:29:53 +02:00
Carlos Ruiz 4573c4623b IDEMPIERE-1660 Toolbar button delete enabled on not-deleteable tables / minor peer review 2017-03-31 16:39:49 +02:00
Carlos Ruiz f474ad12f6 1006079 Ease edit of OnLine Context Help. / IDEMPIERE-3438 (integrating contribution from hengsin) 2016-07-05 23:07:48 +08:00
Heng Sin Low 41803aea7c 1006483 Ease edit of Field label, description and Help / IDEMPIERE-3438 2016-07-01 16:17:49 +08:00
Carlos Ruiz 80d851ed8e hg merge release-4.1 (merge release4.1 into development) 2017-07-21 20:13:24 +02:00
hieplq 4c9c52bca7 IDEMPIERE-3426:improve tab behavior
close by selected sequence confilix with close other tab menu
2017-07-18 21:03:28 +07:00
hieplq dc79304418 IDEMPIERE-3426:improve tab behavior
drag&drop fix drop index > drag index
2017-07-18 20:03:27 +07:00
hieplq 77d18e441e IDEMPIERE-3426:improve tab behavior
close by selected sequence
2017-07-18 18:02:59 +07:00
hieplq 6bcfbaae8e IDEMPIERE-3426:improve tab behavior
combobox keystrock issue
2017-07-18 11:09:56 +07:00
hieplq a864e8b58a IDEMPIERE-3426:improve tab behavior
drag&drop effect
2017-07-17 23:17:37 +07:00
hieplq 3741f466da IDEMPIERE-3426:improve tab behavior
drag&drop for home tab case
2017-07-16 18:44:46 +07:00
hieplq 841ea60dc5 IDEMPIERE-3426:improve tab behavior
add shortcut key for tab navigate
2017-07-15 21:00:33 +07:00
hieplq 58b92f42fd IDEMPIERE-3426:improve tab behavior
case 2:report by NMicoud at https://groups.google.com/forum/?nomobile=true#!topic/idempiere/tyLAb85X2jU
2017-07-15 05:42:53 +07:00
hieplq d5d230ebc6 IDEMPIERE-3426:improve tab behavior
case 1:http://tracker.zkoss.org/browse/ZK-3706
2017-07-15 05:15:50 +07:00
hieplq 52f4416416 IDEMPIERE-3426:improve tab behavior
active prev tab when close current active tab
2017-07-15 04:17:35 +07:00
hieplq e3fc9f9648 IDEMPIERE-3426:improve tab behavior
open account tab to next tab
2017-07-15 03:20:18 +07:00
hieplq 38fae63d1b IDEMPIERE-3426:improve tab behavior
drag&drop for home tab case
2017-07-15 01:13:17 +07:00
hieplq 3a8c351538 IDEMPIERE-3426:improve tab behavior
drag&drop
2017-07-15 00:37:34 +07:00
Carlos Ruiz 9cce160aff hg merge release-4.1 (merge release4.1 into development) 2017-06-14 13:10:30 +02:00
Carlos Ruiz e878a33778 hg merge release-4.1 (merge release4.1 into development) 2017-05-16 00:18:47 +02:00
Carlos Ruiz 50719be0ec hg merge release-4.1 (merge release4.1 into development) 2017-04-04 23:44:37 +02:00
Carlos Ruiz dd2fcee33f hg merge release-4.1 (merge release4.1 into development) 2017-02-18 07:28:56 +01:00
Carlos Ruiz e7f15a3b49 IDEMPIERE-3289 DocAction button at second tab level. / based on patch from Fernando Moraes 2017-02-14 13:27:27 +01:00
Carlos Ruiz fbe29bb7d7 hg merge release-4.1 (merge release4.1 into development) 2016-12-22 00:44:02 +01:00
Carlos Ruiz a1cbcf500b IDEMPIERE-905 Post-it functionality / integrate from Nicolas Micoud (nmicoud) 2016-12-13 18:19:05 +01:00
Carlos Ruiz c30768575e Backed out changeset 76bfe292eded - IDEMPIERE-3104 - fix issue reported by Hideaki and Alan - PrintData.getIndex: Column not found / IDEMPIERE-3247 2016-11-28 18:07:05 +01:00
hieplq bf3dc6b718 IDEMPIERE-3220:read-only field can edit by development tool
exception when change value match to readonly logic
2016-11-27 20:13:40 +07:00
Carlos Ruiz e0be0231b2 IDEMPIERE-3248 Select a value in the History records returns an error 2016-11-25 18:07:43 +01:00
hieplq f63375a31f IDEMPIERE-3238:WebUIServlet deprecated? init.d/idempiere script not getting log message
override-web need more configuration to work https://www.eclipse.org/jetty/documentation/9.3.x/override-web-xml.html
but it's not necessary now. just move code of WebUIServlet to LoggedSessionListener
2016-11-08 11:49:31 +07:00
Carlos Ruiz 5da08bb301 point copyjars to 4.1 2016-10-31 14:27:56 +01:00
Carlos Ruiz 3d985bd0ed change references to new version 2016-10-30 20:30:07 +01:00
Carlos Ruiz 118bbbebd8 hg merge release-3.1 (merge release3.1 into development) 2016-10-29 11:21:00 +02:00
Carlos Ruiz 5eb02c6ae3 Solve issue compiling with java8 2016-10-20 01:23:49 +02:00
Carlos Ruiz cfb33c3e20 IDEMPIERE-3220 read-only field can edit by development tool / peer review 2016-10-17 18:42:35 +02:00
Carlos Ruiz dbbb2d0022 hg merge release-3.1 (merge release3.1 into development) 2016-10-17 11:31:50 +02:00
hieplq ec1d6bdc00 IDEMPIERE-3220:read-only field can edit by development tool 2016-10-17 16:11:21 +07:00
Nicolas Micoud 67d46b541a IDEMPIERE-3000 Automatic opening of menu entries at login 2016-10-14 11:16:04 +02:00
Carlos Ruiz ad995ae3b9 hg merge release-3.1 (merge release3.1 into development) 2016-09-27 15:25:10 +02:00
hieplq 38fff8897c IDEMPIERE-3190:can't open info window if identifier field get wrong value 2016-09-09 22:46:25 +07:00
Carlos Ruiz 13bdf0acf3 IDEMPIERE-2977 Update tab name not always correct - based on patch from Anozi Mada at https://groups.google.com/d/msg/idempiere/h6PkdgLO1Wk/Avfi0h0aAQAJ 2016-10-04 09:08:08 +02:00
hieplq c624d4ec7d IDEMPIERE-3179:record should move to editing mode when user is editing first field
just change move status to edit, don't change anything (ever don't update new value for this field)
2016-09-29 12:38:37 +02:00
Carlos Ruiz 5352aeee35 IDEMPIERE-3104 default report engine is not good for big report / integrate patch from hiep 2016-09-28 12:48:48 +02:00
Carlos Ruiz f7a129e7c8 IDEMPIERE-3198 NPE on searching item on Menu in System / integrate patch from Henrique Lavezzo 2016-09-28 10:51:20 +02:00
hieplq ae3e003560 IDEMPIERE-3179:record should move to editing mode when user is editing first field
just fire onChange for text conponent
2016-09-09 22:08:22 +07:00
Carlos Ruiz 2724e50bd3 hg merge release-3.1 (merge release3.1 into development) 2016-09-07 19:20:42 +02:00
hieplq d015abe5c1 IDEMPIERE-3182:auto fill password don't work util you touch password field 2016-09-04 22:11:21 +07:00
Carlos Ruiz 084f20bc24 IDEMPIERE-3185 NPE on WPreference 2016-09-06 12:41:20 +02:00
hieplq 5adb11ed1c IDEMPIERE-3179:record should move to editing mode when user is editing first field
a bit optimize and use common function
2016-09-04 21:43:52 +07:00
hieplq 2f41998354 IDEMPIERE-1287:When editing in a field (header or detail) use shortcut key (alt + next) to move next record. value in this field is not save 2016-09-04 21:38:49 +07:00
hieplq 0d0ce41a4b IDEMPIERE-3179:record should move to editing mode when user is editing first field
a bit optimize. do nothing when component don't lay on standard window
2016-09-04 20:18:58 +07:00
hieplq abaf405158 IDEMPIERE-3182:auto fill password don't work util you touch password field
a complete solution.
2016-09-13 14:43:24 +07:00
Carlos Ruiz 9485f855fd IDEMPIERE-2977 Update tab name not always correct 2016-09-13 23:32:59 +02:00
Nicolas Micoud a34211b032 IDEMPIERE-3000 Automatic opening of menu entries at login 2016-09-09 15:09:51 +02:00
hieplq 9dccd57617 IDEMPIERE-3179:record should move to editing mode when user is editing first field 2016-09-04 10:51:01 +07:00
Carlos Ruiz 2f05d731c1 hg merge release-3.1 (merge release3.1 into development) 2016-09-03 20:54:17 +02:00
Carlos Ruiz 916341f634 IDEMPIERE-2470 IDEMPIERE-369 IDEMPIERE-520 make uniform ZK_PAGING_SIZE per client 2016-09-03 18:26:55 +02:00
Carlos Ruiz 059a9ee240 hg merge release-3.1 (merge release3.1 into development) 2016-08-11 11:39:15 +02:00
Carlos Ruiz d2524019e3 IDEMPIERE-3156 SubAcct not working on Account Combination Dialog / supressed m_elements array from MAcctSchema in favour of cache - changing elements required a reboot instead of a cache reset 2016-08-10 12:50:57 +02:00
Heng Sin Low 7b0ce20cb8 1006181 Speed-up windows - Field to show read-only grid. Fixed sorting. (IDEMPIERE-3269) 2016-08-09 17:21:55 +08:00
Heng Sin Low fda19e207d 1006181 Speed-up windows - Field to show read-only grid. Fixed NPE and Grid View exception. (IDEMPIERE-3269) 2016-08-08 13:21:10 +08:00
hieplq cfa02576fb IDEMPIERE-3139:Frequent timeout exception 2016-07-31 19:20:44 +07:00
hieplq 248d0fd91d IDEMPIERE-3145:Material Receipt: Create Lines From -> NPE 2016-08-02 17:36:25 +07:00
Heng Sin Low 3d1c1aea15 1006181 Speed-up windows - Field to show read-only grid. Fixed selected label bug. Added clear selection context menu. (IDEMPIERE-3269) 2016-07-26 17:29:16 +08:00
Carlos Ruiz 74642f7e0b hg merge experimental (merge experimental from hieplq into development) 2016-07-27 19:04:39 +02:00
Carlos Ruiz fb70ffc87d hg merge release-3.1 (merge release3.1 into development) 2016-07-27 15:54:02 +02:00
Heng Sin Low e2d26b3a97 1006181 Speed-up windows - Field to show read-only grid. (IDEMPIERE-3269) 2016-07-19 17:41:02 +08: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 0eec78bba0 IDEMPIERE-3136:all stuff relate library of idempiere
remove unuse import and varial
2016-07-07 11:10:56 +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 4ae72bb050 IDEMPIERE-3136:all stuff relate library of idempiere
because each project don't have partical build setting, so let control from workspace
2016-07-07 10:14:33 +07:00
hieplq fb64d75f34 IDEMPIERE-3136:all stuff relate library of idempiere
plug-in warning about miss file
2016-07-07 13:51:26 +07:00
hieplq 98730ce2d6 IDEMPIERE-2968:make all url as properties let idempiere can total material with offline repository
use parameter for link to repository, so can use offline repository, so help increase test speed
2016-07-07 14:55:12 +07:00
Heng Sin Low 70699cf4c3 IDEMPIERE-3118 1005938 Create new feature to scan and store files on tabs. Hide cancel button after user click on the capture image icon. Disable dialog during save. 2016-09-03 17:16:31 +02:00
hieplq 0d78b00ce2 IDEMPIERE-3162:infoPanel:postgresql need trx to use cursor based resultset 2016-08-17 23:53:56 +07:00
hieplq eb581aa70e IDEMPIERE-1138:Broadcast Message Problems
NPE when close message dialog
2016-08-20 01:16:00 +07:00
Carlos Ruiz dc82ae4f78 IDEMPIERE-3156 SubAcct not working on Account Combination Dialog / refresh subacct lookup on initial load 2016-08-11 21:08:29 +02:00
Carlos Ruiz a9b9b143bc IDEMPIERE-3156 SubAcct not working on Account Combination Dialog / make it work also in Product window 2016-08-11 14:22:35 +02:00
hieplq 577859f63e IDEMPIERE-3094:Infowindow:Previsius recordSelectedData don't clear before process run 2016-06-01 13:00:43 +07:00
Carlos Ruiz 9f716046f3 hg merge release-3.1 (merge release3.1 into development) 2016-05-30 23:39:12 -05:00
Carlos Ruiz 0ce374101f hg merge release-3.1 (merge release3.1 into development) 2016-05-30 21:19:18 -05:00
Heng Sin Low ad70d07927 IDEMPIERE-3118 1005937 - Allow capture from webcam from Image field / Enhance existing image reference to support webcam and additional layout options 2016-05-30 15:40:44 -05:00
Heng Sin Low 7b66732f46 1006003 UI - add conditional styles for fields. / IDEMPIERE-3115 2016-05-29 16:04:41 -05:00
Heng Sin Low 2c1f41dd7b 1006008 Add field type for dashboard content. layout fix. (IDEMPIERE-3270) 2016-05-27 12:44:41 +08:00
hieplq fe9e5d93f7 IDEMPIERE-3113:leak by update zk (zk 7.0.7or zk8)
https://www.zkoss.org/wiki/ZK_Component_Reference/Layouts/Borderlayout#Grown_by_children
2016-05-25 00:48:43 +07:00
hieplq c31e78baf3 IDEMPIERE-3113:leak by update zk (zk 7.0.7or zk8)
https://www.zkoss.org/wiki/ZK_Component_Reference/Layouts/Borderlayout#Grown_by_children
2016-05-25 00:48:43 +07:00
Carlos Ruiz 92a26c573f hg merge release-3.1 (merge release3.1 into development) 2016-05-17 11:51:49 -07:00
hieplq 5f45af862d IDEMPIERE-2969:update to use zk8-osgi library
listBox need value of vflex to scroll
http://books.zkoss.org/wiki/ZK_Component_Reference/Data/Listbox#Scrollable_Listboxes
wide apply
2016-05-17 11:48:30 -07:00
Carlos Ruiz 803979d925 IDEMPIERE-3073 improve set of max text lenght on grid panel / thanks to Eduardo Gil and Dirk Niemeyer 2016-05-30 21:46:23 -05:00
Heng Sin Low 757674f86a IDEMPIERE-3118 1005937 - Allow capture from webcam from Image field 2016-06-10 15:18:41 -05:00
Hideaki Hagiwara 358328d0c9 IDEMPIERE-3287 2017-01-25 22:18:44 +09:00
Carlos Ruiz 16f4f75364 IDEMPIERE-3283 Please fix WFPanel.Start(); will act on stale Node data / integrate suggested patch from Andy Conn 2017-01-17 17:15:58 +01:00
Carlos Ruiz afaedf1bf6 IDEMPIERE-3279 Implement configurable Write-Off in Payment Selection 2017-01-13 17:50:38 +01:00
Carlos Ruiz e86a6d6e53 IDEMPIERE-3220 read-only field can edit by development tool / case for toolbar buttons on slow connection, changed approach to not show the message, but save in log and stop operation on the read-only component 2017-01-09 12:45:29 +01:00
Carlos Ruiz 7904d39d4a IDEMPIERE-3273 java.lang.ClassNotFoundException: org.adempiere.webui.process.CacheReset ... 2016-12-23 01:22:36 +01:00
Heng Sin Low 979d022418 1006008 Add field type for dashboard content. (IDEMPIERE-3270) 2016-05-10 20:31:56 +08:00
Carlos Ruiz 06626f6674 IDEMPIERE-950 - detected a NPE when zooming from Trial Report to Account Elemen window 2016-12-13 18:44:07 +01:00
Carlos Ruiz b0d3ca747f hg merge release-3.1 (merge release3.1 into development) 2016-04-29 10:34:25 -07:00
Carlos Ruiz a90d231dc0 IDEMPIERE-2990 Info Window - fit content to column width / integrate patch contributed by Norbert Bede 2016-04-28 22:38:47 -07:00
Carlos Ruiz 21693e24a9 IDEMPIERE-3083 Initial Client Setup Process - Not unique in the ID space / IDEMPIERE-3071 2016-04-28 22:31:05 -07:00
Carlos Ruiz 8d87994630 IDEMPIERE-3071 Cache Reset process dont work if set Show Help = "Run silently - Take Defaults" 2016-04-17 21:05:31 -07:00
hieplq 219ee628c8 IDEMPIERE-2969:update to use zk8-osgi library
NPE when open window "Account Element". because zk change load data behavios of tree
2016-03-29 09:00:30 +07:00
hieplq 7d6eb45e85 Merge with development 2016-03-23 14:03:19 +07:00
Carlos Ruiz b716da12a9 IDEMPIERE-2266 ZK7 - MSession.load: NO Data found for AD_Session_ID 2016-03-22 22:47:34 +01:00
Carlos Ruiz 2cbf7e9047 IDEMPIERE-1328 Change tab name dynamically / fix issue not refreshing tab name on update 2016-02-20 13:52:14 +01:00
Carlos Ruiz 61ae46fb38 IDEMPIERE-3032 Save clicking on detail button 2016-02-17 17:11:24 +01:00
Carlos Ruiz 80e519c760 IDEMPIERE-1756 include also read-only records 2016-02-17 16:20:28 +01:00
hieplq 9c4355791d IDEMPIERE-2969:update to use zk8-osgi library
listBox need value of vflex to scroll
http://books.zkoss.org/wiki/ZK_Component_Reference/Data/Listbox#Scrollable_Listboxes
wide apply
2016-02-17 11:11:03 +07:00
hieplq 9fb9ca04d3 IDEMPIERE-2969:update to use zk8-osgi library
listBox need value of vflex to scroll
http://books.zkoss.org/wiki/ZK_Component_Reference/Data/Listbox#Scrollable_Listboxes
2016-02-17 10:44:28 +07:00
Redhuan D. Oon 917c308999 IDEMPIERE-3009:Reduce spaces within gadgets of ZK Dashboard 2016-01-22 12:47:06 +07:00
hieplq 3d61b34f95 IDEMPIERE-3003:Info Window - Reset button should reset grid content 2016-01-22 12:40:03 +07:00
hieplq dbdc970866 IDEMPIERE-3003:Info Window - Reset button should reset grid content 2016-01-21 23:40:31 +07:00
hieplq ee89ebbd26 IDEMPIERE-3048:Wrong type when get AdWindow instance 2016-03-03 02:41:01 +07:00
Carlos Ruiz 1aaa743cd2 IDEMPIERE-3072 Error in creating new record in documents with lines in big tables. / commit patch suggested by Denis Kuznetsov 2016-05-08 20:38:51 -07:00
Carlos Ruiz 53d3328067 IDEMPIERE-2020 Value Format for ZK 2016-05-05 23:35:42 -07:00
Carlos Ruiz 414851f465 IDEMPIERE-3091 Posted button on Project Issue not working 2016-05-05 19:40:21 -07:00
hieplq 96ff33064a Backed out changeset: d83bca850b09
fixed by zk team:http://tracker.zkoss.org/browse/ZK-3022
2016-01-20 14:47:19 +07:00
hieplq 180e2e6b53 IDEMPIERE-2969:update to use zk8-osgi library
http://books.zkoss.org/wiki/ZK_Component_Reference/Supplementary/Auxheader#Restrictions
2016-01-17 00:59:41 +07:00
hieplq fdc607bb78 IDEMPIERE-1756:some case recent item don't work
case same user but use difference role
2016-01-10 10:52:54 +07:00
hieplq 39ba0fba8f IDEMPIERE-3003:Info Window - Reset button should reset grid content 2016-01-20 22:07:11 +07:00
Carlos Ruiz 3ea9967118 iIDEMPIERE-3008 Store divider of tree panel location for window per user / peer review 2016-01-20 16:18:52 +01:00
Nicolas Micoud 36e41f171b IDEMPIERE-3008 Store divider of tree panel location for window per user 2016-01-20 16:18:05 +01:00
Carlos Ruiz 3221fa3541 IDEMPIERE-3006 Reporting on a document window is not respecting the query 2016-01-19 15:29:17 +01:00
hieplq 72fca0bafc Merge with development 2015-12-26 18:48:04 +07:00
Carlos Ruiz f03a80f3e2 IDEMPIERE-2979 Only change BP Location name when a related field changes 2015-12-16 16:09:11 -05:00
Carlos Ruiz f7596139e2 IDEMPIERE-2253 a field invisible at gridview by display logic don't real invisible (user can see data behind) / IDEMPIERE-2148 / IDEMPIERE-2935 2015-12-16 08:20:43 -05:00
hieplq 9f9fbdf398 IDEMPIERE-2969:update to use zk8-osgi library 2015-12-15 08:20:30 +07:00
Carlos Ruiz 93c31a73a4 IDEMPIERE-2935 New record on GridMode error on fields with DisplayLogic / IDEMPIERE-2148 2015-12-14 13:20:03 -05:00
Carlos Ruiz 488e442c98 IDEMPIERE-2935 New record on GridMode error on fields with DisplayLogic / revert previous approach - found this was caused by IDEMPIERE-2148 2015-12-14 13:18:31 -05:00
Elaine Tan 04dfeff84c IDEMPIERE-2973 / 1005382 Requests are showing up on the wrong person's calendar 2015-12-12 19:38:11 -05:00
Carlos Ruiz d615ba6591 IDEMPIERE-2947 Improve search for selection columns 2015-12-12 17:35:51 -05:00
Carlos Ruiz 655347bd32 IDEMPIERE-2361 Add a method to generate URL for action zoom 2015-12-12 14:03:20 -05:00
Carlos Ruiz ea4bf51be3 IDEMPIERE-2879 Attachment name not using printformat translation based user login language 2015-12-12 12:04:12 -05:00
Carlos Ruiz 8c190a105e IDEMPIERE-2935 New record on GridMode error on fields with DisplayLogic / fix another NPE / IDEMPIERE-2972 Checkbox change in grid view cause NPE 2015-12-12 11:12:09 -05:00
tsvikruha ad9c2439a8 IDEMPIERE-2935 New record on GridMode error on fields with DisplayLogic / fix NPE when dependent field is hidden 2015-12-10 08:54:00 -05:00
hieplq 9fa4956d0c IDEMPIERE-2966:replace persist-js by localStorage of html5 2015-12-09 22:37:37 +07:00
hieplq 40f1351fd0 Merge with release-3.1 2015-12-13 15:07:43 +07:00
hieplq 3787fc1904 IDEMPIERE-2969:update to use zk8-osgi library
hotfix for issue report by HansAnton Riess at https://groups.google.com/d/msg/idempiere/bvmQ8sqyWbk/-JVGeLfxAQAJ
need confirm with zk team to true fix
2015-12-13 15:06:12 +07:00
hieplq ccd94ecce1 IDEMPIERE-2969:update to use zk8-osgi library
remove work-around of non-osgi
2015-12-12 16:15:05 +07:00
hieplq bd992ae9e0 IDEMPIERE-2969:update to use zk8-osgi library
servlet-mapping of zk already defind in zk_x.x.x.jar bundle
jetty don't allow dupplicate servlet mapping
so use overrider-web.xml to overrider default mapping configuration of zk
2015-12-12 00:44:24 +07:00
hieplq 649fb46b23 IDEMPIERE-2969:update to use zk8-osgi library
adapt with change in http://tracker.zkoss.org/browse/ZK-2718
2015-12-10 19:12:36 +07:00
hieplq 3f0c230be9 IDEMPIERE-2969:update to use zk8-osgi library
add new zk osgi project
2015-12-10 20:58:11 +07:00
Carlos Ruiz d34c68f3a0 IDEMPIERE-2961 Allow multi-upload in attachment window 2015-12-06 18:58:00 -05:00
Carlos Ruiz c47d87d389 IDEMPIERE-2640 Performance: Html/Tabular reports size could be reduced / IDEMPIERE-2355 Allow to style the summary rows of HTML report 2015-12-06 17:22:56 -05:00
Carlos Ruiz 045e250a69 IDEMPIERE-2940:reduce size of repository / fix sourceforge links 2015-12-02 11:51:11 -05:00
hieplq 6f32d77846 IDEMPIERE-2940:reduce size of repository
move file server
2015-12-02 21:54:18 +07:00
hieplq 972dd355db IDEMPIERE-2940:reduce size of repository 2015-11-14 17:17:25 +07:00
Diego Ruiz 5d853ce776 IDEMPIERE-2935 New record on GridMode error on fields with DisplayLogic 2015-11-13 09:58:51 -05:00
Carlos Ruiz 7687494731 IDEMPIERE-2935 New record on GridMode error on fields with DisplayLogic / minor defensive programming refactor 2015-11-11 09:54:24 -05:00
Diego Ruiz 641d918ebb IDEMPIERE-2935 New record on GridMode error on fields with DisplayLogic 2015-11-11 09:50:45 -05:00
Carlos Ruiz 4c24284b8b Generate complete model for release 3.1 2015-10-30 21:29:13 -05:00
Carlos Ruiz 6a8183effa Update product version to 3.1.0 2015-10-30 21:18:07 -05:00
Carlos Ruiz 3a33c7aa60 IDEMPIERE-2919 InfoBP don't take the first contact / IDEMPIERE-2230 2015-10-30 09:14:05 -05:00
hieplq 060c5a2854 IDEMPIERE-2271:iDempiere is hardcoded EMail to support subject
conducte feedback header from env variable
2016-12-12 17:15:19 +07:00
Carlos Ruiz f48d939388 IDEMPIERE-2907:update library (zk, c3p0) 2015-10-23 13:19:41 -05:00
hieplq 83d1f94d6f IDEMPIERE-2907:update library (zk, c3p0)
fix bad thing report at
http://forum.zkoss.org/question/98875/problems-with-freshly-ce-version-707/?answer=99185#post-id-99185
http://forum.zkoss.org/question/99181/ce-freshly-707-requires-zk-pe-or-ee/
2015-10-23 23:04:31 +07:00
Carlos Ruiz baff7d5c87 IDEMPIERE-2897 UX: Width of Quick Info Part on the left side / minor peer review - serialVersionUID 2015-10-23 11:07:43 -05:00
Diego Ruiz 9c457c881d IDEMPIERE-2897 UX: Width of Quick Info Part on the left side 2015-10-23 11:00:41 -05:00
Carlos Ruiz c44befac97 IDEMPIERE-2898 UX: Field only showing title at header on grid / fix NPE found when testing Heading Only on grid 2015-10-22 11:42:03 -05:00
Diego Ruiz d0ae7d4ea4 IDEMPIERE-2898 UX: Field only showing title at header on grid 2015-10-22 11:20:58 -05:00
Carlos Ruiz 9d0d7f9b5f IDEMPIERE-2896 UX: Doubleclick in text fields / Peer review 2015-10-22 09:14:59 -05:00
Diego Ruiz aeecc7cc23 IDEMPIERE-2896 UX: Doubleclick in text fields 2015-10-22 15:55:54 +02:00
Diego Ruiz 32b4af94ae IDEMPIERE-2895 UX: Save changes in Detail Tab of a Master-Detail window 2015-10-22 12:10:16 +02:00
Carlos Ruiz 3c1199f5bf hg merge release-2.1 (merge release2.1 into development) 2015-10-16 11:16:17 -05:00
Carlos Ruiz 8e193dad3d IDEMPIERE-2756 Background threads losing context when user log out - fix validation / integrate fix from hengsin: Improve handling of context lost ( due to user close browser ) exception for document workflow. 2015-10-14 20:29:42 -05:00
Carlos Ruiz bbb4d42d46 hg merge release-2.1 (merge release2.1 into development) 2015-10-07 08:39:12 -05:00
Deepak Pansheriya 5bf390ecc9 IDEMPIERE-2665: Set value of C_AcctSchema_ID in ctx. 2015-09-22 18:51:54 +05:30
Carlos Ruiz 229b1c468f IDEMPIERE-1328 Change tab name dynamically / fix issue not refreshing Record Info 2015-08-26 09:40:23 -05:00
Carlos Ruiz 2f0204288c IDEMPIERE-2781 Client Field empty when adding a record on System / IDEMPIERE-2672 2015-08-21 14:16:17 -05:00
Carlos Ruiz 0f6e3abacf IDEMPIERE-1328 Change tab name dynamically / fix issue reported by Claudemir about deleted records and empty tabs 2015-08-19 07:37:26 -05:00
Carlos Ruiz a079bc7e10 IDEMPIERE-2774 Record_ID button not working from detail tab 2015-08-18 13:12:16 -05:00
Carlos Ruiz 023efc0292 IDEMPIERE-1328 Change tab name dynamically / implement format and indirect for title logic too (it was working for recent items) / refresh recent item on buttons 2015-08-18 09:54:00 -05:00
Carlos Ruiz ccc10c104d IDEMPIERE-2756 Background threads losing context when user log out / minor remove import warningsx 2015-08-17 15:30:04 -05:00
Carlos Ruiz b1c16a2441 IDEMPIERE-2756 Background threads losing context when user log out 2015-08-07 16:48:18 -05:00
tsvikruha 212feb8c5e IDEMPIERE-2874 Available to promise Tab - Date column doesn't consider order line promise date 2015-10-02 19:06:19 -05:00
Carlos Ruiz 2694d54b71 IDEMPIERE-2752 Same Attribute Instance on many Products 2015-08-05 07:11:13 -05:00
hieplq e5ee78c374 IDEMPIERE-2742:Record repeated in info window 2015-07-29 19:33:59 +08:00
Nicolas Micoud 27cf18d1f1 IDEMPIERE-2720 Run as Job + EMail : title not translated 2015-07-15 08:23:51 -05:00
Carlos Ruiz 6c840d11ad IDEMPIERE-2665 / peer review 2015-07-01 19:45:04 -05:00
tsvikruha ffc0e623f9 IDEMPIERE-2665 ListBox component changed to Table Dir 2015-06-08 09:49:52 +02:00
tsvikruha 1ca7631d78 IDEMPIERE-2665 Accounting Fact Reconcilation (Manual) schema validation missing 2015-06-08 09:27:47 +02:00
Alan Lescano 8b21270c23 IDEMPIERE-2688 Add scrollbar to WGraph data table 2015-07-01 16:40:29 -05:00
Carlos Ruiz 392c96708b IDEMPIERE-2657 Null Pointer Exception in Payment Selection (Manual) / integrate patch from Pritesh Shah 2015-07-01 10:02:03 -05:00
Carlos Ruiz 2183eb44ef IDEMPIERE-2700 Zoom to detail is not honoring the configuration of tab grid/form 2015-06-26 09:24:27 -05:00
Carlos Ruiz 274a8bf748 IDEMPIERE-2687 Void a Document on Closed Period 2015-06-22 14:17:53 -05:00
Carlos Ruiz c4e93a15f7 IDEMPIERE-2673 Custom status line message not updating in different records 2015-06-17 18:17:54 -05:00
Carlos Ruiz 30f76d2c74 IDEMPIERE-2664 DB Extensibility issues / calling convert for direct prepareStatement 2015-06-17 12:32:06 -05:00
Carlos Ruiz 65cd99c297 IDEMPIERE-2656 user preferences are not applied correctly for Yes/No 2015-06-10 18:30:02 -05:00
Carlos Ruiz 476c843c98 IDEMPIERE-2613 Process saved params doesn't update Display and ReadOnly Logics 2015-06-03 10:31:34 -05:00
Deepak Pansheriya e2844a9c63 IDEMPIERE-2626 : Allowing to enter manual ASI on lines while even table is on exclude rule 2015-05-25 20:17:58 +05:30
Carlos Ruiz 477563e94b IDEMPIERE-2647 ZK UI Problem in Chrome / apply fixes suggested by hieplq and hengsin at https://groups.google.com/d/msg/idempiere/sZ6eXqRH1uA/U6RgVb_MyBMJ 2015-05-27 17:02:20 -05:00
Carlos Ruiz a09aabcff8 IDEMPIERE-2583 Can't zoom to a sub tab from HTML Report - apply same solution than Info Windows 2015-05-27 15:15:14 -05:00
Carlos Ruiz 66b75a91fb IDEMPIERE-2613 Process saved params doesn't update Display and ReadOnly Logics 2015-05-27 14:53:41 -05:00
Carlos Ruiz 4b0793a6e2 IDEMPIERE-2112 improve shortcuts / implement Alt-X shortcut to close process/report dialog and report viewer window 2015-05-25 20:23:26 -05:00
Carlos Ruiz 44b07db53f minor - solve warnings 2015-05-22 11:24:45 -05:00
Carlos Ruiz 7134376d7b IDEMPIERE-2583 Can't zoom to a sub tab from Info Window 2015-05-20 12:17:24 -05:00
hieplq da2f37fbe0 IDEMPIERE-2616:Bug after closing Search Dialog 2015-05-14 19:10:22 +07:00
Diego Ruiz 022d3ca910 IDEMPIERE-2622 Refresh detail tab on save 2015-05-14 11:03:05 +02:00
Carlos Ruiz 15a7173e64 IDEMPIERE-2596 Lost changes when attachment window is closed / avoid NPE and duplicated process of changes 2015-05-13 18:47:50 -05:00
Carlos Ruiz 9ddf246452 IDEMPIERE-2611 Error no refresh after delete 2015-05-08 12:35:48 -05:00
Carlos Ruiz 416b1ff658 IDEMPIERE-581 Store divider location for window per user / IDEMPIERE-369 / thanks to Nicolas Micoud (nmicoud) 2015-05-06 09:01:05 -05:00
Carlos Ruiz 9f0809eb8d IDEMPIERE-581 Store divider location for window per user / fix issue with System user - thanks to Nicolas Micoud (nmicoud) 2015-04-29 06:58:33 -05:00
Carlos Ruiz d451716524 IDEMPIERE-2596 Lost changes when attachment window is closed / reorganized the if/then/else for readability - helped to discover some dead code 2015-04-25 10:25:02 -05:00
Carlos Ruiz 8f1996c2ea IDEMPIERE-2585 Sessiontimeout button text is not translated users language / integrate patch from Flemming Birch (sjeffen) 2015-04-22 10:49:22 -05:00
Carlos Ruiz 259d9156e1 IDEMPIERE-581 Store divider location for window per user / DetailHeight must be user preferences - found DetailCollapsed preference was also implemented as general client preference in IDEMPIERE-369 2015-04-22 10:07:35 -05:00
Carlos Ruiz 5e52732603 IDEMPIERE-379 - minor usability on labels behaving as buttons 2015-04-21 18:19:55 -05:00
Carlos Ruiz b69fee8c91 IDEMPIERE-581 Store divider location for window per user 2015-04-17 15:45:03 -05:00
Carlos Ruiz 6d2ef96b43 IDEMPIERE-492 List in Tree Maintenance form should distinguish summary nodes 2015-04-17 15:08:19 -05:00
Carlos Ruiz 7d01f70a64 IDEMPIERE-2549 Password rule break Initial Client Setup 2015-04-15 12:42:42 -05:00
hriess 9cd68b58a6 IDEMPIERE-2562 BOM Drop does not show items in correct position / IDEMPIERE-2551 BOM Drop Form: wrong sorting / IDEMPIERE-2546 BOM Drop Form does not show big Structures (Scrolling not enabled) 2015-04-13 19:14:20 -05:00
Carlos Ruiz 9fee5d028e IDEMPIERE-2531 Archive Viewer open EnterQuery tab instead of ViewResult / IDEMPIERE-556 / IDEMPIERE-724 2015-04-08 16:01:59 -05:00
Carlos Ruiz c2c4bd8215 IDEMPIERE-1135 Report wizard not clearing order items 2015-04-08 15:32:07 -05:00
Carlos Ruiz 2fb07c0bb8 IDEMPIERE-2235 Report wizard : ability to change the print format name - peer review 2015-04-08 15:31:51 -05:00
Nicolas Micoud 155d591aa9 IDEMPIERE-2235 Report wizard : ability to change the print format name (integrated by Carlos Ruiz, PO.java didn't pass) 2015-04-08 14:58:56 -05:00
tsvikruha f1f732d7ae IDEMPIERE-2238 Printformat header not translated (report) 2015-04-07 21:19:48 -05:00
hieplq 1cac3f646f IDEMPIERE-2544:to more warning compiler hidden good warning
leak resource
2015-04-04 13:37:51 +07:00
Carlos Ruiz d3107ced16 IDEMPIERE-2566 Print Format labels wrong after opening Report Wizard 2015-04-07 20:25:35 -05:00
Carlos Ruiz 07eb7d4540 IDEMPIERE-2113 Enable import button for end users / discover also permissions on included roles 2015-03-14 16:03:45 -05:00
Carlos Ruiz 388c9f76f0 IDEMPIERE-2499 minor - remove warning on unused import 2015-03-14 16:01:08 -05:00
hieplq 19d7e7b855 IDEMPIERE-2499:long task (ZkReportViewerProvider.openViewer) in process make GUI lock
fix:NPE, and improve long process
2015-03-15 01:25:36 +07:00
Carlos Ruiz 9d62771e3a IDEMPIERE-2499 Backed out changeset a6892821a234 2015-03-14 15:54:35 -05:00
hieplq 7fde2f2610 IDEMPIERE-2499:long task (ZkReportViewerProvider.openViewer) in process make GUI lock
fix:NPE
2015-03-14 23:39:05 +07:00
Carlos Ruiz 9c3473e21b IDEMPIERE-2408 - minor - simplify default role discovery 2015-03-08 11:22:00 -05:00
anozimada 5f2c3e87de IDEMPIERE-2408 Workflow activities count is not filtered by role access 2015-03-08 11:21:37 -05:00