Carlos Ruiz
3a0f1d36b0
Merge release-7.1 into master
2020-03-07 12:08:07 +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
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
hengsin
c8d858836f
IDEMPIERE-4127 GL Inventory Clearing - Minor rounding variances
2020-03-02 13:08:19 +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
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
2c639f7a69
IDEMPIERE-4178 Replace NVL with Coalesce
2020-02-21 09:54:57 +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
Deepak Pansheriya
79d050b34c
IDEMPIERE-4065: Making report configurable to reverse value ( #13 )
2020-02-14 18:39:17 +01:00
Carlos Ruiz
15707d9aac
Merge release-7.1 into master
2020-02-13 01:00:46 +01:00
Carlos Ruiz
e2af3a5516
IDEMPIERE-4171 DB message on delete is lost
2020-02-12 19:04:22 +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
Carlos Ruiz
6ab7fff658
Merge release-7.1 into master
2020-02-08 13:19:03 +01:00
hengsin
b8cc9cf2b4
IDEMPIERE-4168 Move Webstore out of core
2020-02-07 11:01:05 +08:00
Carlos Ruiz
c87223e5c9
IDEMPIERE-4167 Can't use Copy Info Window columns process with an Order By clause
2020-02-05 22:38:02 +01:00
hengsin
df2385eb86
Merge release-7.1 into master
2020-01-31 12:28:44 +08:00
Carlos Ruiz
cb7f57d4f6
IDEMPIERE-4084 - Improve toolbar customization - peer review
2020-01-30 18:17:07 +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
hengsin
3cc17d25fd
IDEMPIERE-4158 Move Swing Client out of core. Drop restlet dependency, drop webstart and applet stuffs and some minor dependency adjustments.
2020-01-29 08:00:36 +08:00
Carlos Ruiz
55dc83de87
Merge release-7.1 into master
2020-01-25 15:14:33 +01:00
Carlos Ruiz
8405e2a494
IDEMPIERE-4097 AD_Reference Caching validation / fix warning in 2Pack about Reference not found
2020-01-23 20:17:17 +01:00
Carlos Ruiz
00999887d1
IDEMPIERE-166 Rebranding of logo and product name - Some old forgotten rebranding
2020-01-23 10:10:02 +01:00
hengsin
e735c686ca
IDEMPIERE-4155 Follow up for IDEMPIERE-3742 Wrong product cost for partial MR
2020-01-22 22:20:26 +08:00
Diego Ruiz
54c26b54b6
IDEMPIERE-4151 - Refactor build style code to remove duplicated code
2020-01-20 20:19:55 +01:00
Carlos Ruiz
44fd0fe898
Merge release-7.1 into master
2020-01-12 22:51:04 +01:00
Deepak Pansheriya
0d239fbacf
IDEMPIERE-3388: Manual posting for reversed invoice throwing posting error ( #8 )
2020-01-08 13:24:56 +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
04c13ea9c3
Merge release-7.1 into master
2019-12-29 00:04:54 +01:00
Deepak Pansheriya
f13bcd6de9
IDEMPIERE-4136: Upgrading Jasper report to version 6.11.0
2019-12-25 20:28:37 +05:30
Carlos Ruiz
ef3ed449ca
IDEMPIERE-1424 Report Wizard is not using translated columns
2019-12-24 00:13:21 +01:00
Carlos Ruiz
7b2c99fa86
IDEMPIERE-813 DateAcct in GL_JournalLine is not validated to be within the same period of GL_Journal
2019-12-23 15:11:53 +01:00
Carlos Ruiz
a8ad176e47
Merge release-7.1 into master
2019-12-21 16:00:24 +01:00
Carlos Ruiz
3041228c45
IDEMPIERE-4130 MaxQueryRecords by Tab (FHCA-1115)
2019-12-18 23:07:01 +01:00
Carlos Ruiz
81b5ccbc9a
IDEMPIERE-3416 Implement the ability to track open DB connections
...
Implement Trx Display Name for forgotten class GridTabCSVImporter
2019-12-18 22:07:56 +01:00
Carlos Ruiz
b4be53cbaf
Merge release-7.1
2019-12-12 12:38:45 +01:00
Carlos Ruiz
2368c6da57
IDEMPIERE-4076 In financial report when calculation is Add Range and operand 1 and operand 2 are same, calculations are wrong
...
based on patch from Deepak Pansheriya
2019-12-11 17:13:59 +01:00
sjeffen
3a6b25ddec
IDEMPIERE-4078 cph::erp Doc messages translation
2019-12-11 15:49:01 +01:00
Nicolas Micoud
2099a8b1cb
IDEMPIERE-4126 Modify Access Modifiers of MPayment properties and Methods
2019-12-11 14:32:25 +01:00