Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0015751
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementmajoralways2011-01-24 16:382011-03-10 00:00
ReporterRenateNieuwkoopView Statuspublic 
Assigned Toiperdomo 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revision1e4f6fe09807
ProjectionnoneETAnoneTarget Version3.0RC4
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version3.0RC3SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0015751: 3.0RC3: Account schema information for the US in the demo data do not appear in the G/L Item setup screen

DescriptionIf you go to the Account tree screen, it's apparant that the US chart of account is there. See screenshot

However, when I go to the GL item and to the accounting tab, when trying to select the US accounting information, only the Spanish accounting information appears.
TagsNo tags attached.
Attached Filespng file icon 240111Accounttree.png [^] (80,261 bytes) 2011-01-24 16:38


png file icon 240111Accountselector.png [^] (45,144 bytes) 2011-01-24 16:40

- Relationships Relation Graph ] Dependency Graph ]
related to backport 00155852.50MP26 closeddalsasua in account selector, accounting schema selected is not correct 
related to feature request 0015747 closedjpabloae Need US Chart of Accounts added to Demo Data  

-  Notes
(0033848)
hgbot (developer)
2011-01-24 19:25

Repository: erp/devel/pi
Changeset: ee9c0af5acac9758967815df7f6c23456cf4fee5
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Mon Jan 24 19:24:22 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ee9c0af5acac9758967815df7f6c23456cf4fee5 [^]

Fixes bug 0015751: 3.0RC3: Account schema information for the US in the demo data do not appear in the G/L Item setup screen

---
M modules/org.openbravo.v3/src-db/database/configScript.xml
---
(0033850)
tds-peter (reporter)
2011-01-24 20:37

Hi Renate,

I have tried reproducing this on my RC3 instance, with my latest version of the CoA module (actually the entire US loc pack). I create a new client using initial client setup, then an org with initial org setup, then go to G/L item, create new, enter a name and go to Accounting Tab - I see the US accounts there. Is this the process you are following?

If so, try using the latest copy of the org.openbravo.localization.us.community.coa module on the CR (version 1.0.8), as I had to fix a few issues in the COA.csv that were preventing some of the accounts from loading properly. Not sure if that would contribute to the error you are seeing.
(0034550)
eduardo_Argal (developer)
2011-03-04 11:30

The problem here is that the accounting schema sent to the search field (account selector) as a parameter is using the column name of the in parameter to create the inp instead of using its name
inpcAcctschemaId => wrong as it is columnname (C_Acctschema_ID)
inpAcctSchema => right as it is the name (AcctSchema)

note:Review Account search reference definition
(0034645)
hgbot (developer)
2011-03-08 10:04

Repository: erp/devel/pi
Changeset: e2de6f86f183a5d9c9d4dddc32646cf95a45c8d7
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue Mar 08 10:02:24 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/e2de6f86f183a5d9c9d4dddc32646cf95a45c8d7 [^]

Fixes issue 15751: Fixes in-fields, using field name instead of column name

---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/FKSearchUIDefinition.java
---
(0034668)
hgbot (developer)
2011-03-08 17:41

Repository: erp/devel/pi
Changeset: f86ffe5c4524efbed39a2f1cb9b35eaa3d29f5e2
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue Mar 08 17:37:32 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f86ffe5c4524efbed39a2f1cb9b35eaa3d29f5e2 [^]

Issue 15751: Changed way of generating in-fields metadata

---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/FKSearchUIDefinition.java
---
(0034669)
hgbot (developer)
2011-03-08 17:41

Repository: erp/devel/pi
Changeset: 1e4f6fe098073c88bdcc399cf1a4d1427a4c9b21
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue Mar 08 17:38:14 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/1e4f6fe098073c88bdcc399cf1a4d1427a4c9b21 [^]

Fixes issue 15751: Fixes in-field values as GET parameter

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-formitem-widgets.js
---
(0034680)
mirurita (developer)
2011-03-09 11:01

working fine

- Issue History
Date Modified Username Field Change
2011-01-24 16:38 RenateNieuwkoop New Issue
2011-01-24 16:38 RenateNieuwkoop Assigned To => eduardo_Argal
2011-01-24 16:38 RenateNieuwkoop File Added: 240111Accounttree.png
2011-01-24 16:38 RenateNieuwkoop Modules => Core
2011-01-24 16:40 RenateNieuwkoop File Added: 240111Accountselector.png
2011-01-24 16:46 eduardo_Argal Status new => scheduled
2011-01-24 16:46 eduardo_Argal fix_in_branch => pi
2011-01-24 18:56 dalsasua Relationship added related to 0015585
2011-01-24 19:20 dalsasua Relationship added related to 0015747
2011-01-24 19:25 hgbot Checkin
2011-01-24 19:25 hgbot Note Added: 0033848
2011-01-24 19:25 hgbot Status scheduled => resolved
2011-01-24 19:25 hgbot Resolution open => fixed
2011-01-24 19:25 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ee9c0af5acac9758967815df7f6c23456cf4fee5 [^]
2011-01-24 20:37 tds-peter Note Added: 0033850
2011-03-04 11:30 eduardo_Argal Assigned To eduardo_Argal => iperdomo
2011-03-04 11:30 eduardo_Argal Note Added: 0034550
2011-03-04 11:30 eduardo_Argal Status resolved => new
2011-03-04 11:30 eduardo_Argal Resolution fixed => open
2011-03-07 08:04 alostale Status new => scheduled
2011-03-08 10:04 hgbot Checkin
2011-03-08 10:04 hgbot Note Added: 0034645
2011-03-08 10:04 hgbot Status scheduled => resolved
2011-03-08 10:04 hgbot Resolution open => fixed
2011-03-08 10:04 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/ee9c0af5acac9758967815df7f6c23456cf4fee5 [^] => http://code.openbravo.com/erp/devel/pi/rev/e2de6f86f183a5d9c9d4dddc32646cf95a45c8d7 [^]
2011-03-08 16:54 mirurita Status resolved => new
2011-03-08 16:54 mirurita Resolution fixed => open
2011-03-08 16:56 iperdomo Status new => scheduled
2011-03-08 17:41 hgbot Checkin
2011-03-08 17:41 hgbot Note Added: 0034668
2011-03-08 17:41 hgbot Checkin
2011-03-08 17:41 hgbot Note Added: 0034669
2011-03-08 17:41 hgbot Status scheduled => resolved
2011-03-08 17:41 hgbot Resolution open => fixed
2011-03-08 17:41 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/e2de6f86f183a5d9c9d4dddc32646cf95a45c8d7 [^] => http://code.openbravo.com/erp/devel/pi/rev/1e4f6fe098073c88bdcc399cf1a4d1427a4c9b21 [^]
2011-03-09 11:01 mirurita Note Added: 0034680
2011-03-09 11:01 mirurita Status resolved => closed
2011-03-10 00:00 anonymous sf_bug_id 0 => 3204741


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker