TaxAuthority

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

TaxAuthority

SkipDever
In the main state in which my customer does business, there are about 50
different tax authorities with differing sales tax rates.

I need to create tax authorities for each of these jurisdictions, and then
associate customers who do business in them with these tax authorities so
the correct sales tax is charged.

I am assuming that I will need to create a geoId for each of them with the
state as the parent geoId, then create a TaxAuthority record for each of
these jurisdications.  I would then assume that I need to create a
PartyTaxAuthInfo for each customer pointing to the right tax authority.

I am hoping that someone with knowlege of this can tell me if this is
correct or I am out in left field.

Skip
No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.22.12/1374 - Release Date: 4/11/2008
4:59 PM

Reply | Threaded
Open this post in threaded view
|

Re: TaxAuthority

BJ Freeman
are you tax authorities, geographic, by zip, or by political boundaries?

skip@thedevers sent the following on 4/14/2008 3:32 PM:

> In the main state in which my customer does business, there are about 50
> different tax authorities with differing sales tax rates.
>
> I need to create tax authorities for each of these jurisdictions, and then
> associate customers who do business in them with these tax authorities so
> the correct sales tax is charged.
>
> I am assuming that I will need to create a geoId for each of them with the
> state as the parent geoId, then create a TaxAuthority record for each of
> these jurisdications.  I would then assume that I need to create a
> PartyTaxAuthInfo for each customer pointing to the right tax authority.
>
> I am hoping that someone with knowlege of this can tell me if this is
> correct or I am out in left field.
>
> Skip
> No virus found in this outgoing message.
> Checked by AVG.
> Version: 7.5.519 / Virus Database: 269.22.12/1374 - Release Date: 4/11/2008
> 4:59 PM
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

RE: TaxAuthority

SkipDever
By political boundries, cities, and counties mostly.  Each one has a
different tax rate and reporting requirements.

Skip

-----Original Message-----
From: BJ Freeman [mailto:[hidden email]]
Sent: Monday, April 14, 2008 3:49 PM
To: [hidden email]
Subject: Re: TaxAuthority


are you tax authorities, geographic, by zip, or by political boundaries?

skip@thedevers sent the following on 4/14/2008 3:32 PM:

> In the main state in which my customer does business, there are about 50
> different tax authorities with differing sales tax rates.
>
> I need to create tax authorities for each of these jurisdictions, and then
> associate customers who do business in them with these tax authorities so
> the correct sales tax is charged.
>
> I am assuming that I will need to create a geoId for each of them with the
> state as the parent geoId, then create a TaxAuthority record for each of
> these jurisdications.  I would then assume that I need to create a
> PartyTaxAuthInfo for each customer pointing to the right tax authority.
>
> I am hoping that someone with knowlege of this can tell me if this is
> correct or I am out in left field.
>
> Skip
> No virus found in this outgoing message.
> Checked by AVG.
> Version: 7.5.519 / Virus Database: 269.22.12/1374 - Release Date:
4/11/2008
> 4:59 PM
>
>
>
>


No virus found in this incoming message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.22.12/1374 - Release Date: 4/11/2008
4:59 PM

No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.22.12/1374 - Release Date: 4/11/2008
4:59 PM

Reply | Threaded
Open this post in threaded view
|

Re: TaxAuthority

BJ Freeman
think it best to find an outside service to do this.
I have run across a few.
what it requires is knowing the Geo data for each political boundary.
then it is a simple process of check if the Geo location is in those
boundaries.
most services need the address as well as zipcode to figure this out.
so if you are going to do it you need a routine that will convert
address to GeoData. You might use the yahoo or google aPI however there
is a disparity between the two, so if you close to boundary you may not
get the accurate information.

just my 2 cents.

skip@thedevers sent the following on 4/14/2008 5:49 PM:

> By political boundries, cities, and counties mostly.  Each one has a
> different tax rate and reporting requirements.
>
> Skip
>
> -----Original Message-----
> From: BJ Freeman [mailto:[hidden email]]
> Sent: Monday, April 14, 2008 3:49 PM
> To: [hidden email]
> Subject: Re: TaxAuthority
>
>
> are you tax authorities, geographic, by zip, or by political boundaries?
>
> skip@thedevers sent the following on 4/14/2008 3:32 PM:
>> In the main state in which my customer does business, there are about 50
>> different tax authorities with differing sales tax rates.
>>
>> I need to create tax authorities for each of these jurisdictions, and then
>> associate customers who do business in them with these tax authorities so
>> the correct sales tax is charged.
>>
>> I am assuming that I will need to create a geoId for each of them with the
>> state as the parent geoId, then create a TaxAuthority record for each of
>> these jurisdications.  I would then assume that I need to create a
>> PartyTaxAuthInfo for each customer pointing to the right tax authority.
>>
>> I am hoping that someone with knowlege of this can tell me if this is
>> correct or I am out in left field.
>>
>> Skip
>> No virus found in this outgoing message.
>> Checked by AVG.
>> Version: 7.5.519 / Virus Database: 269.22.12/1374 - Release Date:
> 4/11/2008
>> 4:59 PM
>>
>>
>>
>>
>
>
> No virus found in this incoming message.
> Checked by AVG.
> Version: 7.5.519 / Virus Database: 269.22.12/1374 - Release Date: 4/11/2008
> 4:59 PM
>
> No virus found in this outgoing message.
> Checked by AVG.
> Version: 7.5.519 / Virus Database: 269.22.12/1374 - Release Date: 4/11/2008
> 4:59 PM
>
>
>
>