Commit Graph

380 Commits

Author SHA1 Message Date
hieplq 31ad04d7ef IDEMPIERE-3531:auto update by eclipse when import project to new workspace by choose import exists maven project 2018-02-18 23:41:09 +07:00
hieplq 9482f02dec IDEMPIERE-3531:add maven tycho configuration 2018-02-10 16:42:06 +07:00
hieplq b8caaa1549 IDEMPIERE-3531:some plugin don't include class on output maven when export
"bin.includes = ." is mandatory for maven build
2018-02-11 00:37:05 +07:00
hieplq d7808da56a IDEMPIERE-3531:setting output build, jdk follow project convert from pure plugin to maven
a mavent project convert from plugin have flow default rule
   1. maven project prefer setting JRE to Execution environment, so .classpath is updated
   2. java class compliment to target/classes/, so build.propertie is updated
   3. JDK compliance configuration setting per project (only this option), so .settings/org.eclipse.jdt.core.prefs is created

extra setting about warning done manual to resolved
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367431

   it happend on bundle use non-standard java package
      org.adempiere.base/.settings/org.eclipse.jdt.core.prefs
      org.adempiere.ui.swing/.settings/org.eclipse.jdt.core.prefs

   on org.adempiere.server, old method add accessrules to classpathentry don't work for maven build.
   so change to warning method make it consitent with other
      org.adempiere.server/.settings/org.eclipse.jdt.core.prefs
