Commit Graph

2966 Commits

Author SHA1 Message Date
Carlos Ruiz 02647cc5ee Merge release-7.1 into master 2020-03-13 17:46:17 +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 2d647c520a IDEMPIERE-4178 Replace NVL with Coalesce / partial revert of commit 2c639f - just the java part 2020-03-13 11:32:27 +01:00
Carlos Ruiz b38452321f Merge release-7.1 into master 2020-03-10 18:30:52 +01:00
Diego Ruiz a3f0681d23 IDEMPIERE-4085 Search in toolbar 2020-03-10 18:24:42 +01:00
Carlos Ruiz 3ce8f5c7bb Merge release-7.1 into master 2020-03-10 13:51:20 +01:00
Carlos Ruiz 156c9f5ab5 IDEMPIERE-4203 Extend IDEMPIERE-3850 - reporting from replica for jasper too 2020-03-10 13:45:05 +01:00
hengsin d79c6de5e5 IDEMPIERE-4202 Remove java web start code and libraries 2020-03-10 18:20:04 +08:00
hengsin 2642293c0a Merge release-7.1 into master 2020-03-08 20:24:05 +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 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
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
Orlando Curieles 5d8244f757 IDEMPIERE-4004 Get CBPartner by TaxID 2019-08-01 19:45:22 +02:00
Carlos Ruiz a121eae24b IDEMPIERE-4017 Create a Unique Key case/accent insensitive to AD_Table.TableName (FHCA-1005) 2019-08-01 14:15:36 +02:00
Nicolas Micoud fed0d9cabe IDEMPIERE-4016 Can't get a conversion rate if conversionDate is not set 2019-07-31 21:19:14 +02:00
Nicolas Micoud 497bf9d429 IDEMPIERE-4014 Aging - some lines are hidden if using C_Currency_ID as parameter 2019-07-30 13:26:21 +02:00
Nicolas Micoud 33729acb64 IDEMPIERE-918 Allow to choose the reversal document for invoice - Add C_Invoice.RelatedInvoice_ID 2019-07-26 18:00:26 +02:00
Murilo Habermann Torquato 372c531ef7 IDEMPIERE-3971 - process customization 2019-05-16 09:31:34 -03:00
Carlos Ruiz 6133471c1b hg merge release-6.2 (merge release6.2 into default) 2019-09-21 12:57:50 +02:00
Heng Sin Low 8f3b199b1f IDEMPIERE-4052 Move to Eclipse 2019-09 and ECJ 3.19.0 2019-09-19 19:57:52 +08:00
Murilo Habermann Torquato 73c05c3828 IDEMPIERE-3831 info column style 2019-09-17 23:47:21 -03:00
Carlos Ruiz 4af8195f5b hg merge release-6.2 (merge release6.2 into default) 2019-09-14 12:17:35 +02:00
Heng Sin Low ed90b53e4d IDEMPIERE-4047 Minor trx fix for GridTabCSVImporter 2019-09-11 15:07:55 +08:00
Heng Sin Low f4aca34b6e IDEMPIERE-3997 Attachment panel : ability to download all attachments as zip file. Base on patch from Nicolas Micoud. 2019-09-10 11:06:46 +08:00
Carlos Ruiz 54aab6fea3 hg merge release-6.2 (merge release6.2 into default) 2019-09-07 13:30:15 +02:00
Nicolas Micoud 63fab58fc1 IDEMPIERE-4005 Force grid mode when Find panel closes 2019-09-03 14:27:44 +02:00
Carlos Ruiz 12e9d47c74 hg merge release-6.2 (merge release6.2 into default) 2019-08-31 16:34:46 +02:00
Deepak Pansheriya 31c236e419 IDEMPIERE-3998: Execute Toolbar Process, get list of multiple row selected from the Grid view. 2019-08-16 16:50:31 +05:30
sjeffen 2e36c361e0 IDEMPIERE-4036 Doc_InOut missing translation 2019-08-26 15:49:29 +02:00
Murilo Habermann Torquato 2499827f93 COF #10021 / IDEMPIERE-4032 - Financial Report Translation (lines & column) 2019-08-22 11:33:22 -03:00
Carlos Ruiz 01643c0acb hg merge release-6.2 (merge release6.2 into default) 2019-08-18 12:38:53 +02:00
hieplq d7cddaa9f2 IDEMPIERE-3947:add interface to easy implement FA depreciation method
Fixed Asset bugs and enhancements
2019-08-15 22:03:59 +07:00
hieplq 9a6ab2b562 IDEMPIERE-3947:when complete asset addtion, asset need update before run asset depreciation
Fixed Asset bugs and enhancements
add interface to easy implement FA depreciation method

