Skip to content
Success

Changes

Summary

  1. IDEMPIERE-6383 (#2639) (details)
  2. IDEMPIERE-5136: Set Messages at tenant level - Add Title Logic to the Window (#2647) (details)
  3. IDEMPIERE-6386 Detail tabs don't have control over slow or big queries (FHCA-6139) (#2643) (details)
  4. IDEMPIERE-4925 - Adding column for UOM and QtyEntered on Inventory Move (#2636) (details)
  5. IDEMPIERE-5647 Allow definition of context variables by Role (#2649) (details)
Commit ad240baa86f970fb059e61559c018d96bd0be731 by carg67
IDEMPIERE-6383 (#2639)

The file was modifiedorg.adempiere.base/src/org/compiere/model/MInvoiceLine.java
The file was modifiedorg.adempiere.base/src/org/compiere/model/MOrderLandedCost.java
The file was addedmigration/iD12/oracle/202501131651_IDEMPIERE-6383.sql
The file was addedmigration/iD12/postgresql/202501131651_IDEMPIERE-6383.sql
Commit 30c422230bb735b57e92eccac15b1ee1f31aa280 by carg67
IDEMPIERE-5136: Set Messages at tenant level - Add Title Logic to the Window (#2647)

The file was addedmigration/iD12/oracle/202501171818_IDEMPIERE-5136_WindowTitleLogic.sql
The file was addedmigration/iD12/postgresql/202501171818_IDEMPIERE-5136_WindowTitleLogic.sql
Commit d49e51fee8573d855298d41471dd6b643789d551 by carg67
IDEMPIERE-6386 Detail tabs don't have control over slow or big queries (FHCA-6139) (#2643)

* IDEMPIERE-6386 Detail tabs don't have control over slow or big queries (FHCA-6139)

* - ensure that m_rowLoadTimeout is set to true

* - fix info message as suggested by Heng Sin

* - fix one more case of using MRole.getMaxQueryRecords
The file was addedmigration/iD12/postgresql/202501170030_IDEMPIERE-6386.sql
The file was addedmigration/iD12/oracle/202501170030_IDEMPIERE-6386.sql
The file was modifiedorg.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/AbstractADWindowContent.java
The file was modifiedorg.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/FindWindow.java
The file was modifiedorg.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/CompositeADTabbox.java
The file was modifiedorg.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WQuickForm.java
The file was modifiedorg.adempiere.base/src/org/compiere/model/GridTable.java
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/MMovement.java
The file was addedorg.idempiere.test/src/org/idempiere/test/model/InventoryMoveTest.java
The file was modifiedorg.adempiere.base.callout/src/org/compiere/model/CalloutMovement.java
The file was addedmigration/iD12/oracle/202501091801_IDEMPIERE-4925.sql
The file was modifiedorg.adempiere.base/src/org/compiere/model/X_M_MovementLine.java
The file was modifiedorg.adempiere.base/src/org/compiere/model/I_M_MovementLine.java
The file was modifiedorg.adempiere.base/src/org/compiere/model/MMovementLine.java
Commit b575612d5b86044d7e3720038dfb9bc5b91007b8 by carg67
IDEMPIERE-5647 Allow definition of context variables by Role (#2649)

* IDEMPIERE-5647 Allow definition of context variables by Role

- include also predefined context variables from included roles

* - Implement suggestion from Deepak - login role have precedence
The file was modifiedorg.adempiere.base/src/org/compiere/util/Env.java
The file was addedmigration/iD12/postgresql/202501201433_IDEMPIERE-5647.sql
The file was addedmigration/iD12/oracle/202501201433_IDEMPIERE-5647.sql
The file was modifiedorg.adempiere.base/src/org/compiere/model/MRole.java