Commit Graph

233 Commits

Author SHA1 Message Date
Carlos Ruiz 0fa717cf0a
IDEMPIERE-4083 currency rate by document or by transaction (#182)
Integrating a contribution from TrekGlobal developed by Heng Sin
2020-07-30 15:46:43 +08:00
Carlos Ruiz 84577578ea
IDEMPIERE-4309 Changing the UOM field in an order doesn't change the price field / IDEMPIERE-2540 (#126) 2020-06-24 17:09:17 +02:00
hieplq 9a35f2054d
IDEMPIERE-4314:eclipse project setting independent JDK (#90) 2020-06-01 11:30:00 +08:00
hieplq 595e0df99c
Idempiere-4298:support update jdk (jdk 12 13 14) (#69)
* IDEMPIERE-4298: remove Bundle-RequiredExecutionEnvironment

when build by tycho value of Bundle-RequiredExecutionEnvironment and jdt need to compatibility
in case we use Bundle-RequiredExecutionEnvironment = 11 then can't build by jdk != 11
so stick on fix value isn't good

eclipse now also support Require-Capability, so don't need Bundle-RequiredExecutionEnvironment anymore

* IDEMPIERE-4298:support update jdk (jdk 12 13 14)

default environment still jdk-11 but you can build for any jdk by below command

export JAVA_HOME=path to jdk
mvn verify -Djdk.version=11

in case on JAVA_HOME is jdk 14 then can set jdk.version for 11, 12, 13, 14 and same for other jdk

at moment java 14 just support on eclipse 2020-03 with install plugin
Java 14 Support for Eclipse 2020-03 (4.15)
2020-05-20 11:18:31 +08:00
hengsin c3cad0d1e2
IDEMPIERE-4249 Platform Refresh for 7.1z (#19)
Upgrade to Tycho 1.7.0, Eclipse 2020-03, Zk 9.0.1 and Jetty 9.4.28
2020-04-30 16:01:19 +02:00
Carlos Ruiz 190ef9d75c Merge release-7.1 into master 2020-04-26 13:45:06 +02:00
Carlos Ruiz 3ede3738de IDEMPIERE-4245 Set GL Category automatically for GL Journal / implement the same in callouts 2020-04-22 20:17:57 +02:00
hengsin df5b0c2ea8 IDEMPIERE-4177 Replace SYSDATE with getDate() 2020-03-03 10:07:14 +08:00
Carlos Ruiz 64eadf1822 release 7.1 process - set version in configuration files 2019-11-21 23:28:48 +01:00
Murilo Habermann Torquato 69cc3237c9 IDEMPIERE-3971 - implement new options (carlos suggestions) 2019-10-09 10:46:54 -03:00
Murilo Habermann Torquato 372c531ef7 IDEMPIERE-3971 - process customization 2019-05-16 09:31:34 -03: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
Heng Sin Low 0d8cbeb5bc IDEMPIERE-3961 GL Journal - Switching accounting schema removes PERIOD 2019-05-08 17:39:55 +08: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 963009b7c7 IDEMPIERE-3906 Make mandatory location on BP quick entry optional on certain tables / integrate contribution from TrekGlobal AP2-580 2019-02-28 16:15:26 +01:00
Nicolas Micoud 1205178ef0 IDEMPIERE-3904 Harmonize list of component in MANIFEST.MF 2019-02-27 12:51:25 +01:00
Carlos Ruiz d2a5982e48 IDEMPIERE-1752 fix problem with CostAdjustmentCalloutFactory 2019-02-15 16:59:08 +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
Carlos Ruiz 1b2007ed3b IDEMPIERE-3876 Encoding and line delimiter issues / convert sources to unix line delimiter 2019-01-21 15:37:14 +01:00
Carlos Ruiz 175166bc12 IDEMPIERE-3865 Payment term discount on payment doesnt consider the payment amount 2019-01-19 12:35:05 +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 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
Carlos Ruiz 9487335169 Preparing release 6.2 - upgrade versions 2019-01-05 23:56:28 +01:00
Carlos Ruiz 7eeb4a8463 More versioning for 6.1 2018-11-04 18:32:21 -02:00
Carlos Ruiz ee4303d453 set version to 6.1 2018-11-04 14:47:53 -02:00
hieplq 5e5d79f614 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (add Vendor info to bundle) 2018-10-24 13:07:45 +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 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 0a010a526d IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update maven project)
run auto update maven projec (side effect from 15ccf00c09f5).
2018-10-24 08:56:57 +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 82c8c5b31d IDEMPIERE-3798:Move iDempiere default branch to openjdk 10
change targetPlatform and classpath to JavaSE-10
2018-10-16 07:08:34 +07:00
Carlos Ruiz 53583c1a1d hg merge release-5.1 (merge release5.1 into default) 2018-09-27 20:48:58 +02:00
hieplq fe0f36668b IDEMPIERE-3531: add manifest for java 9 warning 2018-09-11 09:04:49 +07:00
Carlos Ruiz 22460071c0 IDEMPIERE-2621 Assign default warehouse from Org on inventory docs 2018-09-08 15:52:47 +02:00
Carlos Ruiz a82536b2c6 IDEMPIERE-3776 Callout BPartnerBill not setting properly dependent fields when called from another callout 2018-08-21 19:08:15 +02:00
Carlos Ruiz ab5c5817fa IDEMPIERE-3743 Changing price list does not change currency when entering an invoice/order (AP2-383) 2018-07-11 13:34:43 +02:00
Carlos Ruiz ac0b824eee hg merge release-5.1 (merge release5.1 into default) 2018-08-29 20:42:42 +02:00
Carlos Ruiz 40bcba3ce2 hg merge release-5.1 (merge release5.1 into default) 2018-07-14 18:03:36 +02:00
Carlos Ruiz 919b6f34db hg merge release-5.1 (merge release5.1 into default) 2018-05-17 21:59:23 +02:00
Diego Ruiz 389ffe4927 IDEMPIERE-3705 Define customer or vendor by context when creating new BPs via QuickEntry 2018-05-03 16:54:15 +02:00
hieplq d777e2982c Merge with default 2018-03-19 19:50:01 +07:00
Carlos Ruiz 476b1283e8 hg merge release-5.1 (merge release5.1 into default) 2018-03-19 08:27:33 -03:00
hieplq 6bb1c5ecc3 Merge with default 2018-02-26 03:11:15 +07:00
Carlos Ruiz 3de59aa95b IDEMPIERE-3639 Placeholders for every fields / peer review 2018-02-24 14:29:46 +01:00
Nicolas Micoud 0c1b9fd6b9 IDEMPIERE-3639 Placeholders for every fields 2018-02-24 14:28:40 +01:00
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 6085b864e3 IDEMPIERE-3610 NPE setting default NULL for Sales Order Line > Quantity 2018-01-10 20:51:00 +01:00
Carlos Ruiz 62e61b2833 IDEMPIERE-3594 Wrong callout rules for PaymentRule 2017-12-31 12:11:17 +01:00
Carlos Ruiz 9683bd7ea5 IDEMPIERE-3587 RequisitionCallout create model from parent gridtab / integrate patch from Ben Parker (benparker_93) 2017-12-27 15:59:07 +01:00
Diego Ruiz 8bca99e93c IDEMPIERE-2825 - Pluggable product pricing 2017-12-27 15:58:13 +01:00
Diego Ruiz 43cfdd2a96 IDEMPIERE-2825 - Pluggable product pricing 2017-12-18 18:40:11 +01:00
Carlos Ruiz d63062d0d0 New version 2017-10-31 23:12:29 +01: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 c663b563b4 IDEMPIERE-3443 Payment Schedule leading to -> Current record was changed by another user, please ReQuery 2017-08-03 14:05:44 +02:00
Carlos Ruiz 5fee4bf291 IDEMPIERE-3401 Orderline Discount Context issue 2017-06-24 19:00:55 +02:00
Carlos Ruiz df7de8087a IDEMPIERE-3330 Shipment Line - movement qty field not shown until qty is changed 2017-03-31 18:10:05 +02:00
Carlos Ruiz 3f0872261b IDEMPIERE-2825 - Pluggable product pricing - solve the NPE while still allowing new columns in line to be used by the plugin 2018-05-01 13:54:41 +02:00
Carlos Ruiz 7c48dd78af IDEMPIERE-2825 - Pluggable product pricing / partial backout of 7338b68 - to avoid NPE when importing invoices, on import time the pricing is called at a time where the line still doesn't have a header in database 2018-05-01 13:31:50 +02:00
Carlos Ruiz 4aac55cca2 IDEMPIERE-3654 1008749 Fix performance issue with bpartner field callout. 2017-12-15 14:17:21 +01:00
Heng Sin Low ad868d100c IDEMPIERE-3654 1008749 Fix performance issue with bpartner field callout. 2017-12-15 18:42:01 +08:00
Carlos Ruiz 0525d03dd0 IDEMPIERE-3279 Implement configurable Write-Off in Payment Selection / multicurrency 2017-01-13 19:32:41 +01:00
Carlos Ruiz afaedf1bf6 IDEMPIERE-3279 Implement configurable Write-Off in Payment Selection 2017-01-13 17:50:38 +01:00
Carlos Ruiz 3d985bd0ed change references to new version 2016-10-30 20:30:07 +01:00
Carlos Ruiz 118bbbebd8 hg merge release-3.1 (merge release3.1 into development) 2016-10-29 11:21:00 +02:00
Redhuan D. Oon ebe2d32301 IDEMPIERE-3223 NPE when choose document type of sale order 2016-10-26 13:44:40 +02:00
Carlos Ruiz ad995ae3b9 hg merge release-3.1 (merge release3.1 into development) 2016-09-27 15:25:10 +02:00
Carlos Ruiz 35933b6ce2 IDEMPIERE-3001 CalloutInventory.product: can't fill asi after save physical inventory line also don't update Quantity book 2016-09-09 16:19:36 +02: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 2c4b9163ae IDEMPIERE-2676 Incorrect context variables - onNavigate Callout / make on navigate callout read only 2016-09-03 16:17:23 +02:00
Soo Fang Lee d0ef43655e IDEMPIERE-3046 Add Currency Field to Cost Adjustment Window
Resolve issue Costing-level=batch/lot in the cost adjustment line with error message No costing record.
2016-05-05 22:22:50 -07:00
Soo Fang Lee f5ab7ac27e IDEMPIERE-3047 Cost Adjustment propagate wrong cost amount to Organization accounting schema denoted in different currency 2016-05-05 22:09:37 -07:00
Carlos Ruiz 32b3ea2fe4 Fix NPE in IDEMPIERE-1180 Cost Adjustment Document for Standard and Average Costing. 2016-04-28 22:19:04 -07:00
Carlos Ruiz c600cea235 IDEMPIERE-3035 Potential data corruption selection sales order line on shipment 2016-02-19 17:13:33 +01:00
Carlos Ruiz 79ff4ff169 IDEMPIERE-1140 Copy record uses wrong quantity when used in shipment line / receipt line - fix also UOM in case is different 2016-01-17 18:14:45 +01:00
Carlos Ruiz 6a8183effa Update product version to 3.1.0 2015-10-30 21:18:07 -05:00
tsvikruha e38b301b75 IDEMPIERE-2753 Discount is not calculated when Price List Price <1 2015-09-20 22:30:38 +02:00
tsvikruha b493a2567d IDEMPIERE-2746 Invoice (customer) doesnt load Sales Rep from Business Partner 2015-08-03 08:25:10 +02:00
Carlos Ruiz c30cffc2a6 hg merge release-2.1 (merge release2.1 into development) 2015-07-01 21:05:10 -05:00
hieplq 921064745d IDEMPIERE-2391:none tax make callout CalloutInvoiceBatch rise NPE when calculator 2015-01-09 11:15:25 +07:00
Carlos Ruiz 5b994458ae IDEMPIERE-2627 After selecting the Business Partner on an Invoice, the order ref. is blanked out / thanks to Neil Gordon 2015-07-01 20:13:33 -05:00
Carlos Ruiz ac460b523a IDEMPIERE-2605 Bypass Product Qty checks/warnings in CalloutOrder when order is DropShip / based on patch from Carlin Reed (creed.gds) 2015-05-13 11:18:09 -05:00
Carlos Ruiz b084a39950 IDEMPIERE-2540 Allowing Vendor qty break to specify breaks for all customers / peer review 2015-03-25 18:47:05 -05:00
Carlos Ruiz c37f287cb3 hg merge release-2.1 (merge release2.1 into development) 2015-05-13 18:52:08 -05:00
Carlos Ruiz e4c0fdd849 hg merge release-2.1 (merge release2.1 into development) 2015-03-25 19:02:45 -05:00
Carlos Ruiz bb9b63bdc7 hg merge release-2.1 (merge release2.1 into development) 2015-02-25 19:20:43 -05:00