step:
1. create MR with default date is today
2. create invoice with default date is today
3. when complete invoice it generate asset addition.
3. on asset addition change document date to 5/2/2019
4. so it will copy to "service date" of asset when complete
5. but depreciation run before step 4. so in case depreciation depend on "service date" it will wrong
2019-08-16 13:49:08 +07:00
Carlos Ruiz fa73cc1fd3 hg merge release-6.2 (merge release6.2 into default) 2019-08-02 20:21:35 +02:00
Carlos Ruiz f7111b1097 hg merge release-6.2 (merge release6.2 into default) 2019-07-27 11:47:28 +02:00
Carlos Ruiz e5110b9109 hg merge release-6.2 (merge release6.2 into default) 2019-07-13 15:36:29 +02:00
Heng Sin Low d6c0da9a93 IDEMPIERE-3995 Excel Export - Include Embedded Print Format. Fix NPE. 2019-07-08 21:04:55 +08:00
Heng Sin Low e0da1968b1 IDEMPIERE-4001 Improve excel export for form type report 2019-07-06 17:03:12 +08:00
Heng Sin Low 22fea523c2 IDEMPIERE-4000 Form Print Format: Make page break per row configurable 2019-07-04 17:08:30 +08:00
Heng Sin Low 2a5ab65fee IDEMPIERE-3996 Implement DisplayLogic for PrintFormatItem. Add support for global context variable(#xyz and $xyz) 2019-07-03 11:49:00 +08:00
Heng Sin Low 2af8ec1a39 IDEMPIERE-3996 Implement DisplayLogic for PrintFormatItem 2019-06-28 17:39:43 +08:00
Heng Sin Low 7187a2570e IDEMPIERE-3996 Implement DisplayLogic for PrintFormatItem 2019-06-26 15:22:38 +08:00
Heng Sin Low d3fd2e8547 IDEMPIERE-3995 Excel Export - Include Embedded Print Format 2019-06-26 10:36:37 +08:00
Heng Sin Low c573b240e9 IDEMPIERE-3994 Show Report Parameters for Excel Export 2019-06-25 21:42:16 +08:00
Heng Sin Low 37cf63c31f IDEMPIERE-3993 Show report parameters for HTML report 2019-06-25 20:57:53 +08:00
Heng Sin Low 990ed622c2 IDEMPIERE-3992 Report doesn't always show all report parameters 2019-06-25 14:38:35 +08:00
Heng Sin Low d00c07c2b9 IDEMPIERE-3413 Multi Select List and table reference 2019-06-24 18:23:41 +08:00
Carlos Ruiz cc8f48acd2 hg merge release-6.2 (merge release6.2 into default) 2019-06-22 12:27:07 +02:00
Heng Sin Low 3a6f8f08e2 IDEMPIERE-3983 Matched PO posting status "Deferred" never transitions to "Posted" if no matching MR is assigned 2019-06-19 18:21:55 +08:00
Heng Sin Low a4ab94895d IDEMPIERE-3983 Matched PO posting status "Deferred" never transitions to "Posted" if no matching MR is assigned 2019-06-18 21:09:12 +08:00
Carlos Ruiz 429d0d47b3 IDEMPIERE-3439 IDEMPIERE-3936 - foreign constraints - fix NPE 2019-06-17 17:28:51 +02:00
Carlos Ruiz f8878b8e01 IDEMPIERE-3439 IDEMPIERE-3936 - foreign constraints 2019-06-17 12:24:47 +02:00
Carlos Ruiz debaa3b017 hg merge release-6.2 (merge release6.2 into default) 2019-06-15 13:00:58 +02:00
Heng Sin Low 5aa78bbf5e IDEMPIERE-3983 Matched PO posting status "Deferred" never transitions to "Posted" if no matching MR is assigned 2019-06-14 18:29:45 +08:00
Heng Sin Low 62b0da9232 IDEMPIERE-3983 Matched PO posting status "Deferred" never transitions to "Posted" if no matching MR is assigned 2019-06-12 17:53:58 +08:00
Carlos Ruiz 822665c81e hg merge release-6.2 (merge release6.2 into default) 2019-06-10 19:32:11 +02:00
Carlos Ruiz 6bdfc00408 IDEMPIERE-3979 Record Access Exclude problem / peer review 2019-06-10 19:22:13 +02:00
Carlos Ruiz b600b9878d IDEMPIERE-3978 Zoom from QuickInfo to a specific window / peer review and tests 2019-06-04 10:26:58 +02:00
Murilo Habermann Torquato c0b4da403d Refs #9674 - window UUID from quickInfo zoom ( IDEMPIERE-3978 ) 2019-06-03 16:31:38 -03:00
michal_zilincar 05da94ddf1 IDEMPIERE-3979 Record Access Exlude problem 2019-06-03 18:16:21 +02:00
Redhuan D. Oon ccf591b89b IDEMPIERE-3982 MOrderLine.setPrice should not override UnitOfMeasure 2019-06-10 18:35:52 +02:00
Carlos Ruiz 4251777150 hg merge release-6.2 (merge release6.2 into default) 2019-05-25 14:38:21 +02:00
Carlos Ruiz 41f6590608 IDEMPIERE-3977 Allow context variables on subject and message when processing alerts (FHCA-967) 2019-05-25 13:32:38 +02:00
Carlos Ruiz 76f93c7d94 hg merge release-6.2 (merge release6.2 into default) 2019-05-18 13:05:51 +02:00
Deepak Pansheriya a9fbf53acf IDEMPIERE-3975: Virtual column can't be used for search, empty result returned 2019-05-17 19:18:40 +05:30
Carlos Ruiz a1a7b80bd0 IDEMPIERE-2850 Allow to schedule background reports in xls 2019-05-21 18:17:05 +02:00
sjeffen f0a1c63495 IDEMPIERE-3968 cph::erp true false translation of role information dialog 2019-05-12 09:31:06 +02:00
Carlos Ruiz d2fc1f0d57 IDEMPIERE-3972 Core problems with big numbers 2019-05-18 12:55:57 +02:00
Carlos Ruiz ba13d8584e IDEMPIERE-2479 fix a problem with switching from columnnary reports to form back and forth - index out of bounds - suppresscolumns is just intended for columnnary reports 2019-05-18 12:54:37 +02:00
Carlos Ruiz d1498c7362 hg merge release-6.2 (merge release6.2 into default) 2019-05-11 21:43:19 +02:00
Carlos Ruiz a54fd56ffd IDEMPIERE-3967 SysConfig without cache 2019-05-09 13:12:23 +02:00
Heng Sin Low 0d8cbeb5bc IDEMPIERE-3961 GL Journal - Switching accounting schema removes PERIOD 2019-05-08 17:39:55 +08:00
Carlos Ruiz aa580a443b IDEMPIERE-3965 Allocation posted with error when multi-currency and immediate accounting 2019-05-08 11:36:55 +02:00
Carlos Ruiz d6120e2f80 IDEMPIERE-3669 Drop shipment - Accounting processor posts customer shipment before MR resulting in posting error / addDocsPostProcess 2019-05-08 11:04:45 +02:00
Heng Sin Low 5e0f504a6c IDEMPIERE-3669 Drop shipment - Accounting processor posts customer shipment before MR resulting in posting error 2019-05-04 17:25:39 +08:00
Heng Sin Low 47bf2d8a46 IDEMPIERE-3669 Drop shipment - Accounting processor posts customer shipment before MR resulting in posting error 2019-05-04 17:25:39 +08:00
Heng Sin Low 74cdad25a9 IDEMPIERE-3910 M_Cost=>Current Cost/Costing Qty not updated due to matched PO posting by accounting engine 2019-04-23 21:06:04 +08:00
Heng Sin Low 2616b201d7 IDEMPIERE-3910 M_Cost=>Current Cost/Costing Qty not updated due to matched PO posting by accounting engine 2019-04-23 21:06:04 +08:00
Carlos Ruiz 61ffa71f8c hg merge release-6.2 (merge release6.2 into default) 2019-04-21 12:55:49 +02:00
Murilo Habermann Torquato 9b34245402 IDEMPIERE-3952 - review entitytype & data access level - new tables & fix script 2019-04-15 18:09:17 -03:00
Murilo Habermann Torquato 5b1f3d8958 IDEMPIERE-3952 - reviews entitytype & data access level 2019-04-15 11:58:04 -03:00
Heng Sin Low b7bd22da94 IDEMPIERE-3874 Process Recalculate Cube not loading GL journal facts due to c_calendar_id 2019-04-17 16:30:05 +08:00
Carlos Ruiz f5e6beb8b7 hg merge release-6.2 (merge release6.2 into default) 2019-04-11 15:51:04 +02:00
Heng Sin Low f014fae2a9 IDEMPIERE-3947 Fixed Asset bugs and enhancements 2019-04-11 21:08:19 +08:00
Heng Sin Low bf2b531267 IDEMPIERE-3946 Upgrade to Tycho 1.4.0 2019-04-11 20:22:24 +08:00
Carlos Ruiz 877e198a70 IDEMPIERE-2687 Special case for journal documents with direct period 2019-04-18 15:31:47 +02:00
Carlos Ruiz eb82017e1e IDEMPIERE-3874 Process Recalculate Cube not loading GL journal facts due to c_calendar_id 2019-04-18 15:31:12 +02:00
Carlos Ruiz 0a9d7335de IDEMPIERE-3874 Process Recalculate Cube not loading GL journal facts due to c_calendar_id 2019-04-18 14:36:30 +02:00
Heng Sin Low f0c50daee0 IDEMPIERE-3874 Process Recalculate Cube not loading GL journal facts due to c_calendar_id 2019-04-17 16:30:05 +08:00
Carlos Ruiz d28c1e682d Integrate contribution from TrekGlobal - developed by Heng Sin Low and Elaine Tan
1007781 Fix barcode text bug
1009003 add QR Code as Barcode Type for Print Formats
1006829 Add "Print Barcode Text" flag to print format item. Fix wrong scaling for barcode image. Fix barcode print format item doesn't respect max height.
IDEMPIERE-3948 Implement QRCode support in report engine
IDEMPIERE-1854 Barcode issue: Code Missing from barcodes in Code 128 B
IDEMPIERE-1838 Adding UPC-A barcode support in print format and adding setting fonts from print format item
2019-04-10 17:57:08 +02:00
Ray Lee fc1014f25a IDEMPIERE-3942 #2 Transition need to match with Activity 2019-04-09 17:17:11 +08:00
Ray Lee f61ef24e77 IDEMPIERE-3942 Implement JoinElement ADN Status 2019-04-08 06:01:10 +08:00
Carlos Ruiz 0e4fc3a373 hg merge release-6.2 (merge release6.2 into default) 2019-03-29 17:47:51 -03:00
Carlos Ruiz aea1502701 IDEMPIERE-3854 Conversion rate must validate period overlapping 2019-03-29 16:37:21 -03:00
Heng Sin Low d5bdd63178 IDEMPIERE-3938 Remove use of "sun.boot.class.path" in ZipUtil 2019-03-28 17:01:57 +08:00
Heng Sin Low c569349f5b IDEMPIERE-3937 Remove obsolete code in CLogMgt.getIn 2019-03-28 16:59:09 +08:00
Heng Sin Low e65edd9e51 IDEMPIERE-3562 Timeline view of record changes. 2019-03-28 16:45:41 +08:00
Carlos Ruiz f318aaf854 hg merge release-6.2 (merge release6.2 into default) 2019-03-25 19:57:13 -03:00
Carlos Ruiz 08699f61e9 IDEMPIERE-3935 Validate access level vs user level 2019-03-25 18:29:04 -03:00
Carlos Ruiz b52490c10e IDEMPIERE-3932 - delete one Sysout line wrongly pushed 2019-03-25 16:53:23 -03:00
Carlos Ruiz c71fe5f56e IDEMPIERE-3932 idempiereMonitor and OSGI console must validate against LDAP if configured 2019-03-25 16:39:34 -03:00
Carlos Ruiz 8641a1540f IDEMPIERE-3861 Switch LDAP type by System Configuration / based on suggestion from Ray Lee 2019-03-25 16:27:43 -03:00
Carlos Ruiz ca2c67999d IDEMPIERE-3931 LDAP Users must no be able to login with AD_User password 2019-03-25 16:12:32 -03:00
Carlos Ruiz 2df5088624 IDEMPIERE-3930 Allow permission control for idempiereMonitor and OSGI console 2019-03-25 15:19:04 -03:00
Carlos Ruiz 66f6dac19d Backed out changeset bbacf89a77a9 - IDEMPIERE-3886 Validate change of Attribute set instance on order lines when the qty reserved > 0 2019-03-24 15:30:46 -03:00
Carlos Ruiz 7ee9d5e7cd IDEMPIERE-3929 "Failed when processing document" & "is mandatory" is not translated. / integrate suggestion from Flemming Birch (sjeffen) 2019-03-24 13:16:00 -03:00
Carlos Ruiz a70411da40 IDEMPIERE-834 improve performance - IDEMPIERE-3929 improve message 2019-03-24 13:15:07 -03:00
Carlos Ruiz cee4edc557 hg merge release-6.2 (merge release6.2 into default) 2019-03-23 21:38:25 -03:00
Carlos Ruiz caaffcdbbc IDEMPIERE-3924 Implement EventHandler for pre/after/post processes / adding suggestion from Hiep 2019-04-05 15:54:31 +02:00
hieplq 59655e3324 IDEMPIERE-3917: add sql logic for display logic of field, process button, customize button 2019-03-20 08:53:05 +07:00
hieplq 322a2413d7 IDEMPIERE-3917:IDEMPIERE-3321:IDEMPIERE-3627: seperate evaluator to common 2019-03-19 09:08:33 +07:00
Carlos Ruiz c9d4d19fdd IDEMPIERE-3928 Make log level configurable on runtime - add "Reload Log Props" button on About window for administrators 2019-03-22 11:06:53 -03:00
Carlos Ruiz 27ec2191e7 IDEMPIERE-3439 Add AD_User.IsSupportUser 2019-03-21 17:47:29 -03:00
Carlos Ruiz 5cbcbcd6ab IDEMPIERE-3916 - prevent NPE 2019-03-21 16:57:50 -03:00
Carlos Ruiz de7a612c81 IDEMPIERE-3798 warning deprecated constructor 2019-03-21 16:21:04 -03:00
Carlos Ruiz 0a0ad7027c IDEMPIERE-3926 Restrict roles in login by type 2019-03-21 16:04:26 -03:00
Carlos Ruiz 760fd61bcc IDEMPIERE-3925 Export button - zip doesn't work for tables without single primary key 2019-03-21 11:58:56 -03:00
Carlos Ruiz cc3796e2b0 IDEMPIERE-868 - improve messages on UUID Generator 2019-03-21 11:31:51 -03:00
Carlos Ruiz 6510c48125 IDEMPIERE-3924 Implement EventHandler for pre/after/post processes 2019-03-20 22:24:29 -03:00
Carlos Ruiz 45498090f7 IDEMPIERE-3916 Better error message to help locating data problems 2019-03-20 14:43:53 -03:00
Carlos Ruiz ec55d45b3d IDEMPIERE-3916 Implement Copy Client from Template in the same database 2019-03-20 12:04:13 -03:00
Carlos Ruiz b7911ce235 IDEMPIERE-3916 / FHEG-599 / one more fix 2019-03-19 12:22:33 -03:00
Carlos Ruiz c42572780b IDEMPIERE-3916 / FHEG-599 / Fix issues with more dictionary exceptions - implement Preserve=* to preserve all IDs 2019-03-19 10:58:11 -03:00
Carlos Ruiz 08079c4df2 IDEMPIERE-236 Centralization of hardcoded IDs 2019-03-18 13:16:35 -03:00
Carlos Ruiz af54ffeda5 IDEMPIERE-3922 Migrated users with 2Pack don't work if hashed password 2019-03-18 11:15:35 -03:00
Carlos Ruiz 7aac035291 IDEMPIERE-3916 / FHEG-599 / Move Client - fix case if the tree node is pointing to an excluded table 2019-03-16 16:38:42 +01:00
Carlos Ruiz bb141e796d hg merge release-6.2 (merge release6.2 into default) 2019-03-16 11:17:29 +01:00
Carlos Ruiz f2c7f02e31 IDEMPIERE-3916 / FHEG-599 / Implement move Client for nodes in tree tables 2019-03-15 18:26:15 +01:00
Carlos Ruiz cfe1b77c11 IDEMPIERE-3916 / FHEG-599 / pre-validate orphans in Move Client 2019-03-15 18:10:01 +01:00
Carlos Ruiz 4f321005d7 IDEMPIERE-3916 / FHEG-599 / Implement migrate ID for nodes in tree tables 2019-03-15 18:09:39 +01:00
Carlos Ruiz 2246afb9ff IDEMPIERE-3916 Process to move client between databases / FHEG-599 / Additional process to migrate ID/UUID 2019-03-14 01:34:07 +01:00
Carlos Ruiz 51abcd9c80 IDEMPIERE-3916 Process to move client between databases / FHEG-599 2019-03-14 00:35:13 +01:00
Carlos Ruiz f42859d5e4 IDEMPIERE-3897 apply same solution as AD_Language to Entitytype 2019-03-09 20:32:55 +01:00
hieplq e7e2d079a8 IDEMPIERE-3897:export csv: reference column export like normal column
I_AD_Language special treatment, it use AD_Language a string column to reference not AD_Language_id
2019-03-06 16:30:58 +07:00
Carlos Ruiz 3c95ce1a60 hg merge release-6.2 (merge release6.2 into default) 2019-03-05 14:16:24 +01:00
Carlos Ruiz b6dc381d11 hg merge release-6.2 (merge release6.2 into default) 2019-03-02 13:00:54 +01:00
Carlos Ruiz f959070adc IDEMPIERE-3907 Enabling Mandatory flag on accounting dimension make account combination duplicate 2019-03-02 12:15:31 +01:00
hieplq e20f725f6c IDEMPIERE-3911:lookup table should consistent 2019-03-02 20:37:28 +07:00
Carlos Ruiz 8acf0ae50f hg merge release-6.2 (merge release6.2 into default) 2019-02-25 12:41:27 +01:00
Carlos Ruiz 5c809d2e87 IDEMPIERE-3940 Allow idempiereMonitor and others to work on load balancer / deactivate also the old restlet server intended to get DB info from swing client (potential security issue) 2019-03-29 14:39:27 -03:00
Carlos Ruiz bf6cb8cb53 hg merge release-6.2 (merge release6.2 into default) 2019-02-17 15:41:00 +01:00
Carlos Ruiz 9aeb90550f IDEMPIERE-3896 Process that fixes M_StorageReservation when wrong reservations are found / peer review - fix for oracle 2019-02-17 11:32:23 +01:00
Diego Ruiz 907eed3f93 IDEMPIERE-3896 Process that fixes M_StorageReservation when wrong reservations are found 2019-02-16 19:53:40 +01:00
Carlos Ruiz 5d55c6e6ef IDEMPIERE-3869 discount / write off tax corrections in allocation post require inverted Debit/Credit logic in certain scenarios; tax rate added to Fact_Acct tax correction postings 2019-02-17 10:06:53 +01:00
Carlos Ruiz ad0ffe1fbf IDEMPIERE-3888 Some date patterns (may) lead to print problems 2019-02-15 18:24:46 +01:00
Carlos Ruiz b65e393e33 IDEMPIERE-1744 after import record. in detail tab, parent key is not load 2019-02-15 16:57:47 +01:00
Carlos Ruiz 5f1c8e0860 IDEMPIERE-1615 Multiple key columns lead to data corruption or data loss 2019-02-14 16:56:02 +01:00
Carlos Ruiz 6c0a7110b5 hg merge release-6.2 (merge release6.2 into default) 2019-02-09 16:41:13 +01:00
Diego Ruiz 8a2a01735e IDEMPIERE-3886 Validate change of Attribute set instance on order lines when the qty reserved > 0 2019-02-09 12:42:03 +01:00
Carlos Ruiz 6ef649afa2 Backed out changeset 76cb3821607f - wrong changes committed by mistake 2019-02-08 13:10:18 +01:00
Carlos Ruiz 6d82731dc5 Fix debian installer control prerequisites for 6.2 2019-02-08 12:56:39 +01:00
Nicolas Micoud 55df014054 IDEMPIERE-2858 Display a Reference List Name in the tab name 2019-02-07 14:34:14 +01:00
Carlos Ruiz 6db1526cdd hg merge release-6.2 (merge release6.2 into default) 2019-01-26 17:48:35 +01:00
Carlos Ruiz e3a151ba47 IDEMPIERE-3879 Error executing Rule / revert IDEMPIERE-3243 and implement different approach 2019-01-26 17:43:29 +01:00
Carlos Ruiz 1a6c14220e IDEMPIERE-3496 FACT_ACCT of Invoice didn't contain LocTo, LocFrom dimensions 2019-01-26 13:46:41 +01:00
Carlos Ruiz 926fe806f8 IDEMPIERE-3509 NPE when csv export order with "Sales Representative" / add validations to avoid wrong column definition 2019-01-26 13:43:35 +01:00
tsvikruha 42f0399bae IDEMPIERE-2692 Copy lines process doesn't handle org properly 2019-01-26 13:07:21 +01:00
Carlos Ruiz 9d3355d6b2 IDEMPIERE-1311 Ability to hide fields on Connection panel 2019-01-25 14:59:03 +01:00
Deepak Pansheriya d6e2058703 IDEMPIERE-3858 Options to create one to one check on payment selection window. 2019-01-04 16:06:47 +05:30
Carlos Ruiz 1b2007ed3b IDEMPIERE-3876 Encoding and line delimiter issues / convert sources to unix line delimiter 2019-01-21 15:37:14 +01:00
Nicolas Micoud 8cabe944f5 IDEMPIERE-3872 Translation files (FR / IT) for password policies 2019-01-19 12:46:37 +01:00
Nicolas Micoud 70b5e48440 IDEMPIERE-3873 Popup of process button displays inactive processes 2019-01-19 11:58:46 +01:00
Carlos Ruiz 4d9912c6e3 IDEMPIERE-2003 Capturing wrong numbers with numeric keypad when decimal separator is not dot / fix a problem with same language using different separator in different countries, for example es_CO vs es_SV 2019-01-17 20:51:48 +01:00
Carlos Ruiz 02009bc22d IDEMPIERE-3870 PackIn issue with transactions 2019-01-15 18:38:01 +01:00
Carlos Ruiz 3456ab5b6b IDEMPIERE-3824 Implement apply packin from folder from command line / improve error messaging and rollback on error 2019-01-15 18:36:59 +01:00
Carlos Ruiz db714f918e IDEMPIERE-3824 Implement apply packin from folder from command line / avoid the plugin running when started from the PackInFolderApplication / make log level a parameter 2019-01-15 13:28:13 +01:00
Carlos Ruiz e1ce7e9ec9 Backed out changeset c14bc0ce677c - IDEMPIERE-3808 - works fine in 2018-12 but not yet in 2018-09 2019-01-10 15:39:41 +01:00
Carlos Ruiz f79dc728a3 IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. As advised by Heng Sin 2019-01-10 15:21:19 +01:00
Carlos Ruiz df55d4649c IDEMPIERE-3431 Posting error for Matched PO if invoice posted while MR is not posted. / integrating fixes from Heng Sin AP2-825 2019-01-09 22:38:08 +01:00
Carlos Ruiz 949c2b02cf IDEMPIERE-3863 Import/Export translation issue with java 11 2019-01-09 16:04:14 +01:00
Carlos Ruiz 090a34eb88 IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. / eclipse still doesn't fully support - avoid annoying warning on launcher 2019-01-07 17:58:10 +01:00
Carlos Ruiz d14338729b IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. 2019-01-07 13:22:58 +01:00
Heng Sin Low 7611c3e3da IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. 2019-01-07 14:59:43 +08:00
Carlos Ruiz 9487335169 Preparing release 6.2 - upgrade versions 2019-01-05 23:56:28 +01:00
Carlos Ruiz 495a863659 Preparing release 6.2 - generate model classes 2019-01-05 23:42:13 +01:00
Carlos Ruiz a33cf4bec5 Preparing release 6.2 2019-01-05 23:34:22 +01:00
Carlos Ruiz a74c2948cd minor fix - webstore broken when login with admin @ gardenworld.com -> a much better solution suggested by Hiep Lq 2019-01-04 14:41:27 +01:00
Carlos Ruiz 8355ea74bf minor fix - webstore broken when login with admin @ gardenworld.com -> RFC6265 Cookie values may not contain character [ ] 2019-01-04 02:05:08 +01:00
Carlos Ruiz 85defe9615 IDEMPIERE-3859 Show Name (translated) instead of Value for list identifiers 2019-01-03 22:53:36 +01:00
hieplq f3db098703 IDEMPIERE-3808:collect info to move idempiere to jdk-11 (jdk intenal package)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367431
implement to don't use intenal package
2018-12-31 04:04:22 +07:00
Carlos Ruiz b32038f30b IDEMPIERE-2911 NF3.0 Tree On Any Table not working correctly in subtab 2018-12-29 00:04:32 +01:00
Carlos Ruiz bce0ae0611 IDEMPIERE-3808 - setup launchers with java 11 2018-12-28 23:14:02 +01:00
Carlos Ruiz e3a39971fc IDEMPIERE-3844 Date+Time not respected in process parameter / peer review - dropping also a legacy TRUNC on number <= - it doesn't make any sense to have trunc on numbers just based on that condition - it's inconsistent 2018-12-28 13:08:34 +01:00
Deepak Pansheriya e964bd84e5 IDEMPIERE-3844: Fix Date+Time not respected in process parameter. 2018-12-27 16:07:27 +05:30
hieplq 6c76b7e4b8 IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update lib j2ee take out from jdk)
this commit by auto adjust from eclipse (exclude server.product.launch)

