← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 768817] Re: account - entry analysis - can not filter balance

 

well it seems to me to be a design and usability issue
you need very very educated users to make them understanding the logic behind

IMHO OPENERP needs 2 filter types
* apply on record level
* apply on group level 

Example
Name | Debit | Credit | Balance
-------------------------------------------------------
account 1	| 100 |	0	 | 100
account 1	| 0	 |	100	 | -100

-> When we apply Group by Account, we the following result. (As you can see in the client.)
Name	| Debit | Credit | Balance
-------------------------------------------------------
account 1	| 100 |	100	 | 0

-> Now if we apply the filter Balance <> 0 (!!!!), it will give the following result.
Name	| Debit | Credit | Balance
-------------------------------------------------------
account 1	| 100 |	100	 | 0

-- 
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/768817

Title:
  account - entry analysis - can not filter balance

Status in OpenERP Modules (addons):
  Confirmed

Bug description:
  see screenshot
  rows with balance 0.00 shouldn't show up
  filter balance not equal 0 does not work either

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/768817/+subscriptions


References