Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0021661 | Openbravo ERP | 09. Financial management | public | 2012-09-15 23:33 | 2012-10-11 07:51 |
|
Reporter | gregor1com | |
Assigned To | eduardo_Argal | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0021661: Account Tree: update to the Name not shown in the account tree |
Description | When you set up a new account and then change the name of the account, the changes are not reflected in the account tree. It continues to show the original account name.
The critical nature of the defect is debatable. Raised this way because I want to make sure that the changes made to accounts once set up are made to places where used for the production of balance sheet and income statement. |
Steps To Reproduce | create a new account. then go into the account tree graphical view. Then change the name of the account and some other attributes. The name does not get changed in the graphical view. |
Proposed Solution | ensure that the graphical view is always in synch with the accounts to which it relates. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0022089 | 3.0MP18 | closed | caristu | Modulescript needed to correct the fact_acct records with acctdescription different from the associated element value name |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-09-15 23:33 | gregor1com | New Issue | |
2012-09-15 23:33 | gregor1com | Assigned To | => dmiguelez |
2012-09-15 23:33 | gregor1com | Modules | => Core |
2012-09-15 23:33 | gregor1com | OBNetwork customer | => No |
2012-09-25 15:52 | pjuvara | Note Added: 0052583 | |
2012-09-25 17:16 | eduardo_Argal | Assigned To | dmiguelez => eduardo_Argal |
2012-09-25 17:16 | eduardo_Argal | Status | new => scheduled |
2012-09-25 17:16 | eduardo_Argal | fix_in_branch | => pi |
2012-10-10 10:33 | hgbot | Checkin | |
2012-10-10 10:33 | hgbot | Note Added: 0053192 | |
2012-10-10 10:33 | hgbot | Status | scheduled => resolved |
2012-10-10 10:33 | hgbot | Resolution | open => fixed |
2012-10-10 10:33 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/7b78a07d02b636776e3059bb71e58b4b2ced835d [^] |
2012-10-10 10:38 | Sandrahuguet | Note Added: 0053195 | |
2012-10-10 13:50 | Sandrahuguet | Status | resolved => closed |
2012-10-11 07:51 | hudsonbot | Checkin | |
2012-10-11 07:51 | hudsonbot | Note Added: 0053290 | |
2012-10-24 12:53 | ngarcia | Relationship added | related to 0022089 |
Notes |
|
|
The issue here is that what is shown in the account tree window (as well as in some reports) comes from the Translation tab, which is not visible unless you select show translation as a preference.
That happens also when there is one language installed, which is very confusing and adds work to the user for no value. |
|
|
(0053192)
|
hgbot
|
2012-10-10 10:33
|
|
Repository: erp/devel/pi
Changeset: 7b78a07d02b636776e3059bb71e58b4b2ced835d
Author: Eduardo Argal <eduardo.argal <at> openbravo.com>
Date: Wed Oct 10 10:32:32 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/7b78a07d02b636776e3059bb71e58b4b2ced835d [^]
Fixed issue 21873, fixed issue 21874, fixed issue 21661
---
M src-db/database/model/triggers/C_ELEMENTVALUE_TRG.xml
M src-db/database/sourcedata/AD_CALLOUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_FIELDGROUP.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/OBUISEL_SELECTOR.xml
M src-util/modulescript/build/classes/org/openbravo/modulescript/DeleteDuplicateMatchInvoiceData.class
M src-util/modulescript/build/classes/org/openbravo/modulescript/PaymentZeroAmountData.class
M src-util/modulescript/src/org/openbravo/modulescript/DeleteDuplicateMatchInvoice_data.xsql
M src-util/modulescript/src/org/openbravo/modulescript/PaymentZeroAmount_data.xsql
A modules/org.openbravo.client.application/src/org/openbravo/client/application/event/ElementValueEventHandler.java
A src-util/modulescript/build/classes/org/openbravo/modulescript/UniqueValidCombination.class
A src-util/modulescript/build/classes/org/openbravo/modulescript/UniqueValidCombinationData.class
A src-util/modulescript/src/org/openbravo/modulescript/UniqueValidCombination.java
A src-util/modulescript/src/org/openbravo/modulescript/UniqueValidCombination_data.xsql
A src/org/openbravo/erpCommon/ad_callouts/SE_ElementValue_AccountSign.java
R src-db/database/model/triggers/C_VALIDCOMBINATION_TRG.xml
---
|
|
|
|
|
|
|
|