← Back to team overview

openerp-expert-accounting team mailing list archive

[Bug 523080] Re: Partner Balance : Wrong Period implementation

 

my 2c
in branch
https://code.launchpad.net/~openerp-commiter/openobject-addons/chricar_price_unit
I have put in all moves (accountig / stock / some others ) a period_id (with index) which can be selected directly.

-- 
Partner Balance : Wrong Period implementation
https://bugs.launchpad.net/bugs/523080
You received this bug notification because you are a member of OpenERP
Accounting Experts, which is a direct subscriber.

Status in OpenObject Addons Modules: In Progress

Bug description:
Hello,

Partner Balance mechanism is wrong if you use Period.

When you select by period in the wizard,
 it just transform selected period into a date range.
This is TOTALLY wrong, you need to have one mechanism to compute it by date and one to compute it by period

A problem will occur if you choose an invoice date wich is not in range of the period of the invoice. 

I have completely rewrite the financial report in the 4.2 (c2c_finance_report and c2c_finance_report), 
I don't understand why this kind of problem is still in the Version 5.0

I will complete this bug if I found new problems on other Financial reports

Vincent