[OFBiz] Dev - demo data for tax authorities
Si Chen
sichen at opensourcestrategies.com
Wed Aug 3 19:52:13 EDT 2005
Thanks. We'd probably want to add it to the ofbiz-component.xml as well.
Si
David E. Jones wrote:
>
> Okay, this one is in, rev 5452.
>
> -David
>
>
> On Aug 3, 2005, at 4:10 PM, Si Chen wrote:
>
>> Sorry -- that last file was no good. This one actually works.
>>
>> Si
>>
>> Si Chen wrote:
>>
>>
>>> Thanks! Here it is -- nothing too fancy, just setting up the tax
>>> authorities at this point. It'll give me enough to get started.
>>>
>>> Si
>>>
>>> David E. Jones wrote:
>>>
>>>
>>>>
>>>> Great, we need something for testing. I'll be working on updating
>>>> the tax calc service and some other stuff in the near future. If
>>>> you get held up waiting for that let me know and I'll try to push
>>>> it.
>>>>
>>>> -David
>>>>
>>>>
>>>> On Aug 3, 2005, at 3:29 PM, Si Chen wrote:
>>>>
>>>>
>>>>> David,
>>>>>
>>>>> FYI I'm going to make some seed data for the tax authorities.
>>>>>
>>>>> Si
>>>>> _______________________________________________
>>>>> Dev mailing list
>>>>> Dev at lists.ofbiz.org
>>>>> http://lists.ofbiz.org/mailman/listinfo/dev
>>>>>
>>>>>
>>>>
>>>> --------------------------------------------------------------------
>>>> ----
>>>>
>>>>
>>>> _______________________________________________
>>>> Dev mailing list
>>>> Dev at lists.ofbiz.org
>>>> http://lists.ofbiz.org/mailman/listinfo/dev
>>>>
>>>>
>>> ---------------------------------------------------------------------
>>> ---
>>>
>>> <?xml version="1.0" encoding="UTF-8"?>
>>> <entity-engine-xml>
>>> <Party partyId="CA_BOE" partyTypeId="PARTY_GROUP"/>
>>> <PartyGroup partyId="CA_BOE" groupName="State of Calilfornia Board
>>> of Equalization"/>
>>> <PostalAddress contactMechId="CA_BOE_0" toName="Board of
>>> Equalization" address1="P O BOX 942879" city="Sacramento"
>>> stateProvinceGeoId="CA" postalCode="94279" countryGeoId="USA"/>
>>> <PartyContactMech partyId="CA_BOE" contactMechId="CA_BOE_0"
>>> fromDate="2000-01-01 00:00:00.000" allowSolicitation="N"/>
>>> <PartyContactMechPurpose partyId="CA_BOE"
>>> contactMechId="CA_BOE_0"
>>> contactMechPurposeTypeId="PAYMENT_LOCATION" fromDate="2000-01-01
>>> 00:00:00.000"/>
>>> <PartyRole partyId="CA_BOE" roleTypeId="TAX_AUTHORITY"/>
>>> <Party partyId="NY_DTF" partyTypeId="PARTY_GROUP"/>
>>> <PartyGroup partyId="NY_DTF" groupName="New York Department of
>>> Taxation and Finance"/>
>>> <PostalAddress contactMechId="NY_DTF_0" toName="NYS Sales Tax
>>> Processing" address1="JAF Building" address2="P O BOX 1205"
>>> city="New York" stateProvinceGeoId="NY" postalCode="11016"
>>> countryGeoId="USA"/>
>>> <PartyContactMech partyId="NY_DTF" contactMechId="NY_DTF_)"
>>> fromDate="2000-01-01 00:00:00.000" allowSolicitation="N"/>
>>> <PartyContactMechPurpose partyId="NY_DTF"
>>> contactMechId="NY_DTF_0"
>>> contactMechPurposeTypeId="PAYMENT_LOCATION" fromDate="2000-01-01
>>> 00:00:00.000"/>
>>> <PartyRole partyId="NY_DTF" roleTypeId="TAX_AUTHORITY"/>
>>> <TaxAuthority taxAuthGeoId="CA" taxAuthPartyId="CA_BOE"
>>> requireTaxIdForOrder="N" includeTaxInPrice="N"/>
>>> <TaxAuthority taxAuthGeoId="NY" taxAuthPartyId="NY_DTF"
>>> requireTaxIdForOrder="N" includeTaxInPrice="N"/>
>>> </entity-engine-xml>
>>>
>>> ---------------------------------------------------------------------
>>> ---
>>>
>>> _______________________________________________
>>> Dev mailing list
>>> Dev at lists.ofbiz.org
>>> http://lists.ofbiz.org/mailman/listinfo/dev
>>>
>>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <entity-engine-xml>
>> <Party partyId="CA_BOE" partyTypeId="PARTY_GROUP"/>
>> <PartyGroup partyId="CA_BOE" groupName="State of Calilfornia Board
>> of Equalization"/>
>> <ContactMech contactMechId="CA_BOE_0"
>> contactMechTypeId="POSTAL_ADDRESS"/>
>> <PostalAddress contactMechId="CA_BOE_0" toName="Board of
>> Equalization" address1="P O BOX 942879" city="Sacramento"
>> stateProvinceGeoId="CA" postalCode="94279" countryGeoId="USA"/>
>> <PartyContactMech partyId="CA_BOE" contactMechId="CA_BOE_0"
>> fromDate="2000-01-01 00:00:00.000" allowSolicitation="N"/>
>> <PartyContactMechPurpose partyId="CA_BOE"
>> contactMechId="CA_BOE_0" contactMechPurposeTypeId="PAYMENT_LOCATION"
>> fromDate="2000-01-01 00:00:00.000"/>
>> <PartyRole partyId="CA_BOE" roleTypeId="TAX_AUTHORITY"/>
>>
>> <Party partyId="NY_DTF" partyTypeId="PARTY_GROUP"/>
>> <PartyGroup partyId="NY_DTF" groupName="New York Department of
>> Taxation and Finance"/>
>> <ContactMech contactMechId="NY_DTF_0"
>> contactMechTypeId="POSTAL_ADDRESS"/>
>> <PostalAddress contactMechId="NY_DTF_0" toName="NYS Sales Tax
>> Processing" address1="JAF Building" address2="P O BOX 1205"
>> city="New York" stateProvinceGeoId="NY" postalCode="11016"
>> countryGeoId="USA"/>
>> <PartyContactMech partyId="NY_DTF" contactMechId="NY_DTF_0"
>> fromDate="2000-01-01 00:00:00.000" allowSolicitation="N"/>
>> <PartyContactMechPurpose partyId="NY_DTF"
>> contactMechId="NY_DTF_0" contactMechPurposeTypeId="PAYMENT_LOCATION"
>> fromDate="2000-01-01 00:00:00.000"/>
>> <PartyRole partyId="NY_DTF" roleTypeId="TAX_AUTHORITY"/>
>>
>> <TaxAuthority taxAuthGeoId="CA" taxAuthPartyId="CA_BOE"
>> requireTaxIdForOrder="N" includeTaxInPrice="N"/>
>> <TaxAuthority taxAuthGeoId="NY" taxAuthPartyId="NY_DTF"
>> requireTaxIdForOrder="N" includeTaxInPrice="N"/>
>>
>> </entity-engine-xml>
>>
>> _______________________________________________
>> Dev mailing list
>> Dev at lists.ofbiz.org
>> http://lists.ofbiz.org/mailman/listinfo/dev
>
>
>
> _______________________________________________
> Dev mailing list
> Dev at lists.ofbiz.org
> http://lists.ofbiz.org/mailman/listinfo/dev
>
More information about the Dev
mailing list