@silexpert/core 0.4.108 → 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/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/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 -0
- 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 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -0
- 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/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/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/IRegistration.js +6 -0
- package/js/types/Interface/models/IRegistration.js.map +1 -0
- package/js/types/index.js +72 -0
- 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/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/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/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 -0
- package/ts/types/index.ts +7 -1
- package/ts/utils/validators/formattedDateString.validator.ts +24 -0
package/js/types/Enum/Ged.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,WASX,WATW,WASX,YATD;;AAAA,CAAA,UAAY,WAAZ,EAAuB;AACrB,EAAA,WAAA,CAAA,WAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,oBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,oBAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,QAAA,CAAA,GAAA,CAAA,CAAA,GAAA,QAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,MAAA,CAAA,GAAA,CAAA,CAAA,GAAA,MAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,gBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,gBAAA;AACD,CATD,EAAY,WAAW,aAAX,WAAW,GAAX,WAAW,GAAA,EAAA,CAAvB;;AAWA,IAAY,SAmCX,WAnCW,SAmCX,YAnCD;;AAAA,CAAA,UAAY,SAAZ,EAAqB;AACnB,EAAA,SAAA,CAAA,SAAA,CAAA,MAAA,CAAA,GAAA,CAAA,CAAA,GAAA,MAAA,CADmB,CAEnB;AACA;AACA;AACA;AACA;AACA;;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,UAAA,CAAA,GAAA,EAAA,CAAA,GAAA,UAAA,CARmB,CASnB;AACA;AACA;AACA;AACA;;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,KAAA,CAAA,GAAA,EAAA,CAAA,GAAA,KAAA,CAdmB,CAenB;AACA
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"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","sourcesContent":["export enum GedCategory {\n COMPANY = 1,\n ACCOUNTING_AND_TAX = 2,\n SOCIAL = 3,\n JURIDIC = 4,\n GENERALITY = 5,\n BILLING = 6,\n MAIL = 7,\n BANK_STATEMENT = 8,\n}\n\nexport enum GedFolder {\n KBIS = 1,\n // Mission letters = 2,\n // Mandates & RIB = 3,\n // Balance-GL Journals = 5,\n // Closes & Balance Sheets = 7,\n // VAT declarations = 10,\n // IS declarations = 11,\n STATUTES = 13,\n // Training and professional tax = 14,\n // DADS-U & DUE = 15,\n // URSSAF & Pôle-Emploi = 16,\n // Pay slips = 17,\n // TNS = 18,\n AGM = 19, // Annual General Meeting, PV d'AG\n // Contracts & Leases = 20,\n // Insurance = 22,\n CABINET_INVOICES = 23,\n // Others = 24,\n // Vehicles = 25,\n // Borrowing tables = 26,\n // RSI & URSSAF = 27,\n // Previous GA balance & PV = 28,\n // Slips for the CFE = 29,\n // Suppliers / customers appendices = 30,\n // Miscellaneous = 31,\n // Legal Announcements = 32,\n // Certificates = 33,\n PARTNERS = 34,\n // Incoming mails = 35,\n OUTGOING_MAIL = 36,\n // Bank Statements = 37,\n // Formalism = 38,\n PENDING_POINTS = 39,\n // Balance-GL Journals Year N-1 = 40\n}\n\nexport enum GedFileType {\n STATUTES = 1,\n // 2,'Carte d\\'identité'\n KBIS = 3,\n // 4,'RIB'\n // 5,'Mémento Fiscal'\n // 6,'SEPA'\n // 7,'Plaquette'\n // 8,'M0'\n // 9,'Dbe'\n OTHER = 10,\n // 11,'Inscription au répertoire SIRENE / Répertoire des métiers'\n // 12,'Déclaration du patrimoine affectée'\n // 13,'Déclaration des bénéficiaires effectifs'\n // 14,'Liste des souscripteurs pour connaître la répartition des actions'\n // 15,'Récépissé d’inscription de l’association en préfecture'\n // 16,'Liste des représentants de l’association'\n // 17,'Règlement intérieur',\n REVISION_GUIDE = 18,\n SUMMARY_NOTE = 19,\n BALANCESHEET_NOTE = 20,\n}\n"],"sourceRoot":"","file":"Ged.js"}
|
|
@@ -28,21 +28,21 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
28
28
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
29
29
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
30
30
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
31
|
-
declaration: _CerfaType.CerfaType
|
|
31
|
+
declaration: _CerfaType.CerfaType.CERFA_2031
|
|
32
32
|
}, {
|
|
33
33
|
name: 'Presta de services (BIC - IR - 2031)',
|
|
34
34
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
35
35
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
36
36
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
37
37
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
38
|
-
declaration: _CerfaType.CerfaType
|
|
38
|
+
declaration: _CerfaType.CerfaType.CERFA_2031
|
|
39
39
|
}, {
|
|
40
40
|
name: 'Profession libérale (BNC - IR - 2035)',
|
|
41
41
|
idActivity: _Activity.Activity.PROF_LIB,
|
|
42
42
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
43
43
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
44
44
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
45
|
-
declaration: _CerfaType.CerfaType
|
|
45
|
+
declaration: _CerfaType.CerfaType.CERFA_2035
|
|
46
46
|
}]
|
|
47
47
|
},
|
|
48
48
|
EIRL: {
|
|
@@ -55,46 +55,46 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
55
55
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
56
56
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
57
57
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
58
|
-
declaration: _CerfaType.CerfaType
|
|
58
|
+
declaration: _CerfaType.CerfaType.CERFA_2031
|
|
59
59
|
}, {
|
|
60
60
|
name: 'Profession libérale (BNC - IR - 2035)',
|
|
61
61
|
idActivity: _Activity.Activity.PROF_LIB,
|
|
62
62
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
63
63
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
64
64
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
65
|
-
declaration: _CerfaType.CerfaType
|
|
65
|
+
declaration: _CerfaType.CerfaType.CERFA_2035
|
|
66
66
|
}, {
|
|
67
67
|
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
68
68
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
69
69
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
70
70
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
71
71
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
72
|
-
declaration: _CerfaType.CerfaType
|
|
73
|
-
annexe: _CerfaType.CerfaType
|
|
72
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
73
|
+
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
74
74
|
}, {
|
|
75
75
|
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
76
76
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
77
77
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
78
78
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
79
79
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
80
|
-
declaration: _CerfaType.CerfaType
|
|
81
|
-
annexe: _CerfaType.CerfaType
|
|
80
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
81
|
+
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
82
82
|
}, {
|
|
83
83
|
name: 'Profession libérale (BNC - IS - Réel simplifié - 2065 & 2033)',
|
|
84
84
|
idActivity: _Activity.Activity.PROF_LIB,
|
|
85
85
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
86
86
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
87
87
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
88
|
-
declaration: _CerfaType.CerfaType
|
|
89
|
-
annexe: _CerfaType.CerfaType
|
|
88
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
89
|
+
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
90
90
|
}, {
|
|
91
91
|
name: 'Profession libérale (BNC - IS - 2065 & 2050)',
|
|
92
92
|
idActivity: _Activity.Activity.PROF_LIB,
|
|
93
93
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
94
94
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
95
95
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
96
|
-
declaration: _CerfaType.CerfaType
|
|
97
|
-
annexe: _CerfaType.CerfaType
|
|
96
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
97
|
+
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
98
98
|
}]
|
|
99
99
|
},
|
|
100
100
|
AUTO_MICRO_ENTREPRENEUR: {
|
|
@@ -107,21 +107,21 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
107
107
|
idTaxSystem: _TaxSystem.TaxSystem.NA,
|
|
108
108
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
109
109
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
110
|
-
declaration: _CerfaType.CerfaType
|
|
110
|
+
declaration: _CerfaType.CerfaType.CERFA_2042_C_Pro
|
|
111
111
|
}, {
|
|
112
112
|
name: 'Presta de services commerciales ou artisanales (Micro-BIC - 2042-C-Pro)',
|
|
113
113
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
114
114
|
idTaxSystem: _TaxSystem.TaxSystem.NA,
|
|
115
115
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
116
116
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
117
|
-
declaration: _CerfaType.CerfaType
|
|
117
|
+
declaration: _CerfaType.CerfaType.CERFA_2042_C_Pro
|
|
118
118
|
}, {
|
|
119
119
|
name: 'Profession libérale (Micro-BNC - 2042-C-Pro)',
|
|
120
120
|
idActivity: _Activity.Activity.PROF_LIB,
|
|
121
121
|
idTaxSystem: _TaxSystem.TaxSystem.NA,
|
|
122
122
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
123
123
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
124
|
-
declaration: _CerfaType.CerfaType
|
|
124
|
+
declaration: _CerfaType.CerfaType.CERFA_2042_C_Pro
|
|
125
125
|
}]
|
|
126
126
|
},
|
|
127
127
|
ASSOCIATION: {
|
|
@@ -133,23 +133,23 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
133
133
|
idActivity: _Activity.Activity.AUTRES,
|
|
134
134
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
135
135
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
136
|
-
declaration: _CerfaType.CerfaType
|
|
136
|
+
declaration: _CerfaType.CerfaType.CERFA_2070
|
|
137
137
|
}, {
|
|
138
138
|
name: 'Fiscalisée (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
139
139
|
idActivity: _Activity.Activity.AUTRES,
|
|
140
140
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
141
141
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
142
142
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
143
|
-
declaration: _CerfaType.CerfaType
|
|
144
|
-
annexe: _CerfaType.CerfaType
|
|
143
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
144
|
+
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
145
145
|
}, {
|
|
146
146
|
name: 'Fiscalisée (BIC - IS - Réel normal - 2065 & 2050)',
|
|
147
147
|
idActivity: _Activity.Activity.AUTRES,
|
|
148
148
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
149
149
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
150
150
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
151
|
-
declaration: _CerfaType.CerfaType
|
|
152
|
-
annexe: _CerfaType.CerfaType
|
|
151
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
152
|
+
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
153
153
|
}]
|
|
154
154
|
},
|
|
155
155
|
EURL_SARL: {
|
|
@@ -162,46 +162,46 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
162
162
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
163
163
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
164
164
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
165
|
-
declaration: _CerfaType.CerfaType
|
|
165
|
+
declaration: _CerfaType.CerfaType.CERFA_2031
|
|
166
166
|
}, {
|
|
167
167
|
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 && 2033)',
|
|
168
168
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
169
169
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
170
170
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
171
171
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
172
|
-
declaration: _CerfaType.CerfaType
|
|
173
|
-
annexe: _CerfaType.CerfaType
|
|
172
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
173
|
+
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
174
174
|
}, {
|
|
175
175
|
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
176
176
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
177
177
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
178
178
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
179
179
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
180
|
-
declaration: _CerfaType.CerfaType
|
|
181
|
-
annexe: _CerfaType.CerfaType
|
|
180
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
181
|
+
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
182
182
|
}, {
|
|
183
183
|
name: 'Presta de services (BIC - IR - 2031)',
|
|
184
184
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
185
185
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
186
186
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
187
187
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
188
|
-
declaration: _CerfaType.CerfaType
|
|
188
|
+
declaration: _CerfaType.CerfaType.CERFA_2031
|
|
189
189
|
}, {
|
|
190
190
|
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
191
191
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
192
192
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
193
193
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
194
194
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
195
|
-
declaration: _CerfaType.CerfaType
|
|
196
|
-
annexe: _CerfaType.CerfaType
|
|
195
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
196
|
+
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
197
197
|
}, {
|
|
198
198
|
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
199
199
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
200
200
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
201
201
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
202
202
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
203
|
-
declaration: _CerfaType.CerfaType
|
|
204
|
-
annexe: _CerfaType.CerfaType
|
|
203
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
204
|
+
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
205
205
|
}]
|
|
206
206
|
},
|
|
207
207
|
SAS_SASU: {
|
|
@@ -214,46 +214,46 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
214
214
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
215
215
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
216
216
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
217
|
-
declaration: _CerfaType.CerfaType
|
|
217
|
+
declaration: _CerfaType.CerfaType.CERFA_2031
|
|
218
218
|
}, {
|
|
219
219
|
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
220
220
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
221
221
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
222
222
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
223
223
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
224
|
-
declaration: _CerfaType.CerfaType
|
|
225
|
-
annexe: _CerfaType.CerfaType
|
|
224
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
225
|
+
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
226
226
|
}, {
|
|
227
227
|
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
228
228
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
229
229
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
230
230
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
231
231
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
232
|
-
declaration: _CerfaType.CerfaType
|
|
233
|
-
annexe: _CerfaType.CerfaType
|
|
232
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
233
|
+
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
234
234
|
}, {
|
|
235
235
|
name: 'Presta de services (BIC - IR - 2031)',
|
|
236
236
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
237
237
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
238
238
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
239
239
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
240
|
-
declaration: _CerfaType.CerfaType
|
|
240
|
+
declaration: _CerfaType.CerfaType.CERFA_2031
|
|
241
241
|
}, {
|
|
242
242
|
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
243
243
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
244
244
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
245
245
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
246
246
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
247
|
-
declaration: _CerfaType.CerfaType
|
|
248
|
-
annexe: _CerfaType.CerfaType
|
|
247
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
248
|
+
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
249
249
|
}, {
|
|
250
250
|
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
251
251
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
252
252
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
253
253
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
254
254
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
255
|
-
declaration: _CerfaType.CerfaType
|
|
256
|
-
annexe: _CerfaType.CerfaType
|
|
255
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
256
|
+
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
257
257
|
}]
|
|
258
258
|
},
|
|
259
259
|
SA: {
|
|
@@ -266,32 +266,32 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
266
266
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
267
267
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
268
268
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
269
|
-
declaration: _CerfaType.CerfaType
|
|
270
|
-
annexe: _CerfaType.CerfaType
|
|
269
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
270
|
+
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
271
271
|
}, {
|
|
272
272
|
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
273
273
|
idActivity: _Activity.Activity.COMMERCANT,
|
|
274
274
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
275
275
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
276
276
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
277
|
-
declaration: _CerfaType.CerfaType
|
|
278
|
-
annexe: _CerfaType.CerfaType
|
|
277
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
278
|
+
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
279
279
|
}, {
|
|
280
280
|
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
281
281
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
282
282
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
283
283
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
284
284
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
285
|
-
declaration: _CerfaType.CerfaType
|
|
286
|
-
annexe: _CerfaType.CerfaType
|
|
285
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
286
|
+
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
287
287
|
}, {
|
|
288
288
|
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
289
289
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
290
290
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
291
291
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
292
292
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
293
|
-
declaration: _CerfaType.CerfaType
|
|
294
|
-
annexe: _CerfaType.CerfaType
|
|
293
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
294
|
+
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
295
295
|
}]
|
|
296
296
|
},
|
|
297
297
|
SCI: {
|
|
@@ -304,14 +304,14 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
304
304
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
305
305
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
306
306
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
307
|
-
declaration: _CerfaType.CerfaType
|
|
307
|
+
declaration: _CerfaType.CerfaType.CERFA_2044
|
|
308
308
|
}, {
|
|
309
309
|
name: 'Presta de services (BNC - IS - 2072)',
|
|
310
310
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
311
311
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
312
312
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
313
313
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
314
|
-
declaration: _CerfaType.CerfaType
|
|
314
|
+
declaration: _CerfaType.CerfaType.CERFA_2072
|
|
315
315
|
}]
|
|
316
316
|
},
|
|
317
317
|
SCP: {
|
|
@@ -324,23 +324,23 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
324
324
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
325
325
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
326
326
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
327
|
-
declaration: _CerfaType.CerfaType
|
|
327
|
+
declaration: _CerfaType.CerfaType.CERFA_2035
|
|
328
328
|
}, {
|
|
329
329
|
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
330
330
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
331
331
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
332
332
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
333
333
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
334
|
-
declaration: _CerfaType.CerfaType
|
|
335
|
-
annexe: _CerfaType.CerfaType
|
|
334
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
335
|
+
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
336
336
|
}, {
|
|
337
337
|
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
338
338
|
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
339
339
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
340
340
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
341
341
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
342
|
-
declaration: _CerfaType.CerfaType
|
|
343
|
-
annexe: _CerfaType.CerfaType
|
|
342
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
343
|
+
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
344
344
|
}]
|
|
345
345
|
},
|
|
346
346
|
SELARL: {
|
|
@@ -353,23 +353,23 @@ const GlobalRegime = exports.GlobalRegime = {
|
|
|
353
353
|
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
354
354
|
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
355
355
|
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
356
|
-
declaration: _CerfaType.CerfaType
|
|
356
|
+
declaration: _CerfaType.CerfaType.CERFA_2035
|
|
357
357
|
}, {
|
|
358
358
|
name: 'Profession libérale (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
359
359
|
idActivity: _Activity.Activity.PROF_LIB,
|
|
360
360
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
361
361
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
362
362
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
363
|
-
declaration: _CerfaType.CerfaType
|
|
364
|
-
annexe: _CerfaType.CerfaType
|
|
363
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
364
|
+
annexe: _CerfaType.CerfaType.CERFA_2033
|
|
365
365
|
}, {
|
|
366
366
|
name: 'Profession libérale (BIC - IS - Réel normal - 2065 & 2050)',
|
|
367
367
|
idActivity: _Activity.Activity.PROF_LIB,
|
|
368
368
|
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
369
369
|
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
370
370
|
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
371
|
-
declaration: _CerfaType.CerfaType
|
|
372
|
-
annexe: _CerfaType.CerfaType
|
|
371
|
+
declaration: _CerfaType.CerfaType.CERFA_2065,
|
|
372
|
+
annexe: _CerfaType.CerfaType.CERFA_2050
|
|
373
373
|
}]
|
|
374
374
|
}
|
|
375
375
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"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};"],"sourceRoot":"","file":"GlobalRegime.js"}
|
|
1
|
+
{"version":3,"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};"],"sourceRoot":"","file":"GlobalRegime.js"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
const PaymentMethod = exports.PaymentMethod = {
|
|
7
|
+
DIRECT_DEBIT: {
|
|
8
|
+
id: 1,
|
|
9
|
+
name: 'Prélèvement',
|
|
10
|
+
isSpecial: 0,
|
|
11
|
+
isOverdue: 0
|
|
12
|
+
},
|
|
13
|
+
BANK_TRANSFER: {
|
|
14
|
+
id: 2,
|
|
15
|
+
name: 'Virement',
|
|
16
|
+
isSpecial: 0,
|
|
17
|
+
isOverdue: 0
|
|
18
|
+
},
|
|
19
|
+
BANK_CARD: {
|
|
20
|
+
id: 3,
|
|
21
|
+
name: 'CB',
|
|
22
|
+
isSpecial: 0,
|
|
23
|
+
isOverdue: 0
|
|
24
|
+
},
|
|
25
|
+
BANK_CHECK: {
|
|
26
|
+
id: 4,
|
|
27
|
+
name: 'Chèque',
|
|
28
|
+
isSpecial: 0,
|
|
29
|
+
isOverdue: 0
|
|
30
|
+
},
|
|
31
|
+
DIRECT_DEBIT_REJECTION_1: {
|
|
32
|
+
id: 5,
|
|
33
|
+
name: 'Rejet de prélèvement 1',
|
|
34
|
+
isSpecial: 1,
|
|
35
|
+
isOverdue: 1
|
|
36
|
+
},
|
|
37
|
+
DIRECT_DEBIT_REJECTION_2: {
|
|
38
|
+
id: 6,
|
|
39
|
+
name: 'Rejet de prélèvement 2',
|
|
40
|
+
isSpecial: 1,
|
|
41
|
+
isOverdue: 1
|
|
42
|
+
},
|
|
43
|
+
VARIOUS_UNPAID: {
|
|
44
|
+
id: 7,
|
|
45
|
+
name: 'Impayés divers',
|
|
46
|
+
isSpecial: 1,
|
|
47
|
+
isOverdue: 1
|
|
48
|
+
},
|
|
49
|
+
STRIPE_ECB: {
|
|
50
|
+
id: 8,
|
|
51
|
+
name: 'Stripe (ECB)',
|
|
52
|
+
isSpecial: 0,
|
|
53
|
+
isOverdue: 0
|
|
54
|
+
},
|
|
55
|
+
STRIPE_WI: {
|
|
56
|
+
id: 9,
|
|
57
|
+
name: 'Stripe (WI)',
|
|
58
|
+
isSpecial: 0,
|
|
59
|
+
isOverdue: 0
|
|
60
|
+
},
|
|
61
|
+
CASH: {
|
|
62
|
+
id: 10,
|
|
63
|
+
name: 'Espèces',
|
|
64
|
+
isSpecial: 0,
|
|
65
|
+
isOverdue: 0
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
//# sourceMappingURL=PaymentMethod.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/PaymentMethod.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,aAAa,WAAb,aAAa,GAAG;AAC3B,EAAA,YAAY,EAAE;AACZ,IAAA,EAAE,EAAE,CADQ;AAEZ,IAAA,IAAI,EAAE,aAFM;AAGZ,IAAA,SAAS,EAAE,CAHC;AAIZ,IAAA,SAAS,EAAE;AAJC,GADa;AAO3B,EAAA,aAAa,EAAE;AACb,IAAA,EAAE,EAAE,CADS;AAEb,IAAA,IAAI,EAAE,UAFO;AAGb,IAAA,SAAS,EAAE,CAHE;AAIb,IAAA,SAAS,EAAE;AAJE,GAPY;AAa3B,EAAA,SAAS,EAAE;AACT,IAAA,EAAE,EAAE,CADK;AAET,IAAA,IAAI,EAAE,IAFG;AAGT,IAAA,SAAS,EAAE,CAHF;AAIT,IAAA,SAAS,EAAE;AAJF,GAbgB;AAmB3B,EAAA,UAAU,EAAE;AACV,IAAA,EAAE,EAAE,CADM;AAEV,IAAA,IAAI,EAAE,QAFI;AAGV,IAAA,SAAS,EAAE,CAHD;AAIV,IAAA,SAAS,EAAE;AAJD,GAnBe;AAyB3B,EAAA,wBAAwB,EAAE;AACxB,IAAA,EAAE,EAAE,CADoB;AAExB,IAAA,IAAI,EAAE,wBAFkB;AAGxB,IAAA,SAAS,EAAE,CAHa;AAIxB,IAAA,SAAS,EAAE;AAJa,GAzBC;AA+B3B,EAAA,wBAAwB,EAAE;AACxB,IAAA,EAAE,EAAE,CADoB;AAExB,IAAA,IAAI,EAAE,wBAFkB;AAGxB,IAAA,SAAS,EAAE,CAHa;AAIxB,IAAA,SAAS,EAAE;AAJa,GA/BC;AAqC3B,EAAA,cAAc,EAAE;AACd,IAAA,EAAE,EAAE,CADU;AAEd,IAAA,IAAI,EAAE,gBAFQ;AAGd,IAAA,SAAS,EAAE,CAHG;AAId,IAAA,SAAS,EAAE;AAJG,GArCW;AA2C3B,EAAA,UAAU,EAAE;AACV,IAAA,EAAE,EAAE,CADM;AAEV,IAAA,IAAI,EAAE,cAFI;AAGV,IAAA,SAAS,EAAE,CAHD;AAIV,IAAA,SAAS,EAAE;AAJD,GA3Ce;AAiD3B,EAAA,SAAS,EAAE;AACT,IAAA,EAAE,EAAE,CADK;AAET,IAAA,IAAI,EAAE,aAFG;AAGT,IAAA,SAAS,EAAE,CAHF;AAIT,IAAA,SAAS,EAAE;AAJF,GAjDgB;AAuD3B,EAAA,IAAI,EAAE;AACJ,IAAA,EAAE,EAAE,EADA;AAEJ,IAAA,IAAI,EAAE,SAFF;AAGJ,IAAA,SAAS,EAAE,CAHP;AAIJ,IAAA,SAAS,EAAE;AAJP;AAvDqB,CAAtB","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};"],"sourceRoot":"","file":"PaymentMethod.js"}
|
|
@@ -3,11 +3,18 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
const ProductType = exports.ProductType = {
|
|
7
|
+
PRODUCT: {
|
|
8
|
+
id: 1,
|
|
9
|
+
name: 'Produit'
|
|
10
|
+
},
|
|
11
|
+
SERVICE: {
|
|
12
|
+
id: 2,
|
|
13
|
+
name: 'Service'
|
|
14
|
+
},
|
|
15
|
+
GOODS: {
|
|
16
|
+
id: 3,
|
|
17
|
+
name: 'Marchandise'
|
|
18
|
+
}
|
|
19
|
+
};
|
|
13
20
|
//# sourceMappingURL=ProductType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../ts/types/Enum/ProductType.ts"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/ProductType.ts"],"names":[],"mappings":";;;;;AAOO,MAAM,WAAW,WAAX,WAAW,GAAiB;AACvC,EAAA,OAAO,EAAE;AACP,IAAA,EAAE,EAAE,CADG;AAEP,IAAA,IAAI,EAAE;AAFC,GAD8B;AAKvC,EAAA,OAAO,EAAE;AACP,IAAA,EAAE,EAAE,CADG;AAEP,IAAA,IAAI,EAAE;AAFC,GAL8B;AASvC,EAAA,KAAK,EAAE;AACL,IAAA,EAAE,EAAE,CADC;AAEL,IAAA,IAAI,EAAE;AAFD;AATgC,CAAlC","sourcesContent":["export interface IProductType {\n [key: string]: {\n id: number,\n name: string,\n }\n}\n\nexport const ProductType: IProductType = {\n PRODUCT: {\n id: 1,\n name: 'Produit',\n },\n SERVICE: {\n id: 2,\n name: 'Service',\n },\n GOODS: {\n id: 3,\n name: 'Marchandise',\n },\n};\n"],"sourceRoot":"","file":"ProductType.js"}
|