Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0022089 | Openbravo ERP | 09. Financial management | public | 2012-10-24 12:53 | 2012-11-30 14:08 |
|
Reporter | ngarcia | |
Assigned To | caristu | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP18 | Fixed in Version | 3.0MP18 | |
Merge Request Status | |
Review Assigned To | ngarcia |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 17551 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0022089: Modulescript needed to correct the fact_acct records with acctdescription different from the associated element value name |
Description | Modulescript needed to correct the fact_acct records with acctdescription different from the associated element value name |
Steps To Reproduce | As group admin role:
Generate the General Ledger Report
From Date: 31-12-2011
To Date: today's date
Accounting schema: F&B International Group US/A/US Dollar
From Account: Income Summary
To Account: Income Summary
Notice that in the title the description of the 8990 element value is shown instead of its name
The same happens if you navigate to associated journal entries |
Proposed Solution | The query could be:
update fact_acct
set acctdescription = (select name from c_elementvalue where c_elementvalue_id = account_id)
where fact_acct_id in
(select fact_acct_id
from fact_acct fa left join c_elementvalue ev on fa.account_id = ev.c_elementvalue_id
where (fa.acctdescription is null
or (fa.acctdescription is not null and fa.acctdescription <> ev.name))) |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0021661 | | closed | eduardo_Argal | Account Tree: update to the Name not shown in the account tree |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-10-24 12:53 | ngarcia | New Issue | |
2012-10-24 12:53 | ngarcia | Assigned To | => dmiguelez |
2012-10-24 12:53 | ngarcia | Modules | => Core |
2012-10-24 12:53 | ngarcia | OBNetwork customer | => Yes |
2012-10-24 12:53 | ngarcia | Support ticket | => 17551 |
2012-10-24 12:53 | ngarcia | Relationship added | related to 0021661 |
2012-10-24 12:53 | ngarcia | Issue Monitored: networkb | |
2012-10-24 12:56 | dmiguelez | Assigned To | dmiguelez => jonalegriaesarte |
2012-10-30 12:45 | jonalegriaesarte | Note Added: 0053810 | |
2012-10-30 12:45 | jonalegriaesarte | Type | defect => feature request |
2012-10-30 12:48 | jonalegriaesarte | Assigned To | jonalegriaesarte => caristu |
2012-10-30 12:48 | jonalegriaesarte | Target Version | 3.0MP17 => 3.0MP18 |
2012-11-27 08:50 | hgbot | Checkin | |
2012-11-27 08:50 | hgbot | Note Added: 0054508 | |
2012-11-27 08:50 | hgbot | Status | new => resolved |
2012-11-27 08:50 | hgbot | Resolution | open => fixed |
2012-11-27 08:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f7c14ec8bc1aec631890655a8c30a0da9ae25973 [^] |
2012-11-27 09:03 | hgbot | Checkin | |
2012-11-27 09:03 | hgbot | Note Added: 0054509 | |
2012-11-27 19:39 | hudsonbot | Checkin | |
2012-11-27 19:39 | hudsonbot | Note Added: 0054608 | |
2012-11-27 19:39 | hudsonbot | Checkin | |
2012-11-27 19:39 | hudsonbot | Note Added: 0054609 | |
2012-11-28 19:17 | ngarcia | Review Assigned To | => ngarcia |
2012-11-28 19:17 | ngarcia | Note Added: 0054646 | |
2012-11-28 19:17 | ngarcia | Status | resolved => closed |
2012-11-28 19:17 | ngarcia | Fixed in Version | => 3.0MP18 |
2012-11-30 14:08 | ngarcia | Note Added: 0054674 | |