2018-02-03 01:39:47 +07:00
hieplq b6d9886732 IDEMPIERE-3531:standard lib folder
on all project, put library into lib folder, so easy apply parametrize
remove some unuse (don't see reference) library
2018-02-02 13:47:07 +07:00
Carlos Ruiz 50c53e04f7 IDEMPIERE-3615 Import CSV Process not processing detail callouts -> data corruption 2018-01-15 11:29:07 +01:00
Carlos Ruiz 3c10b2c455 IDEMPIERE-3604 improve error messages when process access rights are not set / IDEMPIERE-1920 2018-01-08 15:24:23 +01:00
Diego Ruiz 43cfdd2a96 IDEMPIERE-2825 - Pluggable product pricing 2017-12-18 18:40:11 +01:00
Nicolas Micoud 524be5d6a3 IDEMPIERE-3577 Replace now() - postgres specific - by sysdate 2017-12-11 18:06:33 +01:00
Carlos Ruiz d63062d0d0 New version 2017-10-31 23:12:29 +01:00
Carlos Ruiz a036839491 hg merge release-4.1 (merge release4.1 into default) 2017-10-31 17:55:06 +01:00
Carlos Ruiz 267fab419a IDEMPIERE-3529 - Add parameters to InvoicePrint process / peer review 2017-10-25 18:41:23 +02:00
Carlos Ruiz 84b9538c14 hg merge release-4.1 (merge release4.1 into development) 2017-09-08 16:05:42 +02:00
Carlos Ruiz 82ba01d4a3 IDEMPIERE-3469 MProductPricing does not consider new Product in current transaction / peer review - solve deprecated warnings 2017-09-08 15:29:41 +02:00
Carlos Ruiz fb35ec9d68 IDEMPIERE-3416 Implement the ability to track open DB connections 2017-06-30 16:45:12 +02:00
Carlos Ruiz 9bfe040d9b Integrate patches from hengsin - IDEMPIERE-3416 Implement the ability to track open DB connections (1007726/1008135) 2017-06-30 15:57:15 +02:00
Heng Sin Low 9eef8e0ca8 IDEMPIERE-3352 Enhancement of Batch Level Costing. 2017-06-04 17:11:03 +08:00
hieplq 07b1f8ddc0 IDEMPIERE-3364:Sequence Check don't respect inactive record of ad_table 2017-05-18 18:17:05 +07:00
Carlos Ruiz 9c170f8b71 IDEMPIERE-3363 SequenceCheck case for DB.executeUpdate 2017-05-19 11:18:41 +02:00
Carlos Ruiz 55e074dc5e IDEMPIERE-37 Make iDempiere safer using saveEx instead of save / found and fix more cases using save - or ignoring the error of save 2017-03-31 18:29:53 +02:00
Carlos Ruiz f474ad12f6 1006079 Ease edit of OnLine Context Help. / IDEMPIERE-3438 (integrating contribution from hengsin) 2016-07-05 23:07:48 +08:00
Heng Sin Low 41803aea7c 1006483 Ease edit of Field label, description and Help / IDEMPIERE-3438 2016-07-01 16:17:49 +08:00
Carlos Ruiz 94ddd650a0 IDEMPIERE-3326 Issue with Import GL Journal - OrgTrxValue mapped Incorrectly / integrate patch suggested by Chuck Boecking 2017-03-31 16:31:37 +02:00
Heng Sin Low 3309d9a157 IDEMPIERE-3305 Material Policy Date for products with and without ASI. Use MovementDate or MStorageOnHand.datempolicy instead of M_AttributeSetInstance.Created 2017-03-16 21:16:53 +08:00
markus_bozem f83ee64a52 IDEMPIERE-3039 Add IBAN and Swift fields to Business Partner/Bank Account 2017-01-18 15:56:13 +01:00
Carlos Ruiz 503ec9d9e2 IDEMPIERE-3279 Implement configurable Write-Off in Payment Selection / multicurrency 2017-01-13 19:07:26 +01:00
Carlos Ruiz afaedf1bf6 IDEMPIERE-3279 Implement configurable Write-Off in Payment Selection 2017-01-13 17:50:38 +01:00
Carlos Ruiz 59ce34cedb IDEMPIERE-448 Add CopyFrom on Bank Statement / add copying description for non-payment lines 2016-11-06 11:00:31 +01:00
Carlos Ruiz 3d985bd0ed change references to new version 2016-10-30 20:30:07 +01:00
Carlos Ruiz 2f05d731c1 hg merge release-3.1 (merge release3.1 into development) 2016-09-03 20:54:17 +02:00
hieplq 54bca51007 IDEMPIERE-3136:all stuff relate library of idempiere
remove version of dependency bundle
2016-07-07 12:51:24 +07:00
hieplq 116cde1e96 IDEMPIERE-3136:all stuff relate library of idempiere
set runtime of all project to 1.8
2016-07-07 10:59:31 +07:00
hieplq 4ae72bb050 IDEMPIERE-3136:all stuff relate library of idempiere
because each project don't have partical build setting, so let control from workspace
2016-07-07 10:14:33 +07:00
Heng Sin Low 2074c9622d IDEMPIERE-3176 1006115 Bug when adding ASI product line on Physical Inventory window. 2016-09-03 17:34:51 +02:00
Carlos Ruiz 5cfb8bce61 IDEMPIERE-3159 Importing Orders / Invoices implicitly creating BPs fail to see BPs already created in the same import process / integrate patch contributed by Daniel Haag (dhdx) 2016-08-24 15:03:55 +02:00
hieplq 52da25249b IDEMPIERE-3106:RequestEmailProcessor does not set values during CheckInputParameter 2016-05-18 01:42:03 +07:00
Dirk Niemeyer 1937b947c3 IDEMPIERE-3067 Improve Sales Management 2016-05-08 21:19:28 -07:00
Carlos Ruiz 7bf6ef3296 IDEMPIERE-3082 Production posting not balanced when serializing finished product 2016-04-21 19:13:27 -07:00
Carlos Ruiz 9a558f8997 IDEMPIERE-1425 Account element improvements / fix tree driven by value not working for multiple trees on element value / implement fix tree driven by value on verify tree 2016-04-18 22:47:55 -07:00
Diego Ruiz 42f3bd217b IDEMPIERE-3022 Copy Columns from table error message 2016-02-01 17:19:21 +01:00
Diego Ruiz ec152cb618 IDEMPIERE-3005 Copy view and view components 2016-02-03 17:12:09 +01:00
Carlos Ruiz 6a8183effa Update product version to 3.1.0 2015-10-30 21:18:07 -05:00
Carlos Ruiz 993901c7d7 IDEMPIERE-2811 Each Record should have a primary key / Implement for M_ProductPrice / Peer review 2015-10-16 10:19:26 -05:00
Chuck Boecking 77e1325b9e IDEMPIERE-2811 Each Record should have a primary key / Implement for M_ProductPrice 2015-10-16 10:11:50 -05:00
Carlos Ruiz bbb4d42d46 hg merge release-2.1 (merge release2.1 into development) 2015-10-07 08:39:12 -05:00
Carlos Ruiz 3f7ac44fec IDEMPIERE-2865 Over/Underpayment doesnt calculated properly from Bank Statment/Create Payment process / additional case for full payment 2015-10-03 18:11:06 -05:00
michal_zilincar 13a13bd93b IDEMPIERE-2865 Over/Underpayment doesnt calculated properly from Bank Statment/Create Payment process 2015-09-21 21:01:36 +02:00
Deepak Pansheriya ce07ca20db IDEMPIERE-246: Fix issue of wrong parameter passed. 2015-09-17 17:42:12 +05:30
Carlos Ruiz 6ccc971cfe IDEMPIERE-2797 Import CSV not able to complete a sales order 2015-08-26 15:39:25 -05:00
Carlos Ruiz 4d933e8287 refactor IDEMPIERE-1132 foreign key management for ticket IDEMPIERE-2745 2015-08-17 19:27:33 -05:00