@silexpert/core 0.4.28 → 0.4.30

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.
Files changed (118) hide show
  1. package/es/api/resources/Loan.d.ts +11 -0
  2. package/es/api/resources/Loan.d.ts.map +1 -0
  3. package/es/api/resources/Loan.js +13 -0
  4. package/es/api/resources/Loan.js.map +1 -0
  5. package/es/api/resources/SocietyPromoCode.d.ts +8 -0
  6. package/es/api/resources/SocietyPromoCode.d.ts.map +1 -0
  7. package/es/api/resources/SocietyPromoCode.js +13 -0
  8. package/es/api/resources/SocietyPromoCode.js.map +1 -0
  9. package/es/api/resources/Stocks.d.ts +11 -0
  10. package/es/api/resources/Stocks.d.ts.map +1 -0
  11. package/es/api/resources/Stocks.js +22 -0
  12. package/es/api/resources/Stocks.js.map +1 -0
  13. package/es/api/resources.d.ts +6 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +6 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/GlobalRegime.js +41 -41
  18. package/es/types/Enum/GlobalRegime.js.map +1 -1
  19. package/es/types/Enum/StockType.d.ts +15 -55
  20. package/es/types/Enum/StockType.d.ts.map +1 -1
  21. package/es/types/Enum/StockType.js +24 -0
  22. package/es/types/Enum/StockType.js.map +1 -1
  23. package/es/types/Interface/api/loan/CreateLoan.d.ts +10 -0
  24. package/es/types/Interface/api/loan/CreateLoan.d.ts.map +1 -0
  25. package/es/types/Interface/api/loan/CreateLoan.js +41 -0
  26. package/es/types/Interface/api/loan/CreateLoan.js.map +1 -0
  27. package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.d.ts +5 -0
  28. package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.d.ts.map +1 -0
  29. package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js +21 -0
  30. package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js.map +1 -0
  31. package/es/types/Interface/api/stock/StockEntries.d.ts +20 -0
  32. package/es/types/Interface/api/stock/StockEntries.d.ts.map +1 -0
  33. package/es/types/Interface/api/stock/StockEntries.js +114 -0
  34. package/es/types/Interface/api/stock/StockEntries.js.map +1 -0
  35. package/es/types/Interface/api/stock/Stocks.d.ts +14 -0
  36. package/es/types/Interface/api/stock/Stocks.d.ts.map +1 -0
  37. package/es/types/Interface/api/stock/Stocks.js +2 -0
  38. package/es/types/Interface/api/stock/Stocks.js.map +1 -0
  39. package/es/types/Interface/api/stock/StocksDepreciationInterface.d.ts +8 -0
  40. package/es/types/Interface/api/stock/StocksDepreciationInterface.d.ts.map +1 -0
  41. package/es/types/Interface/api/stock/StocksDepreciationInterface.js +2 -0
  42. package/es/types/Interface/api/stock/StocksDepreciationInterface.js.map +1 -0
  43. package/es/types/Interface/api/stock/StocksType.d.ts +7 -0
  44. package/es/types/Interface/api/stock/StocksType.d.ts.map +1 -0
  45. package/es/types/Interface/api/stock/StocksType.js +2 -0
  46. package/es/types/Interface/api/stock/StocksType.js.map +1 -0
  47. package/es/types/Interface/models/IBalanceSheetModule.d.ts +11 -0
  48. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -0
  49. package/es/types/Interface/models/IBalanceSheetModule.js +2 -0
  50. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -0
  51. package/es/types/Interface/models/ILoan.d.ts +18 -0
  52. package/es/types/Interface/models/ILoan.d.ts.map +1 -0
  53. package/es/types/Interface/models/ILoan.js +2 -0
  54. package/es/types/Interface/models/ILoan.js.map +1 -0
  55. package/es/types/Interface/models/ISocietyPromoCode.d.ts +8 -0
  56. package/es/types/Interface/models/ISocietyPromoCode.d.ts.map +1 -0
  57. package/es/types/Interface/models/ISocietyPromoCode.js +2 -0
  58. package/es/types/Interface/models/ISocietyPromoCode.js.map +1 -0
  59. package/es/types/Interface/models/IStock.d.ts +11 -0
  60. package/es/types/Interface/models/IStock.d.ts.map +1 -0
  61. package/es/types/Interface/models/IStock.js +2 -0
  62. package/es/types/Interface/models/IStock.js.map +1 -0
  63. package/es/types/index.d.ts +9 -0
  64. package/es/types/index.d.ts.map +1 -1
  65. package/es/types/index.js +11 -0
  66. package/es/types/index.js.map +1 -1
  67. package/js/api/resources/Loan.js +26 -0
  68. package/js/api/resources/Loan.js.map +1 -0
  69. package/js/api/resources/SocietyPromoCode.js +26 -0
  70. package/js/api/resources/SocietyPromoCode.js.map +1 -0
  71. package/js/api/resources/Stocks.js +44 -0
  72. package/js/api/resources/Stocks.js.map +1 -0
  73. package/js/api/resources.js +10 -1
  74. package/js/api/resources.js.map +1 -1
  75. package/js/types/Enum/GlobalRegime.js +41 -41
  76. package/js/types/Enum/GlobalRegime.js.map +1 -1
  77. package/js/types/Enum/StockType.js +25 -1
  78. package/js/types/Enum/StockType.js.map +1 -1
  79. package/js/types/Interface/api/loan/CreateLoan.js +39 -0
  80. package/js/types/Interface/api/loan/CreateLoan.js.map +1 -0
  81. package/js/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js +29 -0
  82. package/js/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js.map +1 -0
  83. package/js/types/Interface/api/stock/StockEntries.js +98 -0
  84. package/js/types/Interface/api/stock/StockEntries.js.map +1 -0
  85. package/js/types/Interface/api/stock/Stocks.js +6 -0
  86. package/js/types/Interface/api/stock/Stocks.js.map +1 -0
  87. package/js/types/Interface/api/stock/StocksDepreciationInterface.js +6 -0
  88. package/js/types/Interface/api/stock/StocksDepreciationInterface.js.map +1 -0
  89. package/js/types/Interface/api/stock/StocksType.js +6 -0
  90. package/js/types/Interface/api/stock/StocksType.js.map +1 -0
  91. package/js/types/Interface/models/IBalanceSheetModule.js +6 -0
  92. package/js/types/Interface/models/IBalanceSheetModule.js.map +1 -0
  93. package/js/types/Interface/models/ILoan.js +6 -0
  94. package/js/types/Interface/models/ILoan.js.map +1 -0
  95. package/js/types/Interface/models/ISocietyPromoCode.js +6 -0
  96. package/js/types/Interface/models/ISocietyPromoCode.js.map +1 -0
  97. package/js/types/Interface/models/IStock.js +6 -0
  98. package/js/types/Interface/models/IStock.js.map +1 -0
  99. package/js/types/index.js +108 -0
  100. package/js/types/index.js.map +1 -1
  101. package/package.json +1 -1
  102. package/ts/api/resources/Loan.ts +17 -0
  103. package/ts/api/resources/SocietyPromoCode.ts +16 -0
  104. package/ts/api/resources/Stocks.ts +28 -0
  105. package/ts/api/resources.ts +6 -0
  106. package/ts/types/Enum/GlobalRegime.ts +41 -41
  107. package/ts/types/Enum/StockType.ts +31 -2
  108. package/ts/types/Interface/api/loan/CreateLoan.ts +24 -0
  109. package/ts/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.ts +9 -0
  110. package/ts/types/Interface/api/stock/StockEntries.ts +115 -0
  111. package/ts/types/Interface/api/stock/Stocks.ts +14 -0
  112. package/ts/types/Interface/api/stock/StocksDepreciationInterface.ts +8 -0
  113. package/ts/types/Interface/api/stock/StocksType.ts +6 -0
  114. package/ts/types/Interface/models/IBalanceSheetModule.ts +11 -0
  115. package/ts/types/Interface/models/ILoan.ts +20 -0
  116. package/ts/types/Interface/models/ISocietyPromoCode.ts +7 -0
  117. package/ts/types/Interface/models/IStock.ts +10 -0
  118. package/ts/types/index.ts +11 -0
