Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0002661Openbravo ERP09. Financial managementpublic2008-02-28 12:592008-11-06 09:14
psarobe 
iperdomo 
normalminoralways
closedfixed 
5
 
2.40alpha-r3 
No
Core
No
0002661: QA-MAS Account selector don't fill accounts
The account selector must distinguish the accounts when you have different accounts schema

The solution would be:

Add an Accounting schema and if the window has the field accounting schema, this one should be filled in the account selector as a session value, as it happens with the pricelist in the sales order window and product selector
No tags attached.
Issue History
2008-11-06 09:14psarobeRegression testing => No
2008-11-06 09:14psarobeStatusresolved => closed

Notes
(0006250)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:43)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1903853 [^]
(0003253)
psarobe   
2008-06-06 11:29   
(edited on: 2008-06-12 09:24)
Logged In: YES
user_id=1500703
Originator: YES

First you need to have two accounting schemas. To get this you must do this:

http://wiki.openbravo.com/wiki/QA_test_plan_2.40/Multi_accounting_schema#Previous_data [^]

Solution:
Add an accounting schema combo box. The account combo box must be filled depending on what it is in the accounting schema combo box. The accounting drop down list is mandatory so no blank option must exist.
In case no one select an accounting schema in the window (not in the selector) the combo in the selector must be filled with first of the list

You have an example of how to fill the account combo depending on the accounting schema in : Financial management->Accounting->Analysis tools->General ledger report

Where to reproduce the bug:
1. Master data management->Business partner set up->Business partner category->Accounting
2. Click new and select the accounting schema. Save it
3. Click in any of the accounts icons you have and see you don't have the accounting combo box
(0003254)
iperdomo   
2008-06-09 12:14   
(edited on: 2008-06-12 09:24)
Logged In: YES
user_id=1820699
Originator: NO

* The solution is to filter the Account combo, based on the Accounting Schema.
* There is no need to add an extra combo in the selector
(0003255)
iperdomo   
2008-06-09 13:09   
(edited on: 2008-06-12 09:24)
Logged In: YES
user_id=1820699
Originator: NO

Fixed in r4907

Note: The initial fix was r4904 but I found a bug.