← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 829235] [NEW] account cashbox needs cents

 

Public bug reported:

account cashbox only proposes full amounts

curr = [1, 2, 5, 10, 20, 50, 100, 500]

to get a correct balance it is obvioulsy necessary to enter cents

if this is done manually for one period , the next period MUST (only)
take the old periods END cash box lines as start lines to have a correct
start

currently these manualy entered  lines are LOST and the amount of pieces
does not match the starting balance.

the attached patch is a quick fix as it adds cents, but this might not
fit countries/currencies having other set of values.

IMHO this could/should go into nationalization,

the code seems not to provide neither a hook not caclulates the correct
opening balance using the closing lines. (which IHMO would be a
sufficient good solution to enter the necessary data once manually)

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/829235

Title:
  account cashbox needs cents

Status in OpenERP Modules (addons):
  New

Bug description:
  account cashbox only proposes full amounts

  curr = [1, 2, 5, 10, 20, 50, 100, 500]

  to get a correct balance it is obvioulsy necessary to enter cents

  if this is done manually for one period , the next period MUST (only)
  take the old periods END cash box lines as start lines to have a
  correct start

  currently these manualy entered  lines are LOST and the amount of
  pieces does not match the starting balance.

  the attached patch is a quick fix as it adds cents, but this might not
  fit countries/currencies having other set of values.

  IMHO this could/should go into nationalization,

  the code seems not to provide neither a hook not caclulates the
  correct opening balance using the closing lines. (which IHMO would be
  a sufficient good solution to enter the necessary data once manually)

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


Follow ups

References