Commit Graph

2700 Commits

Author SHA1 Message Date
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
Carlos Ruiz f9e544990f hg merge release-7.1 (merge release7.1 into default) 2019-12-06 12:38:25 +01:00
Carlos Ruiz bed53f8623 IDEMPIERE-4082 Cannot Restrict Master role in client / integrate patch suggested by Pritesh Shah 2019-12-05 18:42:44 +01:00
Carlos Ruiz f75174998c hg merge release-7.1 (merge release7.1 into default) 2019-12-04 23:11:53 +01:00
Carlos Ruiz 8c3af7914e IDEMPIERE-4087 Virtual search columns / enable the usage of @SQLFIND= columns in reports / update field Description 2019-12-04 20:54:13 +01:00
Carlos Ruiz 703ce023f9 hg merge release-7.1 (merge release7.1 into default) 2019-11-30 15:17:26 +01:00
Diego Ruiz 570875e74b IDEMPIERE-4087 Virtual search columns 2019-11-27 19:25:12 +01:00
Nicolas Micoud 7487a885bb IDEMPIERE-4121 FactReconciliation : Remove annoying Msg.getMsg: NOT found: @Created@/@Deleted@ 2019-12-04 17:11:01 +01:00
Nicolas Micoud c3d62970ae IDEMPIERE-4107 Add getDocStatusName for MJournal 2019-11-27 12:19:54 +01:00
Nicolas Micoud dedc38ffc9 IDEMPIERE-4111 Add col_21 -> col_30 to T_Report 2019-11-27 10:08:54 +01:00
Carlos Ruiz 817cd5fd65 IDEMPIERE-3218 Cross-tenant error when importing web service security records / fix problem when importing attachments because of Record_ID column 2019-11-28 13:36:17 +01:00
Nicolas Micoud 90b40ac9ec IDEMPIERE-4108 Set LineNo programmatically for GL_JournalLine 2019-11-27 10:45:20 +01:00
Carlos Ruiz 579c5378bf IDEMPIERE-4112 NPE In Generate Shipment Manually / peer review - restore column accessed before the patch 2019-11-25 15:31:22 +01:00
Orlando Curieles 4739aea8c8 IDEMPIERE-4112 NPE In Generate Shipment Manually 2019-11-25 15:30:15 +01:00
Hideaki Hagiwara 28cd219450 IDEMPIERE-4113 Print Color and Print Font of Format item is not assigned to Report that is first view 2019-11-23 20:31:18 +09:00
Carlos Ruiz 64eadf1822 release 7.1 process - set version in configuration files 2019-11-21 23:28:48 +01:00
Carlos Ruiz a1e337fb9d release 7.1 process - generate full model classes 2019-11-21 22:53:50 +01:00
Carlos Ruiz 3ae8fb7f68 release 7.1 process - set version in code 2019-11-21 22:36:08 +01:00
Diego Ruiz 9a118b03dc IDEMPIERE-4109 Caching Candidate: AD_Table 2019-11-18 21:00:36 +01:00
Carlos Ruiz e9f48caf03 hg merge release-6.2 (merge release6.2 into default) 2019-11-14 20:38:44 +01:00
Carlos Ruiz 2286fb8f67 IDEMPIERE-4106 Dependent fields not cleared when changing a parent field / IDEMPIERE-3961 2019-11-14 20:38:16 +01:00
Carlos Ruiz 6fcbe19151 IDEMPIERE-2837 - Use in a better way saved searches - PR 2019-11-14 18:06:32 +01:00
Diego Ruiz 3baf23c4dd IDEMPIERE-2837 - Use in a better way saved searches 2019-11-14 12:53:20 +01:00
Heng Sin Low 9496b01a2b IDEMPIERE-3235 Posting error when currency rate is different between MR and PO 2019-10-22 17:01:41 +08:00
Carlos Ruiz 6f1aca48a8 IDEMPIERE-3781 Location Dialog showing incomplete Region list 2019-10-21 15:33:05 +02:00
freepath 45732de8c1 small changes on method accessors 2016-11-14 10:55:40 +01:00
Nicolas Micoud 8e34b8c463 IDEMPIERE-4077 RealizedGainLoss if 2 orgs : force invoice's organization to support the gain or loss 2019-11-13 14:17:32 +01:00
Carlos Ruiz 69c0c2c67b IDEMPIERE-4080 Report filtering based on parameter is not working 2019-11-13 13:26:02 +01:00
Carlos Ruiz cac5985b2a IDEMPIERE-4095 Inconsistency between saving a sales order line with and without ASI 2019-11-13 11:58:46 +01:00
Carlos Ruiz 36ca02f16d IDEMPIERE-4097 AD_Reference Caching validation 2019-11-13 11:36:21 +01:00
Heng Sin Low be3e7958eb IDEMPIERE-4099 Language.getDateFormat() is not thread safe 2019-11-13 10:19:39 +08:00
Heng Sin Low f46b8afb5c IDEMPIERE-4098 CLogger usage pattern clean up 2019-11-12 20:49:55 +08:00
Carlos Ruiz f26db68e2b IDEMPIERE-4072 iDempiere Monitor: Implement server and cache details for cluster node 2019-10-22 17:06:17 +02:00
Carlos Ruiz 34b0609f1a hg merge release-6.2 (merge release6.2 into default) 2019-10-22 14:20:48 +02:00
Heng Sin Low 31dd08b595 IDEMPIERE-4072 iDempiere Monitor: Implement server and cache details for cluster node. Fixed multiple message cache instance. Improve naming of cache. 2019-10-19 07:28:07 +08:00
Nicolas Micoud 123e2074c8 IDEMPIERE-4011 Define paging size per Info window 2019-10-16 16:00:58 +02:00
Murilo Habermann Torquato a0b5e52daf IDEMPIERE-3969 - askforinput new editors, allowed on callouts and new methods for display pdfList from process and infowindow from process 2019-05-15 19:22:30 -03:00
Carlos Ruiz 9eabc31cde hg merge release-6.2 (merge release6.2 into default) 2019-10-15 17:17:15 +02:00
Heng Sin Low 97bb8d9b83 IDEMPIERE-4072 iDempiere Monitor: Implement server and cache details for cluster node 2019-10-15 20:28:28 +08:00
Murilo Habermann Torquato 69cc3237c9 IDEMPIERE-3971 - implement new options (carlos suggestions) 2019-10-09 10:46:54 -03:00
Heng Sin Low 8e8430b35f IDEMPIERE-4056 Implement cluster support for idempiere Monitor and Server Manager. Fix deadlock, add scheduler api. 2019-10-03 20:09:43 +08:00
Nicolas Micoud f579549cba IDEMPIERE-4053 Can't get a conversion rate if ConvDate is not truncated 2019-09-30 14:28:17 +02:00
Carlos Ruiz 392abbc764 hg merge release-6.2 (merge release6.2 into default) 2019-09-28 17:42:41 +02:00
Heng Sin Low c203427ed6 IDEMPIERE-4006 Wrong matched PO quanity for vendor credit memo. Implement matchinv between vendor invoice and vendor cm. 2019-09-25 16:17:28 +08:00
Carlos Ruiz 161faf2199 IDEMPIERE-3971 Process Customization / peer review 2019-09-24 16:51:33 +02:00
Heng Sin Low fc09db1278 IDEMPIERE-4006 Wrong matched PO quanity for vendor credit memo 2019-09-18 18:39:25 +08:00
Carlos Ruiz 9508dfe8fe IDEMPIERE-3391 Not possible to delete a line in the Material Receipt window 2019-09-17 14:33:08 +02:00
Murilo Habermann Torquato 39a601874d COF #10054 / IDEMPIERE-4043 - allocation amount problem when using allocate tab 2019-09-04 09:44:56 -03:00
Carlos Ruiz c2a1aea45c IDEMPIERE-4045 Allow to create model from view (FHCA-1057) 2019-09-06 17:51:12 +02:00
Carlos Ruiz 2c051e5de8 IDEMPIERE-4030 [Export from InfoWindow] - info columns returns java.sql.Date / based on patch from <matheus.marcelino@devcoffee.com.br> 2019-08-22 11:34:48 +02:00
Carlos Ruiz bbf28092bb IDEMPIERE-893 IDEMPIERE-3936 Info Window to maintain Support Roles / fix permissions 2019-08-20 14:59:19 +02:00
Carlos Ruiz 71d7f52615 IDEMPIERE-4021 Error when copying lines from a closed order with lost sales qty / fix error reported by Heng Sin 2019-08-19 12:02:59 +02:00
Ricardo Santana 58da0ce187 IDEMPIERE-4021 Error when copying lines from a closed order with lost sales qty 2019-08-16 15:14:42 +02:00
Murilo Habermann Torquato a3a5166d1d IDEMPIERE-4026 - Incorrect User Element List 2 reversal value - Refs #9978 2019-08-12 17:19:13 -03:00
Heng Sin Low 61c37e3a05 IDEMPIERE-4019 Wrong MR posting for order with price=0 2019-08-13 21:41:16 +08:00
Heng Sin Low 0222a12fe9 IDEMPIERE-4018 Order Line PriceEntered/PriceActual with incorrect Price List Version 2019-08-13 21:34:53 +08:00
Carlos Ruiz bd33b7ab64 IDEMPIERE-4004 Get CBPartner by TaxID / peer review 2019-08-01 19:47:34 +02:00