Skip to content
Success

Changes

Summary

  1. IDEMPIERE-6193: Trial Balance : remove lines where account has no beg… (#2422) (details)
  2. IDEMPIERE-6314 Issues with attachment on System records (#2556) (details)
  3. IDEMPIERE-6316: Wrong Name on RecordInfo panel when the value of the … (#2560) (details)
  4. IDEMPIERE-6317 - Create message for errors in msysconfig (#2564) (details)
  5. IDEMPIERE-6314 Issues with attachment on System records (#2567) (details)
  6. IDEMPIERE-6332 Implement MChart.getData to return the data used to paint the chart (#2579) (details)
Commit 9bb107864f5b06bf7a6d288c3dbef5880d05681e by carg67
IDEMPIERE-6193: Trial Balance : remove lines where account has no beg… (#2422)

* IDEMPIERE-6193: Trial Balance : remove lines where account has no beginning balance and movement

* IDEMPIERE-6193: Trial Balance : remove lines where account has no beginning balance and movement - patch from Carlos

Co-Authored-By: Carlos Ruiz <carg67@gmail.com>

---------

Co-authored-by: Carlos Ruiz <carg67@gmail.com>
The file was modifiedorg.adempiere.base/src/org/compiere/report/TrialBalance.java
Commit 38f452e4b0a37d3a928107f746af530c15fb2b1c by carg67
IDEMPIERE-6314 Issues with attachment on System records (#2556)

* IDEMPIERE-6314 Issues with attachment on System records

* - change approach to make it read-only

* - support for UUID key tables
- IDEMPIERE-5567 fix for the PO.is_new method
The file was modifiedorg.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/WAttachment.java
The file was modifiedorg.adempiere.base/src/org/compiere/model/PO.java
The file was modifiedorg.adempiere.base/src/org/compiere/model/MAttachment.java
Commit be264655dcc65fe21568ac3b3658d87a1f2b5640 by carg67
IDEMPIERE-6316: Wrong Name on RecordInfo panel when the value of the … (#2560)

* IDEMPIERE-6316: Wrong Name on RecordInfo panel when the value of the column is Context

* IDEMPIERE-6316: Wrong Name on RecordInfo panel when the value of the column is Context

Change all translate to getElement

* IDEMPIERE-6316: Wrong Name on RecordInfo panel when the value of the column is Context - patch from Carlos

Co-Authored-By: Carlos Ruiz <carg67@gmail.com>

---------

Co-authored-by: Carlos Ruiz <carg67@gmail.com>
The file was modifiedorg.adempiere.base/src/org/compiere/util/Msg.java
The file was modifiedorg.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WRecordInfo.java
Commit b6e25d71f855ff6aa9f8b83df4c34d8dec6e54ab by carg67
IDEMPIERE-6317 - Create message for errors in msysconfig (#2564)

* IDEMPIERE-6317 - Create message for errors in msysconfig

* IDEMPIERE-6317 - Create message for errors in msysconfig
The file was addedmigration/iD11/postgresql/202411260821_IDEMPIERE-6317.sql
The file was addedmigration/iD11/oracle/202411260821_IDEMPIERE-6317.sql
The file was modifiedorg.adempiere.base/src/org/compiere/model/MSysConfig.java
Commit 36c08e7476471a9415d5e1bf985d4bc71637d01a by carg67
IDEMPIERE-6314 Issues with attachment on System records (#2567)

- IDEMPIERE-5567 fix for the PO.is_new method
The file was modifiedorg.adempiere.base/src/org/compiere/model/PO.java
Commit e5f364f391536e77b99867f1eaf07fba7190df5e by carg67
IDEMPIERE-6332 Implement MChart.getData to return the data used to paint the chart (#2579)

The file was modifiedorg.adempiere.base/src/org/compiere/model/MChart.java