Skip to content
Success

Changes

Summary

  1. IDEMPIERE-4925 - Adding column for UOM and QtyEntered on Inventory Move (#2636) (details)
  2. IDEMPIERE-6389: Move test done in AmtInWords_ES.main to the unit test… (#2646) (details)
  3. IDEMPIERE-4827 Unify Evaluatee Implementation (#2652) (details)
Commit 2acfbafec22a66b8af3e325958dbebdbc3ae4860 by carg67
IDEMPIERE-4925 - Adding column for UOM and QtyEntered on Inventory Move (#2636)

* IDEMPIERE-4925 - Adding column for UOM and QtyEntered on Inventory Move

* IDEMPIERE-4925 - Adding column for UOM and QtyEntered on Inventory Move - Peer review changes

* IDEMPIERE-4925 - Adding column for UOM and QtyEntered on Inventory Move - fix migration scripts

* IDEMPIERE-4925 - Adding column for UOM and QtyEntered on Inventory Move - fix migration scripts

* IDEMPIERE-4925 - Adding column for UOM and QtyEntered on Inventory Move - fix javadoc client/tenant

* IDEMPIERE-4925 - Adding column for UOM and QtyEntered on Inventory Move - set UOM on reverse to avoid potential errors if allow copy in dictionary is changed

* IDEMPIERE-4925 - Adding column for UOM and QtyEntered on Inventory Move - throw error when an invalid line is created with UOM and qties set wrongly

* IDEMPIERE-4925 - Adding column for UOM and QtyEntered on Inventory Move - checkqtyAvailability when changing UOM

* IDEMPIERE-4925 - Adding column for UOM and QtyEntered on Inventory Move - when product is null callout should not do anything

* IDEMPIERE-4925 - Adding column for UOM and QtyEntered on Inventory Move - check qty available on locator change

* IDEMPIERE-4925 - Adding column for UOM and QtyEntered on Inventory Move - migration script

* IDEMPIERE-4925 - Adding column for UOM and QtyEntered on Inventory Move - Add more logic to match CalloutOrder and call always qty instead of having two callout methods
The file was addedmigration/iD12/postgresql/202501091801_IDEMPIERE-4925.sql
The file was modifiedorg.adempiere.base/src/org/compiere/model/I_M_MovementLine.java
The file was modifiedorg.adempiere.base/src/org/compiere/model/MMovement.java
The file was modifiedorg.adempiere.base/src/org/compiere/model/MMovementLine.java
The file was addedmigration/iD12/oracle/202501091801_IDEMPIERE-4925.sql
The file was modifiedorg.adempiere.base.callout/src/org/compiere/model/CalloutMovement.java
The file was addedorg.idempiere.test/src/org/idempiere/test/model/InventoryMoveTest.java
The file was modifiedorg.adempiere.base/src/org/compiere/model/X_M_MovementLine.java
Commit dbb5b03cd7a38b7924f5343adb63c6c74ae47b6c by carg67
IDEMPIERE-6389: Move test done in AmtInWords_ES.main to the unit test… (#2646)

* IDEMPIERE-6389: Move test done in AmtInWords_ES.main to the unit tests package

* IDEMPIERE-6389: Move test done in AmtInWords_ES.main to the unit tests package

remove main method from AmtInWords_ES
move test class to org.idempiere.test.base
add a test without decimal point

* IDEMPIERE-6389: Move test done in AmtInWords_ES.main to the unit tests package

use assertEqual as suggested by @hengsin
The file was addedorg.idempiere.test/src/org/idempiere/test/base/AmtInWordsTest.java
The file was modifiedorg.adempiere.base/src/org/compiere/util/AmtInWords_ES.java
Commit ef8aef87fdc7dd5538e4d85806bb9f4b4b0c8ad7 by carg67
IDEMPIERE-4827 Unify Evaluatee Implementation (#2652)

* IDEMPIERE-4827 Unify Evaluatee Implementation

- fix case of @AD_Client_ID@ not being discovered on window

* - implement solution suggested by Heng Sin
The file was modifiedorg.idempiere.test/src/org/idempiere/test/base/EnvTest.java
The file was modifiedorg.adempiere.base/src/org/compiere/util/Env.java