I'm happy to contribute again to OFBIZ after a period of absence.
I have some issue to calculate the tax for Italian products sell by companies. In Italy we have tax at national level and not at state level and we have different tax rates for different products. Normally we have a 20% of tax for the maximum of products in sell but we have also others rates (10%) for others products. So in our country the rates are directly related to products. I have checked the various TaxAuthority entities but I have seen only that the TaxAuthorityRateProduct has the possibility to calculate the tax at product category level. I would like to rename the TaxAauthorityRateProduct entity to TaxAauthorityRate for support those tax calculation for Italy. TaxAuthorityRate taxAuthorityRateSeqId (PK) taxAuthGeoId taxAuthPartyId taxAuthorityRateTypeId titleTransferEnumId minItemPrice minPurchase taxShipping taxPercentage fromDate thruDate description lastUpdatedStamp lastUpdatedTxStamp createdStamp createdTxStamp TaxAuthorityRateProduct taxAuthorityRateProdSeqId (PK) taxAuthorityRateSeqId productStoreId productCategoryId productId fromDate thruDate lastUpdatedStamp lastUpdatedTxStamp createdStamp createdTxStamp I would like to know your opinion and alternative to solve this issue. Thanks in advance Marco Risaliti |
Administrator
|
What is the problem with assigning a specialised VAT category to the
product ? Jacques > I'm happy to contribute again to OFBIZ after a period of absence. > I have some issue to calculate the tax for Italian products sell by > companies. > In Italy we have tax at national level and not at state level and we > have different tax rates for different products. > Normally we have a 20% of tax for the maximum of products in sell but > we have also others rates (10%) for others products. > So in our country the rates are directly related to products. > I have checked the various TaxAuthority entities but I have seen only > that the TaxAuthorityRateProduct has the possibility to calculate the > tax at product category level. > I would like to rename the TaxAauthorityRateProduct entity to > TaxAauthorityRate for support those tax calculation for Italy. > > TaxAuthorityRate > taxAuthorityRateSeqId (PK) > taxAuthGeoId > taxAuthPartyId > taxAuthorityRateTypeId > titleTransferEnumId > minItemPrice > minPurchase > taxShipping > taxPercentage > fromDate > thruDate > description > lastUpdatedStamp > lastUpdatedTxStamp > createdStamp > createdTxStamp > > TaxAuthorityRateProduct > taxAuthorityRateProdSeqId (PK) > taxAuthorityRateSeqId > productStoreId > productCategoryId > productId > fromDate > thruDate > lastUpdatedStamp > lastUpdatedTxStamp > createdStamp > createdTxStamp > > I would like to know your opinion and alternative to solve this issue. > > Thanks in advance > Marco Risaliti > |
You are absolutely right I don't think to the tax_category and now I
have test it and everythings is ok and so those changes are not necessary. Thanks a lot Jacques Marco Il giorno 11/apr/07, alle ore 19:55, Jacques Le Roux ha scritto: > What is the problem with assigning a specialised VAT category to the > product ? > > Jacques > > >> I'm happy to contribute again to OFBIZ after a period of absence. >> I have some issue to calculate the tax for Italian products sell by >> companies. >> In Italy we have tax at national level and not at state level and we >> have different tax rates for different products. >> Normally we have a 20% of tax for the maximum of products in sell but >> we have also others rates (10%) for others products. >> So in our country the rates are directly related to products. >> I have checked the various TaxAuthority entities but I have seen only >> that the TaxAuthorityRateProduct has the possibility to calculate the >> tax at product category level. >> I would like to rename the TaxAauthorityRateProduct entity to >> TaxAauthorityRate for support those tax calculation for Italy. >> >> TaxAuthorityRate >> taxAuthorityRateSeqId (PK) >> taxAuthGeoId >> taxAuthPartyId >> taxAuthorityRateTypeId >> titleTransferEnumId >> minItemPrice >> minPurchase >> taxShipping >> taxPercentage >> fromDate >> thruDate >> description >> lastUpdatedStamp >> lastUpdatedTxStamp >> createdStamp >> createdTxStamp >> >> TaxAuthorityRateProduct >> taxAuthorityRateProdSeqId (PK) >> taxAuthorityRateSeqId >> productStoreId >> productCategoryId >> productId >> fromDate >> thruDate >> lastUpdatedStamp >> lastUpdatedTxStamp >> createdStamp >> createdTxStamp >> >> I would like to know your opinion and alternative to solve this >> issue. >> >> Thanks in advance >> Marco Risaliti >> > |
Free forum by Nabble | Edit this page |