c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #34245
[Bug 870099] [NEW] accounting report filter: period start and end are sometimes swapped
Public bug reported:
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
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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):
New
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
Follow ups
-
[Bug 870099] Re: accounting report filter: period start and end are sometimes swapped
From: qdp (OpenERP), 2011-10-19
-
[Bug 870099] Re: accounting report filter: period start and end are sometimes swapped
From: qdp (OpenERP), 2011-10-18
-
[Bug 870099] Re: accounting report filter: period start and end are sometimes swapped
From: qdp (OpenERP), 2011-10-18
-
[Bug 870099] Re: accounting report filter: period start and end are sometimes swapped
From: Bharat Devnani (Open ERP), 2011-10-18
-
[Bug 870099] Re: accounting report filter: period start and end are sometimes swapped
From: Launchpad Bug Tracker, 2011-10-18
-
[Bug 870099] Re: accounting report filter: period start and end are sometimes swapped
From: Bharat Devnani (Open ERP), 2011-10-18
-
[Bug 870099] Re: accounting report filter: period start and end are sometimes swapped
From: Stéphane Bidoul, 2011-10-17
-
[Bug 870099] Re: accounting report filter: period start and end are sometimes swapped
From: Bharat Devnani (Open ERP), 2011-10-17
-
[Bug 870099] Re: accounting report filter: period start and end are sometimes swapped
From: Jignesh Rathod(OpenERP), 2011-10-12
-
[Bug 870099] Re: accounting report filter: period start and end are sometimes swapped
From: Stéphane Bidoul, 2011-10-10
-
[Bug 870099] Re: accounting report filter: period start and end are sometimes swapped
From: Stéphane Bidoul, 2011-10-10
-
[Bug 870099] Re: accounting report filter: period start and end are sometimes swapped
From: Jignesh Rathod(OpenERP), 2011-10-10
-
[Bug 870099] Re: accounting report filter: period start and end are sometimes swapped
From: Stéphane Bidoul, 2011-10-07
-
[Bug 870099] [NEW] accounting report filter: period start and end are sometimes swapped
From: Stéphane Bidoul, 2011-10-07
References