Notes |
|
|
Probably the solution is just to modify the There is needed to set the "Used as record Identifier" flag to the column description of the table fact_acct and remove the flag in the ID field |
|
|
(0026644)
|
hgbot
|
2010-04-23 17:33
|
|
Repository: erp/devel/pi
Changeset: ade5b974f0db7dadb442cceaebd8e502b3fb76a6
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Apr 23 17:32:58 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ade5b974f0db7dadb442cceaebd8e502b3fb76a6 [^]
Fixes issue 0012628: When clicking Linked Items in Business Partner window, Accounting Transaction Details show database IDs
---
M src-core/src/org/openbravo/data/Parameter.java
M src-core/src/org/openbravo/data/Sql.java
M src-core/src/org/openbravo/data/Sqlc.java
M src-core/src/org/openbravo/data/UtilSql.java
M src-db/database/sourcedata/AD_COLUMN.xml
---
|
|
|
(0026648)
|
hgbot
|
2010-04-23 17:55
|
|
Repository: erp/devel/pi
Changeset: 3cef9d762a0c72ee0d8ddbfecea470615eacb028
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Apr 23 17:55:02 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3cef9d762a0c72ee0d8ddbfecea470615eacb028 [^]
Fixes issue 0012628: When clicking Linked Items in Business Partner window, Accounting Transaction Details show database IDs
---
M src-core/src/org/openbravo/data/Parameter.java
M src-core/src/org/openbravo/data/Sql.java
M src-core/src/org/openbravo/data/Sqlc.java
M src-core/src/org/openbravo/data/UtilSql.java
---
|
|
|
|
* Testing of the issue:
To test the issue just follow the steps to test and realize that now instead of IDs for Accounting transaction details it appear the description field
* Explanation of the changeset that fixes the issue:
This changeset only modifies the file AD_COLUMN to set the "Used as record Identifier" flag to the column description of the table fact_acct and remove the flag in the ID field.
The second change set is just to revert a wrong publication of the other files pushed in the first commit.
* Other areas affected by the changeset:
This change set only modifies the areas affected by the issue. |
|
|
|
|
|
|
|
|
|
|
|
(0027985)
|
hgbot
|
2010-06-04 14:46
|
|
Repository: erp/devel/pi
Changeset: 2829b162bd2148d4fe08077e93e583b731dfb956
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Apr 23 17:32:58 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2829b162bd2148d4fe08077e93e583b731dfb956 [^]
Fixes issue 0012628: When clicking Linked Items in Business Partner window, Accounting Transaction Details show database IDs
---
M src-core/src/org/openbravo/data/Parameter.java
M src-core/src/org/openbravo/data/Sql.java
M src-core/src/org/openbravo/data/Sqlc.java
M src-core/src/org/openbravo/data/UtilSql.java
M src-db/database/sourcedata/AD_COLUMN.xml
---
|
|
|
(0027989)
|
hgbot
|
2010-06-04 14:46
|
|
Repository: erp/devel/pi
Changeset: caa8a170cbff3ffbb27bc8015a0266dc52283ce7
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Apr 23 17:55:02 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/caa8a170cbff3ffbb27bc8015a0266dc52283ce7 [^]
Fixes issue 0012628: When clicking Linked Items in Business Partner window, Accounting Transaction Details show database IDs
---
M src-core/src/org/openbravo/data/Parameter.java
M src-core/src/org/openbravo/data/Sql.java
M src-core/src/org/openbravo/data/Sqlc.java
M src-core/src/org/openbravo/data/UtilSql.java
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|