← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 677406] Re: Print/account balance - Wrong layout

 

Hello Zeina,

I have checked the scenario as given by you. But it seems there is no problem appear in trial balance report in Addons3 (may be also with Trunk addons).
It display account with proper sequence => AC100, 111, 112, 113, BE200, 211, 212

I am closing the bug. If you still get any problem, you can reopen it.

Thanks.

** Changed in: openobject-addons/trunk
       Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/677406

Title:
  Print/account balance - Wrong layout

Status in OpenObject Addons Modules:
  Invalid
Status in OpenObject Addons 5.0 series:
  Triaged
Status in OpenObject Addons trunk series:
  Invalid

Bug description:
  openerp 5.0.7

Financial Management / Chart of accounts/ Print / account balance

This report does not follow the structure defined in the "Chart of accounts" tree. 

account_balances are printed in the ascending order of "account_codes" beginning with the numeric codes and ending with the alpha-numeric codes.
 
For the following structure of accounts_codes, for example: 
                                                                   AC100 (Parent of accounts): 111, 112 & 113
                                                                   BE200 (parent of accounts):  211 & 212

"Print/ account balance" will display records in the following account_codes sequence:
                                                                   111, 112, 113, 211, 212, AC100, BE200

instead of the following sequence:              AC100, 111, 112, 113, BE200, 211, 212

Chart of accounts (especially virtual ones) become meaningful and incomprehensible, as the sequence (order) explaining the cumulative amounts of account balances is sometimes lost, as well as the hierarchy between some parents & child accounts.





References