Users - sales tax

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Users - sales tax

Gerald Kraus
hi,

i've configured sales tax rules for my store.
eg. for germany 16% (0,16) sales tax and 20% (0,2) sales tax for belgium
when i start the checkout process and choose to ship to germany or
belgium no tax is displayed for these countries.

i've walked through the code and it seems that the function getItemTax()
in
applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java
always returns 0.0 because List itemTaxAdj is empty. if i change the
code of the function manually to return a dummy value a tax is
displayed.

is this behaviour normal or did i forget somewhere to enable displaying
of taxes?

thanks,
gerald




 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - sales tax

Jacques Le Roux
Administrator

----- Original Message -----
From: "Gerald Kraus" <[hidden email]>
To: <[hidden email]>
Sent: Friday, March 03, 2006 3:40 PM
Subject: [OFBiz] Users - sales tax


> hi,
>
> i've configured sales tax rules for my store.
> eg. for germany 16% (0,16) sales tax and 20% (0,2) sales tax for belgium
> when i start the checkout process and choose to ship to germany or
> belgium no tax is displayed for these countries.
>
> i've walked through the code and it seems that the function getItemTax()
> in
> applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java
> always returns 0.0 because List itemTaxAdj is empty. if i change the
> code of the function manually to return a dummy value a tax is
> displayed.
>
> is this behaviour normal or did i forget somewhere to enable displaying
> of taxes?

Are you using Tax Authorities in Accounting module ?

Jacques


> thanks,
> gerald
>
>
>
>
>  
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - sales tax

Gerald Kraus
On Mar 05, 2006 08:49 PM, Jacques Le Roux <[hidden email]>
wrote:

>
> ----- Original Message -----
> From: "Gerald Kraus" <[hidden email]>
> To: <[hidden email]>
> Sent: Friday, March 03, 2006 3:40 PM
> Subject: [OFBiz] Users - sales tax
>
>
> > hi,
> >
> > i've configured sales tax rules for my store.
> > eg. for germany 16% (0,16) sales tax and 20% (0,2) sales tax for
> > belgium
> > when i start the checkout process and choose to ship to germany or
> > belgium no tax is displayed for these countries.
> >
> > i've walked through the code and it seems that the function
> > getItemTax()
> > in
> >
> > applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java
> > always returns 0.0 because List itemTaxAdj is empty. if i change the
> > code of the function manually to return a dummy value a tax is
> > displayed.
> >
> > is this behaviour normal or did i forget somewhere to enable
> > displaying
> > of taxes?
>
> Are you using Tax Authorities in Accounting module ?
>
> Jacques



no, i'm not using this. when i go this module i can't see the "Tax
Authorities" tab. instead i see "Manual Tx".
i'm using sequoia erp 0.8.3 from sourceforge.

gerald




>
>
> > thanks,
> > gerald
> >
> >
> >
> >
> >  
> > _______________________________________________
> > Users mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/users
>  
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users

 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - sales tax

Jacques Le Roux
Administrator
From: "Gerald Kraus" <[hidden email]>
> > > hi,
> > >
> > > i've configured sales tax rules for my store.
> > > eg. for germany 16% (0,16) sales tax and 20% (0,2) sales tax for
> > > belgium
> > > when i start the checkout process and choose to ship to germany or
> > > belgium no tax is displayed for these countries.
> > >
[...]

> > Are you using Tax Authorities in Accounting module ?
> >
> > Jacques
>
>
>
> no, i'm not using this. when i go this module i can't see the "Tax
> Authorities" tab. instead i see "Manual Tx".
> i'm using sequoia erp 0.8.3 from sourceforge.
>
> gerald

