[ic] TAX rounding incorrect...

Rene Hertell interchange-users@icdevgroup.org
Sat Oct 19 06:09:00 2002


> > Hi,
> >
> > I've setup tax system based on VAT, Country and tax category...
> >
> > and have setup the tax category as followed:
> >
> > default = 20% , food = 8.5%
> >
> > The problem is now that 20% tax works fine but with 8.5% it
> does not... it
> > rounds and calculates the tax wint 8%...
> > 0.08
> >
> > And the problem is because I use comma as decimal separator...
> >
> > So how to setup the tax category with "comma"... like 8,5% ???
> >
>
> Maybe the problem is just because it calculates all with 2 digits... so it
> multiplies all with 0.08 instead of 0.085..


Did you try to change your price to include commas instead of points?
Vijeeth did that, and got his truncated values to display correct.

Rene