← Back to team overview

openerp-india team mailing list archive

[Bug 1208899] Re: budget module: budgetary positions

 

Checking the module , it seems that gl account info is essentially
useless.

Class crossovered_budget_lines checks if it's present or not, throwing
an error if missing (and here there is another bug: any budget line
including the one with no gl account doesn't get listed anymore until
the account is added from accounting/configuration/budget/budgetary
positions !).

Therefore gl account is only require to avoid the error, not for any
calculation.

I believe the sum of the balances of the listed GL accounts should be
added to the practical cost calculation (with or without analytic
account balance added)

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1208899

Title:
  budget module: budgetary positions

Status in OpenERP Addons (modules):
  New

Bug description:
  Hi,

  In openerp v7, it seems there might be a bug in managing basic
  budgets. Here are the steps to reproduce it:

  1) create a new budget
  2) create a budget line and assign (or don't, it doesn't change the final result) analytic account.
  3) fill in duration dates and create a new budgetary position which should take figures from on general ledger account
  4) set the amount for this budget line and leave payment date empty.
  5) make sure that the general ledger account used above is not empty (balance > 0 if possible)

  Once you approve the budget you'll see that practical date is still
  ZERO, i.e. it's not taking any data from the general ledger account.

  Is this a bug? if not, what's the reason to define a budgetary
  position against a general ledger account ?

  
  Best Regards

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


References