@silexpert/core 0.4.152 → 0.4.154
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/Dashboard.d.ts +2 -3
- package/es/api/resources/Dashboard.d.ts.map +1 -1
- package/es/api/resources/Dashboard.js +2 -5
- package/es/api/resources/Dashboard.js.map +1 -1
- package/es/api/resources/Qonto.d.ts +6 -0
- package/es/api/resources/Qonto.d.ts.map +1 -0
- package/es/api/resources/Qonto.js +7 -0
- package/es/api/resources/Qonto.js.map +1 -0
- package/es/api/resources/Transaction.d.ts +3 -1
- package/es/api/resources/Transaction.d.ts.map +1 -1
- package/es/api/resources/Transaction.js +6 -0
- package/es/api/resources/Transaction.js.map +1 -1
- package/es/api/resources/VatControl.d.ts +1 -2
- package/es/api/resources/VatControl.d.ts.map +1 -1
- package/es/api/resources/VatControl.js +0 -3
- package/es/api/resources/VatControl.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AccountingJournal.d.ts +12 -0
- package/es/types/Enum/AccountingJournal.d.ts.map +1 -1
- package/es/types/Enum/AccountingJournal.js +12 -0
- package/es/types/Enum/AccountingJournal.js.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.d.ts +38 -1
- package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.js +38 -0
- package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/es/types/Enum/BalanceSheetQuestionWording.d.ts +177 -92
- package/es/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheetQuestionWording.js +176 -91
- package/es/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
- package/es/types/Enum/GlobalRegime.d.ts +1 -0
- package/es/types/Enum/GlobalRegime.d.ts.map +1 -1
- package/es/types/Enum/GlobalRegime.js +59 -23
- package/es/types/Enum/GlobalRegime.js.map +1 -1
- package/es/types/Enum/LegalForm.d.ts.map +1 -1
- package/es/types/Enum/LegalForm.js +9 -0
- package/es/types/Enum/LegalForm.js.map +1 -1
- package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.d.ts +5 -0
- package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.d.ts.map +1 -0
- package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js +30 -0
- package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js.map +1 -0
- package/es/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.d.ts +13 -0
- package/es/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.d.ts.map +1 -0
- package/es/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js +3 -0
- package/es/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js.map +1 -0
- package/es/types/Interface/api/accountingTransaction/QueryBankAccountSum.d.ts +10 -0
- package/es/types/Interface/api/accountingTransaction/QueryBankAccountSum.d.ts.map +1 -0
- package/es/types/Interface/api/{dashboard/QueryVat.js → accountingTransaction/QueryBankAccountSum.js} +19 -9
- package/es/types/Interface/api/accountingTransaction/QueryBankAccountSum.js.map +1 -0
- package/es/types/Interface/api/cerfa/2031.d.ts +6 -6
- package/es/types/Interface/api/cerfa/2031.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/2031.js.map +1 -1
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.d.ts +31 -0
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.js +13 -0
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.js.map +1 -0
- package/es/types/index.d.ts +4 -3
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +4 -4
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Dashboard.js +2 -8
- package/js/api/resources/Dashboard.js.map +1 -1
- package/js/api/resources/Qonto.js +18 -0
- package/js/api/resources/Qonto.js.map +1 -0
- package/js/api/resources/Transaction.js +12 -0
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/api/resources/VatControl.js +0 -6
- package/js/api/resources/VatControl.js.map +1 -1
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AccountingJournal.js +13 -0
- package/js/types/Enum/AccountingJournal.js.map +1 -1
- package/js/types/Enum/BalanceSheetQuestion.js +40 -1
- package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/js/types/Enum/BalanceSheetQuestionWording.js +177 -91
- package/js/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
- package/js/types/Enum/GlobalRegime.js +99 -65
- package/js/types/Enum/GlobalRegime.js.map +1 -1
- package/js/types/Enum/LegalForm.js +9 -0
- package/js/types/Enum/LegalForm.js.map +1 -1
- package/js/types/Interface/api/{dashboard/QueryVat.js → SocietyTransaction/QuerySocietyTransactionCount.js} +12 -6
- package/js/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js.map +1 -0
- package/js/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js +10 -0
- package/js/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js.map +1 -0
- package/js/types/Interface/api/accountingTransaction/QueryBankAccountSum.js +33 -0
- package/js/types/Interface/api/accountingTransaction/QueryBankAccountSum.js.map +1 -0
- package/js/types/Interface/api/cerfa/2031.js.map +1 -1
- package/js/types/Interface/api/dashboard/{ReadTurnOverProfitAndLoss.js → ReadTurnOverProfitAndLossAndVats.js} +13 -1
- package/js/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.js.map +1 -0
- package/js/types/index.js +39 -27
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Dashboard.ts +4 -10
- package/ts/api/resources/Qonto.ts +10 -0
- package/ts/api/resources/Transaction.ts +12 -1
- package/ts/api/resources/VatControl.ts +1 -5
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/AccountingJournal.ts +14 -1
- package/ts/types/Enum/BalanceSheetQuestion.ts +40 -0
- package/ts/types/Enum/BalanceSheetQuestionWording.ts +181 -92
- package/ts/types/Enum/GlobalRegime.ts +61 -24
- package/ts/types/Enum/LegalForm.ts +9 -0
- package/ts/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.ts +21 -0
- package/ts/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.ts +12 -0
- package/ts/types/Interface/api/accountingTransaction/QueryBankAccountSum.ts +25 -0
- package/ts/types/Interface/api/cerfa/2031.ts +6 -6
- package/ts/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.ts +35 -0
- package/ts/types/index.ts +4 -4
- package/es/types/Interface/api/dashboard/QueryVat.d.ts +0 -5
- package/es/types/Interface/api/dashboard/QueryVat.d.ts.map +0 -1
- package/es/types/Interface/api/dashboard/QueryVat.js.map +0 -1
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.d.ts +0 -17
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.d.ts.map +0 -1
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js +0 -7
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +0 -1
- package/es/types/Interface/api/dashboard/ReadVat.d.ts +0 -11
- package/es/types/Interface/api/dashboard/ReadVat.d.ts.map +0 -1
- package/es/types/Interface/api/dashboard/ReadVat.js +0 -5
- package/es/types/Interface/api/dashboard/ReadVat.js.map +0 -1
- package/js/types/Interface/api/dashboard/QueryVat.js.map +0 -1
- package/js/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +0 -1
- package/js/types/Interface/api/dashboard/ReadVat.js +0 -14
- package/js/types/Interface/api/dashboard/ReadVat.js.map +0 -1
- package/ts/types/Interface/api/dashboard/QueryVat.ts +0 -9
- package/ts/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.ts +0 -18
- package/ts/types/Interface/api/dashboard/ReadVat.ts +0 -11
|
@@ -29,7 +29,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
29
29
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
30
30
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
31
31
|
declaration: _CerfaType.CerfaType.CERFA_2031,
|
|
32
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
32
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
33
|
+
hidden: false
|
|
33
34
|
}, {
|
|
34
35
|
name: 'Presta de services (BIC - IR - 2031 + 2050)',
|
|
35
36
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
@@ -37,14 +38,16 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
37
38
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
38
39
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
39
40
|
declaration: _CerfaType.CerfaType.CERFA_2031,
|
|
40
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
41
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
42
|
+
hidden: true
|
|
41
43
|
}, {
|
|
42
44
|
name: 'Profession libérale (BNC - IR - 2035)',
|
|
43
45
|
idActivity: _Activity.Activity.PROF_LIB,
|
|
44
46
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
45
47
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
46
48
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
47
|
-
declaration: _CerfaType.CerfaType.CERFA_2035
|
|
49
|
+
declaration: _CerfaType.CerfaType.CERFA_2035,
|
|
50
|
+
hidden: false
|
|
48
51
|
}]
|
|
49
52
|
},
|
|
50
53
|
EIRL: {
|
|
@@ -58,7 +61,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
58
61
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
59
62
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
60
63
|
declaration: _CerfaType.CerfaType.CERFA_2031,
|
|
61
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
64
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
65
|
+
hidden: false
|
|
62
66
|
}, {
|
|
63
67
|
name: 'Artisan - commerçant (BIC - IR - 2031 + 2050)',
|
|
64
68
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
@@ -66,14 +70,16 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
66
70
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
67
71
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
68
72
|
declaration: _CerfaType.CerfaType.CERFA_2031,
|
|
69
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
73
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
74
|
+
hidden: true
|
|
70
75
|
}, {
|
|
71
76
|
name: 'Profession libérale (BNC - IR - 2035)',
|
|
72
77
|
idActivity: _Activity.Activity.PROF_LIB,
|
|
73
78
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
74
79
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
75
80
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
76
|
-
declaration: _CerfaType.CerfaType.CERFA_2035
|
|
81
|
+
declaration: _CerfaType.CerfaType.CERFA_2035,
|
|
82
|
+
hidden: false
|
|
77
83
|
}, {
|
|
78
84
|
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
79
85
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
@@ -81,7 +87,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
81
87
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
82
88
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
83
89
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
84
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
90
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
91
|
+
hidden: false
|
|
85
92
|
}, {
|
|
86
93
|
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
87
94
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
@@ -89,7 +96,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
89
96
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
90
97
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
91
98
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
92
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
99
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
100
|
+
hidden: true
|
|
93
101
|
}, {
|
|
94
102
|
name: 'Profession libérale (BNC - IS - Réel simplifié - 2065 & 2033)',
|
|
95
103
|
idActivity: _Activity.Activity.PROF_LIB,
|
|
@@ -97,7 +105,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
97
105
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
98
106
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
99
107
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
100
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
108
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
109
|
+
hidden: false
|
|
101
110
|
}, {
|
|
102
111
|
name: 'Profession libérale (BNC - IS - 2065 & 2050)',
|
|
103
112
|
idActivity: _Activity.Activity.PROF_LIB,
|
|
@@ -105,7 +114,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
105
114
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
106
115
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
107
116
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
108
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
117
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
118
|
+
hidden: true
|
|
109
119
|
}]
|
|
110
120
|
},
|
|
111
121
|
AUTO_MICRO_ENTREPRENEUR: {
|
|
@@ -118,21 +128,24 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
118
128
|
idTaxSystem: _TaxSystem.TaxSystem.NA,
|
|
119
129
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
120
130
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
121
|
-
declaration: _CerfaType.CerfaType.CERFA_2042_C_Pro
|
|
131
|
+
declaration: _CerfaType.CerfaType.CERFA_2042_C_Pro,
|
|
132
|
+
hidden: false
|
|
122
133
|
}, {
|
|
123
134
|
name: 'Presta de services commerciales ou artisanales (Micro-BIC - 2042-C-Pro)',
|
|
124
135
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
125
136
|
idTaxSystem: _TaxSystem.TaxSystem.NA,
|
|
126
137
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
127
138
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
128
|
-
declaration: _CerfaType.CerfaType.CERFA_2042_C_Pro
|
|
139
|
+
declaration: _CerfaType.CerfaType.CERFA_2042_C_Pro,
|
|
140
|
+
hidden: false
|
|
129
141
|
}, {
|
|
130
142
|
name: 'Profession libérale (Micro-BNC - 2042-C-Pro)',
|
|
131
143
|
idActivity: _Activity.Activity.PROF_LIB,
|
|
132
144
|
idTaxSystem: _TaxSystem.TaxSystem.NA,
|
|
133
145
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
134
146
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
135
|
-
declaration: _CerfaType.CerfaType.CERFA_2042_C_Pro
|
|
147
|
+
declaration: _CerfaType.CerfaType.CERFA_2042_C_Pro,
|
|
148
|
+
hidden: false
|
|
136
149
|
}]
|
|
137
150
|
},
|
|
138
151
|
ASSOCIATION: {
|
|
@@ -153,7 +166,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
153
166
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
154
167
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
155
168
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
156
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
169
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
170
|
+
hidden: false
|
|
157
171
|
}, {
|
|
158
172
|
name: 'Fiscalisée (BIC - IS - Réel normal - 2065 & 2050)',
|
|
159
173
|
idActivity: _Activity.Activity.AUTRES,
|
|
@@ -161,7 +175,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
161
175
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
162
176
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
163
177
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
164
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
178
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
179
|
+
hidden: true
|
|
165
180
|
}]
|
|
166
181
|
},
|
|
167
182
|
EURL_SARL: {
|
|
@@ -174,7 +189,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
174
189
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
175
190
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
176
191
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
177
|
-
declaration: _CerfaType.CerfaType.CERFA_2035
|
|
192
|
+
declaration: _CerfaType.CerfaType.CERFA_2035,
|
|
193
|
+
hidden: false
|
|
178
194
|
}, {
|
|
179
195
|
name: 'Artisan - commerçant (BIC - IR - 2031 + 2033)',
|
|
180
196
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
@@ -182,7 +198,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
182
198
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
183
199
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
184
200
|
declaration: _CerfaType.CerfaType.CERFA_2031,
|
|
185
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
201
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
202
|
+
hidden: false
|
|
186
203
|
}, {
|
|
187
204
|
name: 'Artisan - commerçant (BIC - IR - 2031 + 2050)',
|
|
188
205
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
@@ -190,7 +207,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
190
207
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
191
208
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
192
209
|
declaration: _CerfaType.CerfaType.CERFA_2031,
|
|
193
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
210
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
211
|
+
hidden: true
|
|
194
212
|
}, {
|
|
195
213
|
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 && 2033)',
|
|
196
214
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
@@ -198,7 +216,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
198
216
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
199
217
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
200
218
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
201
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
219
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
220
|
+
hidden: false
|
|
202
221
|
}, {
|
|
203
222
|
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
204
223
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
@@ -206,7 +225,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
206
225
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
207
226
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
208
227
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
209
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
228
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
229
|
+
hidden: true
|
|
210
230
|
}, {
|
|
211
231
|
name: 'Presta de services (BIC - IR - 2031 + 2033)',
|
|
212
232
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
@@ -214,7 +234,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
214
234
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
215
235
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
216
236
|
declaration: _CerfaType.CerfaType.CERFA_2031,
|
|
217
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
237
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
238
|
+
hidden: false
|
|
218
239
|
}, {
|
|
219
240
|
name: 'Presta de services (BIC - IR - 2031 + 2050)',
|
|
220
241
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
@@ -222,7 +243,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
222
243
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
223
244
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
224
245
|
declaration: _CerfaType.CerfaType.CERFA_2031,
|
|
225
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
246
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
247
|
+
hidden: true
|
|
226
248
|
}, {
|
|
227
249
|
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
228
250
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
@@ -230,7 +252,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
230
252
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
231
253
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
232
254
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
233
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
255
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
256
|
+
hidden: false
|
|
234
257
|
}, {
|
|
235
258
|
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
236
259
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
@@ -238,7 +261,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
238
261
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
239
262
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
240
263
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
241
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
264
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
265
|
+
hidden: true
|
|
242
266
|
}]
|
|
243
267
|
},
|
|
244
268
|
SAS_SASU: {
|
|
@@ -252,7 +276,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
252
276
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
253
277
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
254
278
|
declaration: _CerfaType.CerfaType.CERFA_2031,
|
|
255
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
279
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
280
|
+
hidden: false
|
|
256
281
|
}, {
|
|
257
282
|
name: 'Artisan - commerçant (BIC - IR - 2031 + 2050)',
|
|
258
283
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
@@ -260,7 +285,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
260
285
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
261
286
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
262
287
|
declaration: _CerfaType.CerfaType.CERFA_2031,
|
|
263
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
288
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
289
|
+
hidden: true
|
|
264
290
|
}, {
|
|
265
291
|
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
266
292
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
@@ -268,7 +294,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
268
294
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
269
295
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
270
296
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
271
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
297
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
298
|
+
hidden: false
|
|
272
299
|
}, {
|
|
273
300
|
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
274
301
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
@@ -276,7 +303,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
276
303
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
277
304
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
278
305
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
279
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
306
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
307
|
+
hidden: true
|
|
280
308
|
}, {
|
|
281
309
|
name: 'Presta de services (BIC - IR - 2031 + 2033)',
|
|
282
310
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
@@ -284,7 +312,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
284
312
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
285
313
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
286
314
|
declaration: _CerfaType.CerfaType.CERFA_2031,
|
|
287
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
315
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
316
|
+
hidden: false
|
|
288
317
|
}, {
|
|
289
318
|
name: 'Presta de services (BIC - IR - 2031 + 2050)',
|
|
290
319
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
@@ -292,7 +321,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
292
321
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
293
322
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
294
323
|
declaration: _CerfaType.CerfaType.CERFA_2031,
|
|
295
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
324
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
325
|
+
hidden: true
|
|
296
326
|
}, {
|
|
297
327
|
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
298
328
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
@@ -300,7 +330,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
300
330
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
301
331
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
302
332
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
303
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
333
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
334
|
+
hidden: false
|
|
304
335
|
}, {
|
|
305
336
|
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
306
337
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
@@ -308,7 +339,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
308
339
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
309
340
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
310
341
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
311
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
342
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
343
|
+
hidden: true
|
|
312
344
|
}]
|
|
313
345
|
},
|
|
314
346
|
SA: {
|
|
@@ -322,7 +354,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
322
354
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
323
355
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
324
356
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
325
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
357
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
358
|
+
hidden: false
|
|
326
359
|
}, {
|
|
327
360
|
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
328
361
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
@@ -330,7 +363,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
330
363
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
331
364
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
332
365
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
333
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
366
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
367
|
+
hidden: true
|
|
334
368
|
}, {
|
|
335
369
|
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
336
370
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
@@ -338,7 +372,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
338
372
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
339
373
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
340
374
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
341
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
375
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
376
|
+
hidden: false
|
|
342
377
|
}, {
|
|
343
378
|
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
344
379
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
@@ -346,32 +381,25 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
346
381
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
347
382
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
348
383
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
349
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
384
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
385
|
+
hidden: true
|
|
386
|
+
}]
|
|
387
|
+
},
|
|
388
|
+
SCI: {
|
|
389
|
+
name: 'SCI',
|
|
390
|
+
id: 8,
|
|
391
|
+
idLegalForms: [_LegalForm.LegalForm.SCI.id],
|
|
392
|
+
choices: [{
|
|
393
|
+
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
394
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
395
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
396
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
397
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
398
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
399
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
400
|
+
hidden: false
|
|
350
401
|
}]
|
|
351
402
|
},
|
|
352
|
-
// SCI: {
|
|
353
|
-
// name: 'SCI',
|
|
354
|
-
// id: 8,
|
|
355
|
-
// idLegalForms: [LegalForm.SCI.id],
|
|
356
|
-
// choices: [
|
|
357
|
-
// {
|
|
358
|
-
// name: 'Presta de services (BNC - IR - 2044)',
|
|
359
|
-
// idActivity: Activity.PRESTA_SERVICE,
|
|
360
|
-
// idTaxSystem: TaxSystem.IR,
|
|
361
|
-
// profitsType: ProfitsType.BNC,
|
|
362
|
-
// idFiscalRegime: FiscalRegime.NA,
|
|
363
|
-
// declaration: CerfaType.CERFA_2044,
|
|
364
|
-
// },
|
|
365
|
-
// {
|
|
366
|
-
// name: 'Presta de services (BNC - IS - 2072)',
|
|
367
|
-
// idActivity: Activity.PRESTA_SERVICE,
|
|
368
|
-
// idTaxSystem: TaxSystem.IS,
|
|
369
|
-
// profitsType: ProfitsType.BNC,
|
|
370
|
-
// idFiscalRegime: FiscalRegime.NA,
|
|
371
|
-
// declaration: CerfaType.CERFA_2072,
|
|
372
|
-
// },
|
|
373
|
-
// ],
|
|
374
|
-
// },
|
|
375
403
|
SCP: {
|
|
376
404
|
name: 'SCP',
|
|
377
405
|
id: 9,
|
|
@@ -382,7 +410,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
382
410
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
383
411
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
384
412
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
385
|
-
declaration: _CerfaType.CerfaType.CERFA_2035
|
|
413
|
+
declaration: _CerfaType.CerfaType.CERFA_2035,
|
|
414
|
+
hidden: false
|
|
386
415
|
}, {
|
|
387
416
|
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
388
417
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
@@ -390,7 +419,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
390
419
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
391
420
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
392
421
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
393
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
422
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
423
|
+
hidden: false
|
|
394
424
|
}, {
|
|
395
425
|
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
396
426
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
@@ -398,7 +428,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
398
428
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
399
429
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
400
430
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
401
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
431
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
432
|
+
hidden: true
|
|
402
433
|
}]
|
|
403
434
|
},
|
|
404
435
|
SELARL: {
|
|
@@ -411,7 +442,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
411
442
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
412
443
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
413
444
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
414
|
-
declaration: _CerfaType.CerfaType.CERFA_2035
|
|
445
|
+
declaration: _CerfaType.CerfaType.CERFA_2035,
|
|
446
|
+
hidden: false
|
|
415
447
|
}, {
|
|
416
448
|
name: 'Profession libérale (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
417
449
|
idActivity: _Activity.Activity.PROF_LIB,
|
|
@@ -419,7 +451,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
419
451
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
420
452
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
421
453
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
422
|
-
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
454
|
+
annexe: _CerfaType.CerfaType.CERFA_2033,
|
|
455
|
+
hidden: false
|
|
423
456
|
}, {
|
|
424
457
|
name: 'Profession libérale (BIC - IS - Réel normal - 2065 & 2050)',
|
|
425
458
|
idActivity: _Activity.Activity.PROF_LIB,
|
|
@@ -427,7 +460,8 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
427
460
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
428
461
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
429
462
|
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
430
|
-
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
463
|
+
annexe: _CerfaType.CerfaType.CERFA_2050,
|
|
464
|
+
hidden: true
|
|
431
465
|
}]
|
|
432
466
|
}
|
|
433
467
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GlobalRegime.js","mappings":"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","names":["GlobalRegime","ENTREPRISE_INDIVIDUELLE","name","id","idLegalForms","LegalForm","EI","choices","idActivity","Activity","COMMERCANT","idTaxSystem","TaxSystem","IR","profitsType","ProfitsType","BIC","idFiscalRegime","FiscalRegime","RS","declaration","CerfaType","CERFA_2031","annexe","CERFA_2033","PRESTA_SERVICE","RN","CERFA_2050","PROF_LIB","BNC","NA","CERFA_2035","EIRL","IS","CERFA_2065","AUTO_MICRO_ENTREPRENEUR","AUTO_ENTREPRENEUR","CERFA_2042_C_Pro","ASSOCIATION","AUTRES","EURL_SARL","EURL","SARL","SAS_SASU","SAS","SASU","SA","SCP","SELARL"],"sourceRoot":"","sources":["../../../ts/types/Enum/GlobalRegime.ts"],"sourcesContent":["import { Activity } from './Activity';\nimport { CerfaType } from './CerfaType';\nimport { FiscalRegime } from './FiscalRegime';\nimport { LegalForm } from './LegalForm';\nimport { ProfitsType } from './ProfitsType';\nimport { TaxSystem } from './TaxSystem';\n/** this enum is about all the choices by legalForm for a society a declaration. All choices return multiple informations:\n * idActivity: the activity of the society (1: Prestataire de services, 2: Commerçant, 3: Profession libérale, 4: Autres)\n * idTaxSystem: the taxSystem of the society (1: IS, 2:IR, 3: N/A)\n * profitsType: the type of profits of the society (1: BIC, 2:BNC)\n * realFiscalRegime: The FiscalRegime of the society (1: RS, 2: RN, 3:NA)\n */\nexport type GlobalRegimeTypeChoicesContent = {\n name: string;\n idActivity: Activity,\n idTaxSystem: TaxSystem;\n profitsType?: ProfitsType;\n idFiscalRegime: FiscalRegime;\n declaration: number;\n annexe?: number\n};\nexport type GlobalRegimeTypeContent = {\n name: string;\n id: number;\n idLegalForms: number[];\n choices: GlobalRegimeTypeChoicesContent[]\n};\nexport type GlobalRegimeType = {\n [key: string]: GlobalRegimeTypeContent\n};\nexport const GlobalRegime: GlobalRegimeType = {\n ENTREPRISE_INDIVIDUELLE: {\n name: 'Entreprise Individuelle',\n id: 1,\n idLegalForms: [LegalForm.EI.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IR - 2031 + 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n },\n ],\n },\n EIRL: {\n name: 'EIRL',\n id: 2,\n idLegalForms: [LegalForm.EIRL.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA, // FIXME: Pas de RS/RN ?\n declaration: CerfaType.CERFA_2035,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Profession libérale (BNC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Profession libérale (BNC - IS - 2065 & 2050)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n AUTO_MICRO_ENTREPRENEUR: {\n name: 'Auto-entrepreneur / micro-entreprise',\n id: 3,\n idLegalForms: [LegalForm.AUTO_ENTREPRENEUR.id],\n choices: [\n {\n name: 'Activité négoce (achat/revente de marchandises) et prestation d\\'hébergement (Micro-BIC - 2042-C-Pro)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2042_C_Pro,\n },\n {\n name: 'Presta de services commerciales ou artisanales (Micro-BIC - 2042-C-Pro)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2042_C_Pro,\n },\n {\n name: 'Profession libérale (Micro-BNC - 2042-C-Pro)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2042_C_Pro,\n },\n ],\n },\n ASSOCIATION: {\n name: 'Association',\n id: 4,\n idLegalForms: [LegalForm.ASSOCIATION.id],\n choices: [\n // {\n // name: 'Non fiscalisée si revenus de capitaux (2070)',\n // idActivity: Activity.AUTRES,\n // idTaxSystem: TaxSystem.IS,\n // idFiscalRegime: FiscalRegime.NA,\n // declaration: CerfaType.CERFA_2070,\n // },\n {\n name: 'Fiscalisée (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Fiscalisée (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n EURL_SARL: {\n name: 'EURL / SARL',\n id: 5,\n idLegalForms: [LegalForm.EURL.id, LegalForm.SARL.id],\n choices: [\n {\n name: 'Presta de services (BNC - IR - 2035)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n },\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 && 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IR - 2031 + 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IR - 2031 + 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n SAS_SASU: {\n name: 'SAS / SASU',\n id: 6,\n idLegalForms: [LegalForm.SAS.id, LegalForm.SASU.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IR - 2031 + 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IR - 2031 + 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n SA: {\n name: 'SA',\n id: 7,\n idLegalForms: [LegalForm.SA.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n // SCI: {\n // name: 'SCI',\n // id: 8,\n // idLegalForms: [LegalForm.SCI.id],\n // choices: [\n // {\n // name: 'Presta de services (BNC - IR - 2044)',\n // idActivity: Activity.PRESTA_SERVICE,\n // idTaxSystem: TaxSystem.IR,\n // profitsType: ProfitsType.BNC,\n // idFiscalRegime: FiscalRegime.NA,\n // declaration: CerfaType.CERFA_2044,\n // },\n // {\n // name: 'Presta de services (BNC - IS - 2072)',\n // idActivity: Activity.PRESTA_SERVICE,\n // idTaxSystem: TaxSystem.IS,\n // profitsType: ProfitsType.BNC,\n // idFiscalRegime: FiscalRegime.NA,\n // declaration: CerfaType.CERFA_2072,\n // },\n // ],\n // },\n SCP: {\n name: 'SCP',\n id: 9,\n idLegalForms: [LegalForm.SCP.id],\n choices: [\n {\n name: 'Presta de services (BNC - IR - 2035)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n SELARL: {\n name: 'SELARL',\n id: 10,\n idLegalForms: [LegalForm.SELARL.id],\n choices: [\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n },\n {\n name: 'Profession libérale (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Profession libérale (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n};"]}
|
|
1
|
+
{"version":3,"file":"GlobalRegime.js","mappings":"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","names":["GlobalRegime","ENTREPRISE_INDIVIDUELLE","name","id","idLegalForms","LegalForm","EI","choices","idActivity","Activity","COMMERCANT","idTaxSystem","TaxSystem","IR","profitsType","ProfitsType","BIC","idFiscalRegime","FiscalRegime","RS","declaration","CerfaType","CERFA_2031","annexe","CERFA_2033","hidden","PRESTA_SERVICE","RN","CERFA_2050","PROF_LIB","BNC","NA","CERFA_2035","EIRL","IS","CERFA_2065","AUTO_MICRO_ENTREPRENEUR","AUTO_ENTREPRENEUR","CERFA_2042_C_Pro","ASSOCIATION","AUTRES","EURL_SARL","EURL","SARL","SAS_SASU","SAS","SASU","SA","SCI","SCP","SELARL"],"sourceRoot":"","sources":["../../../ts/types/Enum/GlobalRegime.ts"],"sourcesContent":["import { Activity } from './Activity';\nimport { CerfaType } from './CerfaType';\nimport { FiscalRegime } from './FiscalRegime';\nimport { LegalForm } from './LegalForm';\nimport { ProfitsType } from './ProfitsType';\nimport { TaxSystem } from './TaxSystem';\n/** this enum is about all the choices by legalForm for a society a declaration. All choices return multiple informations:\n * idActivity: the activity of the society (1: Prestataire de services, 2: Commerçant, 3: Profession libérale, 4: Autres)\n * idTaxSystem: the taxSystem of the society (1: IS, 2:IR, 3: N/A)\n * profitsType: the type of profits of the society (1: BIC, 2:BNC)\n * realFiscalRegime: The FiscalRegime of the society (1: RS, 2: RN, 3:NA)\n */\nexport type GlobalRegimeTypeChoicesContent = {\n name: string;\n idActivity: Activity,\n idTaxSystem: TaxSystem;\n profitsType?: ProfitsType;\n idFiscalRegime: FiscalRegime;\n declaration: number;\n annexe?: number,\n hidden: boolean,\n};\nexport type GlobalRegimeTypeContent = {\n name: string;\n id: number;\n idLegalForms: number[];\n choices: GlobalRegimeTypeChoicesContent[]\n};\nexport type GlobalRegimeType = {\n [key: string]: GlobalRegimeTypeContent\n};\nexport const GlobalRegime: GlobalRegimeType = {\n ENTREPRISE_INDIVIDUELLE: {\n name: 'Entreprise Individuelle',\n id: 1,\n idLegalForms: [LegalForm.EI.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Presta de services (BIC - IR - 2031 + 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n hidden: false,\n },\n ],\n },\n EIRL: {\n name: 'EIRL',\n id: 2,\n idLegalForms: [LegalForm.EIRL.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA, // FIXME: Pas de RS/RN ?\n declaration: CerfaType.CERFA_2035,\n hidden: false,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n {\n name: 'Profession libérale (BNC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Profession libérale (BNC - IS - 2065 & 2050)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n ],\n },\n AUTO_MICRO_ENTREPRENEUR: {\n name: 'Auto-entrepreneur / micro-entreprise',\n id: 3,\n idLegalForms: [LegalForm.AUTO_ENTREPRENEUR.id],\n choices: [\n {\n name: 'Activité négoce (achat/revente de marchandises) et prestation d\\'hébergement (Micro-BIC - 2042-C-Pro)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2042_C_Pro,\n hidden: false,\n },\n {\n name: 'Presta de services commerciales ou artisanales (Micro-BIC - 2042-C-Pro)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2042_C_Pro,\n hidden: false,\n },\n {\n name: 'Profession libérale (Micro-BNC - 2042-C-Pro)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2042_C_Pro,\n hidden: false,\n },\n ],\n },\n ASSOCIATION: {\n name: 'Association',\n id: 4,\n idLegalForms: [LegalForm.ASSOCIATION.id],\n choices: [\n // {\n // name: 'Non fiscalisée si revenus de capitaux (2070)',\n // idActivity: Activity.AUTRES,\n // idTaxSystem: TaxSystem.IS,\n // idFiscalRegime: FiscalRegime.NA,\n // declaration: CerfaType.CERFA_2070,\n // },\n {\n name: 'Fiscalisée (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Fiscalisée (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n ],\n },\n EURL_SARL: {\n name: 'EURL / SARL',\n id: 5,\n idLegalForms: [LegalForm.EURL.id, LegalForm.SARL.id],\n choices: [\n {\n name: 'Presta de services (BNC - IR - 2035)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n hidden: false,\n },\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 && 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n {\n name: 'Presta de services (BIC - IR - 2031 + 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Presta de services (BIC - IR - 2031 + 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n ],\n },\n SAS_SASU: {\n name: 'SAS / SASU',\n id: 6,\n idLegalForms: [LegalForm.SAS.id, LegalForm.SASU.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n {\n name: 'Presta de services (BIC - IR - 2031 + 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Presta de services (BIC - IR - 2031 + 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n ],\n },\n SA: {\n name: 'SA',\n id: 7,\n idLegalForms: [LegalForm.SA.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n ],\n },\n SCI: {\n name: 'SCI',\n id: 8,\n idLegalForms: [LegalForm.SCI.id],\n choices: [\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n ],\n },\n SCP: {\n name: 'SCP',\n id: 9,\n idLegalForms: [LegalForm.SCP.id],\n choices: [\n {\n name: 'Presta de services (BNC - IR - 2035)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n hidden: false,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n ],\n },\n SELARL: {\n name: 'SELARL',\n id: 10,\n idLegalForms: [LegalForm.SELARL.id],\n choices: [\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n hidden: false,\n },\n {\n name: 'Profession libérale (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n hidden: false,\n },\n {\n name: 'Profession libérale (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n hidden: true,\n },\n ],\n },\n};"]}
|
|
@@ -180,6 +180,15 @@ const LegalForm = exports.LegalForm = {
|
|
|
180
180
|
hideVat: false,
|
|
181
181
|
individual: false,
|
|
182
182
|
pappersLabel: 'Autre société civile'
|
|
183
|
+
},
|
|
184
|
+
SELASU: {
|
|
185
|
+
id: 21,
|
|
186
|
+
name: 'SELAS(U)',
|
|
187
|
+
alias: 'Selas(u)',
|
|
188
|
+
diaCode: null,
|
|
189
|
+
hideVat: false,
|
|
190
|
+
individual: false,
|
|
191
|
+
pappersLabel: 'Selas unipersonnelle'
|
|
183
192
|
}
|
|
184
193
|
};
|
|
185
194
|
//# sourceMappingURL=LegalForm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegalForm.js","mappings":"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
|
|
1
|
+
{"version":3,"file":"LegalForm.js","mappings":"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","names":["LegalForm","EI","id","name","alias","diaCode","hideVat","individual","pappersLabel","EIRL","EURL","SARL","SASU","SAS","SCI","GIE","SELARL","ASSOCIATION","AUTO_ENTREPRENEUR","SA","SNC","OTHER","SUCCURSALE","SCOP","SCE_DROIT_ETRANGER","EARL","SCP","SOCIETE_CIVILE","SELASU"],"sourceRoot":"","sources":["../../../ts/types/Enum/LegalForm.ts"],"sourcesContent":["export type LegalFormTypeContent = {\n id: number;\n name: string;\n alias: string;\n diaCode: number | null;\n hideVat: boolean;\n individual: boolean;\n pappersLabel?: string;\n};\n\nexport type LegalFormType = {\n [key: string]: LegalFormTypeContent\n};\n\nexport const LegalForm: LegalFormType = {\n EI: {\n id: 1,\n name: 'EI',\n alias: 'ei',\n diaCode: 11,\n hideVat: false,\n individual: true,\n pappersLabel: 'Entrepreneur individuel',\n },\n EIRL: {\n id: 2,\n name: 'EIRL',\n alias: 'eirl',\n diaCode: 11,\n hideVat: false,\n individual: true,\n pappersLabel: 'Indivision entre personnes physiques',\n },\n EURL: {\n id: 3,\n name: 'EURL',\n alias: 'eurl',\n diaCode: 12212,\n hideVat: false,\n individual: false,\n pappersLabel: 'EURL, entreprise unipersonnelle à responsabilité limitée',\n },\n SARL: {\n id: 4,\n name: 'SARL',\n alias: 'sarl',\n diaCode: 12211,\n hideVat: false,\n individual: false,\n pappersLabel: 'SARL, société à responsabilité limitée',\n },\n SASU: {\n id: 5,\n name: 'SASU',\n alias: 'sasu',\n diaCode: 12223,\n hideVat: false,\n individual: false,\n pappersLabel: 'SASU, société par actions simplifiée unipersonnelle',\n },\n SAS: {\n id: 6,\n name: 'SAS',\n alias: 'sas',\n diaCode: 12223,\n hideVat: false,\n individual: false,\n pappersLabel: 'SAS, société par actions simplifiée',\n },\n SCI: {\n id: 7,\n name: 'SCI',\n alias: 'sci',\n diaCode: 12131,\n hideVat: false,\n individual: false,\n pappersLabel: 'SCI, société civile immobilière',\n },\n GIE: {\n id: 8,\n name: 'GIE',\n alias: 'gie',\n diaCode: 13,\n hideVat: false,\n individual: false,\n pappersLabel: 'GIE, groupement d\\'intérêt économique',\n },\n SELARL: {\n id: 9,\n name: 'SELARL',\n alias: 'selarl',\n diaCode: 12213,\n hideVat: false,\n individual: false,\n pappersLabel: 'SERL, société d\\'exercice libéral à responsabilité limitée',\n },\n ASSOCIATION: {\n id: 10,\n name: 'Association',\n alias: 'association',\n diaCode: 2,\n hideVat: true,\n individual: false,\n pappersLabel: 'Association déclarée',\n },\n AUTO_ENTREPRENEUR: {\n id: 11,\n name: 'Auto-Entrepreneur',\n alias: 'auto-entrepreneur',\n diaCode: null,\n hideVat: true,\n individual: true,\n pappersLabel: 'Entrepreneur individuel',\n },\n SA: {\n id: 12,\n name: 'SA',\n alias: 'sa',\n diaCode: 12221,\n hideVat: false,\n individual: false,\n pappersLabel: 'SA à conseil d\\'administration (s.a.i.)',\n },\n SNC: {\n id: 13,\n name: 'SNC',\n alias: 'snc',\n diaCode: 1212,\n hideVat: false,\n individual: false,\n pappersLabel: 'Société en nom collectif',\n },\n OTHER: {\n id: 14,\n name: 'Autre',\n alias: 'autre',\n diaCode: null,\n hideVat: false,\n individual: false,\n },\n SUCCURSALE: {\n id: 15,\n name: 'Succursale',\n alias: 'succursale',\n diaCode: null,\n hideVat: false,\n individual: false,\n },\n SCOP: {\n id: 16,\n name: 'SCOP',\n alias: 'scop',\n diaCode: null,\n hideVat: false,\n individual: false,\n pappersLabel: 'SCOP, SARL coopérative ouvrière de production',\n },\n SCE_DROIT_ETRANGER: {\n id: 17,\n name: 'Sce Droit Etranger',\n alias: 'sce droit etranger',\n diaCode: 12131,\n hideVat: false,\n individual: false,\n },\n EARL: {\n id: 18,\n name: 'EARL',\n alias: 'earl',\n diaCode: 12137,\n hideVat: false,\n individual: false,\n pappersLabel: 'SCOP, SARL coopérative ouvrière de production',\n },\n SCP: {\n id: 19,\n name: 'SCP',\n alias: 'scp',\n diaCode: null,\n hideVat: false,\n individual: false,\n pappersLabel: 'SCP d\\'avocats',\n },\n SOCIETE_CIVILE: {\n id: 20,\n name: 'Société Civile',\n alias: 'SOC',\n diaCode: null,\n hideVat: false,\n individual: false,\n pappersLabel: 'Autre société civile',\n },\n SELASU: {\n id: 21,\n name: 'SELAS(U)',\n alias: 'Selas(u)',\n diaCode: null,\n hideVat: false,\n individual: false,\n pappersLabel: 'Selas unipersonnelle',\n },\n};"]}
|