Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
7 posts
|
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 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
17869 posts
|
----- 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? ... [show rest of quote] 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 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
7 posts
|
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 ... [show rest of quote] 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 ... [show rest of quote] _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
17869 posts
|
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 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
1414 posts
|
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 > > > ... [show rest of quote]
_______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
17869 posts
|
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 ... [show rest of quote] _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
7 posts
|
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 ... [show rest of quote] _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Free forum by Nabble | Edit this page |