@silexpert/core 0.4.129 → 0.4.130

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 (112) hide show
  1. package/es/api/resources/Vehicle.d.ts +6 -6
  2. package/es/api/resources/Vehicle.d.ts.map +1 -1
  3. package/es/api/resources/Vehicle.js +18 -10
  4. package/es/api/resources/Vehicle.js.map +1 -1
  5. package/es/api/resources.d.ts +2 -0
  6. package/es/api/resources.d.ts.map +1 -1
  7. package/es/api/resources.js +2 -0
  8. package/es/api/resources.js.map +1 -1
  9. package/es/types/Enum/AnswerTypeValue.d.ts +15 -2
  10. package/es/types/Enum/AnswerTypeValue.d.ts.map +1 -1
  11. package/es/types/Enum/AnswerTypeValue.js +13 -0
  12. package/es/types/Enum/AnswerTypeValue.js.map +1 -1
  13. package/es/types/Enum/BalanceSheetQuestion.d.ts +92 -2
  14. package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
  15. package/es/types/Enum/BalanceSheetQuestion.js +90 -0
  16. package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
  17. package/es/types/Enum/BalanceSheetQuestionWording.d.ts +3 -1
  18. package/es/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
  19. package/es/types/Enum/BalanceSheetQuestionWording.js +2 -0
  20. package/es/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
  21. package/es/types/Enum/Ged.d.ts +1 -0
  22. package/es/types/Enum/Ged.d.ts.map +1 -1
  23. package/es/types/Enum/Ged.js +1 -1
  24. package/es/types/Enum/Ged.js.map +1 -1
  25. package/es/types/Enum/GlobalRegime.d.ts.map +1 -1
  26. package/es/types/Enum/GlobalRegime.js +38 -30
  27. package/es/types/Enum/GlobalRegime.js.map +1 -1
  28. package/es/types/Enum/Vehicle.d.ts +110 -0
  29. package/es/types/Enum/Vehicle.d.ts.map +1 -1
  30. package/es/types/Enum/Vehicle.js +193 -0
  31. package/es/types/Enum/Vehicle.js.map +1 -1
  32. package/es/types/Interface/api/cerfa/2033.d.ts +5 -4
  33. package/es/types/Interface/api/cerfa/2033.d.ts.map +1 -1
  34. package/es/types/Interface/api/cerfa/2033.js.map +1 -1
  35. package/es/types/Interface/api/cerfa/2035.d.ts +45 -43
  36. package/es/types/Interface/api/cerfa/2035.d.ts.map +1 -1
  37. package/es/types/Interface/api/cerfa/2035.js +1 -5
  38. package/es/types/Interface/api/cerfa/2035.js.map +1 -1
  39. package/es/types/Interface/api/cerfa/2065.d.ts +3 -4
  40. package/es/types/Interface/api/cerfa/2065.d.ts.map +1 -1
  41. package/es/types/Interface/api/cerfa/2065.js.map +1 -1
  42. package/es/types/Interface/api/cerfa/2572.d.ts +3 -3
  43. package/es/types/Interface/api/cerfa/2572.d.ts.map +1 -1
  44. package/es/types/Interface/api/cerfa/2572.js.map +1 -1
  45. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +4 -3
  46. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
  47. package/es/types/Interface/api/cerfa/CreateCerfa.js +1 -0
  48. package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  49. package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +13 -1
  50. package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
  51. package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
  52. package/es/types/Interface/api/cerfa/Utils.d.ts +56 -0
  53. package/es/types/Interface/api/cerfa/Utils.d.ts.map +1 -0
  54. package/es/types/Interface/api/cerfa/Utils.js +2 -0
  55. package/es/types/Interface/api/cerfa/Utils.js.map +1 -0
  56. package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts +10 -0
  57. package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts.map +1 -1
  58. package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.js.map +1 -1
  59. package/es/types/Interface/api/registration/CreateRegistration.d.ts +1 -2
  60. package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
  61. package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  62. package/es/types/Interface/models/IApiError.d.ts +2 -1
  63. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  64. package/es/types/Interface/models/IApiError.js +2 -0
  65. package/es/types/Interface/models/IApiError.js.map +1 -1
  66. package/js/api/resources/Vehicle.js +23 -10
  67. package/js/api/resources/Vehicle.js.map +1 -1
  68. package/js/api/resources.js +4 -1
  69. package/js/api/resources.js.map +1 -1
  70. package/js/types/Enum/AnswerTypeValue.js +14 -0
  71. package/js/types/Enum/AnswerTypeValue.js.map +1 -1
  72. package/js/types/Enum/BalanceSheetQuestion.js +91 -0
  73. package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
  74. package/js/types/Enum/BalanceSheetQuestionWording.js +2 -0
  75. package/js/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
  76. package/js/types/Enum/Ged.js +2 -2
  77. package/js/types/Enum/Ged.js.map +1 -1
  78. package/js/types/Enum/GlobalRegime.js +38 -27
  79. package/js/types/Enum/GlobalRegime.js.map +1 -1
  80. package/js/types/Enum/Vehicle.js +375 -0
  81. package/js/types/Enum/Vehicle.js.map +1 -1
  82. package/js/types/Interface/api/cerfa/2033.js.map +1 -1
  83. package/js/types/Interface/api/cerfa/2035.js +1 -3
  84. package/js/types/Interface/api/cerfa/2035.js.map +1 -1
  85. package/js/types/Interface/api/cerfa/2065.js.map +1 -1
  86. package/js/types/Interface/api/cerfa/2572.js.map +1 -1
  87. package/js/types/Interface/api/cerfa/CreateCerfa.js +12 -0
  88. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  89. package/js/types/Interface/api/cerfa/Utils.js +6 -0
  90. package/js/types/Interface/api/cerfa/Utils.js.map +1 -0
  91. package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  92. package/js/types/Interface/models/IApiError.js +3 -1
  93. package/js/types/Interface/models/IApiError.js.map +1 -1
  94. package/package.json +1 -1
  95. package/ts/api/resources/Vehicle.ts +21 -12
  96. package/ts/api/resources.ts +2 -0
  97. package/ts/types/Enum/AnswerTypeValue.ts +14 -0
  98. package/ts/types/Enum/BalanceSheetQuestion.ts +91 -0
  99. package/ts/types/Enum/BalanceSheetQuestionWording.ts +3 -0
  100. package/ts/types/Enum/Ged.ts +1 -1
  101. package/ts/types/Enum/GlobalRegime.ts +38 -30
  102. package/ts/types/Enum/Vehicle.ts +203 -1
  103. package/ts/types/Interface/api/cerfa/2033.ts +6 -4
  104. package/ts/types/Interface/api/cerfa/2035.ts +43 -45
  105. package/ts/types/Interface/api/cerfa/2065.ts +3 -4
  106. package/ts/types/Interface/api/cerfa/2572.ts +3 -3
  107. package/ts/types/Interface/api/cerfa/CreateCerfa.ts +4 -3
  108. package/ts/types/Interface/api/cerfa/ReadCerfa.ts +14 -1
  109. package/ts/types/Interface/api/cerfa/Utils.ts +61 -0
  110. package/ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts +12 -1
  111. package/ts/types/Interface/api/registration/CreateRegistration.ts +1 -2
  112. package/ts/types/Interface/models/IApiError.ts +4 -0
@@ -12,4 +12,379 @@ var VehicleCerfaFuel = exports.VehicleCerfaFuel = undefined;
12
12
  VehicleCerfaFuel["GAS"] = "GPL";
13
13
  VehicleCerfaFuel["ELECTRIC"] = "\u00E9lectrique";
14
14
  })(VehicleCerfaFuel || (exports.VehicleCerfaFuel = VehicleCerfaFuel = {}));
