@silexpert/core 0.4.26 → 0.4.28
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/Immobilization.d.ts +6 -1
- package/es/api/resources/Immobilization.d.ts.map +1 -1
- package/es/api/resources/Immobilization.js +6 -0
- package/es/api/resources/Immobilization.js.map +1 -1
- package/es/api/resources/PromoCode.d.ts +9 -0
- package/es/api/resources/PromoCode.d.ts.map +1 -0
- package/es/api/resources/PromoCode.js +16 -0
- package/es/api/resources/PromoCode.js.map +1 -0
- package/es/api/resources/Society.d.ts +3 -1
- package/es/api/resources/Society.d.ts.map +1 -1
- package/es/api/resources/Society.js +6 -0
- package/es/api/resources/Society.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/Activity.d.ts +7 -0
- package/es/types/Enum/Activity.d.ts.map +1 -0
- package/es/types/Enum/Activity.js +8 -0
- package/es/types/Enum/Activity.js.map +1 -0
- package/es/types/Enum/CerfaType.d.ts +15 -0
- package/es/types/Enum/CerfaType.d.ts.map +1 -0
- package/es/types/Enum/CerfaType.js +15 -0
- package/es/types/Enum/CerfaType.js.map +1 -0
- package/es/types/Enum/FiscalRegime.d.ts +6 -0
- package/es/types/Enum/FiscalRegime.d.ts.map +1 -0
- package/es/types/Enum/FiscalRegime.js +7 -0
- package/es/types/Enum/FiscalRegime.js.map +1 -0
- package/es/types/Enum/GlobalRegime.d.ts +30 -0
- package/es/types/Enum/GlobalRegime.d.ts.map +1 -0
- package/es/types/Enum/GlobalRegime.js +412 -0
- package/es/types/Enum/GlobalRegime.js.map +1 -0
- package/es/types/Enum/ImmobilizationType.d.ts +50 -0
- package/es/types/Enum/ImmobilizationType.d.ts.map +1 -1
- package/es/types/Enum/ImmobilizationType.js +51 -0
- package/es/types/Enum/ImmobilizationType.js.map +1 -1
- package/es/types/Enum/ProfitsType.d.ts +5 -0
- package/es/types/Enum/ProfitsType.d.ts.map +1 -0
- package/es/types/Enum/ProfitsType.js +6 -0
- package/es/types/Enum/ProfitsType.js.map +1 -0
- package/es/types/Enum/StockType.d.ts +57 -0
- package/es/types/Enum/StockType.d.ts.map +1 -0
- package/es/types/Enum/StockType.js +57 -0
- package/es/types/Enum/StockType.js.map +1 -0
- package/es/types/Enum/TaxSystem.d.ts +6 -0
- package/es/types/Enum/TaxSystem.d.ts.map +1 -0
- package/es/types/Enum/TaxSystem.js +7 -0
- package/es/types/Enum/TaxSystem.js.map +1 -0
- package/es/types/Enum/TypeBankConnection.d.ts +6 -0
- package/es/types/Enum/TypeBankConnection.d.ts.map +1 -0
- package/es/types/Enum/TypeBankConnection.js +7 -0
- package/es/types/Enum/TypeBankConnection.js.map +1 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts +5 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts.map +1 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +22 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -0
- package/es/types/Interface/api/immobilization/CreateImmobilization.d.ts +20 -0
- package/es/types/Interface/api/immobilization/CreateImmobilization.d.ts.map +1 -0
- package/es/types/Interface/api/immobilization/CreateImmobilization.js +72 -0
- package/es/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -0
- package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts +1 -0
- package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts.map +1 -1
- package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.js.map +1 -1
- package/es/types/Interface/api/promoCode/CreatePromoCode.d.ts +12 -0
- package/es/types/Interface/api/promoCode/CreatePromoCode.d.ts.map +1 -0
- package/es/types/Interface/api/promoCode/CreatePromoCode.js +49 -0
- package/es/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.d.ts +12 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.d.ts.map +1 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.js +49 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts +3 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/UpdateSociety.js +12 -0
- package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +4 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +4 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBankConnection.d.ts +1 -0
- package/es/types/Interface/models/IBankConnection.d.ts.map +1 -1
- package/es/types/Interface/models/IBankConnection.js.map +1 -1
- package/es/types/Interface/models/ICustomerTva.d.ts +2 -0
- package/es/types/Interface/models/ICustomerTva.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomerTva.js.map +1 -1
- package/es/types/Interface/models/IExerciceComment.d.ts +13 -0
- package/es/types/Interface/models/IExerciceComment.d.ts.map +1 -0
- package/es/types/Interface/models/IExerciceComment.js +2 -0
- package/es/types/Interface/models/IExerciceComment.js.map +1 -0
- package/es/types/Interface/models/IExerciceDetail.d.ts +2 -0
- package/es/types/Interface/models/IExerciceDetail.d.ts.map +1 -1
- package/es/types/Interface/models/IExerciceDetail.js.map +1 -1
- package/es/types/Interface/models/IImmobilization.d.ts +7 -0
- package/es/types/Interface/models/IImmobilization.d.ts.map +1 -1
- package/es/types/Interface/models/IImmobilization.js.map +1 -1
- package/es/types/Interface/models/IPromoCode.d.ts +15 -0
- package/es/types/Interface/models/IPromoCode.d.ts.map +1 -0
- package/es/types/Interface/models/IPromoCode.js +2 -0
- package/es/types/Interface/models/IPromoCode.js.map +1 -0
- package/es/types/Interface/models/IRefund.d.ts +3 -3
- package/es/types/Interface/models/IRefund.d.ts.map +1 -1
- package/es/types/Interface/models/IRefund.js.map +1 -1
- package/es/types/Interface/models/ISocietyDetail.d.ts +5 -1
- package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyDetail.js.map +1 -1
- package/es/types/Interface/models/IUser.d.ts +1 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/index.d.ts +12 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +12 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Immobilization.js +8 -0
- package/js/api/resources/Immobilization.js.map +1 -1
- package/js/api/resources/PromoCode.js +30 -0
- package/js/api/resources/PromoCode.js.map +1 -0
- package/js/api/resources/Society.js +8 -0
- package/js/api/resources/Society.js.map +1 -1
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Activity.js +14 -0
- package/js/types/Enum/Activity.js.map +1 -0
- package/js/types/Enum/CerfaType.js +20 -0
- package/js/types/Enum/CerfaType.js.map +1 -0
- package/js/types/Enum/FiscalRegime.js +13 -0
- package/js/types/Enum/FiscalRegime.js.map +1 -0
- package/js/types/Enum/GlobalRegime.js +376 -0
- package/js/types/Enum/GlobalRegime.js.map +1 -0
- package/js/types/Enum/ImmobilizationType.js +91 -36
- package/js/types/Enum/ImmobilizationType.js.map +1 -1
- package/js/types/Enum/ProfitsType.js +12 -0
- package/js/types/Enum/ProfitsType.js.map +1 -0
- package/js/types/Enum/StockType.js +62 -0
- package/js/types/Enum/StockType.js.map +1 -0
- package/js/types/Enum/TaxSystem.js +13 -0
- package/js/types/Enum/TaxSystem.js.map +1 -0
- package/js/types/Enum/TypeBankConnection.js +13 -0
- package/js/types/Enum/TypeBankConnection.js.map +1 -0
- package/js/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +31 -0
- package/js/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -0
- package/js/types/Interface/api/immobilization/CreateImmobilization.js +63 -0
- package/js/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -0
- package/js/types/Interface/api/promoCode/CreatePromoCode.js +43 -0
- package/js/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -0
- package/js/types/Interface/api/promoCode/UpdatePromoCode.js +43 -0
- package/js/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -0
- package/js/types/Interface/api/society/UpdateSociety.js +6 -0
- package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +5 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/IExerciceComment.js +6 -0
- package/js/types/Interface/models/IExerciceComment.js.map +1 -0
- package/js/types/Interface/models/IPromoCode.js +6 -0
- package/js/types/Interface/models/IPromoCode.js.map +1 -0
- package/js/types/index.js +144 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Immobilization.ts +9 -1
- package/ts/api/resources/PromoCode.ts +20 -0
- package/ts/api/resources/Society.ts +7 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/Activity.ts +6 -0
- package/ts/types/Enum/CerfaType.ts +14 -0
- package/ts/types/Enum/FiscalRegime.ts +5 -0
- package/ts/types/Enum/GlobalRegime.ts +441 -0
- package/ts/types/Enum/ImmobilizationType.ts +52 -0
- package/ts/types/Enum/ProfitsType.ts +4 -0
- package/ts/types/Enum/StockType.ts +56 -0
- package/ts/types/Enum/TaxSystem.ts +5 -0
- package/ts/types/Enum/TypeBankConnection.ts +5 -0
- package/ts/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.ts +10 -0
- package/ts/types/Interface/api/immobilization/CreateImmobilization.ts +48 -0
- package/ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts +1 -0
- package/ts/types/Interface/api/promoCode/CreatePromoCode.ts +30 -0
- package/ts/types/Interface/api/promoCode/UpdatePromoCode.ts +30 -0
- package/ts/types/Interface/api/society/UpdateSociety.ts +9 -0
- package/ts/types/Interface/models/IApiError.ts +4 -0
- package/ts/types/Interface/models/IBankConnection.ts +1 -0
- package/ts/types/Interface/models/ICustomerTva.ts +2 -0
- package/ts/types/Interface/models/IExerciceComment.ts +16 -0
- package/ts/types/Interface/models/IExerciceDetail.ts +2 -0
- package/ts/types/Interface/models/IImmobilization.ts +7 -0
- package/ts/types/Interface/models/IPromoCode.ts +14 -0
- package/ts/types/Interface/models/IRefund.ts +3 -3
- package/ts/types/Interface/models/ISocietyDetail.ts +5 -1
- package/ts/types/Interface/models/IUser.ts +1 -0
- package/ts/types/index.ts +12 -0
|
@@ -0,0 +1,441 @@
|
|
|
1
|
+
import { Activity } from './Activity';
|
|
2
|
+
import { CerfaType } from './CerfaType';
|
|
3
|
+
import { FiscalRegime } from './FiscalRegime';
|
|
4
|
+
import { LegalForm } from './LegalForm';
|
|
5
|
+
import { ProfitsType } from './ProfitsType';
|
|
6
|
+
import { TaxSystem } from './TaxSystem';
|
|
7
|
+
|
|
8
|
+
/** this enum is about all the choices by legalForm for a society a declaration. All choices return multiple informations:
|
|
9
|
+
* idActivity: the activity of the society (1: Prestataire de services, 2: Commerçant, 3: Profession libérale, 4: Autres)
|
|
10
|
+
* idTaxSystem: the taxSystem of the society (1: IS, 2:IR, 3: N/A)
|
|
11
|
+
* profitsType: the type of profits of the society (1: BIC, 2:BNC)
|
|
12
|
+
* realFiscalRegime: The FiscalRegime of the society (1: RS, 2: RN, 3:NA)
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
export type GlobalRegimeTypeChoicesContent = {
|
|
16
|
+
name: string;
|
|
17
|
+
idActivity: Activity,
|
|
18
|
+
idTaxSystem: TaxSystem;
|
|
19
|
+
profitsType?: ProfitsType;
|
|
20
|
+
idFiscalRegime: FiscalRegime;
|
|
21
|
+
declaration: number;
|
|
22
|
+
annexe?: number
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export type GlobalRegimeTypeContent = {
|
|
26
|
+
name: string;
|
|
27
|
+
id: number;
|
|
28
|
+
idLegalForms: number[];
|
|
29
|
+
choices: GlobalRegimeTypeChoicesContent[]
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export type GlobalRegimeType = {
|
|
33
|
+
[key: string]: GlobalRegimeTypeContent
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export const GlobalRegime: GlobalRegimeType = {
|
|
37
|
+
ENTREPRISE_INDIVIDUELLE: {
|
|
38
|
+
name: 'Entreprise Individuelle',
|
|
39
|
+
id: 1,
|
|
40
|
+
idLegalForms: [LegalForm.EI.id],
|
|
41
|
+
choices: [
|
|
42
|
+
{
|
|
43
|
+
name: 'artisans - commerçants - IR - BIC - déclaration 2031',
|
|
44
|
+
idActivity: Activity.COMMERCANT,
|
|
45
|
+
idTaxSystem: TaxSystem.IR,
|
|
46
|
+
profitsType: ProfitsType.BIC,
|
|
47
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
48
|
+
declaration: CerfaType[2031],
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
name: 'Presta de services - IR - BIC - déclaration 2031',
|
|
52
|
+
idActivity: Activity.PRESTA_SERVICE,
|
|
53
|
+
idTaxSystem: TaxSystem.IR,
|
|
54
|
+
profitsType: ProfitsType.BIC,
|
|
55
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
56
|
+
declaration: CerfaType[2031],
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
name: 'professions libérales - IR - BNC - déclaration 2035',
|
|
60
|
+
idActivity: Activity.PROF_LIB,
|
|
61
|
+
idTaxSystem: TaxSystem.IR,
|
|
62
|
+
profitsType: ProfitsType.BNC,
|
|
63
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
64
|
+
declaration: CerfaType[2035],
|
|
65
|
+
},
|
|
66
|
+
],
|
|
67
|
+
},
|
|
68
|
+
EIRL: {
|
|
69
|
+
name: 'EIRL',
|
|
70
|
+
id: 2,
|
|
71
|
+
idLegalForms: [LegalForm.EIRL.id],
|
|
72
|
+
choices: [
|
|
73
|
+
{
|
|
74
|
+
name: 'artisans - commerçants : IR - BIC - déclaration 2031',
|
|
75
|
+
idActivity: Activity.COMMERCANT,
|
|
76
|
+
idTaxSystem: TaxSystem.IR,
|
|
77
|
+
profitsType: ProfitsType.BIC,
|
|
78
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
79
|
+
declaration: CerfaType[2031],
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
name: 'professions libérales : IR - BNC - déclaration 2035',
|
|
83
|
+
idActivity: Activity.PROF_LIB,
|
|
84
|
+
idTaxSystem: TaxSystem.IR,
|
|
85
|
+
profitsType: ProfitsType.BNC,
|
|
86
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
87
|
+
declaration: CerfaType[2035],
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
|
|
91
|
+
idActivity: Activity.COMMERCANT,
|
|
92
|
+
idTaxSystem: TaxSystem.IS,
|
|
93
|
+
profitsType: ProfitsType.BIC,
|
|
94
|
+
idFiscalRegime: FiscalRegime.RS,
|
|
95
|
+
declaration: CerfaType[2065],
|
|
96
|
+
annexe: CerfaType[2033],
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
|
|
100
|
+
idActivity: Activity.COMMERCANT,
|
|
101
|
+
idTaxSystem: TaxSystem.IS,
|
|
102
|
+
profitsType: ProfitsType.BIC,
|
|
103
|
+
idFiscalRegime: FiscalRegime.RS,
|
|
104
|
+
declaration: CerfaType[2065],
|
|
105
|
+
annexe: CerfaType[2050],
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
name: 'professions libérales : IS - RSI - BNC - déclaration 2065 et annexes 2033',
|
|
109
|
+
idActivity: Activity.PROF_LIB,
|
|
110
|
+
idTaxSystem: TaxSystem.IS,
|
|
111
|
+
profitsType: ProfitsType.BNC,
|
|
112
|
+
idFiscalRegime: FiscalRegime.RN,
|
|
113
|
+
declaration: CerfaType[2065],
|
|
114
|
+
annexe: CerfaType[2033],
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
name: 'professions libérales : IS - BNC - déclaration 2065 et annexes 2050',
|
|
118
|
+
idActivity: Activity.PROF_LIB,
|
|
119
|
+
idTaxSystem: TaxSystem.IS,
|
|
120
|
+
profitsType: ProfitsType.BNC,
|
|
121
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
122
|
+
declaration: CerfaType[2065],
|
|
123
|
+
annexe: CerfaType[2050],
|
|
124
|
+
},
|
|
125
|
+
],
|
|
126
|
+
},
|
|
127
|
+
AUTO_MICRO_ENTREPRENEUR: {
|
|
128
|
+
name: 'Auto-entrepreneur / micro-entreprise',
|
|
129
|
+
id: 3,
|
|
130
|
+
idLegalForms: [LegalForm.AUTO_ENTREPRENEUR.id],
|
|
131
|
+
choices: [
|
|
132
|
+
{
|
|
133
|
+
name: 'micro-BIC : activités négoce (achat/revente de marchandises) et prestations d\'hébergement : BIC - déclaration 2042-C-Pro',
|
|
134
|
+
idActivity: Activity.COMMERCANT,
|
|
135
|
+
idTaxSystem: TaxSystem.NA,
|
|
136
|
+
profitsType: ProfitsType.BIC,
|
|
137
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
138
|
+
declaration: CerfaType['2042_C_Pro'],
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
name: 'micro-BIC : prestataires de services commerciales ou artisanales : BIC - déclaration 2042-C-Pro',
|
|
142
|
+
idActivity: Activity.PRESTA_SERVICE,
|
|
143
|
+
idTaxSystem: TaxSystem.NA,
|
|
144
|
+
profitsType: ProfitsType.BIC,
|
|
145
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
146
|
+
declaration: CerfaType['2042_C_Pro'],
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
name: 'micro-BNC : profession libérale déclaration 2042-C-Pro',
|
|
150
|
+
idActivity: Activity.PROF_LIB,
|
|
151
|
+
idTaxSystem: TaxSystem.NA,
|
|
152
|
+
profitsType: ProfitsType.BNC,
|
|
153
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
154
|
+
declaration: CerfaType['2042_C_Pro'],
|
|
155
|
+
},
|
|
156
|
+
],
|
|
157
|
+
},
|
|
158
|
+
ASSOCIATION: {
|
|
159
|
+
name: 'Association',
|
|
160
|
+
id: 4,
|
|
161
|
+
idLegalForms: [LegalForm.ASSOCIATION.id],
|
|
162
|
+
choices: [
|
|
163
|
+
{
|
|
164
|
+
name: 'non fiscalisée si revenus de capitaux : déclaration 2070',
|
|
165
|
+
idActivity: Activity.AUTRES,
|
|
166
|
+
idTaxSystem: TaxSystem.IS,
|
|
167
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
168
|
+
declaration: CerfaType[2070],
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
name: 'fiscalisée : - IS - RSI - BIC : déclaration 2065 et annexes 2033',
|
|
172
|
+
idActivity: Activity.AUTRES,
|
|
173
|
+
idTaxSystem: TaxSystem.IS,
|
|
174
|
+
profitsType: ProfitsType.BIC,
|
|
175
|
+
idFiscalRegime: FiscalRegime.RS,
|
|
176
|
+
declaration: CerfaType[2065],
|
|
177
|
+
annexe: CerfaType[2033],
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
name: 'fiscalisée - IS - RN - BIC : déclaration 2065 et annexes 2050',
|
|
181
|
+
idActivity: Activity.AUTRES,
|
|
182
|
+
idTaxSystem: TaxSystem.IS,
|
|
183
|
+
profitsType: ProfitsType.BIC,
|
|
184
|
+
idFiscalRegime: FiscalRegime.RN,
|
|
185
|
+
declaration: CerfaType[2065],
|
|
186
|
+
annexe: CerfaType[2050],
|
|
187
|
+
},
|
|
188
|
+
],
|
|
189
|
+
},
|
|
190
|
+
EURL_SARL: {
|
|
191
|
+
name: 'EURL / SARL',
|
|
192
|
+
id: 5,
|
|
193
|
+
idLegalForms: [LegalForm.EURL.id, LegalForm.SARL.id],
|
|
194
|
+
choices: [
|
|
195
|
+
{
|
|
196
|
+
name: 'artisans - commerçants : IR - BIC - déclaration 2031',
|
|
197
|
+
idActivity: Activity.COMMERCANT,
|
|
198
|
+
idTaxSystem: TaxSystem.IR,
|
|
199
|
+
profitsType: ProfitsType.BIC,
|
|
200
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
201
|
+
declaration: CerfaType[2031],
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
|
|
205
|
+
idActivity: Activity.COMMERCANT,
|
|
206
|
+
idTaxSystem: TaxSystem.IS,
|
|
207
|
+
profitsType: ProfitsType.BIC,
|
|
208
|
+
idFiscalRegime: FiscalRegime.RS,
|
|
209
|
+
declaration: CerfaType[2065],
|
|
210
|
+
annexe: CerfaType[2033],
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
|
|
214
|
+
idActivity: Activity.COMMERCANT,
|
|
215
|
+
idTaxSystem: TaxSystem.IS,
|
|
216
|
+
profitsType: ProfitsType.BIC,
|
|
217
|
+
idFiscalRegime: FiscalRegime.RN,
|
|
218
|
+
declaration: CerfaType[2065],
|
|
219
|
+
annexe: CerfaType[2050],
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
name: 'Presta de services : IR - BIC - déclaration 2031',
|
|
223
|
+
idActivity: Activity.PRESTA_SERVICE,
|
|
224
|
+
idTaxSystem: TaxSystem.IR,
|
|
225
|
+
profitsType: ProfitsType.BIC,
|
|
226
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
227
|
+
declaration: CerfaType[2031],
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',
|
|
231
|
+
idActivity: Activity.PRESTA_SERVICE,
|
|
232
|
+
idTaxSystem: TaxSystem.IS,
|
|
233
|
+
profitsType: ProfitsType.BIC,
|
|
234
|
+
idFiscalRegime: FiscalRegime.RS,
|
|
235
|
+
declaration: CerfaType[2065],
|
|
236
|
+
annexe: CerfaType[2033],
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',
|
|
240
|
+
idActivity: Activity.PRESTA_SERVICE,
|
|
241
|
+
idTaxSystem: TaxSystem.IS,
|
|
242
|
+
profitsType: ProfitsType.BIC,
|
|
243
|
+
idFiscalRegime: FiscalRegime.RN,
|
|
244
|
+
declaration: CerfaType[2065],
|
|
245
|
+
annexe: CerfaType[2050],
|
|
246
|
+
},
|
|
247
|
+
],
|
|
248
|
+
},
|
|
249
|
+
SAS_SASU: {
|
|
250
|
+
name: 'SAS / SASU',
|
|
251
|
+
id: 6,
|
|
252
|
+
idLegalForms: [LegalForm.SAS.id, LegalForm.SASU.id],
|
|
253
|
+
choices: [
|
|
254
|
+
{
|
|
255
|
+
name: 'artisans - commerçants : IR - BIC - déclaration 2031',
|
|
256
|
+
idActivity: Activity.COMMERCANT,
|
|
257
|
+
idTaxSystem: TaxSystem.IR,
|
|
258
|
+
profitsType: ProfitsType.BIC,
|
|
259
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
260
|
+
declaration: CerfaType[2031],
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
|
|
264
|
+
idActivity: Activity.COMMERCANT,
|
|
265
|
+
idTaxSystem: TaxSystem.IS,
|
|
266
|
+
profitsType: ProfitsType.BIC,
|
|
267
|
+
idFiscalRegime: FiscalRegime.RS,
|
|
268
|
+
declaration: CerfaType[2065],
|
|
269
|
+
annexe: CerfaType[2033],
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
|
|
273
|
+
idActivity: Activity.COMMERCANT,
|
|
274
|
+
idTaxSystem: TaxSystem.IS,
|
|
275
|
+
profitsType: ProfitsType.BIC,
|
|
276
|
+
idFiscalRegime: FiscalRegime.RN,
|
|
277
|
+
declaration: CerfaType[2065],
|
|
278
|
+
annexe: CerfaType[2050],
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
name: 'Presta de services : IR - BIC - déclaration 2031',
|
|
282
|
+
idActivity: Activity.PRESTA_SERVICE,
|
|
283
|
+
idTaxSystem: TaxSystem.IR,
|
|
284
|
+
profitsType: ProfitsType.BIC,
|
|
285
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
286
|
+
declaration: CerfaType[2031],
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',
|
|
290
|
+
idActivity: Activity.PRESTA_SERVICE,
|
|
291
|
+
idTaxSystem: TaxSystem.IS,
|
|
292
|
+
profitsType: ProfitsType.BIC,
|
|
293
|
+
idFiscalRegime: FiscalRegime.RS,
|
|
294
|
+
declaration: CerfaType[2065],
|
|
295
|
+
annexe: CerfaType[2033],
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',
|
|
299
|
+
idActivity: Activity.PRESTA_SERVICE,
|
|
300
|
+
idTaxSystem: TaxSystem.IS,
|
|
301
|
+
profitsType: ProfitsType.BIC,
|
|
302
|
+
idFiscalRegime: FiscalRegime.RN,
|
|
303
|
+
declaration: CerfaType[2065],
|
|
304
|
+
annexe: CerfaType[2050],
|
|
305
|
+
},
|
|
306
|
+
],
|
|
307
|
+
},
|
|
308
|
+
SA: {
|
|
309
|
+
name: 'SA',
|
|
310
|
+
id: 7,
|
|
311
|
+
idLegalForms: [LegalForm.SA.id],
|
|
312
|
+
choices: [
|
|
313
|
+
{
|
|
314
|
+
name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
|
|
315
|
+
idActivity: Activity.COMMERCANT,
|
|
316
|
+
idTaxSystem: TaxSystem.IS,
|
|
317
|
+
profitsType: ProfitsType.BIC,
|
|
318
|
+
idFiscalRegime: FiscalRegime.RS,
|
|
319
|
+
declaration: CerfaType[2065],
|
|
320
|
+
annexe: CerfaType[2033],
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
|
|
324
|
+
idActivity: Activity.COMMERCANT,
|
|
325
|
+
idTaxSystem: TaxSystem.IS,
|
|
326
|
+
profitsType: ProfitsType.BIC,
|
|
327
|
+
idFiscalRegime: FiscalRegime.RN,
|
|
328
|
+
declaration: CerfaType[2065],
|
|
329
|
+
annexe: CerfaType[2050],
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',
|
|
333
|
+
idActivity: Activity.PRESTA_SERVICE,
|
|
334
|
+
idTaxSystem: TaxSystem.IS,
|
|
335
|
+
profitsType: ProfitsType.BIC,
|
|
336
|
+
idFiscalRegime: FiscalRegime.RS,
|
|
337
|
+
declaration: CerfaType[2065],
|
|
338
|
+
annexe: CerfaType[2033],
|
|
339
|
+
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',
|
|
343
|
+
idActivity: Activity.PRESTA_SERVICE,
|
|
344
|
+
idTaxSystem: TaxSystem.IS,
|
|
345
|
+
profitsType: ProfitsType.BIC,
|
|
346
|
+
idFiscalRegime: FiscalRegime.RN,
|
|
347
|
+
declaration: CerfaType[2065],
|
|
348
|
+
annexe: CerfaType[2050],
|
|
349
|
+
},
|
|
350
|
+
],
|
|
351
|
+
},
|
|
352
|
+
SCI: {
|
|
353
|
+
name: 'SCI',
|
|
354
|
+
id: 8,
|
|
355
|
+
idLegalForms: [LegalForm.SCI.id],
|
|
356
|
+
choices: [
|
|
357
|
+
{
|
|
358
|
+
name: 'Presta de services - IR - BNC : déclaration 2044',
|
|
359
|
+
idActivity: Activity.PRESTA_SERVICE,
|
|
360
|
+
idTaxSystem: TaxSystem.IR,
|
|
361
|
+
profitsType: ProfitsType.BNC,
|
|
362
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
363
|
+
declaration: CerfaType[2044],
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
name: 'Presta de services - IS - BNC - déclaration 2072',
|
|
367
|
+
idActivity: Activity.PRESTA_SERVICE,
|
|
368
|
+
idTaxSystem: TaxSystem.IS,
|
|
369
|
+
profitsType: ProfitsType.BNC,
|
|
370
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
371
|
+
declaration: CerfaType[2072],
|
|
372
|
+
},
|
|
373
|
+
],
|
|
374
|
+
},
|
|
375
|
+
SCP: {
|
|
376
|
+
name: 'SCP',
|
|
377
|
+
id: 9,
|
|
378
|
+
idLegalForms: [LegalForm.SCP.id],
|
|
379
|
+
choices: [
|
|
380
|
+
{
|
|
381
|
+
name: 'Presta de services - IR - BNC : déclaration 2035',
|
|
382
|
+
idActivity: Activity.PRESTA_SERVICE,
|
|
383
|
+
idTaxSystem: TaxSystem.IR,
|
|
384
|
+
profitsType: ProfitsType.BNC,
|
|
385
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
386
|
+
declaration: CerfaType[2035],
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
name: 'Presta de services - IS - RSI - BIC - déclaration 2065 et annexes 2033',
|
|
390
|
+
idActivity: Activity.PRESTA_SERVICE,
|
|
391
|
+
idTaxSystem: TaxSystem.IS,
|
|
392
|
+
profitsType: ProfitsType.BIC,
|
|
393
|
+
idFiscalRegime: FiscalRegime.RS,
|
|
394
|
+
declaration: CerfaType[2065],
|
|
395
|
+
annexe: CerfaType[2033],
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
name: 'Presta de services - IS - RN - BIC - déclaration 2065 et annexes 2050',
|
|
399
|
+
idActivity: Activity.PRESTA_SERVICE,
|
|
400
|
+
idTaxSystem: TaxSystem.IS,
|
|
401
|
+
profitsType: ProfitsType.BIC,
|
|
402
|
+
idFiscalRegime: FiscalRegime.RN,
|
|
403
|
+
declaration: CerfaType[2065],
|
|
404
|
+
annexe: CerfaType[2050],
|
|
405
|
+
},
|
|
406
|
+
],
|
|
407
|
+
},
|
|
408
|
+
SELARL: {
|
|
409
|
+
name: 'SELARL',
|
|
410
|
+
id: 10,
|
|
411
|
+
idLegalForms: [LegalForm.SELARL.id],
|
|
412
|
+
choices: [
|
|
413
|
+
{
|
|
414
|
+
name: 'Profession libérale - IR - BNC : déclaration 2035',
|
|
415
|
+
idActivity: Activity.PROF_LIB,
|
|
416
|
+
idTaxSystem: TaxSystem.IR,
|
|
417
|
+
profitsType: ProfitsType.BNC,
|
|
418
|
+
idFiscalRegime: FiscalRegime.NA,
|
|
419
|
+
declaration: CerfaType[2035],
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
name: 'Profession libérale - IS - RSI - BIC - déclaration 2065 et annexes 2033',
|
|
423
|
+
idActivity: Activity.PROF_LIB,
|
|
424
|
+
idTaxSystem: TaxSystem.IS,
|
|
425
|
+
profitsType: ProfitsType.BIC,
|
|
426
|
+
idFiscalRegime: FiscalRegime.RS,
|
|
427
|
+
declaration: CerfaType[2065],
|
|
428
|
+
annexe: CerfaType[2033],
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
name: 'Profession libérale - IS - RN - BIC - déclaration 2065 et annexes 2050',
|
|
432
|
+
idActivity: Activity.PROF_LIB,
|
|
433
|
+
idTaxSystem: TaxSystem.IS,
|
|
434
|
+
profitsType: ProfitsType.BIC,
|
|
435
|
+
idFiscalRegime: FiscalRegime.RN,
|
|
436
|
+
declaration: CerfaType[2065],
|
|
437
|
+
annexe: CerfaType[2050],
|
|
438
|
+
},
|
|
439
|
+
],
|
|
440
|
+
},
|
|
441
|
+
};
|