@silexpert/core 0.4.106 → 0.4.109
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/CHANGELOG.md +46 -0
- package/es/api/resources/InternalInvoicing.d.ts +6 -0
- package/es/api/resources/InternalInvoicing.d.ts.map +1 -0
- package/es/api/resources/InternalInvoicing.js +7 -0
- package/es/api/resources/InternalInvoicing.js.map +1 -0
- package/es/api/resources/Journal.d.ts +7 -0
- package/es/api/resources/Journal.d.ts.map +1 -0
- package/es/api/resources/Journal.js +10 -0
- package/es/api/resources/Journal.js.map +1 -0
- package/es/api/resources/Product.d.ts +3 -0
- package/es/api/resources/Product.d.ts.map +1 -1
- package/es/api/resources/Product.js +10 -0
- package/es/api/resources/Product.js.map +1 -1
- package/es/api/resources/Registration.d.ts +6 -0
- package/es/api/resources/Registration.d.ts.map +1 -0
- package/es/api/resources/Registration.js +7 -0
- package/es/api/resources/Registration.js.map +1 -0
- package/es/api/resources.d.ts +6 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +6 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/CerfaType.d.ts +14 -14
- package/es/types/Enum/CerfaType.d.ts.map +1 -1
- package/es/types/Enum/CerfaType.js +15 -14
- package/es/types/Enum/CerfaType.js.map +1 -1
- package/es/types/Enum/Ged.d.ts +1 -0
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js +1 -1
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/GlobalRegime.js +61 -61
- package/es/types/Enum/GlobalRegime.js.map +1 -1
- package/es/types/Enum/PaymentMethod.d.ts +63 -0
- package/es/types/Enum/PaymentMethod.d.ts.map +1 -0
- package/es/types/Enum/PaymentMethod.js +63 -0
- package/es/types/Enum/PaymentMethod.js.map +1 -0
- package/es/types/Enum/ProductType.d.ts +6 -4
- package/es/types/Enum/ProductType.d.ts.map +1 -1
- package/es/types/Enum/ProductType.js +14 -6
- package/es/types/Enum/ProductType.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +1 -0
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +7 -0
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts +5 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts.map +1 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +21 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -0
- package/es/types/Interface/api/journal/Journals.d.ts +44 -0
- package/es/types/Interface/api/journal/Journals.d.ts.map +1 -0
- package/es/types/Interface/api/journal/Journals.js +13 -0
- package/es/types/Interface/api/journal/Journals.js.map +1 -0
- package/es/types/Interface/api/journal/QueryJournal.d.ts +6 -0
- package/es/types/Interface/api/journal/QueryJournal.d.ts.map +1 -0
- package/es/types/Interface/api/journal/QueryJournal.js +28 -0
- package/es/types/Interface/api/journal/QueryJournal.js.map +1 -0
- package/es/types/Interface/api/product/CreateProduct.d.ts.map +1 -1
- package/es/types/Interface/api/product/CreateProduct.js +3 -2
- package/es/types/Interface/api/product/CreateProduct.js.map +1 -1
- package/es/types/Interface/api/product/QueryProduct.d.ts.map +1 -1
- package/es/types/Interface/api/product/QueryProduct.js +4 -2
- package/es/types/Interface/api/product/QueryProduct.js.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.d.ts +6 -0
- package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -0
- package/es/types/Interface/api/registration/CreateRegistration.js +25 -0
- package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -0
- package/es/types/Interface/api/registration/ReadRegistration.d.ts +3 -0
- package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -0
- package/es/types/Interface/api/registration/ReadRegistration.js +2 -0
- package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -0
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +1 -0
- package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/models/IGedFile.d.ts +10 -10
- package/es/types/Interface/models/IGedFile.d.ts.map +1 -1
- package/es/types/Interface/models/IGedFile.js.map +1 -1
- package/es/types/Interface/models/IPayment.d.ts +20 -15
- package/es/types/Interface/models/IPayment.d.ts.map +1 -1
- package/es/types/Interface/models/IPayment.js.map +1 -1
- package/es/types/Interface/models/IRegistration.d.ts +21 -0
- package/es/types/Interface/models/IRegistration.d.ts.map +1 -0
- package/es/types/Interface/models/IRegistration.js +2 -0
- package/es/types/Interface/models/IRegistration.js.map +1 -0
- package/es/types/Interface/models/ISociety.d.ts +1 -2
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/index.d.ts +6 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -1
- package/es/types/index.js.map +1 -1
- package/es/utils/validators/formattedDateString.validator.d.ts +3 -0
- package/es/utils/validators/formattedDateString.validator.d.ts.map +1 -0
- package/es/utils/validators/formattedDateString.validator.js +19 -0
- package/es/utils/validators/formattedDateString.validator.js.map +1 -0
- package/export-models.json +0 -191
- package/js/api/resources/InternalInvoicing.js +18 -0
- package/js/api/resources/InternalInvoicing.js.map +1 -0
- package/js/api/resources/Journal.js +21 -0
- package/js/api/resources/Journal.js.map +1 -0
- package/js/api/resources/Product.js +12 -0
- package/js/api/resources/Product.js.map +1 -1
- package/js/api/resources/Registration.js +18 -0
- package/js/api/resources/Registration.js.map +1 -0
- package/js/api/resources.js +10 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/CerfaType.js +16 -14
- package/js/types/Enum/CerfaType.js.map +1 -1
- package/js/types/Enum/Ged.js +2 -2
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/GlobalRegime.js +61 -61
- package/js/types/Enum/GlobalRegime.js.map +1 -1
- package/js/types/Enum/PaymentMethod.js +68 -0
- package/js/types/Enum/PaymentMethod.js.map +1 -0
- package/js/types/Enum/ProductType.js +14 -7
- package/js/types/Enum/ProductType.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +2 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +2 -0
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +29 -0
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -0
- package/js/types/Interface/api/journal/Journals.js +30 -0
- package/js/types/Interface/api/journal/Journals.js.map +1 -0
- package/js/types/Interface/api/journal/QueryJournal.js +33 -0
- package/js/types/Interface/api/journal/QueryJournal.js.map +1 -0
- package/js/types/Interface/api/product/CreateProduct.js +1 -1
- package/js/types/Interface/api/product/CreateProduct.js.map +1 -1
- package/js/types/Interface/api/product/QueryProduct.js +3 -1
- package/js/types/Interface/api/product/QueryProduct.js.map +1 -1
- package/js/types/Interface/api/registration/CreateRegistration.js +35 -0
- package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -0
- package/js/types/Interface/api/registration/ReadRegistration.js +6 -0
- package/js/types/Interface/api/registration/ReadRegistration.js.map +1 -0
- package/js/types/Interface/models/{ISocietyAction.js → IRegistration.js} +1 -1
- package/js/types/Interface/models/{ISocietyAction.js.map → IRegistration.js.map} +1 -1
- package/js/types/index.js +72 -12
- package/js/types/index.js.map +1 -1
- package/js/utils/validators/formattedDateString.validator.js +29 -0
- package/js/utils/validators/formattedDateString.validator.js.map +1 -0
- package/package.json +1 -1
- package/table.json +0 -1
- package/ts/api/resources/InternalInvoicing.ts +10 -0
- package/ts/api/resources/Journal.ts +11 -0
- package/ts/api/resources/Product.ts +12 -0
- package/ts/api/resources/Registration.ts +8 -0
- package/ts/api/resources.ts +6 -0
- package/ts/types/Enum/CerfaType.ts +14 -14
- package/ts/types/Enum/Ged.ts +1 -1
- package/ts/types/Enum/GlobalRegime.ts +61 -61
- package/ts/types/Enum/PaymentMethod.ts +62 -0
- package/ts/types/Enum/ProductType.ts +21 -5
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
- package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts +9 -0
- package/ts/types/Interface/api/journal/Journals.ts +48 -0
- package/ts/types/Interface/api/journal/QueryJournal.ts +15 -0
- package/ts/types/Interface/api/product/CreateProduct.ts +2 -2
- package/ts/types/Interface/api/product/QueryProduct.ts +6 -2
- package/ts/types/Interface/api/registration/CreateRegistration.ts +13 -0
- package/ts/types/Interface/api/registration/ReadRegistration.ts +3 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -0
- package/ts/types/Interface/models/IGedFile.ts +10 -10
- package/ts/types/Interface/models/IPayment.ts +20 -15
- package/ts/types/Interface/models/IRegistration.ts +23 -0
- package/ts/types/Interface/models/ISociety.ts +1 -2
- package/ts/types/index.ts +7 -2
- package/ts/utils/validators/formattedDateString.validator.ts +24 -0
- package/es/types/Interface/models/ISocietyAction.d.ts +0 -24
- package/es/types/Interface/models/ISocietyAction.d.ts.map +0 -1
- package/es/types/Interface/models/ISocietyAction.js +0 -2
- package/es/types/Interface/models/ISocietyAction.js.map +0 -1
- package/ts/types/Interface/models/ISocietyAction.ts +0 -27
|
@@ -16,7 +16,7 @@ export const GlobalRegime = {
|
|
|
16
16
|
idTaxSystem: TaxSystem.IR,
|
|
17
17
|
profitsType: ProfitsType.BIC,
|
|
18
18
|
idFiscalRegime: FiscalRegime.NA,
|
|
19
|
-
declaration: CerfaType
|
|
19
|
+
declaration: CerfaType.CERFA_2031,
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
name: 'Presta de services (BIC - IR - 2031)',
|
|
@@ -24,7 +24,7 @@ export const GlobalRegime = {
|
|
|
24
24
|
idTaxSystem: TaxSystem.IR,
|
|
25
25
|
profitsType: ProfitsType.BIC,
|
|
26
26
|
idFiscalRegime: FiscalRegime.NA,
|
|
27
|
-
declaration: CerfaType
|
|
27
|
+
declaration: CerfaType.CERFA_2031,
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
name: 'Profession libérale (BNC - IR - 2035)',
|
|
@@ -32,7 +32,7 @@ export const GlobalRegime = {
|
|
|
32
32
|
idTaxSystem: TaxSystem.IR,
|
|
33
33
|
profitsType: ProfitsType.BNC,
|
|
34
34
|
idFiscalRegime: FiscalRegime.NA,
|
|
35
|
-
declaration: CerfaType
|
|
35
|
+
declaration: CerfaType.CERFA_2035,
|
|
36
36
|
},
|
|
37
37
|
],
|
|
38
38
|
},
|
|
@@ -47,7 +47,7 @@ export const GlobalRegime = {
|
|
|
47
47
|
idTaxSystem: TaxSystem.IR,
|
|
48
48
|
profitsType: ProfitsType.BIC,
|
|
49
49
|
idFiscalRegime: FiscalRegime.NA,
|
|
50
|
-
declaration: CerfaType
|
|
50
|
+
declaration: CerfaType.CERFA_2031,
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
name: 'Profession libérale (BNC - IR - 2035)',
|
|
@@ -55,7 +55,7 @@ export const GlobalRegime = {
|
|
|
55
55
|
idTaxSystem: TaxSystem.IR,
|
|
56
56
|
profitsType: ProfitsType.BNC,
|
|
57
57
|
idFiscalRegime: FiscalRegime.NA,
|
|
58
|
-
declaration: CerfaType
|
|
58
|
+
declaration: CerfaType.CERFA_2035,
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
@@ -63,8 +63,8 @@ export const GlobalRegime = {
|
|
|
63
63
|
idTaxSystem: TaxSystem.IS,
|
|
64
64
|
profitsType: ProfitsType.BIC,
|
|
65
65
|
idFiscalRegime: FiscalRegime.RS,
|
|
66
|
-
declaration: CerfaType
|
|
67
|
-
annexe: CerfaType
|
|
66
|
+
declaration: CerfaType.CERFA_2065,
|
|
67
|
+
annexe: CerfaType.CERFA_2033,
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
@@ -72,8 +72,8 @@ export const GlobalRegime = {
|
|
|
72
72
|
idTaxSystem: TaxSystem.IS,
|
|
73
73
|
profitsType: ProfitsType.BIC,
|
|
74
74
|
idFiscalRegime: FiscalRegime.RN,
|
|
75
|
-
declaration: CerfaType
|
|
76
|
-
annexe: CerfaType
|
|
75
|
+
declaration: CerfaType.CERFA_2065,
|
|
76
|
+
annexe: CerfaType.CERFA_2050,
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
name: 'Profession libérale (BNC - IS - Réel simplifié - 2065 & 2033)',
|
|
@@ -81,8 +81,8 @@ export const GlobalRegime = {
|
|
|
81
81
|
idTaxSystem: TaxSystem.IS,
|
|
82
82
|
profitsType: ProfitsType.BNC,
|
|
83
83
|
idFiscalRegime: FiscalRegime.RS,
|
|
84
|
-
declaration: CerfaType
|
|
85
|
-
annexe: CerfaType
|
|
84
|
+
declaration: CerfaType.CERFA_2065,
|
|
85
|
+
annexe: CerfaType.CERFA_2033,
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
name: 'Profession libérale (BNC - IS - 2065 & 2050)',
|
|
@@ -90,8 +90,8 @@ export const GlobalRegime = {
|
|
|
90
90
|
idTaxSystem: TaxSystem.IS,
|
|
91
91
|
profitsType: ProfitsType.BNC,
|
|
92
92
|
idFiscalRegime: FiscalRegime.NA,
|
|
93
|
-
declaration: CerfaType
|
|
94
|
-
annexe: CerfaType
|
|
93
|
+
declaration: CerfaType.CERFA_2065,
|
|
94
|
+
annexe: CerfaType.CERFA_2050,
|
|
95
95
|
},
|
|
96
96
|
],
|
|
97
97
|
},
|
|
@@ -106,7 +106,7 @@ export const GlobalRegime = {
|
|
|
106
106
|
idTaxSystem: TaxSystem.NA,
|
|
107
107
|
profitsType: ProfitsType.BIC,
|
|
108
108
|
idFiscalRegime: FiscalRegime.NA,
|
|
109
|
-
declaration: CerfaType
|
|
109
|
+
declaration: CerfaType.CERFA_2042_C_Pro,
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
112
|
name: 'Presta de services commerciales ou artisanales (Micro-BIC - 2042-C-Pro)',
|
|
@@ -114,7 +114,7 @@ export const GlobalRegime = {
|
|
|
114
114
|
idTaxSystem: TaxSystem.NA,
|
|
115
115
|
profitsType: ProfitsType.BIC,
|
|
116
116
|
idFiscalRegime: FiscalRegime.NA,
|
|
117
|
-
declaration: CerfaType
|
|
117
|
+
declaration: CerfaType.CERFA_2042_C_Pro,
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
name: 'Profession libérale (Micro-BNC - 2042-C-Pro)',
|
|
@@ -122,7 +122,7 @@ export const GlobalRegime = {
|
|
|
122
122
|
idTaxSystem: TaxSystem.NA,
|
|
123
123
|
profitsType: ProfitsType.BNC,
|
|
124
124
|
idFiscalRegime: FiscalRegime.NA,
|
|
125
|
-
declaration: CerfaType
|
|
125
|
+
declaration: CerfaType.CERFA_2042_C_Pro,
|
|
126
126
|
},
|
|
127
127
|
],
|
|
128
128
|
},
|
|
@@ -136,7 +136,7 @@ export const GlobalRegime = {
|
|
|
136
136
|
idActivity: Activity.AUTRES,
|
|
137
137
|
idTaxSystem: TaxSystem.IS,
|
|
138
138
|
idFiscalRegime: FiscalRegime.NA,
|
|
139
|
-
declaration: CerfaType
|
|
139
|
+
declaration: CerfaType.CERFA_2070,
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
name: 'Fiscalisée (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
@@ -144,8 +144,8 @@ export const GlobalRegime = {
|
|
|
144
144
|
idTaxSystem: TaxSystem.IS,
|
|
145
145
|
profitsType: ProfitsType.BIC,
|
|
146
146
|
idFiscalRegime: FiscalRegime.RS,
|
|
147
|
-
declaration: CerfaType
|
|
148
|
-
annexe: CerfaType
|
|
147
|
+
declaration: CerfaType.CERFA_2065,
|
|
148
|
+
annexe: CerfaType.CERFA_2033,
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
name: 'Fiscalisée (BIC - IS - Réel normal - 2065 & 2050)',
|
|
@@ -153,8 +153,8 @@ export const GlobalRegime = {
|
|
|
153
153
|
idTaxSystem: TaxSystem.IS,
|
|
154
154
|
profitsType: ProfitsType.BIC,
|
|
155
155
|
idFiscalRegime: FiscalRegime.RN,
|
|
156
|
-
declaration: CerfaType
|
|
157
|
-
annexe: CerfaType
|
|
156
|
+
declaration: CerfaType.CERFA_2065,
|
|
157
|
+
annexe: CerfaType.CERFA_2050,
|
|
158
158
|
},
|
|
159
159
|
],
|
|
160
160
|
},
|
|
@@ -169,7 +169,7 @@ export const GlobalRegime = {
|
|
|
169
169
|
idTaxSystem: TaxSystem.IR,
|
|
170
170
|
profitsType: ProfitsType.BIC,
|
|
171
171
|
idFiscalRegime: FiscalRegime.NA,
|
|
172
|
-
declaration: CerfaType
|
|
172
|
+
declaration: CerfaType.CERFA_2031,
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 && 2033)',
|
|
@@ -177,8 +177,8 @@ export const GlobalRegime = {
|
|
|
177
177
|
idTaxSystem: TaxSystem.IS,
|
|
178
178
|
profitsType: ProfitsType.BIC,
|
|
179
179
|
idFiscalRegime: FiscalRegime.RS,
|
|
180
|
-
declaration: CerfaType
|
|
181
|
-
annexe: CerfaType
|
|
180
|
+
declaration: CerfaType.CERFA_2065,
|
|
181
|
+
annexe: CerfaType.CERFA_2033,
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
184
|
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
@@ -186,8 +186,8 @@ export const GlobalRegime = {
|
|
|
186
186
|
idTaxSystem: TaxSystem.IS,
|
|
187
187
|
profitsType: ProfitsType.BIC,
|
|
188
188
|
idFiscalRegime: FiscalRegime.RN,
|
|
189
|
-
declaration: CerfaType
|
|
190
|
-
annexe: CerfaType
|
|
189
|
+
declaration: CerfaType.CERFA_2065,
|
|
190
|
+
annexe: CerfaType.CERFA_2050,
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
name: 'Presta de services (BIC - IR - 2031)',
|
|
@@ -195,7 +195,7 @@ export const GlobalRegime = {
|
|
|
195
195
|
idTaxSystem: TaxSystem.IR,
|
|
196
196
|
profitsType: ProfitsType.BIC,
|
|
197
197
|
idFiscalRegime: FiscalRegime.NA,
|
|
198
|
-
declaration: CerfaType
|
|
198
|
+
declaration: CerfaType.CERFA_2031,
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
@@ -203,8 +203,8 @@ export const GlobalRegime = {
|
|
|
203
203
|
idTaxSystem: TaxSystem.IS,
|
|
204
204
|
profitsType: ProfitsType.BIC,
|
|
205
205
|
idFiscalRegime: FiscalRegime.RS,
|
|
206
|
-
declaration: CerfaType
|
|
207
|
-
annexe: CerfaType
|
|
206
|
+
declaration: CerfaType.CERFA_2065,
|
|
207
|
+
annexe: CerfaType.CERFA_2033,
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
210
|
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
@@ -212,8 +212,8 @@ export const GlobalRegime = {
|
|
|
212
212
|
idTaxSystem: TaxSystem.IS,
|
|
213
213
|
profitsType: ProfitsType.BIC,
|
|
214
214
|
idFiscalRegime: FiscalRegime.RN,
|
|
215
|
-
declaration: CerfaType
|
|
216
|
-
annexe: CerfaType
|
|
215
|
+
declaration: CerfaType.CERFA_2065,
|
|
216
|
+
annexe: CerfaType.CERFA_2050,
|
|
217
217
|
},
|
|
218
218
|
],
|
|
219
219
|
},
|
|
@@ -228,7 +228,7 @@ export const GlobalRegime = {
|
|
|
228
228
|
idTaxSystem: TaxSystem.IR,
|
|
229
229
|
profitsType: ProfitsType.BIC,
|
|
230
230
|
idFiscalRegime: FiscalRegime.NA,
|
|
231
|
-
declaration: CerfaType
|
|
231
|
+
declaration: CerfaType.CERFA_2031,
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
234
|
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
@@ -236,8 +236,8 @@ export const GlobalRegime = {
|
|
|
236
236
|
idTaxSystem: TaxSystem.IS,
|
|
237
237
|
profitsType: ProfitsType.BIC,
|
|
238
238
|
idFiscalRegime: FiscalRegime.RS,
|
|
239
|
-
declaration: CerfaType
|
|
240
|
-
annexe: CerfaType
|
|
239
|
+
declaration: CerfaType.CERFA_2065,
|
|
240
|
+
annexe: CerfaType.CERFA_2033,
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
@@ -245,8 +245,8 @@ export const GlobalRegime = {
|
|
|
245
245
|
idTaxSystem: TaxSystem.IS,
|
|
246
246
|
profitsType: ProfitsType.BIC,
|
|
247
247
|
idFiscalRegime: FiscalRegime.RN,
|
|
248
|
-
declaration: CerfaType
|
|
249
|
-
annexe: CerfaType
|
|
248
|
+
declaration: CerfaType.CERFA_2065,
|
|
249
|
+
annexe: CerfaType.CERFA_2050,
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
name: 'Presta de services (BIC - IR - 2031)',
|
|
@@ -254,7 +254,7 @@ export const GlobalRegime = {
|
|
|
254
254
|
idTaxSystem: TaxSystem.IR,
|
|
255
255
|
profitsType: ProfitsType.BIC,
|
|
256
256
|
idFiscalRegime: FiscalRegime.NA,
|
|
257
|
-
declaration: CerfaType
|
|
257
|
+
declaration: CerfaType.CERFA_2031,
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
@@ -262,8 +262,8 @@ export const GlobalRegime = {
|
|
|
262
262
|
idTaxSystem: TaxSystem.IS,
|
|
263
263
|
profitsType: ProfitsType.BIC,
|
|
264
264
|
idFiscalRegime: FiscalRegime.RS,
|
|
265
|
-
declaration: CerfaType
|
|
266
|
-
annexe: CerfaType
|
|
265
|
+
declaration: CerfaType.CERFA_2065,
|
|
266
|
+
annexe: CerfaType.CERFA_2033,
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
269
|
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
@@ -271,8 +271,8 @@ export const GlobalRegime = {
|
|
|
271
271
|
idTaxSystem: TaxSystem.IS,
|
|
272
272
|
profitsType: ProfitsType.BIC,
|
|
273
273
|
idFiscalRegime: FiscalRegime.RN,
|
|
274
|
-
declaration: CerfaType
|
|
275
|
-
annexe: CerfaType
|
|
274
|
+
declaration: CerfaType.CERFA_2065,
|
|
275
|
+
annexe: CerfaType.CERFA_2050,
|
|
276
276
|
},
|
|
277
277
|
],
|
|
278
278
|
},
|
|
@@ -287,8 +287,8 @@ export const GlobalRegime = {
|
|
|
287
287
|
idTaxSystem: TaxSystem.IS,
|
|
288
288
|
profitsType: ProfitsType.BIC,
|
|
289
289
|
idFiscalRegime: FiscalRegime.RS,
|
|
290
|
-
declaration: CerfaType
|
|
291
|
-
annexe: CerfaType
|
|
290
|
+
declaration: CerfaType.CERFA_2065,
|
|
291
|
+
annexe: CerfaType.CERFA_2033,
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
294
|
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
@@ -296,8 +296,8 @@ export const GlobalRegime = {
|
|
|
296
296
|
idTaxSystem: TaxSystem.IS,
|
|
297
297
|
profitsType: ProfitsType.BIC,
|
|
298
298
|
idFiscalRegime: FiscalRegime.RN,
|
|
299
|
-
declaration: CerfaType
|
|
300
|
-
annexe: CerfaType
|
|
299
|
+
declaration: CerfaType.CERFA_2065,
|
|
300
|
+
annexe: CerfaType.CERFA_2050,
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
303
|
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
@@ -305,8 +305,8 @@ export const GlobalRegime = {
|
|
|
305
305
|
idTaxSystem: TaxSystem.IS,
|
|
306
306
|
profitsType: ProfitsType.BIC,
|
|
307
307
|
idFiscalRegime: FiscalRegime.RS,
|
|
308
|
-
declaration: CerfaType
|
|
309
|
-
annexe: CerfaType
|
|
308
|
+
declaration: CerfaType.CERFA_2065,
|
|
309
|
+
annexe: CerfaType.CERFA_2033,
|
|
310
310
|
},
|
|
311
311
|
{
|
|
312
312
|
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
@@ -314,8 +314,8 @@ export const GlobalRegime = {
|
|
|
314
314
|
idTaxSystem: TaxSystem.IS,
|
|
315
315
|
profitsType: ProfitsType.BIC,
|
|
316
316
|
idFiscalRegime: FiscalRegime.RN,
|
|
317
|
-
declaration: CerfaType
|
|
318
|
-
annexe: CerfaType
|
|
317
|
+
declaration: CerfaType.CERFA_2065,
|
|
318
|
+
annexe: CerfaType.CERFA_2050,
|
|
319
319
|
},
|
|
320
320
|
],
|
|
321
321
|
},
|
|
@@ -330,7 +330,7 @@ export const GlobalRegime = {
|
|
|
330
330
|
idTaxSystem: TaxSystem.IR,
|
|
331
331
|
profitsType: ProfitsType.BNC,
|
|
332
332
|
idFiscalRegime: FiscalRegime.NA,
|
|
333
|
-
declaration: CerfaType
|
|
333
|
+
declaration: CerfaType.CERFA_2044,
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
name: 'Presta de services (BNC - IS - 2072)',
|
|
@@ -338,7 +338,7 @@ export const GlobalRegime = {
|
|
|
338
338
|
idTaxSystem: TaxSystem.IS,
|
|
339
339
|
profitsType: ProfitsType.BNC,
|
|
340
340
|
idFiscalRegime: FiscalRegime.NA,
|
|
341
|
-
declaration: CerfaType
|
|
341
|
+
declaration: CerfaType.CERFA_2072,
|
|
342
342
|
},
|
|
343
343
|
],
|
|
344
344
|
},
|
|
@@ -353,7 +353,7 @@ export const GlobalRegime = {
|
|
|
353
353
|
idTaxSystem: TaxSystem.IR,
|
|
354
354
|
profitsType: ProfitsType.BNC,
|
|
355
355
|
idFiscalRegime: FiscalRegime.NA,
|
|
356
|
-
declaration: CerfaType
|
|
356
|
+
declaration: CerfaType.CERFA_2035,
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
@@ -361,8 +361,8 @@ export const GlobalRegime = {
|
|
|
361
361
|
idTaxSystem: TaxSystem.IS,
|
|
362
362
|
profitsType: ProfitsType.BIC,
|
|
363
363
|
idFiscalRegime: FiscalRegime.RS,
|
|
364
|
-
declaration: CerfaType
|
|
365
|
-
annexe: CerfaType
|
|
364
|
+
declaration: CerfaType.CERFA_2065,
|
|
365
|
+
annexe: CerfaType.CERFA_2033,
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
@@ -370,8 +370,8 @@ export const GlobalRegime = {
|
|
|
370
370
|
idTaxSystem: TaxSystem.IS,
|
|
371
371
|
profitsType: ProfitsType.BIC,
|
|
372
372
|
idFiscalRegime: FiscalRegime.RN,
|
|
373
|
-
declaration: CerfaType
|
|
374
|
-
annexe: CerfaType
|
|
373
|
+
declaration: CerfaType.CERFA_2065,
|
|
374
|
+
annexe: CerfaType.CERFA_2050,
|
|
375
375
|
},
|
|
376
376
|
],
|
|
377
377
|
},
|
|
@@ -386,7 +386,7 @@ export const GlobalRegime = {
|
|
|
386
386
|
idTaxSystem: TaxSystem.IR,
|
|
387
387
|
profitsType: ProfitsType.BNC,
|
|
388
388
|
idFiscalRegime: FiscalRegime.NA,
|
|
389
|
-
declaration: CerfaType
|
|
389
|
+
declaration: CerfaType.CERFA_2035,
|
|
390
390
|
},
|
|
391
391
|
{
|
|
392
392
|
name: 'Profession libérale (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
@@ -394,8 +394,8 @@ export const GlobalRegime = {
|
|
|
394
394
|
idTaxSystem: TaxSystem.IS,
|
|
395
395
|
profitsType: ProfitsType.BIC,
|
|
396
396
|
idFiscalRegime: FiscalRegime.RS,
|
|
397
|
-
declaration: CerfaType
|
|
398
|
-
annexe: CerfaType
|
|
397
|
+
declaration: CerfaType.CERFA_2065,
|
|
398
|
+
annexe: CerfaType.CERFA_2033,
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
401
|
name: 'Profession libérale (BIC - IS - Réel normal - 2065 & 2050)',
|
|
@@ -403,8 +403,8 @@ export const GlobalRegime = {
|
|
|
403
403
|
idTaxSystem: TaxSystem.IS,
|
|
404
404
|
profitsType: ProfitsType.BIC,
|
|
405
405
|
idFiscalRegime: FiscalRegime.RN,
|
|
406
|
-
declaration: CerfaType
|
|
407
|
-
annexe: CerfaType
|
|
406
|
+
declaration: CerfaType.CERFA_2065,
|
|
407
|
+
annexe: CerfaType.CERFA_2050,
|
|
408
408
|
},
|
|
409
409
|
],
|
|
410
410
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GlobalRegime.js","sourceRoot":"","sources":["../../../ts/types/Enum/GlobalRegime.ts"],"names":[],"mappings":"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","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\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 */\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};\n\nexport type GlobalRegimeTypeContent = {\n name: string;\n id: number;\n idLegalForms: number[];\n choices: GlobalRegimeTypeChoicesContent[]\n};\n\nexport type GlobalRegimeType = {\n [key: string]: GlobalRegimeTypeContent\n};\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)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\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[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)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\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[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[2065],\n annexe: CerfaType[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[2065],\n annexe: CerfaType[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[2065],\n annexe: CerfaType[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[2065],\n annexe: CerfaType[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['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['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['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[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[2065],\n annexe: CerfaType[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[2065],\n annexe: CerfaType[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: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\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[2065],\n annexe: CerfaType[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[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\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[2065],\n annexe: CerfaType[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[2065],\n annexe: CerfaType[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)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\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[2065],\n annexe: CerfaType[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[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\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[2065],\n annexe: CerfaType[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[2065],\n annexe: CerfaType[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[2065],\n annexe: CerfaType[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[2065],\n annexe: CerfaType[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[2065],\n annexe: CerfaType[2033],\n\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[2065],\n annexe: CerfaType[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[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[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[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[2065],\n annexe: CerfaType[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[2065],\n annexe: CerfaType[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[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[2065],\n annexe: CerfaType[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[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n};"]}
|
|
1
|
+
{"version":3,"file":"GlobalRegime.js","sourceRoot":"","sources":["../../../ts/types/Enum/GlobalRegime.ts"],"names":[],"mappings":"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","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\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 */\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};\n\nexport type GlobalRegimeTypeContent = {\n name: string;\n id: number;\n idLegalForms: number[];\n choices: GlobalRegimeTypeChoicesContent[]\n};\n\nexport type GlobalRegimeType = {\n [key: string]: GlobalRegimeTypeContent\n};\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)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\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)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\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 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: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\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)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\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)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\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)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\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 {\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};"]}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export declare const PaymentMethod: {
|
|
2
|
+
DIRECT_DEBIT: {
|
|
3
|
+
id: number;
|
|
4
|
+
name: string;
|
|
5
|
+
isSpecial: number;
|
|
6
|
+
isOverdue: number;
|
|
7
|
+
};
|
|
8
|
+
BANK_TRANSFER: {
|
|
9
|
+
id: number;
|
|
10
|
+
name: string;
|
|
11
|
+
isSpecial: number;
|
|
12
|
+
isOverdue: number;
|
|
13
|
+
};
|
|
14
|
+
BANK_CARD: {
|
|
15
|
+
id: number;
|
|
16
|
+
name: string;
|
|
17
|
+
isSpecial: number;
|
|
18
|
+
isOverdue: number;
|
|
19
|
+
};
|
|
20
|
+
BANK_CHECK: {
|
|
21
|
+
id: number;
|
|
22
|
+
name: string;
|
|
23
|
+
isSpecial: number;
|
|
24
|
+
isOverdue: number;
|
|
25
|
+
};
|
|
26
|
+
DIRECT_DEBIT_REJECTION_1: {
|
|
27
|
+
id: number;
|
|
28
|
+
name: string;
|
|
29
|
+
isSpecial: number;
|
|
30
|
+
isOverdue: number;
|
|
31
|
+
};
|
|
32
|
+
DIRECT_DEBIT_REJECTION_2: {
|
|
33
|
+
id: number;
|
|
34
|
+
name: string;
|
|
35
|
+
isSpecial: number;
|
|
36
|
+
isOverdue: number;
|
|
37
|
+
};
|
|
38
|
+
VARIOUS_UNPAID: {
|
|
39
|
+
id: number;
|
|
40
|
+
name: string;
|
|
41
|
+
isSpecial: number;
|
|
42
|
+
isOverdue: number;
|
|
43
|
+
};
|
|
44
|
+
STRIPE_ECB: {
|
|
45
|
+
id: number;
|
|
46
|
+
name: string;
|
|
47
|
+
isSpecial: number;
|
|
48
|
+
isOverdue: number;
|
|
49
|
+
};
|
|
50
|
+
STRIPE_WI: {
|
|
51
|
+
id: number;
|
|
52
|
+
name: string;
|
|
53
|
+
isSpecial: number;
|
|
54
|
+
isOverdue: number;
|
|
55
|
+
};
|
|
56
|
+
CASH: {
|
|
57
|
+
id: number;
|
|
58
|
+
name: string;
|
|
59
|
+
isSpecial: number;
|
|
60
|
+
isOverdue: number;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=PaymentMethod.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaymentMethod.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/PaymentMethod.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DzB,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export const PaymentMethod = {
|
|
2
|
+
DIRECT_DEBIT: {
|
|
3
|
+
id: 1,
|
|
4
|
+
name: 'Prélèvement',
|
|
5
|
+
isSpecial: 0,
|
|
6
|
+
isOverdue: 0,
|
|
7
|
+
},
|
|
8
|
+
BANK_TRANSFER: {
|
|
9
|
+
id: 2,
|
|
10
|
+
name: 'Virement',
|
|
11
|
+
isSpecial: 0,
|
|
12
|
+
isOverdue: 0,
|
|
13
|
+
},
|
|
14
|
+
BANK_CARD: {
|
|
15
|
+
id: 3,
|
|
16
|
+
name: 'CB',
|
|
17
|
+
isSpecial: 0,
|
|
18
|
+
isOverdue: 0,
|
|
19
|
+
},
|
|
20
|
+
BANK_CHECK: {
|
|
21
|
+
id: 4,
|
|
22
|
+
name: 'Chèque',
|
|
23
|
+
isSpecial: 0,
|
|
24
|
+
isOverdue: 0,
|
|
25
|
+
},
|
|
26
|
+
DIRECT_DEBIT_REJECTION_1: {
|
|
27
|
+
id: 5,
|
|
28
|
+
name: 'Rejet de prélèvement 1',
|
|
29
|
+
isSpecial: 1,
|
|
30
|
+
isOverdue: 1,
|
|
31
|
+
},
|
|
32
|
+
DIRECT_DEBIT_REJECTION_2: {
|
|
33
|
+
id: 6,
|
|
34
|
+
name: 'Rejet de prélèvement 2',
|
|
35
|
+
isSpecial: 1,
|
|
36
|
+
isOverdue: 1,
|
|
37
|
+
},
|
|
38
|
+
VARIOUS_UNPAID: {
|
|
39
|
+
id: 7,
|
|
40
|
+
name: 'Impayés divers',
|
|
41
|
+
isSpecial: 1,
|
|
42
|
+
isOverdue: 1,
|
|
43
|
+
},
|
|
44
|
+
STRIPE_ECB: {
|
|
45
|
+
id: 8,
|
|
46
|
+
name: 'Stripe (ECB)',
|
|
47
|
+
isSpecial: 0,
|
|
48
|
+
isOverdue: 0,
|
|
49
|
+
},
|
|
50
|
+
STRIPE_WI: {
|
|
51
|
+
id: 9,
|
|
52
|
+
name: 'Stripe (WI)',
|
|
53
|
+
isSpecial: 0,
|
|
54
|
+
isOverdue: 0,
|
|
55
|
+
},
|
|
56
|
+
CASH: {
|
|
57
|
+
id: 10,
|
|
58
|
+
name: 'Espèces',
|
|
59
|
+
isSpecial: 0,
|
|
60
|
+
isOverdue: 0,
|
|
61
|
+
},
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=PaymentMethod.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaymentMethod.js","sourceRoot":"","sources":["../../../ts/types/Enum/PaymentMethod.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,YAAY,EAAE;QACZ,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,aAAa;QACnB,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,aAAa,EAAE;QACb,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,SAAS,EAAE;QACT,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,IAAI;QACV,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,UAAU,EAAE;QACV,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,wBAAwB,EAAE;QACxB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,wBAAwB;QAC9B,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,wBAAwB,EAAE;QACxB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,wBAAwB;QAC9B,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,cAAc,EAAE;QACd,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,gBAAgB;QACtB,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,UAAU,EAAE;QACV,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,cAAc;QACpB,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,SAAS,EAAE;QACT,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,aAAa;QACnB,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,SAAS;QACf,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;CACF,CAAC","sourcesContent":["export const PaymentMethod = {\n DIRECT_DEBIT: {\n id: 1,\n name: 'Prélèvement',\n isSpecial: 0,\n isOverdue: 0,\n },\n BANK_TRANSFER: {\n id: 2,\n name: 'Virement',\n isSpecial: 0,\n isOverdue: 0,\n },\n BANK_CARD: {\n id: 3,\n name: 'CB',\n isSpecial: 0,\n isOverdue: 0,\n },\n BANK_CHECK: {\n id: 4,\n name: 'Chèque',\n isSpecial: 0,\n isOverdue: 0,\n },\n DIRECT_DEBIT_REJECTION_1: {\n id: 5,\n name: 'Rejet de prélèvement 1',\n isSpecial: 1,\n isOverdue: 1,\n },\n DIRECT_DEBIT_REJECTION_2: {\n id: 6,\n name: 'Rejet de prélèvement 2',\n isSpecial: 1,\n isOverdue: 1,\n },\n VARIOUS_UNPAID: {\n id: 7,\n name: 'Impayés divers',\n isSpecial: 1,\n isOverdue: 1,\n },\n STRIPE_ECB: {\n id: 8,\n name: 'Stripe (ECB)',\n isSpecial: 0,\n isOverdue: 0,\n },\n STRIPE_WI: {\n id: 9,\n name: 'Stripe (WI)',\n isSpecial: 0,\n isOverdue: 0,\n },\n CASH: {\n id: 10,\n name: 'Espèces',\n isSpecial: 0,\n isOverdue: 0,\n },\n};"]}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
export interface IProductType {
|
|
2
|
+
[key: string]: {
|
|
3
|
+
id: number;
|
|
4
|
+
name: string;
|
|
5
|
+
};
|
|
5
6
|
}
|
|
7
|
+
export declare const ProductType: IProductType;
|
|
6
8
|
//# sourceMappingURL=ProductType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/ProductType.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"ProductType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/ProductType.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;KACd,CAAA;CACF;AAED,eAAO,MAAM,WAAW,EAAE,YAazB,CAAC"}
|