== setup eclipse like bellow to get stable build ==
1. keep eclipse at Eclipse 2018-09 (https://www.eclipse.org/downloads/packages/release/2018-09/r)
2. install "java-11-support-eclipse" https://marketplace.eclipse.org/content/java-11-support-eclipse-2018-09-49
3. call update "help/check for update"
4. now that eclipse full support jdk-11 and build stable without any issue

ref:https://groups.google.com/d/msg/idempiere/At6xXFyEcGY/IJ1ETiohCwAJ
2018-12-28 15:11:11 +07:00
Carlos Ruiz 8b73a1b743 hg merge experimental (merge experimental into default) 2018-12-27 16:57:47 +01:00
Carlos Ruiz e3cf7d225a hg merge release-6.1 (merge release6.1 into default) 2018-12-27 11:19:27 +01:00
Carlos Ruiz 6037389ced IDEMPIERE-3855 Implement AD_Tree.IsValueDisplayed - FHCA-817 2018-12-26 15:27:12 +01:00
Carlos Ruiz fbb6e1cf53 AP2-191 IDEMPIERE-3837 Revenue Recognition / fix issues discovered in QA 2018-12-26 13:11:01 +01:00
Carlos Ruiz 426951381c IDEMPIERE-3854 Conversion rate must validate period overlapping 2018-12-25 21:39:51 +01:00
Carlos Ruiz f3851b4688 IDEMPIERE-3853 Bug in Auto Allocation / IDEMPIERE-378 2018-12-25 21:39:37 +01:00
Carlos Ruiz 18f789b57c hg merge release-6.1 (merge release6.1 into default) 2018-12-21 16:45:29 +01:00
Carlos Ruiz 1fd56b7609 IDEMPIERE-3850 Performance improvement: implement reporting from read-only replica (from TrekGlobal) 2018-12-18 14:22:17 +01:00
Carlos Ruiz 46bdae37d7 IDEMPIERE-3766 Attachments is remove if storage is not available 2018-12-15 17:28:30 +01:00
Nicolas Micoud ec6d32fdd5 IDEMPIERE-3770 Translation : export only centralized data 2018-12-15 17:00:03 +01:00
Nicolas Micoud 69b0ad5ce8 IDEMPIERE-3780 AD_User.IsNoExpire to override MAX_INACTIVE_PERIOD_DAY 2018-12-15 16:50:08 +01:00
Ricardo Santana 867a86250d IDEMPIERE-3809 Error when packin a workflow node by a 2Pack 2018-12-15 16:32:06 +01:00
Carlos Ruiz 6bf4456dfc IDEMPIERE-3828 Error when packin a Process Parameter by a 2Pack / integrate patch suggested by Bruno de Melo Carvalho (dsoftware55.cc) 2018-12-15 16:27:04 +01:00
Heng Sin Low 021eb6d27f IDEMPIERE-3697 IDEMPIERE-3598 AP2-821 Invoice reversals not updating PO record as expected. Fix condition for auto create of matchpo in matchpo.reverse 2018-12-10 21:30:18 +08:00
hieplq 45e54b5da0 IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update lib j2ee take out from jdk)
https://github.com/eclipse-ee4j
some already release so update, some not yet release so wait

