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
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
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
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