Carlos Ruiz
6c56100724
IDEMPIERE-4221 PackOut type "Data Single" (FHCA-1198)
2020-03-24 21:23:09 +01:00
hengsin
41b8e0e62b
IDEMPIERE-3947 Fixed Asset bugs and enhancements. Implement import fixed asset for multiple accounting schema.
2020-03-24 18:35:08 +08:00
Carlos Ruiz
1414928029
IDEMPIERE-4219 Alert query in Replica database (FHCA-1200)
2020-03-23 21:53:49 +01:00
Carlos Ruiz
e32ed5c5cd
IDEMPIERE-4218 Note and attachment from scheduler created in wrong client / also cross-tenant AD_UserMail
2020-03-23 20:39:11 +01:00
Carlos Ruiz
2cbed92cc4
IDEMPIERE-4218 Note and attachment from scheduler created in wrong client / IDEMPIERE-3977
2020-03-23 19:12:13 +01:00
Carlos Ruiz
43d77dee4e
IDEMPIERE-4217 Improve DB exception traceability in PO saveEx and deleteEx (FHEG-1684)
2020-03-21 17:44:26 +01:00
Carlos Ruiz
3efc30368b
IDEMPIERE-3936 - minor harmless fix - delete doesn't need to be saved
2020-03-21 17:35:28 +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
de41df7752
IDEMPIERE-4215 Allow subtype tables in context variables
2020-03-21 12:44:28 +01:00
Nicolas Micoud
170739bf6f
IDEMPIERE-4208 Preserve @ and # in HTML content
2020-03-18 14:11:45 +01: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
aecd058f25
IDEMPIERE-4198 Icon duplicated on report dialog when using Font icon
2020-03-13 15:18:44 +01:00
Carlos Ruiz
d239941666
Fixes for IDEMPIERE-674 and IDEMPIERE-4032
...
IDEMPIERE-674 Financial Report: Percentage of column against line total
IDEMPIERE-4032 Financial Report Translation (lines & column)
2020-03-13 14:49:10 +01:00
Carlos Ruiz
a1a0aad125
IDEMPIERE-3862 ORACLE - Update datatype NVARCHAR2 and CHAR(>1) to VARCHAR2
...
Fix Column Encryption broken in oracle - it was changing the column to
NVARCHAR - modified to preserve the type, and fixed an error when
encrypting columns from AD_Client
2020-03-13 13:37:45 +01:00
Carlos Ruiz
8737d8a9ea
IDEMPIERE-4204:update.sh fail after run for one reposiotry for 3 time / apply same patch for windows .bat
2020-03-12 13:16:42 +01:00
hieplq
ce0c6197ea
IDEMPIERE-4204:update.sh fail after run for one reposiotry for 3 time
2020-03-11 11:58:36 +01:00
Diego Ruiz
a3f0681d23
IDEMPIERE-4085 Search in toolbar
2020-03-10 18:24:42 +01:00
Carlos Ruiz
156c9f5ab5
IDEMPIERE-4203 Extend IDEMPIERE-3850 - reporting from replica for jasper too
2020-03-10 13:45:05 +01:00
Carlos Ruiz
2e7f2cdb26
IDEMPIERE-3821 Adapt RUN_ImportIdempiere.sh to allow amazon postgresql RDS / tested with aurora postgresql 11.6
2020-03-09 16:08:29 +01: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
hengsin
61241bb021
IDEMPIERE-4127 GL Inventory Clearing - Minor rounding variances
2020-03-08 15:07:25 +08:00
Carlos Ruiz
2c3425c9cc
IDEMPIERE-4191 Process to migrate storage provider (FHCA-1165)
2020-03-04 17:16:26 +01:00
Carlos Ruiz
86a483eec8
IDEMPIERE-4191 Process to migrate storage provider (FHCA-1165)
2020-03-04 16:28:57 +01:00
Carlos Ruiz
a60a4a8845
minor - add external tool eclipse launchers as helpers
2020-03-02 13:49:00 +01:00
hengsin
c8d858836f
IDEMPIERE-4127 GL Inventory Clearing - Minor rounding variances
2020-03-02 13:08:19 +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
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
55356515b5
IDEMPIERE-4190 Implement Image Storage Provider (1006528) (FHCA-1165)
...
integrate development from Heng Sin
2020-02-27 21:37:32 +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
mschnbeck
71138cdef9
IDEMPIERE-4189 skip empty product anyway to avoid null pointer exceptions;
2020-02-24 19:23:18 +01:00
Carlos Ruiz
5952da8f97
Revert "IDEMPIERE-4189 Fix potential NPE in generate shipment - based on patch from Martin Schönbeck"
...
This reverts commit 04001e1055
.
2020-02-24 19:21:34 +01:00
Carlos Ruiz
04001e1055
IDEMPIERE-4189 Fix potential NPE in generate shipment - based on patch from Martin Schönbeck
2020-02-24 14:14:34 +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
hieplq
667c4f7675
IDEMPIERE-4183:Web services is loading spring schema resources from spring web site (after update spring to osgi)
...
error build with mvn
2020-02-20 16:00:57 +01: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
hieplq
296154af6e
IDEMPIERE-4183:Web services is loading spring schema resources from spring web site (after update spring to osgi)
2020-02-19 21:06:32 +01:00
hengsin
26f18f9c22
IDEMPIERE-4154 ServerPush Adjustments. Incorporate suggestion from Martin Schönbeck.
2020-02-16 17:00:00 +08: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
ce8dc4aedd
IDEMPIERE-3215 Sales Order/Proposal BP shipper, cause inability to complete
2020-02-12 23:16:58 +01:00
Carlos Ruiz
a043224caf
IDEMPIERE-3215 Sales Order/Proposal BP shipper, cause inability to complete
2020-02-12 21:01:23 +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
hengsin
7173b78f68
IDEMPIERE-4127 GL Inventory Clearing - Minor rounding variances
2020-02-11 13:34:17 +08:00