15
+
16
+ var VehiclePower = exports.VehiclePower = undefined;
17
+
18
+ (function (VehiclePower) {
19
+ VehiclePower[VehiclePower["POWER_1"] = 1] = "POWER_1";
20
+ VehiclePower[VehiclePower["POWER_2"] = 2] = "POWER_2";
21
+ VehiclePower[VehiclePower["POWER_3"] = 3] = "POWER_3";
22
+ VehiclePower[VehiclePower["POWER_4"] = 4] = "POWER_4";
23
+ VehiclePower[VehiclePower["POWER_5"] = 5] = "POWER_5";
24
+ VehiclePower[VehiclePower["POWER_6"] = 6] = "POWER_6";
25
+ VehiclePower[VehiclePower["POWER_7_PLUS"] = 7] = "POWER_7_PLUS";
26
+ })(VehiclePower || (exports.VehiclePower = VehiclePower = {}));
27
+
28
+ const vehiclePowerList = exports.vehiclePowerList = [{
29
+ text: '1',
30
+ value: VehiclePower.POWER_1
31
+ }, {
32
+ text: '2',
33
+ value: VehiclePower.POWER_2
34
+ }, {
35
+ text: '3',
36
+ value: VehiclePower.POWER_3
37
+ }, {
38
+ text: '4',
39
+ value: VehiclePower.POWER_4
40
+ }, {
41
+ text: '5',
42
+ value: VehiclePower.POWER_5
43
+ }, {
44
+ text: '6',
45
+ value: VehiclePower.POWER_6
46
+ }, {
47
+ text: '7+',
48
+ value: VehiclePower.POWER_7_PLUS
49
+ }];
50
+ var CarType = exports.CarType = undefined;
51
+
52
+ (function (CarType) {
53
+ CarType["CAM"] = "CAM";
54
+ CarType["CL"] = "CL";
55
+ CarType["CTTE"] = "CTTE";
56
+ CarType["CYCL"] = "CYCL";
57
+ CarType["MAGA"] = "MAGA";
58
+ CarType["MIAR"] = "MIAR";
59
+ CarType["MTL"] = "MTL";
60
+ CarType["MTT1"] = "MTT1";
61
+ CarType["MTT2"] = "MTT2";
62
+ CarType["QM"] = "QM";
63
+ CarType["REA"] = "REA";
64
+ CarType["REM"] = "REM";
65
+ CarType["RESP"] = "RESP";
66
+ CarType["RETC"] = "RETC";
67
+ CarType["SRAT"] = "SRAT";
68
+ CarType["SREA"] = "SREA";
69
+ CarType["SREM"] = "SREM";
70
+ CarType["SRSP"] = "SRSP";
71
+ CarType["SRTC"] = "SRTC";
72
+ CarType["TCP"] = "TCP";
73
+ CarType["TM"] = "TM";
74
+ CarType["TRA"] = "TRA";
75
+ CarType["TRR"] = "TRR";
76
+ CarType["VASP"] = "VASP";
77
+ CarType["VP"] = "VP";
78
+ })(CarType || (exports.CarType = CarType = {}));
79
+
80
+ const carTypeList = exports.carTypeList = [{
81
+ text: 'Camions (véhicules d\'un PTAC supérieur à 3,5 tonnes autres que les tracteurs routiers) - CAM',
82
+ value: CarType.CAM
83
+ }, {
84
+ text: 'Cyclomoteurs à deux roues ou cyclomoteurs non carrossés à trois roues - CL',
85
+ value: CarType.CL
86
+ }, {
87
+ text: 'Camionnettes (véhicules d\'un PTAC inférieur ou égal à 3 500 kg autres que les tracteurs routiers) - CTTE',
88
+ value: CarType.CTTE
89
+ }, {
90
+ text: 'Cyclomoteurs à trois roues - CYCL',
91
+ value: CarType.CYCL
92
+ }, {
93
+ text: 'Machines agricoles automotrices - MAGA',
94
+ value: CarType.MAGA
95
+ }, {
96
+ text: 'Machines et instruments remorqués - MIAR',
97
+ value: CarType.MIAR
98
+ }, {
99
+ text: 'Motocyclettes légères - MTL',
100
+ value: CarType.MTL
101
+ }, {
102
+ text: 'Motocyclettes dont la puissance maximale nette CE est inférieure ou égale à 25 kW avec un rapport puissance /poids ne dépasse pas 0,16 kW/kg - MTT1',
103
+ value: CarType.MTT1
104
+ }, {
105
+ text: 'Autres motocyclettes - MTTA',
106
+ value: CarType.MTT2
107
+ }, {
108
+ text: 'Quadricycles à moteur - QM',
109
+ value: CarType.QM
110
+ }, {
111
+ text: 'Remorques agricoles - REA',
112
+ value: CarType.REA
113
+ }, {
114
+ text: 'Remorques routières - REM',
115
+ value: CarType.REM
116
+ }, {
117
+ text: 'Remorques spécialisées - RESP',
118
+ value: CarType.RESP
119
+ }, {
120
+ text: 'Remorques pour transports combinés - RETC',
121
+ value: CarType.RETC
122
+ }, {
123
+ text: 'Semi-remorques avant-train - SRAT',
124
+ value: CarType.SRAT
125
+ }, {
126
+ text: 'Semi-remorques agricoles - SREA',
127
+ value: CarType.SREA
128
+ }, {
129
+ text: 'Semi-remorques routières - SREM',
130
+ value: CarType.SREM
131
+ }, {
132
+ text: 'Semi-remorques spécialisées - SRSP',
133
+ value: CarType.SRSP
134
+ }, {
135
+ text: 'Semi-remorques pour transports combinés - SRTC',
136
+ value: CarType.SRTC
137
+ }, {
138
+ text: 'Transports en commun de personne - TCP',
139
+ value: CarType.TCP
140
+ }, {
141
+ text: 'Tricycles à moteur - TM',
142
+ value: CarType.TM
143
+ }, {
144
+ text: 'Tracteurs agricoles - TRA',
145
+ value: CarType.TRA
146
+ }, {
147
+ text: 'Tracteurs routiers - TRR',
148
+ value: CarType.TRR
149
+ }, {
150
+ text: 'Véhicules automoteur spécialisés - VASP',
151
+ value: CarType.VASP
152
+ }, {
153
+ text: 'Voitures particulières - VP',
154
+ value: CarType.VP
155
+ }];
156
+ var SheetMetalType = exports.SheetMetalType = undefined;
157
+
158
+ (function (SheetMetalType) {
159
+ SheetMetalType["AR_TRAIN"] = "AR TRAIN";
160
+ SheetMetalType["AV_TRAIN"] = "AV TRAIN";
161
+ SheetMetalType["BACHE"] = "BACHE";
162
+ SheetMetalType["BEN_AMO"] = "BEN AMO";
163
+ SheetMetalType["BEN_CERE"] = "BEN CERE";
164
+ SheetMetalType["BENNE"] = "BENNE";
165
+ SheetMetalType["BETAIL"] = "BETAIL";
166
+ SheetMetalType["BETON"] = "BETON";
167
+ SheetMetalType["BREAK"] = "BREAK";
168
+ SheetMetalType["BUS"] = "BUS";
169
+ SheetMetalType["CABR"] = "CABR";
170
+ SheetMetalType["CAR"] = "CAR";
171
+ SheetMetalType["CARB_LEG"] = "CARB LEG";
172
+ SheetMetalType["CARB_LRD"] = "CARB LRD";
173
+ SheetMetalType["CASIERS"] = "";
174
+ SheetMetalType["CHAS_CAB"] = "CHAS-CAB";
175
+ SheetMetalType["CI"] = "CI";
176
+ SheetMetalType["CIALE"] = "CIALE";
177
+ SheetMetalType["CIT_ALIM"] = "CIT ALIM";
178
+ SheetMetalType["CIT_ALTD"] = "CIT ALTD";
179
+ SheetMetalType["CIT_BETA"] = "CIT BETA";
180
+ SheetMetalType["CIT_CHIM"] = "CIT CHIM";
181
+ SheetMetalType["CIT_EAU"] = "CIT EAU";
182
+ SheetMetalType["CIT_GAZ"] = "CIT GAZ";
183
+ SheetMetalType["CIT_PULV"] = "CIT PULV";
184
+ SheetMetalType["CIT_VID"] = "CIT VID";
185
+ SheetMetalType["CLTRM"] = "CLTRM";
186
+ SheetMetalType["CLTRP"] = "CLTRP";
187
+ SheetMetalType["CYCLM"] = "CYCLM";
188
+ SheetMetalType["DERIV_VP"] = "DERIV VP";
189
+ SheetMetalType["FG_TD"] = "FG TD";
190
+ SheetMetalType["FOREST"] = "FOREST";
191
+ SheetMetalType["FOURGON"] = "FOURGON";
192
+ SheetMetalType["HANDICAP"] = "HANDICAP";
193
+ SheetMetalType["SPEC"] = "SPEC";
194
+ SheetMetalType["PLATEAU"] = "PLATEAU";
195
+ SheetMetalType["PLSC"] = "PLSC";
196
+ SheetMetalType["PR_REM"] = "PR REM";
197
+ SheetMetalType["PR_SREM"] = "PR SREM";
198
+ SheetMetalType["PTE_BAT"] = "PTE BAT";
199
+ SheetMetalType["PTE_CONT"] = "PTE CONT";
200
+ SheetMetalType["PTE_ENG"] = "PTE ENG";
201
+ SheetMetalType["PTE_FER"] = "PTE FER";
202
+ SheetMetalType["PTE_VOIT"] = "PTE VOIT";
203
+ SheetMetalType["QLEM"] = "QLEM";
204
+ SheetMetalType["QLOMM"] = "QLOMM";
205
+ SheetMetalType["QLOMP"] = "QLOMP";
206
+ SheetMetalType["SAVOYARD"] = "SAVOYARD";
207
+ SheetMetalType["SIDE_CAR"] = "SIDE-CAR";
208
+ SheetMetalType["SOLO"] = "SOLO";
209
+ SheetMetalType["SOLO_SIDE_CAR"] = "SOLO-SIDE-CAR";
210
+ SheetMetalType["TB"] = "TB";
211
+ SheetMetalType["TMM1"] = "TMM1";
212
+ SheetMetalType["TMM2"] = "TMM2";
213
+ SheetMetalType["TMP1"] = "TMP1";
214
+ SheetMetalType["TMP2"] = "TMP2";
215
+ SheetMetalType["VTTE"] = "VTTE";
216
+ })(SheetMetalType || (exports.SheetMetalType = SheetMetalType = {}));
217
+
218
+ const sheetMetalTypeList = exports.sheetMetalTypeList = [{
219
+ text: 'Arrière-train routier - AR TRAIN',
220
+ value: SheetMetalType.AR_TRAIN
221
+ }, {
222
+ text: 'Avant-train routier - AV TRAIN',
223
+ value: SheetMetalType.AV_TRAIN
224
+ }, {
225
+ text: 'Fourgon bâché avec parois rigides - BACHE',
226
+ value: SheetMetalType.BACHE
227
+ }, {
228
+ text: 'Bennes amovibles - BEN AMO',
229
+ value: SheetMetalType.BEN_AMO
230
+ }, {
231
+ text: 'Bennes céréalières - BEN CERE',
232
+ value: SheetMetalType.BEN_CERE
233
+ }, {
234
+ text: 'Bennes dont le déchargement est effectué mécaniquement - BENNE',
235
+ value: SheetMetalType.BENNE
236
+ }, {
237
+ text: 'Bétaillère - BETAIL',
238
+ value: SheetMetalType.BETAIL
239
+ }, {
240
+ text: 'Bétonnière - BETON',
241
+ value: SheetMetalType.BETON
242
+ }, {
243
+ text: 'Break - BREAK',
244
+ value: SheetMetalType.BREAK
245
+ }, {
246
+ text: 'Autobus - BUS',
247
+ value: SheetMetalType.BUS
248
+ }, {
249
+ text: 'Cabriolet - CABR',
250
+ value: SheetMetalType.CABR
251
+ }, {
252
+ text: 'Autocar - CAR',
253
+ value: SheetMetalType.CAR
254
+ }, {
255
+ text: 'Citerne à hydrocarbures légers - CARB_LEG',
256
+ value: SheetMetalType.CARB_LEG
257
+ }, {
258
+ text: 'Citerne à hydrocarbures lourds - CARB_LRD',
259
+ value: SheetMetalType.CARB_LRD
260
+ }, {
261
+ text: 'Casiers - CASIERS',
262
+ value: SheetMetalType.CASIERS
263
+ }, {
264
+ text: 'Châssis-cabine - CHAS_CAB',
265
+ value: SheetMetalType.CHAS_CAB
266
+ }, {
267
+ text: 'Conduite intérieure - CI',
268
+ value: SheetMetalType.CI
269
+ }, {
270
+ text: 'Commerciale - CIALE',
271
+ value: SheetMetalType.CIALE
272
+ }, {
273
+ text: 'Citerne à produits alimentaires - CIT_ALIM',
274
+ value: SheetMetalType.CIT_ALIM
275
+ }, {
276
+ text: 'Citerne à produit alimentaire à température dirigée - CIT_ALTD',
277
+ value: SheetMetalType.CIT_ALTD
278
+ }, {
279
+ text: 'Citerne pour aliments du bétail - CIT_BETA',
280
+ value: SheetMetalType.CIT_BETA
281
+ }, {
282
+ text: 'Citerne à produits chimiques - CIT_CHIM',
283
+ value: SheetMetalType.CIT_CHIM
284
+ }, {
285
+ text: 'Citerne à eau - CIT_EAU',
286
+ value: SheetMetalType.CIT_EAU
287
+ }, {
288
+ text: 'Citerne à gaz liquéfiés - CIT_GAZ',
289
+ value: SheetMetalType.CIT_GAZ
290
+ }, {
291
+ text: 'Citerne à produits pulvérulents ou granulaires - CIT_PULV',
292
+ value: SheetMetalType.CIT_PULV
293
+ }, {
294
+ text: 'Citerne à vidange - CIT_VID',
295
+ value: SheetMetalType.CIT_VID
296
+ }, {
297
+ text: 'Cyclomoteurs non carrossés à trois roues affectés au transport de marchandises - CLTRM',
298
+ value: SheetMetalType.CLTRM
299
+ }, {
300
+ text: 'Cyclomoteurs non carrossés à trois roues - CLTRP',
301
+ value: SheetMetalType.CLTRP
302
+ }, {
303
+ text: 'Cyclomoteurs carrossés à trois roues affectés au transport de marchandises - CYCLM',
304
+ value: SheetMetalType.CYCLM
305
+ }, {
306
+ text: 'Fourgonnette dérivée de VP - DERIV_VP',
307
+ value: SheetMetalType.DERIV_VP
308
+ }, {
309
+ text: 'Fourgon à température dirigée - FG_TD',
310
+ value: SheetMetalType.FG_TD
311
+ }, {
312
+ text: 'Forestier - FOREST',
313
+ value: SheetMetalType.FOREST
314
+ }, {
315
+ text: 'Fourgon avec parois et toit rigides - FOURGON',
316
+ value: SheetMetalType.FOURGON
317
+ }, {
318
+ text: 'Handicapés - HANDICAP',
319
+ value: SheetMetalType.HANDICAP
320
+ }, {
321
+ text: 'Divers (non spécifiée) - SPEC',
322
+ value: SheetMetalType.SPEC
323
+ }, {
324
+ text: 'Plateau - PLATEAU',
325
+ value: SheetMetalType.PLATEAU
326
+ }, {
327
+ text: 'Carrosserie à parois latérales souples coulissantes - PLSC',
328
+ value: SheetMetalType.PLSC
329
+ }, {
330
+ text: 'Pour remorques - PR_REM',
331
+ value: SheetMetalType.PR_REM
332
+ }, {
333
+ text: 'Pour semi-remorques - PR_SREM',
334
+ value: SheetMetalType.PR_SREM
335
+ }, {
336
+ text: 'Porte-bateau - PTE_BAT',
337
+ value: SheetMetalType.PTE_BAT
338
+ }, {
339
+ text: 'Porte-conteneurs ou caisses mobiles ou amovibles - PTE_CONT',
340
+ value: SheetMetalType.PTE_CONT
341
+ }, {
342
+ text: 'Porte-engins - PTE_ENG',
343
+ value: SheetMetalType.PTE_ENG
344
+ }, {
345
+ text: 'Porte-fers - PTE_FER',
346
+ value: SheetMetalType.PTE_FER
347
+ }, {
348
+ text: 'Porte-voitures - PTE_VOIT',
349
+ value: SheetMetalType.PTE_VOIT
350
+ }, {
351
+ text: 'Quadricycles légers à moteur - QLEM',
352
+ value: SheetMetalType.QLEM
353
+ }, {
354
+ text: 'Quadricycles lourds à moteur affectés au transport de marchandises - QLOMM',
355
+ value: SheetMetalType.QLOMM
356
+ }, {
357
+ text: 'Quadricycles lourds à moteur affectés au transport de personnes - QLOMP',
358
+ value: SheetMetalType.QLOMP
359
+ }, {
360
+ text: 'Savoyardes - SAVOYARD',
361
+ value: SheetMetalType.SAVOYARD
362
+ }, {
363
+ text: 'Motocyclettes avec side-car intégré (véhicule à trois roues non symétriques) - SIDE_CAR',
364
+ value: SheetMetalType.SIDE_CAR
365
+ }, {
366
+ text: 'Cyclomoteurs à deux roues (sans side-car) - SOLO',
367
+ value: SheetMetalType.SOLO
368
+ }, {
369
+ text: 'Motocyclettes avec side-car adjoint - SOLO_SIDE_CAR',
370
+ value: SheetMetalType.SOLO_SIDE_CAR
371
+ }, {
372
+ text: 'Triqueballe - TB',
373
+ value: SheetMetalType.TB
374
+ }, {
375
+ text: 'Tricycles de poids à vide ≤ 550 kg et puissance maximale nette CE ≤ 15 kw affectés au transport de marchandises - TMM1',
376
+ value: SheetMetalType.TMM1
377
+ }, {
378
+ text: 'Autres tricycles affectés au transport de marchandises - TMM2',
379
+ value: SheetMetalType.TMM2
380
+ }, {
381
+ text: 'Tricycles dont le poids à vide n’excède pas 550 kg et dont la puissance maximale nette CE n’excède pas 15 kW affectés au transport de personnes - TMP1',
382
+ value: SheetMetalType.TMP1
383
+ }, {
384
+ text: 'Autres tricycles affectés au transport de personnes - TMP2',
385
+ value: SheetMetalType.TMP2
386
+ }, {
387
+ text: 'Cyclomoteurs carrossés à trois roues (voiturettes) - VTTE',
388
+ value: SheetMetalType.VTTE
389
+ }];
15
390
  //# sourceMappingURL=Vehicle.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/Vehicle.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,gBAMX,WANW,gBAMX,YAND;;AAAA,CAAA,UAAY,gBAAZ,EAA4B;AAC1B,EAAA,gBAAA,CAAA,SAAA,CAAA,GAAA,OAAA;AACA,EAAA,gBAAA,CAAA,QAAA,CAAA,GAAA,QAAA;AACA,EAAA,gBAAA,CAAA,eAAA,CAAA,GAAA,kBAAA;AACA,EAAA,gBAAA,CAAA,KAAA,CAAA,GAAA,KAAA;AACA,EAAA,gBAAA,CAAA,UAAA,CAAA,GAAA,iBAAA;AACD,CAND,EAAY,gBAAgB,aAAhB,gBAAgB,GAAhB,gBAAgB,GAAA,EAAA,CAA5B","sourcesContent":["export enum VehicleCerfaFuel {\n ESSENCE = 'super',\n DIESEL = 'diesel',\n ESSENCE_95_98 = 'super sans plomb',\n GAS = 'GPL',\n ELECTRIC = 'électrique',\n}"],"sourceRoot":"","file":"Vehicle.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/Vehicle.ts"],"names":[],"mappings":"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","sourcesContent":["export enum VehicleCerfaFuel {\n ESSENCE = 'super',\n DIESEL = 'diesel',\n ESSENCE_95_98 = 'super sans plomb',\n GAS = 'GPL',\n ELECTRIC = 'électrique',\n}\n\nexport enum VehiclePower {\n POWER_1 = 1,\n POWER_2 = 2,\n POWER_3 = 3,\n POWER_4 = 4,\n POWER_5 = 5,\n POWER_6 = 6,\n POWER_7_PLUS = 7,\n}\n\nexport type VehiclePowerList = { text: string, value: VehiclePower }[];\n\nexport const vehiclePowerList: VehiclePowerList = [\n { text: '1', value: VehiclePower.POWER_1 },\n { text: '2', value: VehiclePower.POWER_2 },\n { text: '3', value: VehiclePower.POWER_3 },\n { text: '4', value: VehiclePower.POWER_4 },\n { text: '5', value: VehiclePower.POWER_5 },\n { text: '6', value: VehiclePower.POWER_6 },\n { text: '7+', value: VehiclePower.POWER_7_PLUS },\n];\n\nexport enum CarType {\n CAM = 'CAM',\n CL = 'CL',\n CTTE = 'CTTE',\n CYCL = 'CYCL',\n MAGA = 'MAGA',\n MIAR = 'MIAR',\n MTL = 'MTL',\n MTT1 = 'MTT1',\n MTT2 = 'MTT2',\n QM = 'QM',\n REA = 'REA',\n REM = 'REM',\n RESP = 'RESP',\n RETC = 'RETC',\n SRAT = 'SRAT',\n SREA = 'SREA',\n SREM = 'SREM',\n SRSP = 'SRSP',\n SRTC = 'SRTC',\n TCP = 'TCP',\n TM = 'TM',\n TRA = 'TRA',\n TRR = 'TRR',\n VASP = 'VASP',\n VP = 'VP',\n}\n\nexport type CarTypeList = { text: string, value: CarType }[];\n\nexport const carTypeList: CarTypeList = [\n { text: 'Camions (véhicules d\\'un PTAC supérieur à 3,5 tonnes autres que les tracteurs routiers) - CAM', value: CarType.CAM },\n { text: 'Cyclomoteurs à deux roues ou cyclomoteurs non carrossés à trois roues - CL', value: CarType.CL },\n { text: 'Camionnettes (véhicules d\\'un PTAC inférieur ou égal à 3 500 kg autres que les tracteurs routiers) - CTTE', value: CarType.CTTE },\n { text: 'Cyclomoteurs à trois roues - CYCL', value: CarType.CYCL },\n { text: 'Machines agricoles automotrices - MAGA', value: CarType.MAGA },\n { text: 'Machines et instruments remorqués - MIAR', value: CarType.MIAR },\n { text: 'Motocyclettes légères - MTL', value: CarType.MTL },\n { text: 'Motocyclettes dont la puissance maximale nette CE est inférieure ou égale à 25 kW avec un rapport puissance /poids ne dépasse pas 0,16 kW/kg - MTT1', value: CarType.MTT1 },\n { text: 'Autres motocyclettes - MTTA', value: CarType.MTT2 },\n { text: 'Quadricycles à moteur - QM', value: CarType.QM },\n { text: 'Remorques agricoles - REA', value: CarType.REA },\n { text: 'Remorques routières - REM', value: CarType.REM },\n { text: 'Remorques spécialisées - RESP', value: CarType.RESP },\n { text: 'Remorques pour transports combinés - RETC', value: CarType.RETC },\n { text: 'Semi-remorques avant-train - SRAT', value: CarType.SRAT },\n { text: 'Semi-remorques agricoles - SREA', value: CarType.SREA },\n { text: 'Semi-remorques routières - SREM', value: CarType.SREM },\n { text: 'Semi-remorques spécialisées - SRSP', value: CarType.SRSP },\n { text: 'Semi-remorques pour transports combinés - SRTC', value: CarType.SRTC },\n { text: 'Transports en commun de personne - TCP', value: CarType.TCP },\n { text: 'Tricycles à moteur - TM', value: CarType.TM },\n { text: 'Tracteurs agricoles - TRA', value: CarType.TRA },\n { text: 'Tracteurs routiers - TRR', value: CarType.TRR },\n { text: 'Véhicules automoteur spécialisés - VASP', value: CarType.VASP },\n { text: 'Voitures particulières - VP', value: CarType.VP },\n];\n\nexport enum SheetMetalType {\n AR_TRAIN = 'AR TRAIN',\n AV_TRAIN = 'AV TRAIN',\n BACHE = 'BACHE',\n BEN_AMO = 'BEN AMO',\n BEN_CERE = 'BEN CERE',\n BENNE = 'BENNE',\n BETAIL = 'BETAIL',\n BETON = 'BETON',\n BREAK = 'BREAK',\n BUS = 'BUS',\n CABR = 'CABR',\n CAR = 'CAR',\n CARB_LEG = 'CARB LEG',\n CARB_LRD = 'CARB LRD',\n CASIERS = '',\n CHAS_CAB = 'CHAS-CAB',\n CI = 'CI',\n CIALE = 'CIALE',\n CIT_ALIM = 'CIT ALIM',\n CIT_ALTD = 'CIT ALTD',\n CIT_BETA = 'CIT BETA',\n CIT_CHIM = 'CIT CHIM',\n CIT_EAU = 'CIT EAU',\n CIT_GAZ = 'CIT GAZ',\n CIT_PULV = 'CIT PULV',\n CIT_VID = 'CIT VID',\n CLTRM = 'CLTRM',\n CLTRP = 'CLTRP',\n CYCLM = 'CYCLM',\n DERIV_VP = 'DERIV VP',\n FG_TD = 'FG TD',\n FOREST = 'FOREST',\n FOURGON = 'FOURGON',\n HANDICAP = 'HANDICAP',\n SPEC = 'SPEC',\n PLATEAU = 'PLATEAU',\n PLSC = 'PLSC',\n PR_REM = 'PR REM',\n PR_SREM = 'PR SREM',\n PTE_BAT = 'PTE BAT',\n PTE_CONT = 'PTE CONT',\n PTE_ENG = 'PTE ENG',\n PTE_FER = 'PTE FER',\n PTE_VOIT = 'PTE VOIT',\n QLEM = 'QLEM',\n QLOMM = 'QLOMM',\n QLOMP = 'QLOMP',\n SAVOYARD = 'SAVOYARD',\n SIDE_CAR = 'SIDE-CAR',\n SOLO = 'SOLO',\n SOLO_SIDE_CAR = 'SOLO-SIDE-CAR',\n TB = 'TB',\n TMM1 = 'TMM1',\n TMM2 = 'TMM2',\n TMP1 = 'TMP1',\n TMP2 = 'TMP2',\n VTTE = 'VTTE',\n}\n\nexport type SheetMetalTypeList = { text: string, value: SheetMetalType }[];\n\nexport const sheetMetalTypeList: SheetMetalTypeList = [\n { text: 'Arrière-train routier - AR TRAIN', value: SheetMetalType.AR_TRAIN },\n { text: 'Avant-train routier - AV TRAIN', value: SheetMetalType.AV_TRAIN },\n { text: 'Fourgon bâché avec parois rigides - BACHE', value: SheetMetalType.BACHE },\n { text: 'Bennes amovibles - BEN AMO', value: SheetMetalType.BEN_AMO },\n { text: 'Bennes céréalières - BEN CERE', value: SheetMetalType.BEN_CERE },\n { text: 'Bennes dont le déchargement est effectué mécaniquement - BENNE', value: SheetMetalType.BENNE },\n { text: 'Bétaillère - BETAIL', value: SheetMetalType.BETAIL },\n { text: 'Bétonnière - BETON', value: SheetMetalType.BETON },\n { text: 'Break - BREAK', value: SheetMetalType.BREAK },\n { text: 'Autobus - BUS', value: SheetMetalType.BUS },\n { text: 'Cabriolet - CABR', value: SheetMetalType.CABR },\n { text: 'Autocar - CAR', value: SheetMetalType.CAR },\n { text: 'Citerne à hydrocarbures légers - CARB_LEG', value: SheetMetalType.CARB_LEG },\n { text: 'Citerne à hydrocarbures lourds - CARB_LRD', value: SheetMetalType.CARB_LRD },\n { text: 'Casiers - CASIERS', value: SheetMetalType.CASIERS },\n { text: 'Châssis-cabine - CHAS_CAB', value: SheetMetalType.CHAS_CAB },\n { text: 'Conduite intérieure - CI', value: SheetMetalType.CI },\n { text: 'Commerciale - CIALE', value: SheetMetalType.CIALE },\n { text: 'Citerne à produits alimentaires - CIT_ALIM', value: SheetMetalType.CIT_ALIM },\n { text: 'Citerne à produit alimentaire à température dirigée - CIT_ALTD', value: SheetMetalType.CIT_ALTD },\n { text: 'Citerne pour aliments du bétail - CIT_BETA', value: SheetMetalType.CIT_BETA },\n { text: 'Citerne à produits chimiques - CIT_CHIM', value: SheetMetalType.CIT_CHIM },\n { text: 'Citerne à eau - CIT_EAU', value: SheetMetalType.CIT_EAU },\n { text: 'Citerne à gaz liquéfiés - CIT_GAZ', value: SheetMetalType.CIT_GAZ },\n { text: 'Citerne à produits pulvérulents ou granulaires - CIT_PULV', value: SheetMetalType.CIT_PULV },\n { text: 'Citerne à vidange - CIT_VID', value: SheetMetalType.CIT_VID },\n { text: 'Cyclomoteurs non carrossés à trois roues affectés au transport de marchandises - CLTRM', value: SheetMetalType.CLTRM },\n { text: 'Cyclomoteurs non carrossés à trois roues - CLTRP', value: SheetMetalType.CLTRP },\n { text: 'Cyclomoteurs carrossés à trois roues affectés au transport de marchandises - CYCLM', value: SheetMetalType.CYCLM },\n { text: 'Fourgonnette dérivée de VP - DERIV_VP', value: SheetMetalType.DERIV_VP },\n { text: 'Fourgon à température dirigée - FG_TD', value: SheetMetalType.FG_TD },\n { text: 'Forestier - FOREST', value: SheetMetalType.FOREST },\n { text: 'Fourgon avec parois et toit rigides - FOURGON', value: SheetMetalType.FOURGON },\n { text: 'Handicapés - HANDICAP', value: SheetMetalType.HANDICAP },\n { text: 'Divers (non spécifiée) - SPEC', value: SheetMetalType.SPEC },\n { text: 'Plateau - PLATEAU', value: SheetMetalType.PLATEAU },\n { text: 'Carrosserie à parois latérales souples coulissantes - PLSC', value: SheetMetalType.PLSC },\n { text: 'Pour remorques - PR_REM', value: SheetMetalType.PR_REM },\n { text: 'Pour semi-remorques - PR_SREM', value: SheetMetalType.PR_SREM },\n { text: 'Porte-bateau - PTE_BAT', value: SheetMetalType.PTE_BAT },\n { text: 'Porte-conteneurs ou caisses mobiles ou amovibles - PTE_CONT', value: SheetMetalType.PTE_CONT },\n { text: 'Porte-engins - PTE_ENG', value: SheetMetalType.PTE_ENG },\n { text: 'Porte-fers - PTE_FER', value: SheetMetalType.PTE_FER },\n { text: 'Porte-voitures - PTE_VOIT', value: SheetMetalType.PTE_VOIT },\n { text: 'Quadricycles légers à moteur - QLEM', value: SheetMetalType.QLEM },\n { text: 'Quadricycles lourds à moteur affectés au transport de marchandises - QLOMM', value: SheetMetalType.QLOMM },\n { text: 'Quadricycles lourds à moteur affectés au transport de personnes - QLOMP', value: SheetMetalType.QLOMP },\n { text: 'Savoyardes - SAVOYARD', value: SheetMetalType.SAVOYARD },\n { text: 'Motocyclettes avec side-car intégré (véhicule à trois roues non symétriques) - SIDE_CAR', value: SheetMetalType.SIDE_CAR },\n { text: 'Cyclomoteurs à deux roues (sans side-car) - SOLO', value: SheetMetalType.SOLO },\n { text: 'Motocyclettes avec side-car adjoint - SOLO_SIDE_CAR', value: SheetMetalType.SOLO_SIDE_CAR },\n { text: 'Triqueballe - TB', value: SheetMetalType.TB },\n { text: 'Tricycles de poids à vide ≤ 550 kg et puissance maximale nette CE ≤ 15 kw affectés au transport de marchandises - TMM1', value: SheetMetalType.TMM1 },\n { text: 'Autres tricycles affectés au transport de marchandises - TMM2', value: SheetMetalType.TMM2 },\n { text: 'Tricycles dont le poids à vide n’excède pas 550 kg et dont la puissance maximale nette CE n’excède pas 15 kW affectés au transport de personnes - TMP1', value: SheetMetalType.TMP1 },\n { text: 'Autres tricycles affectés au transport de personnes - TMP2', value: SheetMetalType.TMP2 },\n { text: 'Cyclomoteurs carrossés à trois roues (voiturettes) - VTTE', value: SheetMetalType.VTTE },\n];"],"sourceRoot":"","file":"Vehicle.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/cerfa/2033.ts"],"names":[],"mappings":"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","sourcesContent":["import { ApiPropertyOptional, ApiProperty } from '../../../..';\nimport { PhysicShareholder, MoralShareholder, Subsidiarie } from './CreateCerfa';\n\nexport class Cerfa2033Society {\n name: string;\n address: string;\n addressFormatted: string;\n siret: string;\n siren: string;\n zipCode: string;\n city: string;\n}\n\nexport type Cerfa2033ActiveValues = {\n gross: number;\n amortization: number;\n net: number;\n};\n\nexport class Cerfa2033FixedAsset {\n intangibleAssetsCommercialFunds: Cerfa2033ActiveValues;\n intangibleAssetsOther: Cerfa2033ActiveValues;\n tangibleFixedAssets: Cerfa2033ActiveValues;\n financialFixedAssets: Cerfa2033ActiveValues;\n total: Cerfa2033ActiveValues;\n}\n\nexport class Cerfa2033CirculatingActive {\n rawMaterials: Cerfa2033ActiveValues;\n merchandise: Cerfa2033ActiveValues;\n advancesAndDeposit: Cerfa2033ActiveValues;\n claimsCustomers: Cerfa2033ActiveValues;\n claimsOthers: Cerfa2033ActiveValues;\n investmentSecurities: Cerfa2033ActiveValues;\n availabilities: Cerfa2033ActiveValues;\n prepaidExpenses: Cerfa2033ActiveValues;\n total: Cerfa2033ActiveValues;\n}\n\nexport class Cerfa2033Equity {\n shareCapital: number;\n revaluationDifferences: number;\n legalReserve: number;\n reglemented: number;\n otherReserve: {\n purchaseOfOriginalWorks: number;\n total: number;\n };\n deferralAgain: number;\n resultOfTheExercise: number;\n regulatedProvisions: number;\n total: number;\n}\n\nexport class Cerfa2033Debts {\n loansAndSimilarDebts: number;\n advances: number;\n accountsPayable: number;\n otherDebts: {\n partnerCurrentAccount: number;\n total: number;\n };\n prepaid: number;\n total: number;\n}\n\nexport class Cerfa2033Referrals {\n fixedAssets: number;\n debtsMoreThanOneYear: number;\n claims: number; // créances\n currentAccount: number;\n costOfAcquired: number;\n sellPriceWithoutVat: number;\n}\n\nexport class Cerfa2033ExeploitationProducts {\n saleOfMerchandise: {\n export: number;\n total: number;\n };\n saleOfProduction: {\n goods: {\n export: number;\n total: number;\n };\n services: {\n export: number;\n total: number;\n };\n };\n stockedProduction: number;\n immobilizedProduction: number;\n operatingGrants: number;\n otherProducts: number;\n total: number;\n}\n\nexport class Cerfa2033ExploitationExpenses {\n purchaseOfMerchandise: number;\n stockVariationMerchandise: number;\n purchaseOfRawMaterials: number;\n stockVariationRawMaterials: number;\n otherExternalExpenses: {\n loanFurniture: number;\n loanRealEstate: number;\n total: number;\n };\n tax: {\n CFEandCVAE: number;\n total: number;\n };\n remunerations: number;\n social: number;\n amortization: number;\n provisions: number;\n otherExpenses: {\n provisions: number;\n cotisations: number;\n total: number;\n };\n total: number;\n}\n\nexport class Cerfa2033AccountingIncome {\n isIncomeTax: boolean;\n exploitationProducts: Cerfa2033ExeploitationProducts;\n exploitationExpenses: Cerfa2033ExploitationExpenses;\n}\n\nexport class Cerfa2033ExploitationResult {\n total: number;\n financialProducts: number;\n financialExpenses: number;\n exceptionalProducts: number;\n exceptionalExpenses: {\n subscriptions: number;\n exceptional: number;\n total: number\n };\n benefitTax: number;\n}\n\nexport class Cerfa2033FiscalResult {\n reinstatements: {\n benefitIncome: number;\n deficitIncome: number;\n remunerations: number;\n amortizations: number;\n provisions: number;\n tax: number;\n diverse: number;\n deviations: number;\n line330: number;\n fractionOfRents: number;\n shareOfRent: number;\n relatedCharges: number;\n fiscalResult: number;\n };\n deductions: {\n maritimeTransport: number;\n newBusiness: number;\n ZFU: number;\n difficultBusiness: number;\n JEI: number;\n ZRD: number;\n ZRR: number;\n revitalize: number;\n overseasInvestment: number;\n ZFANG: number;\n BUD: number;\n priorityDevelopment: number;\n total: number;\n diverse: {\n debt: number;\n exceptionalDeduction: number;\n exceptionalDeductionA: number;\n exceptionalDeductionB: number;\n exceptionalDeductionC: number;\n exceptionalDeductionD: number;\n exceptionalDeductionE: number;\n exceptionalDeductionF: number;\n exceptionalDeductionG: number;\n total: number;\n };\n resultBeforeImputation: {\n benefit: number;\n deficit: number;\n };\n deficits: {\n exercise: number;\n reportable: number;\n imputed: number;\n };\n fiscalResultAfterImputation: {\n benefit: number;\n deficit: number;\n }\n };\n}\n\nexport type ImmobilizationsArray = {\n grossValueOfExerciseBegining: number;\n increases: number;\n decreases: number;\n grossValueOfExerciseFinishing: number;\n legalReevaluation: number;\n};\n\nexport class Cerfa2033Immobilizations {\n commercialFunds: ImmobilizationsArray;\n other: ImmobilizationsArray;\n land: ImmobilizationsArray;\n constructions: ImmobilizationsArray;\n technicalInstallations: ImmobilizationsArray;\n generalInstallations: ImmobilizationsArray;\n equipmentTransportation: ImmobilizationsArray;\n bodily: ImmobilizationsArray;\n financial: ImmobilizationsArray;\n total: ImmobilizationsArray;\n}\n\nexport type AmortizationArray = {\n exerciseBegining: number;\n increases: number;\n diminution: number;\n exerciseFinishing: number;\n};\n\nexport class Cerfa2033Amortizations {\n intangible: AmortizationArray;\n lands: AmortizationArray;\n constructions: AmortizationArray;\n technicalInstallations: AmortizationArray;\n generalInstallations: AmortizationArray;\n equipmentTransportation: AmortizationArray;\n bodily: AmortizationArray;\n total: AmortizationArray;\n}\n\nexport type Cerfa2033TaxableValues = {\n active: number;\n amortizations: number;\n residualValue: number;\n salePrice: number;\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n};\n\nexport class Cerfa2033Values {\n natures: string[];\n immobilizations: {\n list: Cerfa2033TaxableValues[];\n total: Cerfa2033TaxableValues;\n };\n taxableGains: {\n residualValue: number;\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n };\n total: {\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n };\n}\n\nexport type Cerfa2033ProvisionNaturesArray = {\n beginingAmount: number;\n increases: number;\n diminution: number;\n finishingAmount: number;\n};\nexport class Cerfa2033ProvisionNatures {\n amortizations: Cerfa2033ProvisionNaturesArray;\n majorations: Cerfa2033ProvisionNaturesArray;\n other: Cerfa2033ProvisionNaturesArray;\n risk: Cerfa2033ProvisionNaturesArray;\n immobilizations: Cerfa2033ProvisionNaturesArray;\n stock: Cerfa2033ProvisionNaturesArray;\n clientAccounts: Cerfa2033ProvisionNaturesArray;\n depreviation: Cerfa2033ProvisionNaturesArray;\n total: Cerfa2033ProvisionNaturesArray;\n}\n\nexport type Cerfa2033ProvisionMovesDotationsAndRevivals = {\n dotations: number;\n revivals: number;\n};\n\nexport type Cerfa2033ProvisionMovesVentilation = {\n label: number;\n amount: number;\n};\n\nexport class Cerfa2033ProvisionMoves {\n bodily: Cerfa2033ProvisionMovesDotationsAndRevivals;\n land: Cerfa2033ProvisionMovesDotationsAndRevivals;\n constructions: Cerfa2033ProvisionMovesDotationsAndRevivals;\n technicalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;\n generalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;\n equipmentTransportation: Cerfa2033ProvisionMovesDotationsAndRevivals;\n other: Cerfa2033ProvisionMovesDotationsAndRevivals;\n total: Cerfa2033ProvisionMovesDotationsAndRevivals;\n}\n\nexport class Cerfa2033ReportableDeficits {\n remaining: number;\n transferred: number;\n operations: number;\n imputed: number;\n reportable: number;\n exercise: number;\n total: number;\n}\n\nexport class Cerfa2033ApplicationDeficits {\n result: number;\n stranger: number;\n}\n\nexport class Cerfa2033ApplicationDiverse {\n bonuses: {\n deductible: number;\n cotisations: number;\n total: number;\n };\n cotisations: {\n deductible: number;\n total: number;\n };\n approvedManagementCenter: number;\n vatCollected: number;\n vatDeductible: number;\n specimens: number;\n aidReceived: number;\n investment: number;\n}\n\nexport class Cerfa2033WorkForce {\n isNil: boolean;\n declaration?: {\n average: number;\n apprentices: number;\n handicapped: number;\n artisanal: number;\n };\n addedValue?: {\n saleOfProducts: number;\n licences: number;\n saleOfImmobilizations: number;\n expensesTransfert: number;\n total1: number;\n otherProducts: number;\n production: number;\n subventions: number;\n positiveVariation: number;\n deductibleExpensesTransfert: number;\n debts: number;\n total2: number;\n purchases: number;\n negativeVariation: number;\n services: number;\n rents: number;\n taxes: number;\n otherManagementExpenses: number;\n deductibleExpenses: number;\n deductibleFraction: number;\n lessValues: number;\n total3: number;\n addValue: number;\n cotisation: number;\n };\n CVAE?: {\n isEstablishment: boolean;\n turnover: number;\n workforce: number;\n turnoverGroup: number;\n period: {\n startDate: string;\n endDate: string;\n };\n cessationDate: string;\n };\n}\nexport interface Cerfa2033ShareCapital {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n}\n\nexport interface Cerfa2033 {\n isNil: boolean;\n society: Cerfa2033Society;\n period: {\n startDate: Date,\n endDate: Date,\n endDay: string,\n endMonth: string,\n endYear: string,\n months: string,\n previousExerciceMonths: string\n };\n fixedAsset: Cerfa2033FixedAsset;\n circulatingActive: Cerfa2033CirculatingActive;\n totalActive: Cerfa2033ActiveValues;\n equity: Cerfa2033Equity;\n provisionsForRisks: number;\n debts: Cerfa2033Debts;\n generalTotal: number;\n referrals: Cerfa2033Referrals;\n accountingIncome: Cerfa2033AccountingIncome;\n exploitationResult: Cerfa2033ExploitationResult;\n benefitsOrLoses: number;\n fiscalResult: Cerfa2033FiscalResult;\n immobilizations: Cerfa2033Immobilizations;\n amortizations: Cerfa2033Amortizations;\n values: Cerfa2033Values;\n provisions: Cerfa2033ProvisionNatures;\n provisionsMoves: Cerfa2033ProvisionMoves;\n ventilations: {\n list: Cerfa2033ProvisionMovesVentilation[],\n total: number;\n },\n reportableDeficits: Cerfa2033ReportableDeficits;\n applicationDeficits: Cerfa2033ApplicationDeficits;\n diverse: Cerfa2033ApplicationDiverse;\n workForce: Cerfa2033WorkForce;\n shareCapital: Cerfa2033ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[], isSubsidiariesNil: boolean };\n}\n\nexport class ParamsGenerate2033 {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n @ApiProperty()\n isNil: boolean; // Néant\n\n @ApiPropertyOptional()\n equityOtherReservePurchaseOfOriginalWorks?: number | null; // Passif > Capitaux propres > Autres réserves (ligne 131)\n\n @ApiPropertyOptional()\n referralFixedAssets?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 193)\n\n @ApiPropertyOptional()\n referralDebtsMoreThanOneYear?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 195)\n\n @ApiPropertyOptional()\n referralClaims?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 197)\n\n @ApiPropertyOptional()\n saleOfMerchandiseExport?: number | null; // Résultat comptable > Produits d'exploitation > Ventes de marchandises > Dont export (ligne 209)\n\n @ApiPropertyOptional()\n saleOfProductionGoodsExport?: number | null; // Résultat comptable > Produits d'exploitation > Production vendue - biens > Dont export (ligne 215)\n\n @ApiPropertyOptional()\n saleOfProductionServicesExport?: number | null; // Résultat comptable > Produits d'exploitation > Production vendue - services > Dont export (ligne 217)\n\n @ApiPropertyOptional()\n otherExpensesProvisions?: number | null; // Résultat comptable > Charges d'exploitation > Autres charges > dont provisions fiscales pour implantations commerciales à l'étranger (ligne 259)\n\n @ApiPropertyOptional()\n otherExpensesCotisations?: number | null; // Résultat comptable > Charges d'exploitation > Autres charges > dont provisions fiscales pour implantations commerciales à l'étranger (ligne 260)\n\n @ApiPropertyOptional()\n exceptionalExpensesSubscriptions?: number | null; // Résultat d'exploitation > Charges exceptionnelles > dont amortissements des souscriptions\n\n @ApiPropertyOptional()\n exceptionalExpensesExceptional?: number | null; // Résultat d'exploitation > Charges exceptionnelles > dont amortissements exceptionnels\n\n @ApiPropertyOptional()\n reinstatementsRemuneration?: number | null; // Résultat fiscal > Rémunérations et avantages personnels non déductibles (ligne 316)\n\n @ApiPropertyOptional()\n reinstatementsAmortizations?: number | null; // Résultat fiscal > Amortissements excédentaires (art. 39-4 du CGI) et autres amortissements non déductibles (ligne 318)\n\n @ApiPropertyOptional()\n reinstatementsProvisions?: number | null; // Résultat fiscal > Provisions non déductibles (ligne 322)\n\n @ApiPropertyOptional()\n reinstatementsDiverse?: number | null; // Résultat fiscal > Réintégrations (ligne 247)\n\n @ApiPropertyOptional()\n reinstatementsDeviations?: number | null; // Résultat fiscal > Réintégrations (ligne 248)\n\n @ApiPropertyOptional()\n reinstatementsShareOfRent?: number | null; // Résultat fiscal > Réintégrations (ligne )\n\n @ApiPropertyOptional()\n reinstatementsFractionOfRents?: number | null; // Résultat fiscal > Réintégrations (ligne 249)\n\n @ApiPropertyOptional()\n reinstatementsRelatedCharges?: number | null; // Résultat fiscal > Réintégrations (ligne 998)\n\n @ApiPropertyOptional()\n reinstatementsFiscalResult?: number | null; // Résultat fiscal > Réintégrations (ligne 999)\n\n @ApiPropertyOptional()\n maritimeTransportDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 997)\n\n @ApiPropertyOptional()\n newBusinessDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 986)\n\n @ApiPropertyOptional()\n ZFUDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 987)\n\n @ApiPropertyOptional()\n difficultBusinessDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 981)\n\n @ApiPropertyOptional()\n JEIDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 989)\n\n @ApiPropertyOptional()\n ZRDDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 127)\n\n @ApiPropertyOptional()\n ZRRDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 138)\n\n @ApiPropertyOptional()\n revitalizeDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 991)\n\n @ApiPropertyOptional()\n overseasInvestmentDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 344)\n\n @ApiPropertyOptional()\n ZFANGDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 345)\n\n @ApiPropertyOptional()\n BUDDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 992)\n\n @ApiPropertyOptional()\n priorityDevelopmentDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 993)\n\n @ApiPropertyOptional()\n diverseDebts?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeduction?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionA?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionB?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionC?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionD?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionE?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionF?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionG?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n deficitsExercise?: number | null; // Déficit de l'exercice reporté en arrière\n\n @ApiPropertyOptional()\n deficitsReportable?: number | null; // Déficits antérieurs reportables\n\n @ApiPropertyOptional()\n deficitsImputed?: number | null; // dont imputés sur le résultat\n\n @ApiPropertyOptional()\n addedValueNatures?: string[]; // Nature des immobilisations cédées virées de poste à poste, mise hors service ou réintégrées dans le patrimoine privé\n\n @ApiPropertyOptional()\n majorationsBeginingAmount?: number;\n\n @ApiPropertyOptional()\n majorationsIncreases?: number;\n\n @ApiPropertyOptional()\n majorationsDiminution?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherAmount?: number;\n\n @ApiPropertyOptional()\n ventilations?: Cerfa2033ProvisionMovesVentilation[];\n\n @ApiPropertyOptional()\n applicationDeficitsResult?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsStranger?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsDeductible?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsCotisations?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsTotal?: number;\n\n @ApiPropertyOptional()\n cotisationsDeductible?: number;\n\n @ApiPropertyOptional()\n cotisationsTotal?: number;\n\n @ApiPropertyOptional()\n approvedManagementCenter?: number;\n\n @ApiPropertyOptional()\n vatCollected?: number;\n\n @ApiPropertyOptional()\n vatDeductible?: number;\n\n @ApiPropertyOptional()\n specimens?: number;\n\n @ApiPropertyOptional()\n aidReceived?: number;\n\n @ApiPropertyOptional()\n investment?: number;\n\n @ApiPropertyOptional()\n reportableDeficitsTransferred?: number;\n\n @ApiPropertyOptional()\n reportableDeficitsOperations?: number;\n\n @ApiPropertyOptional()\n deductionsDiverseTotal?: number;\n}"],"sourceRoot":"","file":"2033.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/cerfa/2033.ts"],"names":[],"mappings":"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","sourcesContent":["import { ApiPropertyOptional, ApiProperty } from '../../../..';\nimport { PhysicShareholder, MoralShareholder, Subsidiarie } from './CreateCerfa';\n\nexport class Cerfa2033Society {\n name: string;\n address: string;\n addressFormatted: string;\n siret: string;\n siren: string;\n zipCode: string;\n city: string;\n}\n\nexport type Cerfa2033ActiveValues = {\n gross: number;\n amortization: number;\n net: number;\n};\n\nexport class Cerfa2033FixedAsset {\n intangibleAssetsCommercialFunds: Cerfa2033ActiveValues;\n intangibleAssetsOther: Cerfa2033ActiveValues;\n tangibleFixedAssets: Cerfa2033ActiveValues;\n financialFixedAssets: Cerfa2033ActiveValues;\n total: Cerfa2033ActiveValues;\n}\n\nexport class Cerfa2033CirculatingActive {\n rawMaterials: Cerfa2033ActiveValues;\n merchandise: Cerfa2033ActiveValues;\n advancesAndDeposit: Cerfa2033ActiveValues;\n claimsCustomers: Cerfa2033ActiveValues;\n claimsOthers: Cerfa2033ActiveValues;\n investmentSecurities: Cerfa2033ActiveValues;\n availabilities: Cerfa2033ActiveValues;\n prepaidExpenses: Cerfa2033ActiveValues;\n total: Cerfa2033ActiveValues;\n}\n\nexport class Cerfa2033Equity {\n shareCapital: number;\n revaluationDifferences: number;\n legalReserve: number;\n reglemented: number;\n otherReserve: {\n purchaseOfOriginalWorks: number;\n total: number;\n };\n deferralAgain: number;\n resultOfTheExercise: number;\n regulatedProvisions: number;\n total: number;\n}\n\nexport class Cerfa2033Debts {\n loansAndSimilarDebts: number;\n advances: number;\n accountsPayable: number;\n otherDebts: {\n partnerCurrentAccount: number;\n total: number;\n };\n prepaid: number;\n total: number;\n}\n\nexport class Cerfa2033Referrals {\n fixedAssets: number;\n debtsMoreThanOneYear: number;\n claims: number; // créances\n currentAccount: number;\n costOfAcquired: number;\n sellPriceWithoutVat: number;\n}\n\nexport class Cerfa2033ExeploitationProducts {\n saleOfMerchandise: {\n export: number;\n total: number;\n };\n saleOfProduction: {\n goods: {\n export: number;\n total: number;\n };\n services: {\n export: number;\n total: number;\n };\n };\n stockedProduction: number;\n immobilizedProduction: number;\n operatingGrants: number;\n otherProducts: number;\n total: number;\n}\n\nexport class Cerfa2033ExploitationExpenses {\n purchaseOfMerchandise: number;\n stockVariationMerchandise: number;\n purchaseOfRawMaterials: number;\n stockVariationRawMaterials: number;\n otherExternalExpenses: {\n loanFurniture: number;\n loanRealEstate: number;\n total: number;\n };\n tax: {\n CFEandCVAE: number;\n total: number;\n };\n remunerations: number;\n social: number;\n amortization: number;\n provisions: number;\n otherExpenses: {\n provisions: number;\n cotisations: number;\n total: number;\n };\n total: number;\n}\n\nexport class Cerfa2033AccountingIncome {\n isIncomeTax: boolean;\n exploitationProducts: Cerfa2033ExeploitationProducts;\n exploitationExpenses: Cerfa2033ExploitationExpenses;\n}\n\nexport class Cerfa2033ExploitationResult {\n total: number;\n financialProducts: number;\n financialExpenses: number;\n exceptionalProducts: number;\n exceptionalExpenses: {\n subscriptions: number;\n exceptional: number;\n total: number\n };\n benefitTax: number;\n}\n\nexport class Cerfa2033FiscalResult {\n reinstatements: {\n benefitIncome: number;\n deficitIncome: number;\n remunerations: number;\n amortizations: number;\n provisions: number;\n tax: number;\n diverse: number;\n deviations: number;\n line330: number;\n fractionOfRents: number;\n shareOfRent: number;\n relatedCharges: number;\n fiscalResult: number;\n };\n deductions: {\n maritimeTransport: number;\n newBusiness: number;\n ZFU: number;\n difficultBusiness: number;\n JEI: number;\n ZRD: number;\n ZRR: number;\n revitalize: number;\n overseasInvestment: number;\n ZFANG: number;\n BUD: number;\n priorityDevelopment: number;\n total: number;\n diverse: {\n debt: number;\n exceptionalDeduction: number;\n exceptionalDeductionA: number;\n exceptionalDeductionB: number;\n exceptionalDeductionC: number;\n exceptionalDeductionD: number;\n exceptionalDeductionE: number;\n exceptionalDeductionF: number;\n exceptionalDeductionG: number;\n total: number;\n };\n resultBeforeImputation: {\n benefit: number;\n deficit: number;\n };\n deficits: {\n exercise: number;\n reportable: number;\n imputed: number;\n };\n fiscalResultAfterImputation: {\n benefit: number;\n deficit: number;\n }\n };\n}\n\nexport type ImmobilizationsArray = {\n grossValueOfExerciseBegining: number;\n increases: number;\n decreases: number;\n grossValueOfExerciseFinishing: number;\n legalReevaluation: number;\n};\n\nexport class Cerfa2033Immobilizations {\n commercialFunds: ImmobilizationsArray;\n other: ImmobilizationsArray;\n land: ImmobilizationsArray;\n constructions: ImmobilizationsArray;\n technicalInstallations: ImmobilizationsArray;\n generalInstallations: ImmobilizationsArray;\n equipmentTransportation: ImmobilizationsArray;\n bodily: ImmobilizationsArray;\n financial: ImmobilizationsArray;\n total: ImmobilizationsArray;\n}\n\nexport type AmortizationArray = {\n exerciseBegining: number;\n increases: number;\n diminution: number;\n exerciseFinishing: number;\n};\n\nexport class Cerfa2033Amortizations {\n intangible: AmortizationArray;\n lands: AmortizationArray;\n constructions: AmortizationArray;\n technicalInstallations: AmortizationArray;\n generalInstallations: AmortizationArray;\n equipmentTransportation: AmortizationArray;\n bodily: AmortizationArray;\n total: AmortizationArray;\n}\n\nexport type Cerfa2033TaxableValues = {\n active: number;\n amortizations: number;\n residualValue: number;\n salePrice: number;\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n};\n\nexport class Cerfa2033Values {\n natures: string[];\n immobilizations: {\n list: Cerfa2033TaxableValues[];\n total: Cerfa2033TaxableValues;\n };\n taxableGains: {\n residualValue: number;\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n };\n total: {\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n };\n}\n\nexport type Cerfa2033ProvisionNaturesArray = {\n beginingAmount: number;\n increases: number;\n diminution: number;\n finishingAmount: number;\n};\nexport class Cerfa2033ProvisionNatures {\n amortizations: Cerfa2033ProvisionNaturesArray;\n majorations: Cerfa2033ProvisionNaturesArray;\n other: Cerfa2033ProvisionNaturesArray;\n risk: Cerfa2033ProvisionNaturesArray;\n immobilizations: Cerfa2033ProvisionNaturesArray;\n stock: Cerfa2033ProvisionNaturesArray;\n clientAccounts: Cerfa2033ProvisionNaturesArray;\n depreviation: Cerfa2033ProvisionNaturesArray;\n total: Cerfa2033ProvisionNaturesArray;\n}\n\nexport type Cerfa2033ProvisionMovesDotationsAndRevivals = {\n dotations: number;\n revivals: number;\n};\n\nexport type Cerfa2033ProvisionMovesVentilation = {\n label: number;\n amount: number;\n};\n\nexport class Cerfa2033ProvisionMoves {\n bodily: Cerfa2033ProvisionMovesDotationsAndRevivals;\n land: Cerfa2033ProvisionMovesDotationsAndRevivals;\n constructions: Cerfa2033ProvisionMovesDotationsAndRevivals;\n technicalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;\n generalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;\n equipmentTransportation: Cerfa2033ProvisionMovesDotationsAndRevivals;\n other: Cerfa2033ProvisionMovesDotationsAndRevivals;\n total: Cerfa2033ProvisionMovesDotationsAndRevivals;\n}\n\nexport class Cerfa2033ReportableDeficits {\n remaining: number;\n transferred: number;\n operations: number;\n imputed: number;\n reportable: number;\n exercise: number;\n total: number;\n}\n\nexport class Cerfa2033ApplicationDeficits {\n result: number;\n stranger: number;\n}\n\nexport class Cerfa2033ApplicationDiverse {\n bonuses: {\n deductible: number;\n cotisations: number;\n total: number;\n };\n cotisations: {\n deductible: number;\n total: number;\n };\n approvedManagementCenter: number;\n vatCollected: number;\n vatDeductible: number;\n specimens: number;\n aidReceived: number;\n investment: number;\n}\n\nexport class Cerfa2033WorkForce {\n declaration?: {\n average: number;\n apprentices: number;\n handicapped: number;\n artisanal: number;\n };\n addedValue?: {\n saleOfProducts: number;\n licences: number;\n saleOfImmobilizations: number;\n expensesTransfert: number;\n total1: number;\n otherProducts: number;\n production: number;\n subventions: number;\n positiveVariation: number;\n deductibleExpensesTransfert: number;\n debts: number;\n total2: number;\n purchases: number;\n negativeVariation: number;\n services: number;\n rents: number;\n taxes: number;\n otherManagementExpenses: number;\n deductibleExpenses: number;\n deductibleFraction: number;\n lessValues: number;\n total3: number;\n addValue: number;\n cotisation: number;\n };\n CVAE?: {\n isEstablishment: boolean;\n turnover: number;\n workforce: number;\n turnoverGroup: number;\n period: {\n startDate: string;\n endDate: string;\n };\n cessationDate: string;\n };\n}\nexport interface Cerfa2033ShareCapital {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n}\n\nexport interface Cerfa2033 {\n isNil: boolean;\n society: Cerfa2033Society;\n period: {\n startDate: string,\n endDate: string,\n endDay: string,\n endMonth: string,\n endYear: string,\n months: string,\n previousExerciceMonths: string\n };\n fixedAsset: Cerfa2033FixedAsset;\n circulatingActive: Cerfa2033CirculatingActive;\n totalActive: Cerfa2033ActiveValues;\n equity: Cerfa2033Equity;\n provisionsForRisks: number;\n debts: Cerfa2033Debts;\n generalTotal: number;\n referrals: Cerfa2033Referrals;\n accountingIncome: Cerfa2033AccountingIncome;\n exploitationResult: Cerfa2033ExploitationResult;\n benefitsOrLoses: number;\n fiscalResult: Cerfa2033FiscalResult;\n immobilizations: Cerfa2033Immobilizations;\n amortizations: Cerfa2033Amortizations;\n values: Cerfa2033Values;\n provisions: Cerfa2033ProvisionNatures;\n provisionsMoves: Cerfa2033ProvisionMoves;\n ventilations: {\n list: Cerfa2033ProvisionMovesVentilation[],\n total: number;\n },\n reportableDeficits: Cerfa2033ReportableDeficits;\n applicationDeficits: Cerfa2033ApplicationDeficits;\n diverse: Cerfa2033ApplicationDiverse;\n workForce: Cerfa2033WorkForce;\n shareCapital: Cerfa2033ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[] };\n isPageGNil: boolean;\n isPageFNil: boolean;\n isPageENil: boolean;\n}\n\nexport class ParamsGenerate2033 {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n @ApiProperty()\n isNil: boolean; // Néant\n\n @ApiPropertyOptional()\n equityOtherReservePurchaseOfOriginalWorks?: number | null; // Passif > Capitaux propres > Autres réserves (ligne 131)\n\n @ApiPropertyOptional()\n referralFixedAssets?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 193)\n\n @ApiPropertyOptional()\n referralDebtsMoreThanOneYear?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 195)\n\n @ApiPropertyOptional()\n referralClaims?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 197)\n\n @ApiPropertyOptional()\n saleOfMerchandiseExport?: number | null; // Résultat comptable > Produits d'exploitation > Ventes de marchandises > Dont export (ligne 209)\n\n @ApiPropertyOptional()\n saleOfProductionGoodsExport?: number | null; // Résultat comptable > Produits d'exploitation > Production vendue - biens > Dont export (ligne 215)\n\n @ApiPropertyOptional()\n saleOfProductionServicesExport?: number | null; // Résultat comptable > Produits d'exploitation > Production vendue - services > Dont export (ligne 217)\n\n @ApiPropertyOptional()\n otherExpensesProvisions?: number | null; // Résultat comptable > Charges d'exploitation > Autres charges > dont provisions fiscales pour implantations commerciales à l'étranger (ligne 259)\n\n @ApiPropertyOptional()\n otherExpensesCotisations?: number | null; // Résultat comptable > Charges d'exploitation > Autres charges > dont provisions fiscales pour implantations commerciales à l'étranger (ligne 260)\n\n @ApiPropertyOptional()\n exceptionalExpensesSubscriptions?: number | null; // Résultat d'exploitation > Charges exceptionnelles > dont amortissements des souscriptions\n\n @ApiPropertyOptional()\n exceptionalExpensesExceptional?: number | null; // Résultat d'exploitation > Charges exceptionnelles > dont amortissements exceptionnels\n\n @ApiPropertyOptional()\n reinstatementsRemuneration?: number | null; // Résultat fiscal > Rémunérations et avantages personnels non déductibles (ligne 316)\n\n @ApiPropertyOptional()\n reinstatementsAmortizations?: number | null; // Résultat fiscal > Amortissements excédentaires (art. 39-4 du CGI) et autres amortissements non déductibles (ligne 318)\n\n @ApiPropertyOptional()\n reinstatementsProvisions?: number | null; // Résultat fiscal > Provisions non déductibles (ligne 322)\n\n @ApiPropertyOptional()\n reinstatementsDiverse?: number | null; // Résultat fiscal > Réintégrations (ligne 247)\n\n @ApiPropertyOptional()\n reinstatementsDeviations?: number | null; // Résultat fiscal > Réintégrations (ligne 248)\n\n @ApiPropertyOptional()\n reinstatementsShareOfRent?: number | null; // Résultat fiscal > Réintégrations (ligne )\n\n @ApiPropertyOptional()\n reinstatementsFractionOfRents?: number | null; // Résultat fiscal > Réintégrations (ligne 249)\n\n @ApiPropertyOptional()\n reinstatementsRelatedCharges?: number | null; // Résultat fiscal > Réintégrations (ligne 998)\n\n @ApiPropertyOptional()\n reinstatementsFiscalResult?: number | null; // Résultat fiscal > Réintégrations (ligne 999)\n\n @ApiPropertyOptional()\n maritimeTransportDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 997)\n\n @ApiPropertyOptional()\n newBusinessDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 986)\n\n @ApiPropertyOptional()\n ZFUDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 987)\n\n @ApiPropertyOptional()\n difficultBusinessDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 981)\n\n @ApiPropertyOptional()\n JEIDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 989)\n\n @ApiPropertyOptional()\n ZRDDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 127)\n\n @ApiPropertyOptional()\n ZRRDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 138)\n\n @ApiPropertyOptional()\n revitalizeDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 991)\n\n @ApiPropertyOptional()\n overseasInvestmentDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 344)\n\n @ApiPropertyOptional()\n ZFANGDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 345)\n\n @ApiPropertyOptional()\n BUDDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 992)\n\n @ApiPropertyOptional()\n priorityDevelopmentDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 993)\n\n @ApiPropertyOptional()\n diverseDebts?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeduction?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionA?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionB?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionC?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionD?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionE?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionF?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionG?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n deficitsExercise?: number | null; // Déficit de l'exercice reporté en arrière\n\n @ApiPropertyOptional()\n deficitsReportable?: number | null; // Déficits antérieurs reportables\n\n @ApiPropertyOptional()\n deficitsImputed?: number | null; // dont imputés sur le résultat\n\n @ApiPropertyOptional()\n addedValueNatures?: string[]; // Nature des immobilisations cédées virées de poste à poste, mise hors service ou réintégrées dans le patrimoine privé\n\n @ApiPropertyOptional()\n majorationsBeginingAmount?: number;\n\n @ApiPropertyOptional()\n majorationsIncreases?: number;\n\n @ApiPropertyOptional()\n majorationsDiminution?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherAmount?: number;\n\n @ApiPropertyOptional()\n ventilations?: Cerfa2033ProvisionMovesVentilation[];\n\n @ApiPropertyOptional()\n applicationDeficitsResult?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsStranger?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsDeductible?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsCotisations?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsTotal?: number;\n\n @ApiPropertyOptional()\n cotisationsDeductible?: number;\n\n @ApiPropertyOptional()\n cotisationsTotal?: number;\n\n @ApiPropertyOptional()\n approvedManagementCenter?: number;\n\n @ApiPropertyOptional()\n vatCollected?: number;\n\n @ApiPropertyOptional()\n vatDeductible?: number;\n\n @ApiPropertyOptional()\n specimens?: number;\n\n @ApiPropertyOptional()\n aidReceived?: number;\n\n @ApiPropertyOptional()\n investment?: number;\n\n @ApiPropertyOptional()\n reportableDeficitsTransferred?: number;\n\n @ApiPropertyOptional()\n reportableDeficitsOperations?: number;\n\n @ApiPropertyOptional()\n deductionsDiverseTotal?: number;\n}"],"sourceRoot":"","file":"2033.js"}