I'm not sure about your version. I'm not using Sequoia (or rather Opentaps as
it's now renamed), but plain OFBiz (from svn) sorry.

Although I'm surprised as Tax Authorities is in OFBiz for at least 3 months
now... Is sequoia erp 0.8.3 so old ?

Jacques

 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - sales tax

Si Chen-2
0.8.3 uses the old SimpleSalesTaxLookup which I think is configured in
Catalog Manager > Stores.

Si

Jacques Le Roux wrote:

>From: "Gerald Kraus" <[hidden email]>
>  
>
>>>>hi,
>>>>
>>>>i've configured sales tax rules for my store.
>>>>eg. for germany 16% (0,16) sales tax and 20% (0,2) sales tax for
>>>>belgium
>>>>when i start the checkout process and choose to ship to germany or
>>>>belgium no tax is displayed for these countries.
>>>>
>>>>        
>>>>
>[...]
>  
>
>>>Are you using Tax Authorities in Accounting module ?
>>>
>>>Jacques
>>>      
>>>
>>
>>no, i'm not using this. when i go this module i can't see the "Tax
>>Authorities" tab. instead i see "Manual Tx".
>>i'm using sequoia erp 0.8.3 from sourceforge.
>>
>>gerald
>>    
>>
>
>I'm not sure about your version. I'm not using Sequoia (or rather Opentaps as
>it's now renamed), but plain OFBiz (from svn) sorry.
>
>Although I'm surprised as Tax Authorities is in OFBiz for at least 3 months
>now... Is sequoia erp 0.8.3 so old ?
>
>Jacques
>
>
>_______________________________________________
>Users mailing list
>[hidden email]
>http://lists.ofbiz.org/mailman/listinfo/users
>
>  
>
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - sales tax

Jacques Le Roux
Administrator

From: "Si Chen" <[hidden email]>


> 0.8.3 uses the old SimpleSalesTaxLookup which I think is configured in
> Catalog Manager > Stores.
>
> Si

So Gerald be sure to have a look at OFBiz Basic Production Setup Guide :
http://www.undersunconsulting.com/control/onlineinfo.html?atc=OFB

Jacques


> Jacques Le Roux wrote:
>
> >From: "Gerald Kraus" <[hidden email]>
> >
> >
> >>>>hi,
> >>>>
> >>>>i've configured sales tax rules for my store.
> >>>>eg. for germany 16% (0,16) sales tax and 20% (0,2) sales tax for
> >>>>belgium
> >>>>when i start the checkout process and choose to ship to germany or
> >>>>belgium no tax is displayed for these countries.
> >>>>
> >>>>
> >>>>
> >[...]
> >
> >
> >>>Are you using Tax Authorities in Accounting module ?
> >>>
> >>>Jacques
> >>>
> >>>
> >>
> >>no, i'm not using this. when i go this module i can't see the "Tax
> >>Authorities" tab. instead i see "Manual Tx".
> >>i'm using sequoia erp 0.8.3 from sourceforge.
> >>
> >>gerald
> >>
> >>
> >
> >I'm not sure about your version. I'm not using Sequoia (or rather Opentaps as
> >it's now renamed), but plain OFBiz (from svn) sorry.
> >
> >Although I'm surprised as Tax Authorities is in OFBiz for at least 3 months
> >now... Is sequoia erp 0.8.3 so old ?
> >
> >Jacques
> >
> >
> >_______________________________________________
> >Users mailing list
> >[hidden email]
> >http://lists.ofbiz.org/mailman/listinfo/users
> >
> >
> >
>
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users

 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - sales tax

Gerald Kraus
si, you're right! you also have to set the product "taxable" and add a
"tax category" in the product configuration. then everything works!

thanks,
gerald



On Mar 06, 2006 05:12 PM, Jacques Le Roux <[hidden email]>
wrote:

>
> From: "Si Chen" <[hidden email]>
>
>
> > 0.8.3 uses the old SimpleSalesTaxLookup which I think is configured
> > in
> > Catalog Manager > Stores.
> >
> > Si
>
> So Gerald be sure to have a look at OFBiz Basic Production Setup Guide
> :
> http://www.undersunconsulting.com/control/onlineinfo.html?atc=OFB
>
> Jacques
>
>
> > Jacques Le Roux wrote:
> >
> > >From: "Gerald Kraus" <[hidden email]>
> > >
> > >
> > >>>>hi,
> > >>>>
> > >>>>i've configured sales tax rules for my store.
> > >>>>eg. for germany 16% (0,16) sales tax and 20% (0,2) sales tax for
> > >>>>belgium
> > >>>>when i start the checkout process and choose to ship to germany
> > >>>>or
> > >>>>belgium no tax is displayed for these countries.
> > >>>>
> > >>>>
> > >>>>
> > >[...]
> > >
> > >
> > >>>Are you using Tax Authorities in Accounting module ?
> > >>>
> > >>>Jacques
> > >>>
> > >>>
> > >>
> > >>no, i'm not using this. when i go this module i can't see the "Tax
> > >>Authorities" tab. instead i see "Manual Tx".
> > >>i'm using sequoia erp 0.8.3 from sourceforge.
> > >>
> > >>gerald
> > >>
> > >>
> > >
> > >I'm not sure about your version. I'm not using Sequoia (or rather
> > >Opentaps as
> > >it's now renamed), but plain OFBiz (from svn) sorry.
> > >
> > >Although I'm surprised as Tax Authorities is in OFBiz for at least
> > >3 months
> > >now... Is sequoia erp 0.8.3 so old ?
> > >
> > >Jacques
> > >
> > >
> > >_______________________________________________
> > >Users mailing list
> > >[hidden email]
> > >http://lists.ofbiz.org/mailman/listinfo/users
> > >
> > >
> > >
> >
> > _______________________________________________
> > Users mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/users
>
>  
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users

 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users