[ofbiz-framework] branch trunk updated: Improved: Tax Authority Data for China

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

[ofbiz-framework] branch trunk updated: Improved: Tax Authority Data for China

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 10060c8  Improved: Tax Authority Data for China
10060c8 is described below

commit 10060c8eea28cae2998497b7c5452287748f416e
Author: Pierre Smits <[hidden email]>
AuthorDate: Thu Apr 30 10:42:11 2020 +0200

    Improved: Tax Authority Data for China
   
    (OFBIZ-11628)
   
    added party and tax authority data for China
---
 applications/datamodel/data/demo/AccountingDemoData.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/applications/datamodel/data/demo/AccountingDemoData.xml b/applications/datamodel/data/demo/AccountingDemoData.xml
index a02c969..82781c5 100644
--- a/applications/datamodel/data/demo/AccountingDemoData.xml
+++ b/applications/datamodel/data/demo/AccountingDemoData.xml
@@ -2456,6 +2456,14 @@ under the License.
     <TaxAuthority taxAuthGeoId="ON" taxAuthPartyId="ON_TAXMAN" includeTaxInPrice="Y"/>
     <TaxAuthorityGlAccount taxAuthGeoId="ON" taxAuthPartyId="ON_TAXMAN" organizationPartyId="Company" glAccountId="224209"/>
 
+    <!-- China TaxAuthority defs -->
+    <Party partyId="CHN_STA" partyTypeId="PARTY_GROUP" preferredCurrencyUomId="CNY" statusId="PARTY_ENABLED" createdDate="2009-01-01 00:00:00.000"/>
+    <PartyGroup partyId="CHN_STA" groupName="State Taxation Administration"/>
+    <PartyRole partyId="CHN_STA" roleTypeId="TAX_AUTHORITY"/>
+    <TaxAuthority taxAuthGeoId="CHN" taxAuthPartyId="CHN_STA" includeTaxInPrice="N" requireTaxIdForExemption="Y"
+        taxIdFormatPattern=""/>
+    <TaxAuthorityGlAccount taxAuthGeoId="CHN" taxAuthPartyId="CHN_STA" organizationPartyId="Company" glAccountId="224209"/>
+
     <!-- Party TaxAuthority info for Company -->
     <!-- some interesting information at: http://www.taxadmin.org/fta/rate/tax_stru.html -->
     <PartyTaxAuthInfo partyId="Company" taxAuthGeoId="_NA_" taxAuthPartyId="_NA_" fromDate="2001-05-13 00:00:00.001" isNexus="Y"/>