c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #34349
[Bug 870099] Re: accounting report filter: period start and end are sometimes swapped
Hello Stéphane,
I have checked this issue and it works properly at my end.
so would you please provide more information such a
screen shot or video.
I have checked this issue at revision no :
Trunk :
New web Client : 1188
Server : 3715
addons : 5289
Gtk -Client : 1964
Thanks & wait for your replay.
** Changed in: openobject-addons
Status: New => Incomplete
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/870099
Title:
accounting report filter: period start and end are sometimes swapped
Status in OpenERP Addons (modules):
Incomplete
Bug description:
In the accounting reports wizard, when the Period filter is selected,
*sometimes* the start and end period are inverted.
This bug is due to the UNION statement in the query, which attempts to
eliminate duplicates and does not preserve order (see
http://www.postgresql.org/docs/8.4/interactive/queries-union.html).
Using UNION ALL instead solves the problem.
Patch attached.
Best regards,
-sbi
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/870099/+subscriptions
References