@@ -41,7 +41,5 @@ __decorate([(0, _.ApiPropertyOptional)({
41
41
  description: 'Modifie le chemin du PDF'
42
42
  }), __metadata("design:type", Boolean)], ParamsGenerate2035FullDocument.prototype, "isTest", void 0);
43
43
 
44
- __decorate([(0, _.ApiProperty)(), __metadata("design:type", ParamsGenerate2035)], ParamsGenerate2035FullDocument.prototype, "cerfa2035", void 0);
45
-
46
- __decorate([(0, _.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2035FullDocument.prototype, "cerfa2035WithSuites", void 0);
44
+ __decorate([(0, _.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2035FullDocument.prototype, "cerfa2035", void 0);
47
45
  //# sourceMappingURL=2035.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/cerfa/2035.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAIA;;AACA;;;;;;;;;;;;;;AA+XM,MAAO,kBAAP,CAAyB;;QAAlB,kB,GAAA,kB;;AAKX,UAAA,CAAA,CAJC,4BAID,EAHC,yBAGD,EAFC,gCAED,EADC,iCACD,E,kCAAA,CAAA,E,4BAAA,E,OAAA,E,KAAgB,CAAhB,CAAA;;AAMA,UAAA,CAAA,CAJC,2BAAoB;AAAE,EAAA,WAAW,EAAE;AAAf,CAApB,CAID,EAHC,yBAGD,EAFC,gCAED,EADC,iCACD,E,kCAAA,CAAA,E,4BAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGI,MAAO,8BAAP,CAAqC;;QAA9B,8B,GAAA,8B;;AAEX,UAAA,CAAA,CADC,2BAAoB;AAAE,EAAA,WAAW,EAAE;AAAf,CAApB,CACD,E,kCAAA,CAAA,E,wCAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,oBACD,E,0BAAY,kB,CAAZ,CAAA,E,wCAAA,E,WAAA,E,KAA+B,CAA/B,CAAA;;AAGA,UAAA,CAAA,CADC,oBACD,E,iCAAA,CAAA,E,wCAAA,E,qBAAA,E,KAAmD,CAAnD,CAAA","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport {\n Subsidiarie, DeterminedResult, AccountingKept, AccreditedOrganization, Vehicle, MoralShareholder, PhysicShareholder,\n} from './CreateCerfa';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\n/**\n * CERFA 2035 TYPES\n */\n\nexport interface Cerfa2035Society {\n name: string;\n activity: string | null;\n siret: string;\n activityCode?: string; // Code activité pour les praticiens médicaux\n ifExerciceInSociety?: boolean; // Si exercice en société\n partnersCount?: number;\n determinedResult?: DeterminedResult; // Résultat déterminé\n accountingKept: AccountingKept; // Comptabilité tenue\n withTax: boolean;\n withoutTax: boolean;\n accreditedOrganization?: AccreditedOrganization // Si vous êtes adhérent d'un organisme agréé (association ou organisme mixte) ou client d'un viseur fiscal\n address: string;\n zipCode: string;\n city: string;\n}\n\nexport interface Cerfa2035ProfessionalRecipes {\n collected: number;\n toDeduce: {\n disbursements: number;\n retrocededFees: {\n total: number;\n supplement: number;\n }\n };\n net: number;\n financialProducts: number;\n miscellaneousGain: number;\n total: number;\n}\n\nexport interface Cerfa2035ProfessionalExpenses {\n purchases: number;\n personnelCosts: {\n netSalariesAndBenefitsInKind: number;\n socialChargesOnSalaries: number;\n }\n duesAndTaxes: {\n valueAddedTax: number;\n territorialEconomicContribution: number;\n otherTaxes: number;\n generalDeductibleSocialContribution: number;\n };\n rentAndRentalCharges: number;\n equipmentRental: {\n total: number;\n collaborationFees: number;\n };\n maintenance: number;\n temporaryStaff: number;\n smallTools: number;\n heatingWaterGasElectricity: number;\n feesNotRetrocessions: number;\n insurancePremiums: number;\n vehicleCosts: {\n total: number;\n lumpSumAssessment: boolean;\n };\n otherTravelExpenses: number;\n totalWorkSupplies: number;\n totalTransport: number;\n personalSocialCharges: {\n obligatory: number;\n contributionsMadelin: number;\n retirementSavingsPlans: number;\n total: number;\n };\n receptionFees: number;\n officeSupplies: number;\n legalCosts: number;\n unionDues: number;\n otherManagementFees: number;\n totalDues: number;\n financialExpenses: number;\n miscellaneousLosses: number;\n total: number;\n}\n\nexport interface Cerfa2035Determination {\n surplus: number;\n shortTermCapitalGains: number;\n miscellaneousToBeReinstated: number;\n civilSocietyBenefit: number;\n totalSurplus: number;\n insufficiency: number;\n administrationFees: number;\n depreciationAllowance: number;\n shortTermLoss: number;\n miscellaneousToBeDeducted: {\n freeZone: {\n amount: number;\n };\n newBusiness: {\n onSavingsSalary: number;\n amount: number;\n };\n innovativeCompanies: {\n amount: number;\n youngArtists: number;\n }\n doctorsExemption: {\n amount: number;\n sectorApprovedDoctors: number;\n };\n total: number;\n }\n civilSocietyDeficit: number;\n totalInsufficiency: number;\n profit: number;\n deficit: number;\n}\n\nexport interface Cerfa2035ValueAddedTax {\n grossReceipts: number;\n relatedToPurchases: {\n amount: number;\n retrocededFees: number;\n };\n}\n\nexport interface Cerfa2035KilometricAllowance {\n vehicles: Vehicle[];\n costsNotCoveredByKilometricAllowances: number;\n totalDeductible: number;\n totalDepreciationPracticedAtReintegrate: number;\n}\n\nexport interface Cerfa2035Recipes {\n fees: number;\n miscellaneousGains: number;\n deductibleVat: number;\n capitalGains: number;\n total: number;\n}\n\nexport interface Cerfa2035Expenses {\n purchases: number;\n stockVariation: number;\n externalServices: number;\n rentsAndRoyalties: number;\n transport: number;\n management: number;\n vatInRecipes: number;\n turnoverTax: number;\n amortization: number;\n capitalLosses: number;\n total: number;\n}\n\nexport interface Cerfa2035MonoEstablishment {\n is: boolean; // Est mono établissement\n benchmarkTurnover: number;\n groupTurnover: number;\n workforce: number;\n period: { startDate: Date, endDate: Date };\n cessationDate: Date;\n}\n\nexport interface Cerfa2035ShareCapital {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n idDeposit?: number;\n}\n\nexport interface Cerfa2035 {\n isNil: boolean;\n society: Cerfa2035Society;\n immobilizations: number;\n professionalRecipes: Cerfa2035ProfessionalRecipes;\n professionalExpenses: Cerfa2035ProfessionalExpenses;\n determination: Cerfa2035Determination;\n valueAddedTax: Cerfa2035ValueAddedTax;\n territorialContribution: number;\n kilometricAllowances: Cerfa2035KilometricAllowance;\n period: { startDate: Date, endDate: Date, months: string };\n shareCapital: Cerfa2035ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[] };\n annex?: {\n recipes: Cerfa2035Recipes;\n expenses: Cerfa2035Expenses;\n addedValue: number;\n addedValueContribution: number;\n monoEstablishment: Cerfa2035MonoEstablishment | null;\n }\n}\n\nexport interface Cerfa2035WithSuites {\n header: {\n siret: string;\n mail: string;\n phone: string;\n name: string;\n change: {\n st: string;\n nd: string;\n },\n declarantAddress: string;\n activityType: string;\n activityStartDate: string;\n privateSocietyAddress: string;\n civilSocietyAddress: string;\n informationsStartingPeriod: string;\n informationsEndingPeriod: string;\n address: {\n st: string;\n nd: string;\n city: string;\n country: string;\n countryCode: string | null;\n },\n secondaryPracticeAddress: string;\n },\n taxation: {\n profitResult: number;\n deficitResult: number;\n exemptCharges: number;\n depreciationCharges: number;\n addedValueProducts: number;\n portfolioCapitalIncome: number;\n taxedNetTotal: number;\n longTermTaxableAddedValue: number;\n longTermDefferedAddedValue: number;\n quintiesNewCompany: boolean;\n sexiesNewCompany: boolean;\n exemptInnovatingActivity: boolean;\n urbanZoneActivity: boolean;\n othersExemption: boolean;\n relatedCreationDate: string;\n relatedActivityStartingDate: string;\n nonProfessionnalProfit: number;\n nonProfessionnalAddedValue: number;\n nonProfessionnalProfitExemptions: number;\n nonProfessionnalDeficit: number;\n nonProfessionnalLongTermAddedValue: number;\n nonProfessionnalYoungArtistsExemptions: number;\n nonProfessionnalShortTermAddedValue: number;\n productsAddedValue: { duodecies: number; }\n chargesDeprecatedValue: { duodecies: number; };\n accountantInfos: number;\n committeeInfos: number;\n certifiedAssociation: number;\n serviceProvider: number;\n ecf: boolean;\n declarantSignature: string;\n signatureDate: string;\n signaturePlace: string;\n accountingSoftwareName: string;\n isAccountingAccounterised: {\n yes: boolean;\n no: boolean;\n }\n certifiedAccountingProfessionnal: string;\n aaOrOmga: boolean;\n aaOmgaAgreementNumber: string;\n longTermExemptAddedValue151: number;\n longTermExemptAddedValue151A: number;\n longTermExemptAddedValue238: number;\n longTermExemptAddedValue151B: number;\n profitExoneration: number;\n addedValueExoneration: number;\n },\n declaration: {\n paidService: string[];\n incomesAmount: number;\n employees: {\n total: number;\n disabled: number;\n apprentice: number;\n }\n grossAmountSalary: number;\n employeesCivilSociety: number;\n netSalaryShare: number;\n fixedAssets: {\n currentYearPartDepreciation: number;\n pastAssociatedPartDepreciation: number;\n grossPriceTotal: number;\n grossPriceLastAnnexTotal: number;\n depreciableBaseTotal: number;\n currentAssociatedPartDepreciation: number;\n depreciableBaseLastAnnexTotal: number;\n pastDepreciationsAmountsTotal: number;\n pastDepreciationsAmountsLastAnnexTotal: number;\n currentYearDepreciationsAmountsLastAnnexTotal: number;\n currentYearDepreciationsAmountsTotal: number;\n currentYearTotal: number;\n vehicules: number;\n currentYearNetGrant: number;\n grossPriceDepreciationFraction: number;\n vatAmountDepreciationFraction: number;\n vatAmountTotal: number;\n vatAmountLastAnnexTotal: number;\n depreciableBaseDepreciationFraction: number;\n list: Array<{\n purchaseDate: string;\n grossPrice: number;\n vatAmount: number;\n depreciableBase: number;\n depreciationType: string;\n pastDepreciationsAmounts: number;\n currentYearDepreciationsAmounts: number;\n type: string;\n }>,\n total: number;\n },\n addedValueEstablishing: {\n list: Array<{\n type: string;\n purchaseDate: string;\n transferDate: string;\n originalValue: number;\n depreciations: number;\n residualValue: number;\n handoverPrice: number;\n shortTermValue: number;\n longTermValue: number;\n longTermSpread: number;\n }>,\n shortTermExemptArt151: number;\n shortTermExemptArt151A: number;\n shortTermExemptArt238: number;\n longTermExemptArt151: number;\n longTermExemptArt151A: number;\n longTermExemptArt238: number;\n longTermExemptArt151B: number;\n shortTermValue: { toReport: number }\n longTermSpread: number;\n shortTermSpread: number;\n },\n resultsDistribution: {\n slicePercentage: {\n annexTotal: number\n },\n resultShare: {\n annexTotal: number\n },\n individualProCharges: {\n annexTotal: number\n },\n netAmount: {\n annexTotal: number\n },\n longTermAddedValue: {\n annexTotal: number\n }\n list: Array<{\n basicInfos: string;\n managerPartner: boolean;\n slicePercentage: number;\n resultShare: number;\n individualProCharges: number;\n netAmount: number;\n longTermAddedValue: number\n birthdate?: string;\n birthplace?: string;\n birthCountry?: string;\n birthCountryCode: string | null;\n birthDepartment?: string;\n siren?: string;\n fiscalNumber?: string;\n name: string;\n address: string;\n isPhysic: boolean\n city?: string;\n country?: string;\n countryCode?: string;\n }>\n }\n name: string;\n siret: string;\n }\n}\n\nexport class ParamsGenerate2035 {\n @ApiPropertyOptional()\n @ToBoolean()\n @IsBoolean()\n @IsOptional()\n isNil?: boolean;\n\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n @ToBoolean()\n @IsBoolean()\n @IsOptional()\n isTest?: boolean;\n}\n\nexport class ParamsGenerate2035FullDocument {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n @ApiProperty()\n cerfa2035?: ParamsGenerate2035;\n\n @ApiProperty()\n cerfa2035WithSuites?: ParamsGenerate2035WithSuites;\n}\n\nexport type ParamsGenerate2035WithSuites = Record<string, unknown>;"],"sourceRoot":"","file":"2035.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/cerfa/2035.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAIA;;AACA;;;;;;;;;;;;;;AAgYM,MAAO,kBAAP,CAAyB;;QAAlB,kB,GAAA,kB;;AAKX,UAAA,CAAA,CAJC,4BAID,EAHC,yBAGD,EAFC,gCAED,EADC,iCACD,E,kCAAA,CAAA,E,4BAAA,E,OAAA,E,KAAgB,CAAhB,CAAA;;AAMA,UAAA,CAAA,CAJC,2BAAoB;AAAE,EAAA,WAAW,EAAE;AAAf,CAApB,CAID,EAHC,yBAGD,EAFC,gCAED,EADC,iCACD,E,kCAAA,CAAA,E,4BAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGI,MAAO,8BAAP,CAAqC;;QAA9B,8B,GAAA,8B;;AAEX,UAAA,CAAA,CADC,2BAAoB;AAAE,EAAA,WAAW,EAAE;AAAf,CAApB,CACD,E,kCAAA,CAAA,E,wCAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,oBACD,E,iCAAA,CAAA,E,wCAAA,E,WAAA,E,KAA8D,CAA9D,CAAA","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport {\n Subsidiarie, DeterminedResult, AccountingKept, AccreditedOrganization, Vehicle, MoralShareholder, PhysicShareholder,\n} from './CreateCerfa';\nimport { ApiProperty, ApiPropertyOptional, CerfaAddress } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\n/**\n * CERFA 2035 TYPES\n */\n\nexport interface Cerfa2035Society {\n name: string;\n activity: string | null;\n siret: string;\n activityCode?: string; // Code activité pour les praticiens médicaux\n ifExerciceInSociety?: boolean; // Si exercice en société\n partnersCount?: number;\n determinedResult?: DeterminedResult; // Résultat déterminé\n accountingKept: AccountingKept; // Comptabilité tenue\n withTax: boolean;\n withoutTax: boolean;\n accreditedOrganization?: AccreditedOrganization // Si vous êtes adhérent d'un organisme agréé (association ou organisme mixte) ou client d'un viseur fiscal\n address: string;\n zipCode: string;\n city: string;\n}\n\nexport interface Cerfa2035ProfessionalRecipes {\n collected: number;\n toDeduce: {\n disbursements: number;\n retrocededFees: {\n total: number;\n supplement: number;\n }\n };\n net: number;\n financialProducts: number;\n miscellaneousGain: number;\n total: number;\n}\n\nexport interface Cerfa2035ProfessionalExpenses {\n purchases: number;\n personnelCosts: {\n netSalariesAndBenefitsInKind: number;\n socialChargesOnSalaries: number;\n }\n duesAndTaxes: {\n valueAddedTax: number;\n territorialEconomicContribution: number;\n otherTaxes: number;\n generalDeductibleSocialContribution: number;\n };\n rentAndRentalCharges: number;\n equipmentRental: {\n total: number;\n collaborationFees: number;\n };\n maintenance: number;\n temporaryStaff: number;\n smallTools: number;\n heatingWaterGasElectricity: number;\n feesNotRetrocessions: number;\n insurancePremiums: number;\n vehicleCosts: {\n total: number;\n lumpSumAssessment: boolean;\n };\n otherTravelExpenses: number;\n totalWorkSupplies: number;\n totalTransport: number;\n personalSocialCharges: {\n obligatory: number;\n contributionsMadelin: number;\n retirementSavingsPlans: number;\n total: number;\n };\n receptionFees: number;\n officeSupplies: number;\n legalCosts: number;\n unionDues: number;\n otherManagementFees: number;\n totalDues: number;\n financialExpenses: number;\n miscellaneousLosses: number;\n total: number;\n}\n\nexport interface ResultsDistributionList {\n basicInfos: string;\n managerPartner: boolean;\n slicePercentage: number;\n resultShare: number;\n individualProCharges: number;\n netAmount: number;\n longTermAddedValue: number\n birthdate?: string;\n birthplace?: string;\n birthCountry?: string;\n birthCountryCode: string | null;\n birthDepartment?: string;\n siren?: string;\n fiscalNumber?: string;\n name: string;\n address: string;\n isPhysic: boolean\n city?: string;\n country?: string;\n countryCode?: string;\n}\n\nexport interface Cerfa2035Determination {\n surplus: number;\n shortTermCapitalGains: number;\n miscellaneousToBeReinstated: number;\n civilSocietyBenefit: number;\n totalSurplus: number;\n insufficiency: number;\n administrationFees: number;\n depreciationAllowance: number;\n shortTermLoss: number;\n miscellaneousToBeDeducted: {\n freeZone: {\n amount: number;\n };\n newBusiness: {\n onSavingsSalary: number;\n amount: number;\n };\n innovativeCompanies: {\n amount: number;\n youngArtists: number;\n }\n doctorsExemption: {\n amount: number;\n sectorApprovedDoctors: number;\n };\n covid: number;\n total: number;\n }\n civilSocietyDeficit: number;\n totalInsufficiency: number;\n profit: number;\n deficit: number;\n}\n\nexport interface Cerfa2035ValueAddedTax {\n grossReceipts: number;\n relatedToPurchases: {\n amount: number;\n retrocededFees: number;\n };\n}\n\nexport interface Cerfa2035KilometricAllowance {\n vehicles: Vehicle[];\n costsNotCoveredByKilometricAllowances: number;\n totalDeductible: number;\n totalDepreciationPracticedAtReintegrate: number;\n}\n\nexport interface Cerfa2035Recipes {\n fees: number;\n miscellaneousGains: number;\n deductibleVat: number;\n capitalGains: number;\n total: number;\n}\n\nexport interface Cerfa2035Expenses {\n purchases: number;\n stockVariation: number;\n externalServices: number;\n rentsAndRoyalties: number;\n transport: number;\n management: number;\n vatInRecipes: number;\n turnoverTax: number;\n amortization: number;\n capitalLosses: number;\n total: number;\n}\n\nexport interface Cerfa2035MonoEstablishment {\n is: boolean; // Est mono établissement\n benchmarkTurnover: number;\n groupTurnover: number;\n workforce: number;\n period: { startDate: string, endDate: string };\n cessationDate: string;\n}\n\nexport interface Cerfa2035ShareCapital {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n idDeposit?: number;\n}\n\nexport interface Cerfa2035 {\n isNil: boolean;\n isPageENil: boolean;\n isPageFNil: boolean;\n isPageGNil: boolean;\n society: Cerfa2035Society;\n immobilizations: number;\n professionalRecipes: Cerfa2035ProfessionalRecipes;\n professionalExpenses: Cerfa2035ProfessionalExpenses;\n determination: Cerfa2035Determination;\n valueAddedTax: Cerfa2035ValueAddedTax;\n territorialContribution: number;\n kilometricAllowances: Cerfa2035KilometricAllowance;\n period: { startDate: string, endDate: string, months: string };\n shareCapital: Cerfa2035ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[] };\n annex?: {\n recipes: Cerfa2035Recipes;\n expenses: Cerfa2035Expenses;\n addedValue: number;\n addedValueContribution: number;\n monoEstablishment: Cerfa2035MonoEstablishment | null;\n }\n}\n\nexport interface Cerfa2035WithSuites {\n header: {\n siret: string;\n mail: string;\n phone: string;\n name: string;\n change: {\n st: CerfaAddress;\n },\n declarantAddress: string;\n declarantAddressDetails: CerfaAddress;\n activityType: string;\n activityStartDate: string;\n privateSocietyAddress: string;\n civilSocietyAddress: string;\n informationsStartingPeriod: string;\n informationsEndingPeriod: string;\n address: CerfaAddress,\n secondaryPracticeAddress: string;\n secondaryPracticeAddressList: CerfaAddress[]\n },\n taxation: {\n profitResult: number;\n deficitResult: number;\n exemptCharges: string;\n depreciationCharges: number;\n addedValueProducts: number;\n portfolioCapitalIncome: number;\n taxedNetTotal: number;\n longTermTaxableAddedValue: number;\n longTermDefferedAddedValue: number;\n quintiesNewCompany: boolean;\n sexiesNewCompany: boolean;\n exemptInnovatingActivity: boolean;\n urbanZoneActivity: boolean;\n othersExemption: boolean;\n relatedCreationDate: string;\n relatedActivityStartingDate: string;\n nonProfessionnalProfit: number;\n nonProfessionnalAddedValue: number;\n nonProfessionnalProfitExemptions: number;\n nonProfessionnalDeficit: number;\n nonProfessionnalLongTermAddedValue: number;\n nonProfessionnalYoungArtistsExemptions: number;\n nonProfessionnalShortTermAddedValue: number;\n productsAddedValue: { duodecies: number; }\n chargesDeprecatedValue: { duodecies: number; };\n accountantInfos: number;\n committeeInfos: string;\n certifiedAssociation: string;\n serviceProvider: number;\n ecf: boolean;\n declarantSignature: string;\n signatureDate: string;\n signaturePlace: string;\n accountingSoftwareName: string;\n isAccountingAccounterised: {\n yes: boolean;\n no: boolean;\n }\n certifiedAccountingProfessionnal: boolean;\n aaOrOmga: boolean;\n aaOmgaAgreementNumber: string;\n longTermExemptAddedValue151: number;\n longTermExemptAddedValue151A: number;\n longTermExemptAddedValue238: number;\n longTermExemptAddedValue151B: number;\n profitExoneration: number;\n addedValueExoneration: number;\n },\n declaration: {\n paidService: string[];\n incomesAmount: number;\n employees: {\n total: number;\n disabled: number;\n apprentice: number;\n }\n grossAmountSalary: number;\n employeesCivilSociety: number;\n netSalaryShare: number;\n fixedAssets: {\n currentYearPartDepreciation: number;\n pastAssociatedPartDepreciation: number;\n grossPriceTotal: number;\n grossPriceLastAnnexTotal: number;\n depreciableBaseTotal: number;\n currentAssociatedPartDepreciation: number;\n depreciableBaseLastAnnexTotal: number;\n pastDepreciationsAmountsTotal: number;\n pastDepreciationsAmountsLastAnnexTotal: number;\n currentYearDepreciationsAmountsLastAnnexTotal: number;\n currentYearDepreciationsAmountsTotal: number;\n currentYearTotal: number;\n vehicules: number;\n currentYearNetGrant: number;\n grossPriceDepreciationFraction: number;\n vatAmountDepreciationFraction: number;\n vatAmountTotal: number;\n vatAmountLastAnnexTotal: number;\n depreciableBaseDepreciationFraction: number;\n list: Array<{\n purchaseDate: string;\n grossPrice: number;\n vatAmount: number;\n depreciableBase: number;\n depreciationType: string;\n pastDepreciationsAmounts: number;\n currentYearDepreciationsAmounts: number;\n type: string;\n }>,\n total: number;\n },\n addedValueEstablishing: {\n list: Array<{\n type: string;\n purchaseDate: string;\n transferDate: string;\n originalValue: number;\n depreciations: number;\n residualValue: number;\n handoverPrice: number;\n shortTermValue: number;\n longTermValue: number;\n }>,\n shortTermExemptArt151: number;\n shortTermExemptArt151A: number;\n shortTermExemptArt238: number;\n longTermExemptArt151: number;\n longTermExemptArt151A: number;\n longTermExemptArt238: number;\n longTermExemptArt151B: number;\n shortTermValue: { toReport: number };\n longTermValue: { toReport: number };\n longTermSpread: number;\n shortTermSpread: number;\n },\n resultsDistribution: {\n slicePercentage: {\n annexTotal: number\n },\n resultShare: {\n annexTotal: number\n },\n individualProCharges: {\n annexTotal: number\n },\n netAmount: {\n annexTotal: number\n },\n longTermAddedValue: {\n annexTotal: number\n }\n list: Array<ResultsDistributionList>\n }\n name: string;\n siret: string;\n }\n}\n\nexport class ParamsGenerate2035 {\n @ApiPropertyOptional()\n @ToBoolean()\n @IsBoolean()\n @IsOptional()\n isNil?: boolean;\n\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n @ToBoolean()\n @IsBoolean()\n @IsOptional()\n isTest?: boolean;\n}\n\nexport class ParamsGenerate2035FullDocument {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n @ApiProperty()\n cerfa2035?: ParamsGenerate2035 & ParamsGenerate2035WithSuites;\n}\n\nexport type ParamsGenerate2035WithSuites = Record<string, unknown>;"],"sourceRoot":"","file":"2035.js"}