How can we create prize rules related to a particular country
with specific VAT values in in ofbiz. Eg:- Spain VAT rate 16.0% Austria VAT rate 20.0% Belgium VAT rate 21.0% etc. How can we define the prizing rule for that. Regards Sreekanth P |
Administrator
|
In Europe (EC) , VAT depends from where the product is sold (see
http://ec.europa.eu/taxation_customs/taxation/vat/traders/e-commerce/article_1610_en.htm#1changes, still in place look at http://ec.europa.eu/taxation_customs/taxation/vat/traders/e-commerce/index_en.htm) Note that there are also thresholds http://ec.europa.eu/taxation_customs/resources/documents/taxation/vat/traders/vat_community/vat_in_EC_annexI.pdf So you simply have to define the Tax Autorithies according to http://docs.ofbiz.org/display/OFBTECH/OFBiz%27s+Tax+Authority+Data+Model Services are another beast but this is described in links above anyway... See also http://docs.ofbiz.org/display/OFBIZ/VAT HTH Jacques From: "sreekanth p" <[hidden email]> > How can we create prize rules related to a particular country > with specific VAT values in in ofbiz. > > Eg:- Spain VAT rate 16.0% > Austria VAT rate 20.0% > Belgium VAT rate 21.0% etc. > > How can we define the prizing rule for that. > > Regards > Sreekanth P > |
Hi Jacques,
In minicart, Finished good (non virtual) and virtual product are displayed with VAT included. It's OK But Configurable good isn't displayed with VAT until the final validation order screen. I don't understand why ?? Has somebody an idea ?? I have this error for only configurable goods : 2009-02-12 03:24:49,259 (http-0.0.0.0-8443-1) [TaxAuthorityServices.java:313:WARN ] In TaxAuthority Product Rate no records were found for condition:((productStoreId = '9000' OR productStoreId IS NULL) AND ((taxAuthPartyId = '_NA_' AND taxAuthGeoId = '_NA_') OR (taxAuthPartyId = '_NA_' AND taxAuthGeoId = '_NA_') OR (taxAuthPartyId = '10020' AND taxAuthGeoId = 'FRA')) AND productCategoryId IS NULL AND (minItemPrice IS NULL OR minItemPrice <= '0') AND (minPurchase IS NULL OR minPurchase <= '0')) Eric ----- Original Message ----- From: "Jacques Le Roux" <[hidden email]> To: <[hidden email]> Sent: Thursday, February 12, 2009 2:10 AM Subject: Re: Creating price rules for a country with VAT value > In Europe (EC) , VAT depends from where the product is sold (see > http://ec.europa.eu/taxation_customs/taxation/vat/traders/e-commerce/article_1610_en.htm#1changes, > still in place look at > http://ec.europa.eu/taxation_customs/taxation/vat/traders/e-commerce/index_en.htm) > Note that there are also thresholds > http://ec.europa.eu/taxation_customs/resources/documents/taxation/vat/traders/vat_community/vat_in_EC_annexI.pdf > > So you simply have to define the Tax Autorithies according to > http://docs.ofbiz.org/display/OFBTECH/OFBiz%27s+Tax+Authority+Data+Model > > Services are another beast but this is described in links above anyway... > > See also http://docs.ofbiz.org/display/OFBIZ/VAT > > HTH > > Jacques > > From: "sreekanth p" <[hidden email]> >> How can we create prize rules related to a particular country >> with specific VAT values in in ofbiz. >> >> Eg:- Spain VAT rate 16.0% >> Austria VAT rate 20.0% >> Belgium VAT rate 21.0% etc. >> >> How can we define the prizing rule for that. >> >> Regards >> Sreekanth P >> > > > |
Administrator
|
Hi Eric,
I did not llok into details. One things to note is that configurable products depend on WorkEfforts to be created. Maybe it's the reason, but I agree it should show prices with VAT included from the beginning. Actually in France we *must* show prices with VAT included for isntance, this is legal stuff. Jacques From: "Eric DE MAULDE" <[hidden email]> > Hi Jacques, > > In minicart, Finished good (non virtual) and virtual product are displayed with VAT included. It's OK > But Configurable good isn't displayed with VAT until the final validation order screen. > > I don't understand why ?? Has somebody an idea ?? > > I have this error for only configurable goods : > > 2009-02-12 03:24:49,259 (http-0.0.0.0-8443-1) [TaxAuthorityServices.java:313:WARN ] In TaxAuthority Product Rate no records were > found for condition:((productStoreId = '9000' OR productStoreId IS NULL) AND ((taxAuthPartyId = '_NA_' AND taxAuthGeoId = '_NA_') > OR (taxAuthPartyId = '_NA_' AND taxAuthGeoId = '_NA_') OR (taxAuthPartyId = '10020' AND taxAuthGeoId = 'FRA')) AND > productCategoryId IS NULL AND (minItemPrice IS NULL OR minItemPrice <= '0') AND (minPurchase IS NULL OR minPurchase <= '0')) > > Eric > > ----- Original Message ----- > From: "Jacques Le Roux" <[hidden email]> > To: <[hidden email]> > Sent: Thursday, February 12, 2009 2:10 AM > Subject: Re: Creating price rules for a country with VAT value > > >> In Europe (EC) , VAT depends from where the product is sold (see >> http://ec.europa.eu/taxation_customs/taxation/vat/traders/e-commerce/article_1610_en.htm#1changes, still in place look at >> http://ec.europa.eu/taxation_customs/taxation/vat/traders/e-commerce/index_en.htm) Note that there are also thresholds >> http://ec.europa.eu/taxation_customs/resources/documents/taxation/vat/traders/vat_community/vat_in_EC_annexI.pdf >> >> So you simply have to define the Tax Autorithies according to >> http://docs.ofbiz.org/display/OFBTECH/OFBiz%27s+Tax+Authority+Data+Model >> >> Services are another beast but this is described in links above anyway... >> >> See also http://docs.ofbiz.org/display/OFBIZ/VAT >> >> HTH >> >> Jacques >> >> From: "sreekanth p" <[hidden email]> >>> How can we create prize rules related to a particular country >>> with specific VAT values in in ofbiz. >>> >>> Eg:- Spain VAT rate 16.0% >>> Austria VAT rate 20.0% >>> Belgium VAT rate 21.0% etc. >>> >>> How can we define the prizing rule for that. >>> >>> Regards >>> Sreekanth P >>> >> >> >> > |
Free forum by Nabble | Edit this page |