dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [bug #32356] Problème d'arrondi de cts d'euros dans


From: anonymous
Subject: [Dolibarr-bugtrack] [bug #32356] Problème d'arrondi de cts d'euros dans l'enregistrement d'un règlement
Date: Fri, 18 Feb 2011 17:46:49 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13

Follow-up Comment #2, bug #32356 (project dolibarr):

J'avais oublié une info, Dolibarr tourne avec PostgreSql chez nous.
Je viiens de trouvé la cause de nos ennuis:
le champ amount dans les tables llx_paiement est real alors que partout
ailleur dans dolibarr les montants sont sous la forme  numeric(24,8).
j'ai changé le type dans llx_paiement et llx_paiement_facture: ALTER TABLE
llx_paiement_facture ALTER COLUMN amount type  numeric(24,8);
plus aucun pb après!

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?32356>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]