unidom-party-china 0.7 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e964a08147f4613731101ce86cf13eae61d4be73
4
- data.tar.gz: bae5cf2b4941096363c269d9f7faca0ab603e026
3
+ metadata.gz: 7331d6aec279209af5ab79bcc48d32bea6c50002
4
+ data.tar.gz: dd21625eb0c8707a113e92df136360254cff1913
5
5
  SHA512:
6
- metadata.gz: 0129d563784c7c3fa34e72f45728ae3d8d94274ab957a64caed6aed49175332478258f50021da5ae75755be2dc82aa73863748c05b358c3a40f20148670fb423
7
- data.tar.gz: b43523d9073e66c63c6faede1c29ac662dda051b94297d9a3f4adabf45c9bacd09f7a39aaee19e8e633a8ad38831e42b29b43d7a7d0aa80c32177c9435f88ef7
6
+ metadata.gz: 31b46f488159cd3768489f9b1aa86e789395d9ef6d8132b29283aafa0b1e9ddf41712c0c8702452cc6652f32427d48f42bb76331fb0c3df9b5cb48c68f798f84
7
+ data.tar.gz: a114469e2aa511340c37ecc9d68d78166a6a9132303e3001f8f7239bd7b79fc35c8e17f629385576a9052242392f50f75206b560fbc4c3d20ce9379eb83c5ef5
data/README.md CHANGED
@@ -4,8 +4,8 @@
4
4
  [![Gem Version](https://badge.fury.io/rb/unidom-party-china.svg)](https://badge.fury.io/rb/unidom-party-china)
5
5
  [![Dependency Status](https://gemnasium.com/badges/github.com/topbitdu/unidom-party-china.svg)](https://gemnasium.com/github.com/topbitdu/unidom-party-china)
6
6
 
7
- Unidom (UNIfied Domain Object Model) is a series of domain model engines. The China Party domain model engine includes the Ethnicity enum code and the Marital Status enum code.
8
- Unidom (统一领域对象模型)是一系列的领域模型引擎。中国参与者领域模型引擎包括民族、婚姻状况枚举编码。
7
+ Unidom (UNIfied Domain Object Model) is a series of domain model engines. The China Party domain model engine includes the Ethnicity enum code, the Marital Status enum code, the Political Affiliation enum code, the Religion Faith enum code, the Formal Schooling enum code, the Blood Group enum code, and the Business Registration enum code.
8
+ Unidom (统一领域对象模型)是一系列的领域模型引擎。中国参与者领域模型引擎包括民族、婚姻状况、政治面貌、宗教信仰、学历、血型、工商注册枚举编码。
9
9
 
10
10
 
11
11
 
@@ -130,4 +130,5 @@ Unidom::Party::China::BusinessRegistration::DOMESTICALLY_FUNDED_COMPANY #
130
130
  Unidom::Party::China::BusinessRegistration::TAIWAN_HK_MACAO_FUNDED_ENTERPRISE # 港、澳、台商投资企业
131
131
  Unidom::Party::China::BusinessRegistration::FOREIGN_FUNDED_ENTERPRISE # 外商投资企业
132
132
  Unidom::Party::China::BusinessRegistration::SELF_EMPLOYED_BUSINESS # 个体经营
133
+ # 一共 24 个工商注册类型。
133
134
  ```
data/config/enum.yml CHANGED
@@ -515,12 +515,58 @@ enum:
515
515
  other:
516
516
  code: '9'
517
517
 
518
+ # 关于划分企业登记注册类型的规定 http://www.stats.gov.cn/tjsj/tjbz/200610/t20061018_8657.html
519
+ # 关于“个体经营”登记注册类型分类及代码的通知 国统办字(1999)2号 http://www.stats.gov.cn/tjsj/tjbz/200611/t20061123_8663.html
518
520
  unidom_china_business_registration:
521
+
519
522
  domestically_funded_company:
520
523
  code: '100'
524
+ state_owned_enterprise:
525
+ code: '110'
526
+ collective_owned_enterprise:
527
+ code: '120'
528
+ joint_stock_cooperative_enterprise:
529
+ code: '130'
530
+ joint_ownership_enterprise:
531
+ code: '140'
532
+ limited_liability_company:
533
+ code: '150'
534
+ joint_stock_limited_company:
535
+ code: '160'
536
+ private_company:
537
+ code: '170'
538
+ other_domestically_funded:
539
+ code: '190'
540
+
521
541
  taiwan_hk_macao_funded_enterprise:
522
542
  code: '200'
543
+ sino_taiwan_hk_macao_equity_joint_venture:
544
+ code: '210'
545
+ sino_taiwan_hk_macao_contractual_joint_venture:
546
+ code: '220'
547
+ taiwan_hk_macao_equity_joint_venture:
548
+ code: '230'
549
+ taiwan_hk_macao_funded_joint_stock_limited_company:
550
+ code: '240'
551
+ other_taiwan_hk_macao_funded:
552
+ code: '290'
553
+
523
554
  foreign_funded_enterprise:
524
555
  code: '300'
556
+ sino_foreign_equity_joint_venture:
557
+ code: '310'
558
+ sino_foreign_contractual_joint_venture:
559
+ code: '320'
560
+ foreign_foreign_equity_joint_venture:
561
+ code: '330'
562
+ foreign_funded_joint_stock_limited_company:
563
+ code: '340'
564
+ other_foreign_funded:
565
+ code: '390'
566
+
525
567
  self_employed_business:
526
568
  code: '400'
569
+ getihu:
570
+ code: '410'
571
+ gerenhehuo:
572
+ code: '420'
@@ -158,15 +158,34 @@
158
158
  ab_type: AB型
159
159
  other: 其他
160
160
 
161
+ # 关于划分企业登记注册类型的规定 http://www.stats.gov.cn/tjsj/tjbz/200610/t20061018_8657.html
162
+ # 关于“个体经营”登记注册类型分类及代码的通知 国统办字(1999)2号 http://www.stats.gov.cn/tjsj/tjbz/200611/t20061123_8663.html
161
163
  unidom_china_business_registration:
162
- domestically_funded_company: 内资企业
163
- #state_owned_enterprise: 国有企业
164
- #collective_enterprise: 集体企业
165
- #joint_stock_enterprise: 股份合作企业
166
- #joint_venture_enterprise: 联营企业
167
- #state_owned_joint_venture_enterprise: 国有联营企业
168
- #collective_joint_venture_enterprise: 集体联营企业
169
- #state_owned_and_collective_joint_venture_enterprise: 国有与集体联营企业
170
- taiwan_hk_macao_funded_enterprise: 港、澳、台商投资企业
171
- foreign_funded_enterprise: 外商投资企业
164
+
165
+ domestically_funded_company: 内资企业
166
+ state_owned_enterprise: 国有企业
167
+ collective_owned_enterprise: 集体企业
168
+ joint_stock_cooperative_enterprise: 股份合作企业
169
+ joint_ownership_enterprise: 联营企业
170
+ limited_liability_company: 有限责任公司
171
+ joint_stock_limited_company: 股份有限公司
172
+ private_company: 私营企业
173
+ other_domestically_funded: 其他企业
174
+
175
+ taiwan_hk_macao_funded_enterprise: 港、澳、台商投资企业
176
+ sino_taiwan_hk_macao_equity_joint_venture: 合资经营企业(港或澳、台资)
177
+ sino_taiwan_hk_macao_contractual_joint_venture: 合作经营企业(港或澳、台资)
178
+ taiwan_hk_macao_equity_joint_venture: 港、澳、台商独资经营企业
179
+ taiwan_hk_macao_funded_joint_stock_limited_company: 港、澳、台商投资股份有限公司
180
+ other_taiwan_hk_macao_funded: 其他港、澳、台商投资企业
181
+
182
+ foreign_funded_enterprise: 外商投资企业
183
+ sino_foreign_equity_joint_venture: 中外合资经营企业
184
+ sino_foreign_contractual_joint_venture: 中外合作经营企业
185
+ foreign_foreign_equity_joint_venture: 外资企业
186
+ foreign_funded_joint_stock_limited_company: 外商投资股份有限公司
187
+ other_foreign_funded: 其他外商投资企业
188
+
172
189
  self_employed_business: 个体经营
190
+ getihu: 个体户
191
+ gerenhehuo: 个人合伙
@@ -1,7 +1,7 @@
1
1
  module Unidom
2
2
  module Party
3
3
  module China
4
- VERSION = '0.7'.freeze
4
+ VERSION = '0.7.1'.freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unidom-party-china
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.7'
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Topbit Du
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-15 00:00:00.000000000 Z
11
+ date: 2016-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unidom-common