https://eclipse-ee4j.github.io/javamail/
https://eclipse-ee4j.github.io/jaf/
2018-12-23 11:08:13 +07:00
hieplq 942800418e IDEMPIERE-3808:collect info to move idempiere to jdk-11 (zk8.6.0.1, eclipse-1812, java11, tycho 1.3)
still use local repository for maven.to.p2 to continue update library
2018-12-22 15:49:50 +07:00
Carlos Ruiz b8678da0d1 Backed out changeset bbf1c2b204a5 IDEMPIERE-3946 revert tycho 1.4.0 from release 6.2 2019-04-11 19:05:28 +02:00
Heng Sin Low 83c876bc7a IDEMPIERE-3946 Upgrade to Tycho 1.4.0 2019-04-11 20:22:24 +08:00
Nicolas Micoud 123eaf0c6f IDEMPIERE-3786 Number of records in detail grid must not be hardcoded 2018-12-15 14:21:00 +01:00
Carlos Ruiz 2bfa3f4c38 IDEMPIERE-3829 Scheduler not running - ( Failed to create new process instance ) in log / fix java.util.ConcurrentModificationException when running all housekeeping schedulers on start
13:51:15.942-----------> Scheduler.doWork: MProcess[53154-HouseKeeping] [173]
java.util.ConcurrentModificationException
	at java.base/java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:719)
	at java.base/java.util.LinkedHashMap$LinkedValueIterator.next(LinkedHashMap.java:746)
	at org.compiere.model.MTable.get(MTable.java:112)
	at org.compiere.model.Query.<init>(Query.java:134)
	at org.compiere.model.MScheduler.getParameters(MScheduler.java:165)
