|
From: Dieter S. <dsi...@sq...> - 2001-08-02 19:47:30
|
Your findings are correct, the prices are stored as entered and not
rounded off.
However when the items are listed or used on an invoice they are rounded
off to two decimal places. There is no workaround other than changing the
code and replacing all the sprintf("%.2f", ...) to the decimal places you
need.
Dieter Simader http://www.sql-ledger.org (780) 472-8161
DWS Systems Inc. Accounting Software Fax: 478-5281
=========== On a clear disk you can seek forever ===========
On Thu, 2 Aug 2001, Volker Hess wrote:
> Hello,
>
> we've done just a short test with sql-ledger and found that it accepts and
> stores product/service prices with more than two decimal places which we
> need in any case but it seems to calculate only with the first two. Is
> this right and is it possible to do some workaround?!
>
> Thanx in advance!
>
> Volker
>
>
|