Skip to content
Success

Changes

Summary

  1. IDEMPIERE-3040 Invoice Price Variations for Average PO costing method (#2428) (details)
  2. IDEMPIERE-2981 Implement JSON Field type + IDEMPIERE-6227 - fixes (#2449) (details)
  3. IDEMPIERE-6263 Wrong line net amount (#2490) (details)
Commit 9f14c96134f5d70590f625dbd718313ea43993d9 by carg67
IDEMPIERE-3040 Invoice Price Variations for Average PO costing method (#2428)

* IDEMPIERE-3040 Invoice Price Variations for Average PO costing method

Co-authored-by: dpansheriya <deepakpansheriya@gmail.com>
The file was modifiedorg.idempiere.test/src/org/idempiere/test/base/MatchInvTestIsolated.java
The file was modifiedorg.adempiere.base/src/org/compiere/acct/Doc_Invoice.java
The file was modifiedorg.adempiere.base/src/org/compiere/model/MAccount.java
The file was modifiedorg.idempiere.test/src/org/idempiere/test/model/MTaxTest.java
The file was modifiedorg.idempiere.test/src/org/idempiere/test/base/MatchInvTest.java
The file was modifiedorg.idempiere.test/src/org/idempiere/test/costing/NonStockedExpTypeAvgPOCostingTest.java
The file was addedorg.idempiere.test/src/org/idempiere/test/FactAcct.java
The file was modifiedorg.idempiere.test/src/org/idempiere/test/model/Allocation2ndAcctSchemaTest.java
The file was modifiedorg.idempiere.test/src/org/idempiere/test/model/ProductionTestIsolated.java
The file was modifiedorg.idempiere.test/src/org/idempiere/test/base/MatchInv2ndAcctSchemaTest.java
The file was modifiedorg.idempiere.test/src/org/idempiere/test/AbstractTestCase.java
The file was modifiedorg.idempiere.test/src/org/idempiere/test/model/AllocationTest.java
The file was modifiedorg.idempiere.test/src/org/idempiere/test/costing/NonStockedExpTypeStdCostingTest.java
The file was modifiedorg.adempiere.base/src/org/compiere/model/MFactAcct.java
The file was modifiedorg.adempiere.base/src/org/compiere/acct/Doc_MatchInv.java
The file was modifiedorg.idempiere.test/src/org/idempiere/test/costing/AveragePOCostingTest.java
The file was modifiedorg.adempiere.base/src/org/compiere/acct/Doc_AllocationHdr.java
The file was modifiedorg.idempiere.test/src/org/idempiere/test/base/InOutTest.java
Commit aaaecb42e939ac1a389968d02e41072e42448d05 by carg67
IDEMPIERE-2981 Implement JSON Field type + IDEMPIERE-6227 - fixes (#2449)

* IDEMPIERE-2981 Implement JSON Field type

- Fix the JSON Editor, is sending to the database the value non prettified

* - Fix issue adding a JSON column with log migration script enabled

When logging migration script the Convert layer is applied, and we didn't implement Convert for the JSON column

* IDEMPIERE-6227 Cannot add a column with spaces on the default value (Convert layer logging migration script)
The file was modifiedorg.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/editor/WJsonEditor.java
The file was modifiedorg.idempiere.test/src/org/idempiere/test/base/Convert_PostgreSQLTest.java
The file was modifiedorg.compiere.db.oracle.provider/src/org/compiere/db/DB_Oracle.java
The file was modifiedorg.compiere.db.postgresql.provider/src/org/compiere/dbPort/Convert_PostgreSQL.java
Commit 89e6e6209fd19a90ef3f6cc32178a558154a4e08 by carg67
IDEMPIERE-6263 Wrong line net amount (#2490)

The file was modifiedorg.idempiere.test/src/org/idempiere/test/model/InvoiceCustomerTest.java
The file was modifiedorg.adempiere.base.process/src/org/compiere/process/InvoiceGenerate.java