2018-12-15 14:08:41 +01:00
Carlos Ruiz 5260f31c57 IDEMPIERE-2558 don't allow use old password when change password / fix daysReuse=0 means this feature is not used / do not save password history if not configured / warning on log when saving plain passwords 2018-12-14 14:10:10 +01:00
Carlos Ruiz ed8e16bee4 IDEMPIERE-3829 Scheduler not running - ( Failed to create new process instance ) in log 2018-11-22 13:36:19 -02:00
Carlos Ruiz 7c023a5ac3 IDEMPIERE-3842 Cannot run Synchronize Column on oracle CLOB columns 2018-12-04 15:25:43 +01:00
Carlos Ruiz ac14fcd294 IDEMPIERE-3830 c3p0 defaults are not exploiting the power of c3p0 reliability 2018-11-28 22:17:48 +01:00
Murilo Habermann Torquato 0c3e75c1d0 Refs #6141 - class cast exception ( IDEMPIERE-3832) 2018-11-24 20:32:36 -02:00
Carlos Ruiz e89fbe3b29 IDEMPIERE-3837 Revenue Recognition / peer review 2018-11-28 01:54:58 +01:00
Carlos Ruiz fc2d69e8ab IDEMPIERE-3837 Revenue Recognition - integrate Revenue Recognition implementation from Adaxa 2018-11-28 01:12:21 +01:00
Carlos Ruiz f7e0668ee4 IDEMPIERE-3439 Create System windows to analyze all clients and users / Fix Packin AD_Preference problem 2018-11-23 15:41:50 -02:00
Carlos Ruiz 21a89ab521 IDEMPIERE-3824 Implement apply packin from folder from command line 2018-11-19 12:58:57 -02:00
Carlos Ruiz a7d4a7d690 IDEMPIERE-2648 implement pack-in pack-out handle for infoWindow 2018-11-12 15:29:22 -02:00
Redhuan D. Oon f1b23aa97f IDEMPIERE-3811 Print Format Create From Table needs TrxName 2018-11-11 19:04:39 -02:00
Carlos Ruiz 53a19b0bf1 IDEMPIERE-3813 [MOrder] - Method getShipments() / integrate patch suggested by Gustavo Francisco (gustavo.fr4ncisco) 2018-11-11 18:58:05 -02:00
hieplq f39116d95d IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (delete buckminster stuff) 2018-11-10 10:32:38 +07:00
Carlos Ruiz 30311f6b0a IDEMPIERE-3810 New IDs display type (AD_Reference) created via 2pack are created as String 2018-11-07 17:44:23 -02:00
Carlos Ruiz 7eeb4a8463 More versioning for 6.1 2018-11-04 18:32:21 -02:00
Carlos Ruiz 1e1b9b8bce Generate model for version 6.1 2018-11-04 15:09:32 -02:00
Carlos Ruiz ee4303d453 set version to 6.1 2018-11-04 14:47:53 -02:00
Carlos Ruiz f65f6f5d19 IDEMPIERE-3798 Fix launchers 2018-10-31 21:58:21 +01:00
hieplq 479deb9b27 Merge 2018-10-31 17:31:38 +07:00
hieplq 7ddd9b9692 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse conflic)
use javax.activation bundle from eclipse can resolve issue conflic between tycho buil/eclipse build/eclipse runtime
2018-10-31 10:25:17 +07:00
hieplq 8a04f3e303 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse conflic)
1. new version of cxf need new version of spring so get osgi version from org.apache.servicemix but spring of cxf limit to 4.0 so take 4.3.19.RELEASE_1
http://cxf.apache.org/docs/30-migration-guide.html

