hengsin
1ec0689c78
IDEMPIERE-4199 Clean up org.adempiere.extend
2020-03-10 16:24:41 +08:00
hengsin
7a1f98cacb
IDEMPIERE-4201 Remove org.adempiere.site-feature project
2020-03-10 16:05:34 +08:00
hengsin
9ed3e2e0df
IDEMPIERE-4199 Clean up org.adempiere.extend
2020-03-10 14:29:51 +08:00
hengsin
895f766307
IDEMPIERE-4182 Add Ini property to turn off Oracle to PostgreSQL translation. Fix paging not working for native dialect.
2020-03-10 09:47:26 +08:00
Carlos Ruiz
0fd31674bb
Merge release-7.1 into master
2020-03-09 16:09:32 +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
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
hengsin
61241bb021
IDEMPIERE-4127 GL Inventory Clearing - Minor rounding variances
2020-03-08 15:07:25 +08:00
Carlos Ruiz
3a0f1d36b0
Merge release-7.1 into master
2020-03-07 12:08:07 +01:00
Carlos Ruiz
2c3425c9cc
IDEMPIERE-4191 Process to migrate storage provider (FHCA-1165)
2020-03-04 17:16:26 +01:00
hieplq
abde5234db
IDEMPIERE-4136: add org.apache.commons.compress to feature to correct repository
2020-03-04 17:08:54 +01:00
Carlos Ruiz
86a483eec8
IDEMPIERE-4191 Process to migrate storage provider (FHCA-1165)
2020-03-04 16:28:57 +01:00
Carlos Ruiz
0147b47f31
IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder / Add a helper getName by default in the toString method in X_ class
2020-03-03 15:04:10 +01:00
hengsin
4a436c5157
IDEMPIERE-4180 Add DDL and Data Type methods to AdempiereDatabase interface
2020-03-03 17:27:53 +08:00
hengsin
26e764c2a2
IDEMPIERE-4177 Replace SYSDATE with getDate(). Add SYSDATE to getDate() translation for native dialect. Still needed as there are still many usage of SYSDATE in the Application Dictionary.
2020-03-03 16:25:54 +08:00
hengsin
df5b0c2ea8
IDEMPIERE-4177 Replace SYSDATE with getDate()
2020-03-03 10:07:14 +08:00
hengsin
8445b0cb3d
IDEMPIERE-4179 Add quote column name support to AdempiereDatabase
...
interface
2020-03-02 23:02:00 +08:00
hengsin
41711e3437
IDEMPIERE-4182 Add Ini property to turn off Oracle to PostgreSQL
...
translation
2020-03-02 21:20:50 +08: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
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
55356515b5
IDEMPIERE-4190 Implement Image Storage Provider (1006528) (FHCA-1165)
...
integrate development from Heng Sin
2020-02-27 21:37:32 +01:00
Carlos Ruiz
ff9802d618
IDEMPIERE-4157: Quick Form
...
- rename and fix migration script - must be applied after the changes to
toolbar table
- basic initial configuration for most used document windows
2020-02-26 19:54:18 +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
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
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
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
378ea5f94b
IDEMPIERE-4181 Replace CASE WHEN .. END CASE with CASE WHEN ... END
2020-02-19 11:03:30 +08:00
hengsin
c388716835
IDEMPIERE-4176 Replace DELETE with DELETE FROM
2020-02-19 10:46:23 +08:00
hengsin
444ade9162
IDEMPIERE-4158 Move Swing Client out of core. Move 3 swing client specific method
2020-02-16 21:34:29 +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
Deepak Pansheriya
79d050b34c
IDEMPIERE-4065: Making report configurable to reverse value ( #13 )
2020-02-14 18:39:17 +01:00
Carlos Ruiz
e456d65aed
IDEMPIERE-3232 Useless to set focus on a readonly field
2020-02-13 01:03:17 +01:00