@@ -23,21 +23,21 @@ const GlobalRegime = exports.GlobalRegime = {
23
23
  id: 1,
24
24
  idLegalForms: [_LegalForm.LegalForm.EI.id],
25
25
  choices: [{
26
- name: 'artisans - commerçants - IR - BIC - déclaration 2031',
26
+ name: 'Artisan - commerçant (BIC - IR - 2031)',
27
27
  idActivity: _Activity.Activity.COMMERCANT,
28
28
  idTaxSystem: _TaxSystem.TaxSystem.IR,
29
29
  profitsType: _ProfitsType.ProfitsType.BIC,
30
30
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
31
31
  declaration: _CerfaType.CerfaType[2031]
32
32
  }, {
33
- name: 'Presta de services - IR - BIC - déclaration 2031',
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
38
  declaration: _CerfaType.CerfaType[2031]
39
39
  }, {
40
- name: 'professions libérales - IR - BNC - déclaration 2035',
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,
@@ -50,21 +50,21 @@ const GlobalRegime = exports.GlobalRegime = {
50
50
  id: 2,
51
51
  idLegalForms: [_LegalForm.LegalForm.EIRL.id],
52
52
  choices: [{
53
- name: 'artisans - commerçants : IR - BIC - déclaration 2031',
53
+ name: 'Artisan - commerçant (BIC - IR - 2031)',
54
54
  idActivity: _Activity.Activity.COMMERCANT,
55
55
  idTaxSystem: _TaxSystem.TaxSystem.IR,
56
56
  profitsType: _ProfitsType.ProfitsType.BIC,
57
57
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
58
58
  declaration: _CerfaType.CerfaType[2031]
59
59
  }, {
60
- name: 'professions libérales : IR - BNC - déclaration 2035',
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
65
  declaration: _CerfaType.CerfaType[2035]
66
66
  }, {
67
- name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
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,
@@ -72,23 +72,23 @@ const GlobalRegime = exports.GlobalRegime = {
72
72
  declaration: _CerfaType.CerfaType[2065],
73
73
  annexe: _CerfaType.CerfaType[2033]
74
74
  }, {
75
- name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
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
- idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
79
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
80
80
  declaration: _CerfaType.CerfaType[2065],
81
81
  annexe: _CerfaType.CerfaType[2050]
82
82
  }, {
83
- name: 'professions libérales : IS - RSI - BNC - déclaration 2065 et annexes 2033',
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
- idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
87
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
88
88
  declaration: _CerfaType.CerfaType[2065],
89
89
  annexe: _CerfaType.CerfaType[2033]
90
90
  }, {
91
- name: 'professions libérales : IS - BNC - déclaration 2065 et annexes 2050',
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,
@@ -102,21 +102,21 @@ const GlobalRegime = exports.GlobalRegime = {
102
102
  id: 3,
103
103
  idLegalForms: [_LegalForm.LegalForm.AUTO_ENTREPRENEUR.id],
104
104
  choices: [{
105
- name: 'micro-BIC : activités négoce (achat/revente de marchandises) et prestations d\'hébergement : BIC - déclaration 2042-C-Pro',
105
+ name: 'Activité négoce (achat/revente de marchandises) et prestation d\'hébergement (Micro-BIC - 2042-C-Pro)',
106
106
  idActivity: _Activity.Activity.COMMERCANT,
107
107
  idTaxSystem: _TaxSystem.TaxSystem.NA,
108
108
  profitsType: _ProfitsType.ProfitsType.BIC,
109
109
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
110
110
  declaration: _CerfaType.CerfaType['2042_C_Pro']
111
111
  }, {
112
- name: 'micro-BIC : prestataires de services commerciales ou artisanales : BIC - déclaration 2042-C-Pro',
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
117
  declaration: _CerfaType.CerfaType['2042_C_Pro']
118
118
  }, {
119
- name: 'micro-BNC : profession libérale déclaration 2042-C-Pro',
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,
@@ -129,13 +129,13 @@ const GlobalRegime = exports.GlobalRegime = {
129
129
  id: 4,
130
130
  idLegalForms: [_LegalForm.LegalForm.ASSOCIATION.id],
131
131
  choices: [{
132
- name: 'non fiscalisée si revenus de capitaux : déclaration 2070',
132
+ name: 'Non fiscalisée si revenus de capitaux (2070)',
133
133
  idActivity: _Activity.Activity.AUTRES,
134
134
  idTaxSystem: _TaxSystem.TaxSystem.IS,
135
135
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
136
136
  declaration: _CerfaType.CerfaType[2070]
137
137
  }, {
138
- name: 'fiscalisée : - IS - RSI - BIC : déclaration 2065 et annexes 2033',
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,
@@ -143,7 +143,7 @@ const GlobalRegime = exports.GlobalRegime = {
143
143
  declaration: _CerfaType.CerfaType[2065],
144
144
  annexe: _CerfaType.CerfaType[2033]
145
145
  }, {
146
- name: 'fiscalisée - IS - RN - BIC : déclaration 2065 et annexes 2050',
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,
@@ -157,14 +157,14 @@ const GlobalRegime = exports.GlobalRegime = {
157
157
  id: 5,
158
158
  idLegalForms: [_LegalForm.LegalForm.EURL.id, _LegalForm.LegalForm.SARL.id],
159
159
  choices: [{
160
- name: 'artisans - commerçants : IR - BIC - déclaration 2031',
160
+ name: 'Artisan - commerçant (BIC - IR - 2031)',
161
161
  idActivity: _Activity.Activity.COMMERCANT,
162
162
  idTaxSystem: _TaxSystem.TaxSystem.IR,
163
163
  profitsType: _ProfitsType.ProfitsType.BIC,
164
164
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
165
165
  declaration: _CerfaType.CerfaType[2031]
166
166
  }, {
167
- name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
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,
@@ -172,7 +172,7 @@ const GlobalRegime = exports.GlobalRegime = {
172
172
  declaration: _CerfaType.CerfaType[2065],
173
173
  annexe: _CerfaType.CerfaType[2033]
174
174
  }, {
175
- name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
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,
@@ -180,14 +180,14 @@ const GlobalRegime = exports.GlobalRegime = {
180
180
  declaration: _CerfaType.CerfaType[2065],
181
181
  annexe: _CerfaType.CerfaType[2050]
182
182
  }, {
183
- name: 'Presta de services : IR - BIC - déclaration 2031',
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
188
  declaration: _CerfaType.CerfaType[2031]
189
189
  }, {
190
- name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',
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,
@@ -195,7 +195,7 @@ const GlobalRegime = exports.GlobalRegime = {
195
195
  declaration: _CerfaType.CerfaType[2065],
196
196
  annexe: _CerfaType.CerfaType[2033]
197
197
  }, {
198
- name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',
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,
@@ -209,14 +209,14 @@ const GlobalRegime = exports.GlobalRegime = {
209
209
  id: 6,
210
210
  idLegalForms: [_LegalForm.LegalForm.SAS.id, _LegalForm.LegalForm.SASU.id],
211
211
  choices: [{
212
- name: 'artisans - commerçants : IR - BIC - déclaration 2031',
212
+ name: 'Artisan - commerçant (BIC - IR - 2031)',
213
213
  idActivity: _Activity.Activity.COMMERCANT,
214
214
  idTaxSystem: _TaxSystem.TaxSystem.IR,
215
215
  profitsType: _ProfitsType.ProfitsType.BIC,
216
216
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
217
217
  declaration: _CerfaType.CerfaType[2031]
218
218
  }, {
219
- name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
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,
@@ -224,7 +224,7 @@ const GlobalRegime = exports.GlobalRegime = {
224
224
  declaration: _CerfaType.CerfaType[2065],
225
225
  annexe: _CerfaType.CerfaType[2033]
226
226
  }, {
227
- name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
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,
@@ -232,14 +232,14 @@ const GlobalRegime = exports.GlobalRegime = {
232
232
  declaration: _CerfaType.CerfaType[2065],
233
233
  annexe: _CerfaType.CerfaType[2050]
234
234
  }, {
235
- name: 'Presta de services : IR - BIC - déclaration 2031',
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
240
  declaration: _CerfaType.CerfaType[2031]
241
241
  }, {
242
- name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',
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,
@@ -247,7 +247,7 @@ const GlobalRegime = exports.GlobalRegime = {
247
247
  declaration: _CerfaType.CerfaType[2065],
248
248
  annexe: _CerfaType.CerfaType[2033]
249
249
  }, {
250
- name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',
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,
@@ -261,7 +261,7 @@ const GlobalRegime = exports.GlobalRegime = {
261
261
  id: 7,
262
262
  idLegalForms: [_LegalForm.LegalForm.SA.id],
263
263
  choices: [{
264
- name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
264
+ name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
265
265
  idActivity: _Activity.Activity.COMMERCANT,
266
266
  idTaxSystem: _TaxSystem.TaxSystem.IS,
267
267
  profitsType: _ProfitsType.ProfitsType.BIC,
@@ -269,7 +269,7 @@ const GlobalRegime = exports.GlobalRegime = {
269
269
  declaration: _CerfaType.CerfaType[2065],
270
270
  annexe: _CerfaType.CerfaType[2033]
271
271
  }, {
272
- name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
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,
@@ -277,7 +277,7 @@ const GlobalRegime = exports.GlobalRegime = {
277
277
  declaration: _CerfaType.CerfaType[2065],
278
278
  annexe: _CerfaType.CerfaType[2050]
279
279
  }, {
280
- name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',
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,
@@ -285,7 +285,7 @@ const GlobalRegime = exports.GlobalRegime = {
285
285
  declaration: _CerfaType.CerfaType[2065],
286
286
  annexe: _CerfaType.CerfaType[2033]
287
287
  }, {
288
- name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',
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,
@@ -299,14 +299,14 @@ const GlobalRegime = exports.GlobalRegime = {
299
299
  id: 8,
300
300
  idLegalForms: [_LegalForm.LegalForm.SCI.id],
301
301
  choices: [{
302
- name: 'Presta de services - IR - BNC : déclaration 2044',
302
+ name: 'Presta de services (BNC - IR - 2044)',
303
303
  idActivity: _Activity.Activity.PRESTA_SERVICE,
304
304
  idTaxSystem: _TaxSystem.TaxSystem.IR,
305
305
  profitsType: _ProfitsType.ProfitsType.BNC,
306
306
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
307
307
  declaration: _CerfaType.CerfaType[2044]
308
308
  }, {
309
- name: 'Presta de services - IS - BNC - déclaration 2072',
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,
@@ -319,14 +319,14 @@ const GlobalRegime = exports.GlobalRegime = {
319
319
  id: 9,
320
320
  idLegalForms: [_LegalForm.LegalForm.SCP.id],
321
321
  choices: [{
322
- name: 'Presta de services - IR - BNC : déclaration 2035',
322
+ name: 'Presta de services (BNC - IR - 2035)',
323
323
  idActivity: _Activity.Activity.PRESTA_SERVICE,
324
324
  idTaxSystem: _TaxSystem.TaxSystem.IR,
325
325
  profitsType: _ProfitsType.ProfitsType.BNC,
326
326
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
327
327
  declaration: _CerfaType.CerfaType[2035]
328
328
  }, {
329
- name: 'Presta de services - IS - RSI - BIC - déclaration 2065 et annexes 2033',
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,
@@ -334,7 +334,7 @@ const GlobalRegime = exports.GlobalRegime = {
334
334
  declaration: _CerfaType.CerfaType[2065],
335
335
  annexe: _CerfaType.CerfaType[2033]
336
336
  }, {
337
- name: 'Presta de services - IS - RN - BIC - déclaration 2065 et annexes 2050',
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,
@@ -348,14 +348,14 @@ const GlobalRegime = exports.GlobalRegime = {
348
348
  id: 10,
349
349
  idLegalForms: [_LegalForm.LegalForm.SELARL.id],
350
350
  choices: [{
351
- name: 'Profession libérale - IR - BNC : déclaration 2035',
351
+ name: 'Profession libérale (BNC - IR - 2035)',
352
352
  idActivity: _Activity.Activity.PROF_LIB,
353
353
  idTaxSystem: _TaxSystem.TaxSystem.IR,
354
354
  profitsType: _ProfitsType.ProfitsType.BNC,
355
355
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
356
356
  declaration: _CerfaType.CerfaType[2035]
357
357
  }, {
358
- name: 'Profession libérale - IS - RSI - BIC - déclaration 2065 et annexes 2033',
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,
@@ -363,7 +363,7 @@ const GlobalRegime = exports.GlobalRegime = {
363
363
  declaration: _CerfaType.CerfaType[2065],
364
364
  annexe: _CerfaType.CerfaType[2033]
365
365
  }, {
366
- name: 'Profession libérale - IS - RN - BIC - déclaration 2065 et annexes 2050',
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,
@@ -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: 'artisans - commerçants - IR - BIC - déclaration 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 - IR - BIC - déclaration 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: 'professions libérales - IR - BNC - déclaration 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: 'artisans - commerçants : IR - BIC - déclaration 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: 'professions libérales : IR - BNC - déclaration 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: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 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: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'professions libérales : IS - RSI - BNC - déclaration 2065 et annexes 2033',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'professions libérales : IS - BNC - déclaration 2065 et annexes 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: 'micro-BIC : activités négoce (achat/revente de marchandises) et prestations d\\'hébergement : BIC - déclaration 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: 'micro-BIC : prestataires de services commerciales ou artisanales : BIC - déclaration 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: 'micro-BNC : profession libérale déclaration 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 : déclaration 2070',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2070],\n },\n {\n name: 'fiscalisée : - IS - RSI - BIC : déclaration 2065 et annexes 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 - IS - RN - BIC : déclaration 2065 et annexes 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: 'artisans - commerçants : IR - BIC - déclaration 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: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 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: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 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 : IR - BIC - déclaration 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 : IS - RSI - BIC - déclaration 2065 et annexes 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 : IS - RN - BIC - déclaration 2065 et annexes 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: 'artisans - commerçants : IR - BIC - déclaration 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: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 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: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 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 : IR - BIC - déclaration 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 : IS - RSI - BIC - déclaration 2065 et annexes 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 : IS - RN - BIC - déclaration 2065 et annexes 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: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 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: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 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 : IS - RSI - BIC - déclaration 2065 et annexes 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 : IS - RN - BIC - déclaration 2065 et annexes 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 - IR - BNC : déclaration 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 - IS - BNC - déclaration 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 - IR - BNC : déclaration 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 - IS - RSI - BIC - déclaration 2065 et annexes 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 - IS - RN - BIC - déclaration 2065 et annexes 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 - IR - BNC : déclaration 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 - IS - RSI - BIC - déclaration 2065 et annexes 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 - IS - RN - BIC - déclaration 2065 et annexes 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[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"}
@@ -5,58 +5,82 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  const StockType = exports.StockType = {
7
7
  STOCK_MATIERE_PREMIERE: {
8
+ designation: 'Stock de matière première',
8
9
  idAccount: 35,
9
10
  idAccountVariation: 28,
10
11
  idAccountDepreciation: 375
11
12
  },
12
13
  STOCK_MATIERE_CONSOMMABLE: {
14
+ designation: 'Stock de matière consommable',
13
15
  idAccount: 182,
14
16
  idAccountVariation: 29,
15
17
  idAccountDepreciation: 381
16
18
  },
17
19
  STOCK_FOURNITURE_CONSOMMABLE: {
20
+ designation: 'Stock de fourniture consommable',
18
21
  idAccount: 338,
19
22
  idAccountVariation: 29,
20
23
  idAccountDepreciation: 382
21
24
  },
22
25
  STOCK_EMBALLAGE: {
26
+ designation: 'Stock emballage',
23
27
  idAccount: 344,
24
28
  idAccountVariation: 29,
25
29
  idAccountDepreciation: 383
26
30
  },
27
31
  STOCK_MARCHANDISE: {
32
+ designation: 'Stock de marchandise',
28
33
  idAccount: 372,
29
34
  idAccountVariation: 36,
30
35
  idAccountDepreciation: 393
31
36
  },
32
37
  STOCK_PRODUITS_PRODUCTION_EN_COURS: {
38
+ designation: 'Stock de produits de production en cours',
33
39
  idAccount: 349,
34
40
  idAccountVariation: 421,
35
41
  idAccountDepreciation: 385
36
42
  },
37
43
  STOCK_TRAVAUX_PRODUCTION_EN_COURS: {
44
+ designation: 'Stock de travaux de production en cours',
38
45
  idAccount: 352,
39
46
  idAccountVariation: 422,
40
47
  idAccountDepreciation: 396
41
48
  },
42
49
  STOCK_PRODUITS_SERVICE_EN_COURS: {
50
+ designation: 'Stock de produit et service en cours',
43
51
  idAccount: 355,
44
52
  idAccountVariation: 424,
45
53
  idAccountDepreciation: 388
46
54
  },
47
55
  STOCK_PRESTATION_SERVICE_EN_COURS: {
56
+ designation: 'Stock de prestation de service en cours',
48
57
  idAccount: 358,
49
58
  idAccountVariation: 425,
50
59
  idAccountDepreciation: 389
51
60
  },
52
61
  STOCK_PRODUITS_FINI: {
62
+ designation: 'Stock de produits finis',
53
63
  idAccount: 364,
54
64
  idAccountVariation: 428,
55
65
  idAccountDepreciation: 392
56
- },
66
+ }
67
+ };
68
+ const StockDepreciation = exports.StockDepreciation = {
57
69
  DEPRECIATION_STOCK: {
58
70
  idAccount: 928,
59
71
  idAccountExtourne: 486
60
72
  }
61
73
  };
74
+ const StockMapping = exports.StockMapping = {
75
+ STOCK_MATIERE_PREMIERE: 'rawMaterial',
76
+ STOCK_MATIERE_CONSOMMABLE: 'consumableMaterials',
77
+ STOCK_FOURNITURE_CONSOMMABLE: 'consumables',
78
+ STOCK_EMBALLAGE: 'packaging',
79
+ STOCK_MARCHANDISE: 'merchandises',
80
+ STOCK_PRODUITS_PRODUCTION_EN_COURS: 'semiFinishedProducts',
81
+ STOCK_TRAVAUX_PRODUCTION_EN_COURS: 'workInProgress',
82
+ STOCK_PRODUITS_SERVICE_EN_COURS: 'semiFinishedServices',
83
+ STOCK_PRESTATION_SERVICE_EN_COURS: 'servicesInProgress',
84
+ STOCK_PRODUITS_FINI: 'finishedProducts'
85
+ };
62
86
  //# sourceMappingURL=StockType.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/StockType.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,SAAS,WAAT,SAAS,GAAG;AACvB,EAAA,sBAAsB,EAAE;AACtB,IAAA,SAAS,EAAE,EADW;AAEtB,IAAA,kBAAkB,EAAE,EAFE;AAGtB,IAAA,qBAAqB,EAAE;AAHD,GADD;AAMvB,EAAA,yBAAyB,EAAE;AACzB,IAAA,SAAS,EAAE,GADc;AAEzB,IAAA,kBAAkB,EAAE,EAFK;AAGzB,IAAA,qBAAqB,EAAE;AAHE,GANJ;AAWvB,EAAA,4BAA4B,EAAE;AAC5B,IAAA,SAAS,EAAE,GADiB;AAE5B,IAAA,kBAAkB,EAAE,EAFQ;AAG5B,IAAA,qBAAqB,EAAE;AAHK,GAXP;AAgBvB,EAAA,eAAe,EAAE;AACf,IAAA,SAAS,EAAE,GADI;AAEf,IAAA,kBAAkB,EAAE,EAFL;AAGf,IAAA,qBAAqB,EAAE;AAHR,GAhBM;AAqBvB,EAAA,iBAAiB,EAAE;AACjB,IAAA,SAAS,EAAE,GADM;AAEjB,IAAA,kBAAkB,EAAE,EAFH;AAGjB,IAAA,qBAAqB,EAAE;AAHN,GArBI;AA0BvB,EAAA,kCAAkC,EAAE;AAClC,IAAA,SAAS,EAAE,GADuB;AAElC,IAAA,kBAAkB,EAAE,GAFc;AAGlC,IAAA,qBAAqB,EAAE;AAHW,GA1Bb;AA+BvB,EAAA,iCAAiC,EAAE;AACjC,IAAA,SAAS,EAAE,GADsB;AAEjC,IAAA,kBAAkB,EAAE,GAFa;AAGjC,IAAA,qBAAqB,EAAE;AAHU,GA/BZ;AAoCvB,EAAA,+BAA+B,EAAE;AAC/B,IAAA,SAAS,EAAE,GADoB;AAE/B,IAAA,kBAAkB,EAAE,GAFW;AAG/B,IAAA,qBAAqB,EAAE;AAHQ,GApCV;AAyCvB,EAAA,iCAAiC,EAAE;AACjC,IAAA,SAAS,EAAE,GADsB;AAEjC,IAAA,kBAAkB,EAAE,GAFa;AAGjC,IAAA,qBAAqB,EAAE;AAHU,GAzCZ;AA8CvB,EAAA,mBAAmB,EAAE;AACnB,IAAA,SAAS,EAAE,GADQ;AAEnB,IAAA,kBAAkB,EAAE,GAFD;AAGnB,IAAA,qBAAqB,EAAE;AAHJ,GA9CE;AAmDvB,EAAA,kBAAkB,EAAE;AAClB,IAAA,SAAS,EAAE,GADO;AAElB,IAAA,iBAAiB,EAAE;AAFD;AAnDG,CAAlB","sourcesContent":["export const StockType = {\n STOCK_MATIERE_PREMIERE: {\n idAccount: 35,\n idAccountVariation: 28,\n idAccountDepreciation: 375,\n },\n STOCK_MATIERE_CONSOMMABLE: {\n idAccount: 182,\n idAccountVariation: 29,\n idAccountDepreciation: 381,\n },\n STOCK_FOURNITURE_CONSOMMABLE: {\n idAccount: 338,\n idAccountVariation: 29,\n idAccountDepreciation: 382,\n },\n STOCK_EMBALLAGE: {\n idAccount: 344,\n idAccountVariation: 29,\n idAccountDepreciation: 383,\n },\n STOCK_MARCHANDISE: {\n idAccount: 372,\n idAccountVariation: 36,\n idAccountDepreciation: 393,\n },\n STOCK_PRODUITS_PRODUCTION_EN_COURS: {\n idAccount: 349,\n idAccountVariation: 421,\n idAccountDepreciation: 385,\n },\n STOCK_TRAVAUX_PRODUCTION_EN_COURS: {\n idAccount: 352,\n idAccountVariation: 422,\n idAccountDepreciation: 396,\n },\n STOCK_PRODUITS_SERVICE_EN_COURS: {\n idAccount: 355,\n idAccountVariation: 424,\n idAccountDepreciation: 388,\n },\n STOCK_PRESTATION_SERVICE_EN_COURS: {\n idAccount: 358,\n idAccountVariation: 425,\n idAccountDepreciation: 389,\n },\n STOCK_PRODUITS_FINI: {\n idAccount: 364,\n idAccountVariation: 428,\n idAccountDepreciation: 392,\n },\n DEPRECIATION_STOCK: {\n idAccount: 928,\n idAccountExtourne: 486,\n },\n};"],"sourceRoot":"","file":"StockType.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/StockType.ts"],"names":[],"mappings":";;;;;AAGO,MAAM,SAAS,WAAT,SAAS,GAAmB;AACvC,EAAA,sBAAsB,EAAE;AACtB,IAAA,WAAW,EAAE,2BADS;AAEtB,IAAA,SAAS,EAAE,EAFW;AAGtB,IAAA,kBAAkB,EAAE,EAHE;AAItB,IAAA,qBAAqB,EAAE;AAJD,GADe;AAOvC,EAAA,yBAAyB,EAAE;AACzB,IAAA,WAAW,EAAE,8BADY;AAEzB,IAAA,SAAS,EAAE,GAFc;AAGzB,IAAA,kBAAkB,EAAE,EAHK;AAIzB,IAAA,qBAAqB,EAAE;AAJE,GAPY;AAavC,EAAA,4BAA4B,EAAE;AAC5B,IAAA,WAAW,EAAE,iCADe;AAE5B,IAAA,SAAS,EAAE,GAFiB;AAG5B,IAAA,kBAAkB,EAAE,EAHQ;AAI5B,IAAA,qBAAqB,EAAE;AAJK,GAbS;AAmBvC,EAAA,eAAe,EAAE;AACf,IAAA,WAAW,EAAE,iBADE;AAEf,IAAA,SAAS,EAAE,GAFI;AAGf,IAAA,kBAAkB,EAAE,EAHL;AAIf,IAAA,qBAAqB,EAAE;AAJR,GAnBsB;AAyBvC,EAAA,iBAAiB,EAAE;AACjB,IAAA,WAAW,EAAE,sBADI;AAEjB,IAAA,SAAS,EAAE,GAFM;AAGjB,IAAA,kBAAkB,EAAE,EAHH;AAIjB,IAAA,qBAAqB,EAAE;AAJN,GAzBoB;AA+BvC,EAAA,kCAAkC,EAAE;AAClC,IAAA,WAAW,EAAE,0CADqB;AAElC,IAAA,SAAS,EAAE,GAFuB;AAGlC,IAAA,kBAAkB,EAAE,GAHc;AAIlC,IAAA,qBAAqB,EAAE;AAJW,GA/BG;AAqCvC,EAAA,iCAAiC,EAAE;AACjC,IAAA,WAAW,EAAE,yCADoB;AAEjC,IAAA,SAAS,EAAE,GAFsB;AAGjC,IAAA,kBAAkB,EAAE,GAHa;AAIjC,IAAA,qBAAqB,EAAE;AAJU,GArCI;AA2CvC,EAAA,+BAA+B,EAAE;AAC/B,IAAA,WAAW,EAAE,sCADkB;AAE/B,IAAA,SAAS,EAAE,GAFoB;AAG/B,IAAA,kBAAkB,EAAE,GAHW;AAI/B,IAAA,qBAAqB,EAAE;AAJQ,GA3CM;AAiDvC,EAAA,iCAAiC,EAAE;AACjC,IAAA,WAAW,EAAE,yCADoB;AAEjC,IAAA,SAAS,EAAE,GAFsB;AAGjC,IAAA,kBAAkB,EAAE,GAHa;AAIjC,IAAA,qBAAqB,EAAE;AAJU,GAjDI;AAuDvC,EAAA,mBAAmB,EAAE;AACnB,IAAA,WAAW,EAAE,yBADM;AAEnB,IAAA,SAAS,EAAE,GAFQ;AAGnB,IAAA,kBAAkB,EAAE,GAHD;AAInB,IAAA,qBAAqB,EAAE;AAJJ;AAvDkB,CAAlC;AA+DA,MAAM,iBAAiB,WAAjB,iBAAiB,GAA0B;AACtD,EAAA,kBAAkB,EAAE;AAClB,IAAA,SAAS,EAAE,GADO;AAElB,IAAA,iBAAiB,EAAE;AAFD;AADkC,CAAjD;AAOA,MAAM,YAAY,WAAZ,YAAY,GAAG;AAC1B,EAAA,sBAAsB,EAAE,aADE;AAE1B,EAAA,yBAAyB,EAAE,qBAFD;AAG1B,EAAA,4BAA4B,EAAE,aAHJ;AAI1B,EAAA,eAAe,EAAE,WAJS;AAK1B,EAAA,iBAAiB,EAAE,cALO;AAM1B,EAAA,kCAAkC,EAAE,sBANV;AAO1B,EAAA,iCAAiC,EAAE,gBAPT;AAQ1B,EAAA,+BAA+B,EAAE,sBARP;AAS1B,EAAA,iCAAiC,EAAE,oBATT;AAU1B,EAAA,mBAAmB,EAAE;AAVK,CAArB","sourcesContent":["import { stockInterface } from '../Interface/api/stock/Stocks';\nimport { depreciationInterface } from '../Interface/api/stock/StocksDepreciationInterface';\n\nexport const StockType: stockInterface = {\n STOCK_MATIERE_PREMIERE: {\n designation: 'Stock de matière première',\n idAccount: 35,\n idAccountVariation: 28,\n idAccountDepreciation: 375,\n },\n STOCK_MATIERE_CONSOMMABLE: {\n designation: 'Stock de matière consommable',\n idAccount: 182,\n idAccountVariation: 29,\n idAccountDepreciation: 381,\n },\n STOCK_FOURNITURE_CONSOMMABLE: {\n designation: 'Stock de fourniture consommable',\n idAccount: 338,\n idAccountVariation: 29,\n idAccountDepreciation: 382,\n },\n STOCK_EMBALLAGE: {\n designation: 'Stock emballage',\n idAccount: 344,\n idAccountVariation: 29,\n idAccountDepreciation: 383,\n },\n STOCK_MARCHANDISE: {\n designation: 'Stock de marchandise',\n idAccount: 372,\n idAccountVariation: 36,\n idAccountDepreciation: 393,\n },\n STOCK_PRODUITS_PRODUCTION_EN_COURS: {\n designation: 'Stock de produits de production en cours',\n idAccount: 349,\n idAccountVariation: 421,\n idAccountDepreciation: 385,\n },\n STOCK_TRAVAUX_PRODUCTION_EN_COURS: {\n designation: 'Stock de travaux de production en cours',\n idAccount: 352,\n idAccountVariation: 422,\n idAccountDepreciation: 396,\n },\n STOCK_PRODUITS_SERVICE_EN_COURS: {\n designation: 'Stock de produit et service en cours',\n idAccount: 355,\n idAccountVariation: 424,\n idAccountDepreciation: 388,\n },\n STOCK_PRESTATION_SERVICE_EN_COURS: {\n designation: 'Stock de prestation de service en cours',\n idAccount: 358,\n idAccountVariation: 425,\n idAccountDepreciation: 389,\n },\n STOCK_PRODUITS_FINI: {\n designation: 'Stock de produits finis',\n idAccount: 364,\n idAccountVariation: 428,\n idAccountDepreciation: 392,\n },\n};\n\nexport const StockDepreciation: depreciationInterface = {\n DEPRECIATION_STOCK: {\n idAccount: 928,\n idAccountExtourne: 486,\n },\n};\n\nexport const StockMapping = {\n STOCK_MATIERE_PREMIERE: 'rawMaterial',\n STOCK_MATIERE_CONSOMMABLE: 'consumableMaterials',\n STOCK_FOURNITURE_CONSOMMABLE: 'consumables',\n STOCK_EMBALLAGE: 'packaging',\n STOCK_MARCHANDISE: 'merchandises',\n STOCK_PRODUITS_PRODUCTION_EN_COURS: 'semiFinishedProducts',\n STOCK_TRAVAUX_PRODUCTION_EN_COURS: 'workInProgress',\n STOCK_PRODUITS_SERVICE_EN_COURS: 'semiFinishedServices',\n STOCK_PRESTATION_SERVICE_EN_COURS: 'servicesInProgress',\n STOCK_PRODUITS_FINI: 'finishedProducts',\n};\n"],"sourceRoot":"","file":"StockType.js"}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateLoanForm = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class CreateLoanForm {}
23
+
24
+ exports.CreateLoanForm = CreateLoanForm;
25
+
26
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateLoanForm.prototype, "name", void 0);
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateLoanForm.prototype, "lenderDesignation", void 0);
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateLoanForm.prototype, "number", void 0);
31
+
32
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateLoanForm.prototype, "amount", void 0);
33
+
34
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateLoanForm.prototype, "assetBeforeExercice", void 0);
35
+
36
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateLoanForm.prototype, "assetAfterExercice", void 0);
37
+
38
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateLoanForm.prototype, "idExercice", void 0);
39
+ //# sourceMappingURL=CreateLoan.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/loan/CreateLoan.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,cAAP,CAAqB;;QAAd,c,GAAA,c;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,wBAAA,E,MAAA,E,KAAa,CAAb,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,wBAAA,E,mBAAA,E,KAA0B,CAA1B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,wBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,wBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,wBAAA,E,qBAAA,E,KAA4B,CAA5B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,wBAAA,E,oBAAA,E,KAA2B,CAA3B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,wBAAA,E,YAAA,E,KAAmB,CAAnB,CAAA","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class CreateLoanForm {\n @ApiProperty()\n name: string;\n\n @ApiProperty()\n lenderDesignation: string;\n\n @ApiProperty()\n number: number;\n\n @ApiProperty()\n amount: number;\n\n @ApiProperty()\n assetBeforeExercice: number;\n\n @ApiProperty()\n assetAfterExercice: number;\n\n @ApiProperty()\n idExercice: number;\n}"],"sourceRoot":"","file":"CreateLoan.js"}