2. eclipse auto add --add-modules=ALL-SYSTEM when run eclipse launcher, so when run idempiere server from eclipse encounter bellow condition
   javax.activity, javax.xml.ws is depricate package to remove on jdk11
   that why this module is exclusive from build class path (but by --add-modules=ALL-SYSTEM it appear at runtime)
   we use some replace jar for that package (com.sun.activation for javax.activation)
2018-10-31 04:03:57 +07:00
Carlos Ruiz eba4ceca7f hg merge release-5.1 (merge release5.1 into default) 2018-10-26 15:36:31 +02:00
hieplq 69c91e1111 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (build by tycho issue)
https://bugs.eclipse.org/bugs/show_bug.cgi
https://bugs.eclipse.org/bugs/show_bug.cgi?id=537016

1. use latest jdt for support jdk10

2. tycho resolve dependency to javax.activation, javax.xml.bind from jdk, but jdk don't public it.
eclipse resolve by get highest version from com.sun.activation.javax.activation, jaxb-api
so need use Require-Bundle to force tycho choose com.sun.activation.javax.activation

2.1 if keep both import javax.activation and Require-Bundle com.sun.activation.javax.activation with get bellow exception on tycho but org.adempiere.base don't have this issue
[ERROR] /home/hieplq/1Dev/project/native/idempiere-dev-11/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/factory/DefaultFeedbackService.java:[16]
[ERROR] 	import javax.activation.DataSource;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'DataSource' is not API (restriction on classpath entry '/home/hieplq/.m2/repository/p2/osgi/bundle/com.sun.activation.javax.activation/1.2.0/com.sun.activation.javax.activation-1.2.0.jar')

