Skip to content
Success

Changes

Summary

  1. IDEMPIERE-6334 Non Advanced Role cannot open Chart window (#2582) (details)
  2. IDEMPIERE-6329 Bug in BOM* SQL functions not getting the correct BOM children (#2586) (details)
  3. IDEMPIERE-6332 Implement MChart.getData to return the data used to paint the chart - add chart type (#2589) (details)
  4. IDEMPIERE-6331 - (MWFActivity) SaveError (#2578) (details)
  5. IDEMPIERE-6335 - Create parameter to specify document type in material receipt (#2581) (details)
  6. IDEMPIERE-6341 Automatic Close tabs on Chrome #resolve (#2596) (details)
  7. IDEMPIERE-6342 Issues when renaming a table that already has records saved (#2591) (details)
Commit fd647247bac76b8f12ec61feb5519c11f02ec2d9 by carg67
IDEMPIERE-6334 Non Advanced Role cannot open Chart window (#2582)

The file was addedmigration/iD11/postgresql/202412041755_IDEMPIERE-6334.sql
The file was addedmigration/iD11/oracle/202412041755_IDEMPIERE-6334.sql
Commit 978c8a6e251faedb797b6978f775a61578425dc0 by carg67
IDEMPIERE-6329 Bug in BOM* SQL functions not getting the correct BOM children (#2586)

- fix as suggested by Vitor Santos at mattermost
The file was modifieddb/postgresql/functions/BOM_PriceLimit.sql (diff)
The file was modifieddb/oracle/functions/BOM_PriceLimit.sql (diff)
The file was modifieddb/oracle/functions/BOM_Qty_OnHandForReservation.sql (diff)
The file was modifieddb/oracle/functions/BOM_Qty_Reserved.sql (diff)
The file was modifieddb/postgresql/functions/BOM_Qty_OnHandForReservation.sql (diff)
The file was modifieddb/postgresql/functions/BOM_PriceList.sql (diff)
The file was addedmigration/iD11/oracle/202412091327_IDEMPIERE-6329.sql
The file was modifieddb/oracle/functions/BOM_PriceList.sql (diff)
The file was modifieddb/postgresql/functions/BOM_Qty_Ordered.sql (diff)
The file was modifieddb/postgresql/functions/BOM_Qty_OnHand.sql (diff)
The file was modifiedorg.idempiere.test/src/org/idempiere/test/DictionaryIDs.java (diff)
The file was modifieddb/oracle/functions/BOM_Qty_OnHand.sql (diff)
The file was addedmigration/iD11/postgresql/202412091327_IDEMPIERE-6329.sql
The file was modifieddb/oracle/functions/BOM_PriceStd.sql (diff)
The file was modifieddb/oracle/functions/BOM_Qty_Ordered.sql (diff)
The file was modifieddb/postgresql/functions/BOM_PriceStd.sql (diff)
The file was modifiedorg.idempiere.test/src/org/idempiere/test/base/GetBOMFunctionsTest.java (diff)
The file was modifieddb/postgresql/functions/BOM_Qty_Reserved.sql (diff)
Commit 5ea94dad457e0e1205b30d88ba00144da3390992 by carg67
IDEMPIERE-6332 Implement MChart.getData to return the data used to paint the chart - add chart type (#2589)

The file was modifiedorg.adempiere.base/src/org/compiere/model/MChart.java (diff)
Commit aebedaee28f7024db7319adeac7f1e757d5e854b by carg67
IDEMPIERE-6331 - (MWFActivity) SaveError (#2578)

The file was modifiedorg.adempiere.base/src/org/compiere/wf/MWFActivity.java (diff)
Commit 2ea4730458ea5b73b1f24b93aead7e6a51f16d39 by carg67
IDEMPIERE-6335 - Create parameter to specify document type in material receipt (#2581)

* IDEMPIERE-6335 - Create parameter to specify document type in material receipt

* IDEMPIERE-6335 - Adjust to use centralized ID management

* IDEMPIERE-6335 - apply the patch
The file was addedmigration/iD11/oracle/202412101102_IDEMPIERE-6335.sql
The file was modifiedorg.adempiere.base.process/src/org/compiere/process/InvoiceCreateInOut.java (diff)
The file was addedmigration/iD11/postgresql/202412101102_IDEMPIERE-6335.sql
Commit f38495127791d14bfc7a7ec6ebc063b0305f999a by carg67
IDEMPIERE-6341 Automatic Close tabs on Chrome #resolve (#2596)

The file was modifiedorg.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/part/WindowContainer.java (diff)
Commit 751f6a5d33201a9acf779083b9ac3db4613bc1c0 by carg67
IDEMPIERE-6342 Issues when renaming a table that already has records saved (#2591)

The file was modifiedorg.adempiere.base/src/org/compiere/process/DatabaseTableRename.java (diff)