Commit Graph

13607 Commits

Author SHA1 Message Date
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
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 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
hengsin 5b9f61ae52 IDEMPIERE-4020 Payment Reverse/Correct with C_Project_ID generating wrong GL postings 2020-02-11 13:30:25 +08:00
Diego Ruiz 74a84a9fa4 IDEMPIERE-4165 Fixed NPE when onIgnore in form mode 2020-02-10 22:17:18 +01:00
Diego Ruiz bfb692d04c IDEMPIERE-4084 Fix Post-it icon position 2020-02-10 19:15:38 +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
Carlos Ruiz 70bb9041d2 IDEMPIERE-4169 Unresolved elements of 'Record_ID' in AttachmentElementHandler 2020-02-08 13:16:03 +01:00