3. pass --add-exports for org.adempiere.base, install, server and swing
2018-10-25 23:59:10 +07:00
hieplq a0f7e977fe IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update maven project/build/poi)
run auto update maven projec (side effect from 15ccf00c09f5)
also help resolve build maven by jdk 10:
        https://bugs.eclipse.org/bugs/show_bug.cgi
        https://bugs.eclipse.org/bugs/show_bug.cgi?id=537016

now targetplatform have two version of poi but eclipse bind to lower version, so add package dependency to force it
2018-10-25 06:59:03 +07:00
hieplq 19dd05c037 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (CLogMgt ConfigurationListener)
https://bugs.openjdk.java.net/browse/JDK-8029805
2018-10-24 15:51:33 +07:00
hieplq f874979908 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (finalize warning) 2018-10-24 12:40:08 +07:00
hieplq 932e6fe6d0 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (hamless warrning) 2018-10-24 12:38:27 +07:00
hieplq ef57afb335 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constance of BigDecimal move to RoundingMode
2018-10-24 12:11:33 +07:00
hieplq bf3561fc0d IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (clazz.getDeclaredConstructor().newInstance()) 2018-10-24 12:10:32 +07:00
hieplq 61a5fd1c21 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constance of BigDecimal move to RoundingMode
2018-10-24 09:48:52 +07:00
hieplq 52a4a836c8 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:26:40 +07:00
hieplq 155810c3f1 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:25:50 +07:00
hieplq bb6005c5c2 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:23:59 +07:00
hieplq 733ad1c89f IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:17:22 +07:00
hieplq 9957ffa06c IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:09:51 +07:00
hieplq b7aada7a1b IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with static value
2018-10-24 09:02:12 +07:00
hieplq 6bc86a754c IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update lib)
spring, service, xml http://openjdk.java.net/jeps/320
2018-10-23 22:27:06 +07:00
hieplq 1c5a89128b IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (Bundle-RequiredExecutionEnvironment)
eclipse don't reconize Bundle-RequiredExecutionEnvironment 10
2018-10-23 17:29:35 +07:00
hieplq b2fa99b192 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update lib)
update jetty to 12
update almost library to latest version
change org.eclipse.jdt.core.compiler.batch to org.eclipse.jdt.core
change javax.management.j2ee-api to org.apache.geronimo.specs.geronimo-j2ee-management_1.1_spec, reduce dependency and correct dependency of activeMQ
javax.activation to com.sun.activation.javax.activation
lib for service will take from library instea of jdk
groovy to date
2018-10-23 09:36:53 +07:00
Diego Ruiz 86c3c5638f IDEMPIERE-3807 2018-10-23 13:56:36 +02:00
Diego Ruiz 6434e17bca IDEMPIERE-3804 - Reports exported to Excel don't use Print Format Item -> Format Pattern 2018-10-17 17:48:00 +02:00