← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 842744] Re: [6.0, trunk] account.common.report wizard : End Period and special period

 

Hello Guewen Baconnier,

Thanks for your time and contribution. I have applied the patch given by
you for account_common_report and it seems working fine. The solution
for this will be merged in main addons soon. Following are the Revision
ID and Number of the bug's solution :

Revision ID  : bde@xxxxxxxxxxx-20110920052646-97jub0nky5f7yscf
Revision Number : 5106

Thanks & Regards,
Devnani Bharat R.

** Changed in: openobject-addons
       Status: Confirmed => In Progress

** Changed in: openobject-addons
       Status: In Progress => Fix Committed

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

Title:
  [6.0, trunk] account.common.report wizard : End Period and special
  period

Status in OpenERP Addons (modules):
  Fix Committed

Bug description:
  Hello,

  in the module account/wizard/account_report_common.py there is base
  wizard inherited for most financial reports (general ledger, ...)

  There is a method onchange_filter, called on the change of the
  date/period filter.

  Two things are not working (maybe) as a user can expect :
  1. When we select "filter by periods" (for a previous year),  the start period is the correct one, the end period is the opening period if you have created one (at the 01/01). The query in onchange_filter must exclude the special periods.

  2. When we select "filter by date", whichever is the fiscal year
  selection, the dates are from the 01/01 of the current year to the
  current date (year doesn't change). It is minor as anyway the dates
  are not relative to the fiscal year, it looks just a bit weird.

  I attach a patch for the first point (6.0.3).

  Thanks

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


References