Question about calculation of Tax in Italy

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

Question about calculation of Tax in Italy

mrisaliti@libero.it
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
Reply | Threaded
Open this post in threaded view
|

Re: Question about calculation of Tax in Italy

Jacques Le Roux
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
>

Reply | Threaded
Open this post in threaded view
|

Re: Question about calculation of Tax in Italy

mrisaliti@libero.it
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
>>
>