@silexpert/core 0.4.119 → 0.4.122
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/Cerfa.d.ts +2 -2
- package/es/api/resources/Cerfa.d.ts.map +1 -1
- package/es/api/resources/Cerfa.js.map +1 -1
- package/es/api/resources/Tax.d.ts +3 -1
- package/es/api/resources/Tax.d.ts.map +1 -1
- package/es/api/resources/Tax.js +6 -0
- package/es/api/resources/Tax.js.map +1 -1
- package/es/types/Enum/Account.d.ts +4 -0
- package/es/types/Enum/Account.d.ts.map +1 -1
- package/es/types/Enum/Account.js +4 -0
- package/es/types/Enum/Account.js.map +1 -1
- package/es/types/Enum/AnswerTypeValue.d.ts +15 -1
- package/es/types/Enum/AnswerTypeValue.d.ts.map +1 -1
- package/es/types/Enum/AnswerTypeValue.js +17 -2
- package/es/types/Enum/AnswerTypeValue.js.map +1 -1
- package/es/types/Enum/Aspone.d.ts +42 -0
- package/es/types/Enum/Aspone.d.ts.map +1 -0
- package/es/types/Enum/Aspone.js +48 -0
- package/es/types/Enum/Aspone.js.map +1 -0
- package/es/types/Enum/BalanceSheetQuestion.d.ts +41 -125
- package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.js +42 -127
- package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/es/types/Enum/BalanceSheetQuestionWording.d.ts +221 -0
- package/es/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -0
- package/es/types/Enum/BalanceSheetQuestionWording.js +224 -0
- package/es/types/Enum/BalanceSheetQuestionWording.js.map +1 -0
- package/es/types/Enum/GlobalRegime.d.ts.map +1 -1
- package/es/types/Enum/GlobalRegime.js +66 -14
- package/es/types/Enum/GlobalRegime.js.map +1 -1
- package/es/types/Enum/LegalInformation.d.ts +9 -0
- package/es/types/Enum/LegalInformation.d.ts.map +1 -0
- package/es/types/Enum/LegalInformation.js +10 -0
- package/es/types/Enum/LegalInformation.js.map +1 -0
- package/es/types/Enum/Prestation.d.ts +7 -1
- package/es/types/Enum/Prestation.d.ts.map +1 -1
- package/es/types/Enum/Prestation.js +6 -0
- package/es/types/Enum/Prestation.js.map +1 -1
- package/es/types/Enum/Util.d.ts +4 -0
- package/es/types/Enum/Util.d.ts.map +1 -1
- package/es/types/Enum/Util.js +5 -0
- package/es/types/Enum/Util.js.map +1 -1
- package/es/types/Interface/api/aspone/ReadInterchange.d.ts +76 -0
- package/es/types/Interface/api/aspone/ReadInterchange.d.ts.map +1 -0
- package/es/types/Interface/api/aspone/ReadInterchange.js +9 -0
- package/es/types/Interface/api/aspone/ReadInterchange.js.map +1 -0
- package/es/types/Interface/api/aspone/Util.d.ts +109 -0
- package/es/types/Interface/api/aspone/Util.d.ts.map +1 -0
- package/es/types/Interface/api/aspone/Util.js +17 -0
- package/es/types/Interface/api/aspone/Util.js.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +5 -3
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +27 -4
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +5 -2
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +29 -2
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +379 -88
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js +24 -327
- package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +4 -0
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.d.ts +13 -2
- package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.js +20 -4
- package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/es/types/Interface/api/registration/DeclareRegistration.d.ts +4 -0
- package/es/types/Interface/api/registration/DeclareRegistration.d.ts.map +1 -0
- package/es/types/Interface/api/registration/DeclareRegistration.js +22 -0
- package/es/types/Interface/api/registration/DeclareRegistration.js.map +1 -0
- package/es/types/Interface/api/registration/ReadRegistration.d.ts +18 -1
- package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/es/types/Interface/api/tax/ReadCompanyTax.d.ts +11 -0
- package/es/types/Interface/api/tax/ReadCompanyTax.d.ts.map +1 -0
- package/es/types/Interface/api/tax/ReadCompanyTax.js +2 -0
- package/es/types/Interface/api/tax/ReadCompanyTax.js.map +1 -0
- package/es/types/Interface/api/tax/ReadTax.d.ts +6 -1
- package/es/types/Interface/api/tax/ReadTax.d.ts.map +1 -1
- package/es/types/Interface/api/tax/ReadTax.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +2 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +8 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +1 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +1 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +7 -4
- package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetQuestion.d.ts +1 -0
- package/es/types/Interface/models/IBalanceSheetQuestion.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetQuestion.js.map +1 -1
- package/es/types/Interface/models/ICountry.d.ts +1 -0
- package/es/types/Interface/models/ICountry.d.ts.map +1 -1
- package/es/types/Interface/models/ICountry.js.map +1 -1
- package/es/types/index.d.ts +10 -2
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +10 -2
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Cerfa.js.map +1 -1
- package/js/api/resources/Tax.js +8 -0
- package/js/api/resources/Tax.js.map +1 -1
- package/js/types/Enum/Account.js +4 -0
- package/js/types/Enum/Account.js.map +1 -1
- package/js/types/Enum/AnswerTypeValue.js +21 -2
- package/js/types/Enum/AnswerTypeValue.js.map +1 -1
- package/js/types/Enum/Aspone.js +64 -0
- package/js/types/Enum/Aspone.js.map +1 -0
- package/js/types/Enum/BalanceSheetQuestion.js +46 -126
- package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/js/types/Enum/BalanceSheetQuestionWording.js +238 -0
- package/js/types/Enum/BalanceSheetQuestionWording.js.map +1 -0
- package/js/types/Enum/GlobalRegime.js +68 -21
- package/js/types/Enum/GlobalRegime.js.map +1 -1
- package/js/types/Enum/LegalInformation.js +16 -0
- package/js/types/Enum/LegalInformation.js.map +1 -0
- package/js/types/Enum/Prestation.js +6 -0
- package/js/types/Enum/Prestation.js.map +1 -1
- package/js/types/Enum/Util.js +7 -0
- package/js/types/Enum/Util.js.map +1 -1
- package/js/types/Interface/api/aspone/ReadInterchange.js +22 -0
- package/js/types/Interface/api/aspone/ReadInterchange.js.map +1 -0
- package/js/types/Interface/api/aspone/Util.js +38 -0
- package/js/types/Interface/api/aspone/Util.js.map +1 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -3
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +8 -2
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/cerfa/CreateCerfa.js +24 -174
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/api/registration/CreateRegistration.js +11 -3
- package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/js/types/Interface/api/registration/DeclareRegistration.js +31 -0
- package/js/types/Interface/api/registration/DeclareRegistration.js.map +1 -0
- package/js/types/Interface/api/tax/ReadCompanyTax.js +6 -0
- package/js/types/Interface/api/tax/ReadCompanyTax.js.map +1 -0
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -0
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +2 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +108 -12
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Cerfa.ts +2 -2
- package/ts/api/resources/Tax.ts +9 -1
- package/ts/types/Enum/Account.ts +4 -0
- package/ts/types/Enum/AnswerTypeValue.ts +16 -0
- package/ts/types/Enum/Aspone.ts +46 -0
- package/ts/types/Enum/BalanceSheetQuestion.ts +44 -193
- package/ts/types/Enum/BalanceSheetQuestionWording.ts +283 -0
- package/ts/types/Enum/GlobalRegime.ts +67 -21
- package/ts/types/Enum/LegalInformation.ts +8 -0
- package/ts/types/Enum/Prestation.ts +6 -0
- package/ts/types/Enum/Util.ts +4 -0
- package/ts/types/Interface/api/aspone/ReadInterchange.ts +75 -0
- package/ts/types/Interface/api/aspone/Util.ts +108 -0
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +24 -3
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +26 -2
- package/ts/types/Interface/api/cerfa/CreateCerfa.ts +533 -178
- package/ts/types/Interface/api/cerfa/ReadCerfa.ts +4 -0
- package/ts/types/Interface/api/registration/CreateRegistration.ts +28 -4
- package/ts/types/Interface/api/registration/DeclareRegistration.ts +11 -0
- package/ts/types/Interface/api/registration/ReadRegistration.ts +19 -1
- package/ts/types/Interface/api/tax/ReadCompanyTax.ts +12 -0
- package/ts/types/Interface/api/tax/ReadTax.ts +6 -1
- package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +7 -1
- package/ts/types/Interface/models/IApiError.ts +1 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +7 -4
- package/ts/types/Interface/models/IBalanceSheetQuestion.ts +1 -0
- package/ts/types/Interface/models/ICountry.ts +1 -0
- package/ts/types/index.ts +11 -2
|
@@ -42,6 +42,7 @@ export interface MoralShareholder {
|
|
|
42
42
|
zipCode: string;
|
|
43
43
|
city: string;
|
|
44
44
|
country: string;
|
|
45
|
+
countryCode: string | null | undefined;
|
|
45
46
|
};
|
|
46
47
|
}
|
|
47
48
|
|
|
@@ -57,12 +58,14 @@ export interface PhysicShareholder {
|
|
|
57
58
|
department: string | undefined;
|
|
58
59
|
city: string;
|
|
59
60
|
country: string;
|
|
60
|
-
|
|
61
|
+
countryCode: string | null | undefined;
|
|
62
|
+
},
|
|
61
63
|
address: {
|
|
62
64
|
street: string | undefined;
|
|
63
65
|
zipCode: string | undefined;
|
|
64
66
|
city: string | undefined;
|
|
65
67
|
country: string | undefined;
|
|
68
|
+
countryCode: string | null | undefined;
|
|
66
69
|
number: string | undefined;
|
|
67
70
|
}
|
|
68
71
|
}
|
|
@@ -78,6 +81,7 @@ export interface Subsidiarie {
|
|
|
78
81
|
zipCode: string;
|
|
79
82
|
city: string;
|
|
80
83
|
country: string;
|
|
84
|
+
countryCode: string | null | undefined;
|
|
81
85
|
};
|
|
82
86
|
}
|
|
83
87
|
|
|
@@ -276,92 +280,301 @@ export interface Cerfa2035 {
|
|
|
276
280
|
}
|
|
277
281
|
}
|
|
278
282
|
|
|
283
|
+
export interface Cerfa2035WithSuites {
|
|
284
|
+
header: {
|
|
285
|
+
siret: string;
|
|
286
|
+
mail: string;
|
|
287
|
+
phone: string;
|
|
288
|
+
name: string;
|
|
289
|
+
change: {
|
|
290
|
+
st: string;
|
|
291
|
+
nd: string;
|
|
292
|
+
},
|
|
293
|
+
declarantAddress: string;
|
|
294
|
+
activityType: string;
|
|
295
|
+
activityStartDate: string;
|
|
296
|
+
privateSocietyAddress: string;
|
|
297
|
+
civilSocietyAddress: string;
|
|
298
|
+
informationsStartingPeriod: string;
|
|
299
|
+
informationsEndingPeriod: string;
|
|
300
|
+
address: {
|
|
301
|
+
st: string;
|
|
302
|
+
nd: string;
|
|
303
|
+
city: string;
|
|
304
|
+
country: string;
|
|
305
|
+
countryCode: string | null;
|
|
306
|
+
},
|
|
307
|
+
secondaryPracticeAddress: string;
|
|
308
|
+
},
|
|
309
|
+
taxation: {
|
|
310
|
+
profitResult: number;
|
|
311
|
+
deficitResult: number;
|
|
312
|
+
exemptCharges: number;
|
|
313
|
+
depreciationCharges: number;
|
|
314
|
+
addedValueProducts: number;
|
|
315
|
+
portfolioCapitalIncome: number;
|
|
316
|
+
taxedNetTotal: number;
|
|
317
|
+
longTermTaxableAddedValue: number;
|
|
318
|
+
longTermDefferedAddedValue: number;
|
|
319
|
+
quintiesNewCompany: boolean;
|
|
320
|
+
sexiesNewCompany: boolean;
|
|
321
|
+
exemptInnovatingActivity: boolean;
|
|
322
|
+
urbanZoneActivity: boolean;
|
|
323
|
+
othersExemption: boolean;
|
|
324
|
+
relatedCreationDate: string;
|
|
325
|
+
relatedActivityStartingDate: string;
|
|
326
|
+
nonProfessionnalProfit: number;
|
|
327
|
+
nonProfessionnalAddedValue: number;
|
|
328
|
+
nonProfessionnalProfitExemptions: number;
|
|
329
|
+
nonProfessionnalDeficit: number;
|
|
330
|
+
nonProfessionnalLongTermAddedValue: number;
|
|
331
|
+
nonProfessionnalYoungArtistsExemptions: number;
|
|
332
|
+
nonProfessionnalShortTermAddedValue: number;
|
|
333
|
+
productsAddedValue: { duodecies: number; }
|
|
334
|
+
chargesDeprecatedValue: { duodecies: number; };
|
|
335
|
+
accountantInfos: number;
|
|
336
|
+
committeeInfos: number;
|
|
337
|
+
certifiedAssociation: number;
|
|
338
|
+
serviceProvider: number;
|
|
339
|
+
ecf: boolean;
|
|
340
|
+
declarantSignature: string;
|
|
341
|
+
signatureDate: string;
|
|
342
|
+
signaturePlace: string;
|
|
343
|
+
accountingSoftwareName: string;
|
|
344
|
+
isAccountingAccounterised: {
|
|
345
|
+
yes: boolean;
|
|
346
|
+
no: boolean;
|
|
347
|
+
}
|
|
348
|
+
certifiedAccountingProfessionnal: string;
|
|
349
|
+
aaOrOmga: boolean;
|
|
350
|
+
aaOmgaAgreementNumber: string;
|
|
351
|
+
longTermExemptAddedValue151: number;
|
|
352
|
+
longTermExemptAddedValue151A: number;
|
|
353
|
+
longTermExemptAddedValue238: number;
|
|
354
|
+
longTermExemptAddedValue151B: number;
|
|
355
|
+
profitExoneration: number;
|
|
356
|
+
addedValueExoneration: number;
|
|
357
|
+
},
|
|
358
|
+
declaration: {
|
|
359
|
+
paidService: string[];
|
|
360
|
+
incomesAmount: number;
|
|
361
|
+
employees: {
|
|
362
|
+
total: number;
|
|
363
|
+
disabled: number;
|
|
364
|
+
apprentice: number;
|
|
365
|
+
}
|
|
366
|
+
grossAmountSalary: number;
|
|
367
|
+
employeesCivilSociety: number;
|
|
368
|
+
netSalaryShare: number;
|
|
369
|
+
fixedAssets: {
|
|
370
|
+
currentYearPartDepreciation: number;
|
|
371
|
+
pastAssociatedPartDepreciation: number;
|
|
372
|
+
grossPriceTotal: number;
|
|
373
|
+
grossPriceLastAnnexTotal: number;
|
|
374
|
+
depreciableBaseTotal: number;
|
|
375
|
+
currentAssociatedPartDepreciation: number;
|
|
376
|
+
depreciableBaseLastAnnexTotal: number;
|
|
377
|
+
pastDepreciationsAmountsTotal: number;
|
|
378
|
+
pastDepreciationsAmountsLastAnnexTotal: number;
|
|
379
|
+
currentYearDepreciationsAmountsLastAnnexTotal: number;
|
|
380
|
+
currentYearDepreciationsAmountsTotal: number;
|
|
381
|
+
currentYearTotal: number;
|
|
382
|
+
vehicules: number;
|
|
383
|
+
currentYearNetGrant: number;
|
|
384
|
+
grossPriceDepreciationFraction: number;
|
|
385
|
+
vatAmountDepreciationFraction: number;
|
|
386
|
+
vatAmountTotal: number;
|
|
387
|
+
vatAmountLastAnnexTotal: number;
|
|
388
|
+
depreciableBaseDepreciationFraction: number;
|
|
389
|
+
list: Array<{
|
|
390
|
+
purchaseDate: string;
|
|
391
|
+
grossPrice: number;
|
|
392
|
+
vatAmount: number;
|
|
393
|
+
depreciableBase: number;
|
|
394
|
+
depreciationType: string;
|
|
395
|
+
pastDepreciationsAmounts: number;
|
|
396
|
+
currentYearDepreciationsAmounts: number;
|
|
397
|
+
type: string;
|
|
398
|
+
}>,
|
|
399
|
+
total: number;
|
|
400
|
+
},
|
|
401
|
+
addedValueEstablishing: {
|
|
402
|
+
list: Array<{
|
|
403
|
+
type: string;
|
|
404
|
+
purchaseDate: string;
|
|
405
|
+
transferDate: string;
|
|
406
|
+
originalValue: number;
|
|
407
|
+
depreciations: number;
|
|
408
|
+
residualValue: number;
|
|
409
|
+
handoverPrice: number;
|
|
410
|
+
shortTermValue: number;
|
|
411
|
+
longTermValue: number;
|
|
412
|
+
longTermSpread: number;
|
|
413
|
+
}>,
|
|
414
|
+
shortTermExemptArt151: number;
|
|
415
|
+
shortTermExemptArt151A: number;
|
|
416
|
+
shortTermExemptArt238: number;
|
|
417
|
+
longTermExemptArt151: number;
|
|
418
|
+
longTermExemptArt151A: number;
|
|
419
|
+
longTermExemptArt238: number;
|
|
420
|
+
longTermExemptArt151B: number;
|
|
421
|
+
shortTermValue: { toReport: number }
|
|
422
|
+
longTermSpread: number;
|
|
423
|
+
shortTermSpread: number;
|
|
424
|
+
},
|
|
425
|
+
resultsDistribution: {
|
|
426
|
+
slicePercentage: {
|
|
427
|
+
annexTotal: number
|
|
428
|
+
},
|
|
429
|
+
resultShare: {
|
|
430
|
+
annexTotal: number
|
|
431
|
+
},
|
|
432
|
+
individualProCharges: {
|
|
433
|
+
annexTotal: number
|
|
434
|
+
},
|
|
435
|
+
netAmount: {
|
|
436
|
+
annexTotal: number
|
|
437
|
+
},
|
|
438
|
+
longTermAddedValue: {
|
|
439
|
+
annexTotal: number
|
|
440
|
+
}
|
|
441
|
+
list: Array<{
|
|
442
|
+
basicInfos: string;
|
|
443
|
+
managerPartner: boolean;
|
|
444
|
+
slicePercentage: number;
|
|
445
|
+
resultShare: number;
|
|
446
|
+
individualProCharges: number;
|
|
447
|
+
netAmount: number;
|
|
448
|
+
longTermAddedValue: number
|
|
449
|
+
birthdate?: string;
|
|
450
|
+
birthplace?: string;
|
|
451
|
+
birthCountry?: string;
|
|
452
|
+
birthCountryCode: string | null;
|
|
453
|
+
birthDepartment?: string;
|
|
454
|
+
siren?: string;
|
|
455
|
+
fiscalNumber?: string;
|
|
456
|
+
name: string;
|
|
457
|
+
address: string;
|
|
458
|
+
isPhysic: boolean
|
|
459
|
+
city?: string;
|
|
460
|
+
country?: string;
|
|
461
|
+
countryCode?: string;
|
|
462
|
+
}>
|
|
463
|
+
}
|
|
464
|
+
name: string;
|
|
465
|
+
siret: string;
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export class ParamsGenerate2031 {
|
|
470
|
+
@ApiProperty({ description: 'Formulaire à néant' })
|
|
471
|
+
isNil: boolean;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
export class ParamsGenerate2050 {
|
|
475
|
+
}
|
|
476
|
+
|
|
279
477
|
export class ParamsGenerate2035 {
|
|
280
478
|
@ApiPropertyOptional()
|
|
479
|
+
@ToBoolean()
|
|
281
480
|
@IsBoolean()
|
|
481
|
+
@IsOptional()
|
|
482
|
+
isNil?: boolean;
|
|
483
|
+
|
|
484
|
+
@ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })
|
|
282
485
|
@ToBoolean()
|
|
486
|
+
@IsBoolean()
|
|
283
487
|
@IsOptional()
|
|
284
|
-
isTest?: boolean;
|
|
488
|
+
isTest?: boolean;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
export class ParamsGenerate2035FullDocument {
|
|
492
|
+
@ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })
|
|
493
|
+
isTest?: boolean;
|
|
285
494
|
|
|
286
495
|
@ApiProperty()
|
|
287
|
-
|
|
496
|
+
cerfa2035?: ParamsGenerate2035;
|
|
288
497
|
|
|
289
|
-
@
|
|
290
|
-
|
|
498
|
+
@ApiProperty()
|
|
499
|
+
cerfa2035WithSuites?: ParamsGenerate2035WithSuites;
|
|
291
500
|
|
|
292
|
-
@ApiPropertyOptional()
|
|
293
|
-
|
|
501
|
+
// @ApiPropertyOptional()
|
|
502
|
+
// withoutTax?: boolean;
|
|
294
503
|
|
|
295
|
-
@ApiPropertyOptional()
|
|
296
|
-
|
|
504
|
+
// @ApiPropertyOptional()
|
|
505
|
+
// withTax?: boolean;
|
|
297
506
|
|
|
298
|
-
@ApiPropertyOptional()
|
|
299
|
-
|
|
507
|
+
// @ApiPropertyOptional()
|
|
508
|
+
// disbursements?: number | null; // Débours payés pour le compte des clients
|
|
300
509
|
|
|
301
|
-
@ApiPropertyOptional()
|
|
302
|
-
|
|
510
|
+
// @ApiPropertyOptional()
|
|
511
|
+
// supplement?: number | null; // Honoraires rétrocédés (dont suppléments rétrocédés)
|
|
303
512
|
|
|
304
|
-
@ApiPropertyOptional()
|
|
305
|
-
|
|
513
|
+
// @ApiPropertyOptional()
|
|
514
|
+
// activityCode?: string | null; // Code activité pour les praticiens médicaux
|
|
306
515
|
|
|
307
|
-
@ApiPropertyOptional()
|
|
308
|
-
|
|
516
|
+
// @ApiPropertyOptional()
|
|
517
|
+
// valueAddedTax?: number | null; // Impôts et taxes : Taxe sur la valeur ajoutée
|
|
309
518
|
|
|
310
|
-
@ApiPropertyOptional()
|
|
311
|
-
|
|
519
|
+
// @ApiPropertyOptional()
|
|
520
|
+
// equipmentRentalCollaborationFees?: number | null; // Location de matériel et de mobilier – dont redevances de collaboration
|
|
312
521
|
|
|
313
|
-
@ApiPropertyOptional()
|
|
314
|
-
|
|
522
|
+
// @ApiPropertyOptional()
|
|
523
|
+
// lumpSumAssessment?: boolean | null; // Frais de véhicules - (cocher la case si évaluation forfaitaire)
|
|
315
524
|
|
|
316
|
-
@ApiPropertyOptional()
|
|
317
|
-
|
|
525
|
+
// @ApiPropertyOptional()
|
|
526
|
+
// personalSocialChargesObligatory?: number | null; // Charges sociales personnelles - dont obligatoires
|
|
318
527
|
|
|
319
|
-
@ApiPropertyOptional()
|
|
320
|
-
|
|
528
|
+
// @ApiPropertyOptional()
|
|
529
|
+
// contributionsMadelin?: number | null; // Charges sociales personnelles - dont cotisations facultatives Madelin
|
|
321
530
|
|
|
322
|
-
@ApiPropertyOptional()
|
|
323
|
-
|
|
531
|
+
// @ApiPropertyOptional()
|
|
532
|
+
// retirementSavingsPlans?: number | null; // Dont facultatives aux nouveaux plans d’épargne retraite
|
|
324
533
|
|
|
325
|
-
@ApiPropertyOptional()
|
|
326
|
-
|
|
534
|
+
// @ApiPropertyOptional()
|
|
535
|
+
// miscellaneousToBeReinstated?: number | null; // Divers à réintégrer
|
|
327
536
|
|
|
328
|
-
@ApiPropertyOptional()
|
|
329
|
-
|
|
537
|
+
// @ApiPropertyOptional()
|
|
538
|
+
// civilSocietyBenefit?: number | null; // Bénéfice Société civile de moyen
|
|
330
539
|
|
|
331
|
-
@ApiPropertyOptional()
|
|
332
|
-
|
|
540
|
+
// @ApiPropertyOptional()
|
|
541
|
+
// administrationFees?: number | null; // Frais d'établissement
|
|
333
542
|
|
|
334
|
-
@ApiPropertyOptional()
|
|
335
|
-
|
|
543
|
+
// @ApiPropertyOptional()
|
|
544
|
+
// mtbdFreeZoneAmount?: number | null; // dont exonération sur le bénéfice « zone franche urbaine territoire entrepreneur »
|
|
336
545
|
|
|
337
|
-
@ApiPropertyOptional()
|
|
338
|
-
|
|
546
|
+
// @ApiPropertyOptional()
|
|
547
|
+
// mtbdNewBusinessAmount?: number | null; // dont exonération sur le bénéfice « entreprise nouvelle »
|
|
339
548
|
|
|
340
|
-
@ApiPropertyOptional()
|
|
341
|
-
|
|
549
|
+
// @ApiPropertyOptional()
|
|
550
|
+
// mtbdInnovativeCompaniesAmount?: number | null; // dont exonération « jeunes entreprises innovantes »
|
|
342
551
|
|
|
343
|
-
@ApiPropertyOptional()
|
|
344
|
-
|
|
552
|
+
// @ApiPropertyOptional()
|
|
553
|
+
// mtbdInnovativeCompaniesYoungArtists?: number | null; // dont exonération sur le bénéfice « jeunes artistes »
|
|
345
554
|
|
|
346
|
-
@ApiPropertyOptional()
|
|
347
|
-
|
|
555
|
+
// @ApiPropertyOptional()
|
|
556
|
+
// mtbdDoctorsExemptionAmount?: number | null; // dont exonération médecins « zones déficitaires en offre de soins »
|
|
348
557
|
|
|
349
|
-
@ApiPropertyOptional()
|
|
350
|
-
|
|
558
|
+
// @ApiPropertyOptional()
|
|
559
|
+
// mtbdDoctorsExemptionSectorApprovedDoctors?: number | null; // dont déductions « médecins conventionnés de secteur I »
|
|
351
560
|
|
|
352
|
-
@ApiPropertyOptional()
|
|
353
|
-
|
|
561
|
+
// @ApiPropertyOptional()
|
|
562
|
+
// grossReceipts?: number | null; // Montant de la TVA afférente aux recettes brutes
|
|
354
563
|
|
|
355
|
-
@ApiPropertyOptional()
|
|
356
|
-
|
|
564
|
+
// @ApiPropertyOptional()
|
|
565
|
+
// relatedToPurchasesAmount?: number | null; // Montant de la TVA afférente aux achats (biens et services autres qu'immobilisations) :
|
|
357
566
|
|
|
358
|
-
@ApiPropertyOptional()
|
|
359
|
-
|
|
567
|
+
// @ApiPropertyOptional()
|
|
568
|
+
// retrocededFees?: number | null; // dont montant de la TVA afférente aux honoraires rétrocédés
|
|
360
569
|
|
|
361
|
-
@ApiPropertyOptional()
|
|
362
|
-
|
|
570
|
+
// @ApiPropertyOptional()
|
|
571
|
+
// territorialContribution?: number | null; // Recettes provenant d'activités exonérées à titre permanent
|
|
572
|
+
|
|
573
|
+
// @ApiPropertyOptional()
|
|
574
|
+
// miscellaneousToBeDeductedTotal?: number | null; // Divers à déduire (CL)
|
|
363
575
|
}
|
|
364
576
|
|
|
577
|
+
export type ParamsGenerate2035WithSuites = Record<string, unknown>;
|
|
365
578
|
/**
|
|
366
579
|
* CERFA 2033 TYPES
|
|
367
580
|
*/
|
|
@@ -802,8 +1015,8 @@ export interface Cerfa2033 {
|
|
|
802
1015
|
}
|
|
803
1016
|
|
|
804
1017
|
export class ParamsGenerate2033 {
|
|
805
|
-
@
|
|
806
|
-
isTest?: boolean;
|
|
1018
|
+
@ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })
|
|
1019
|
+
isTest?: boolean;
|
|
807
1020
|
|
|
808
1021
|
@ApiProperty()
|
|
809
1022
|
isNil: boolean; // Néant
|
|
@@ -1095,6 +1308,7 @@ export class Cerfa2065Society {
|
|
|
1095
1308
|
|
|
1096
1309
|
export class Cerfa2065Remunerations {
|
|
1097
1310
|
name: string;
|
|
1311
|
+
address: { country: string; address: string; countryCode: string | null; };
|
|
1098
1312
|
sharesHeld: number;
|
|
1099
1313
|
year: string;
|
|
1100
1314
|
amount: number;
|
|
@@ -1102,12 +1316,15 @@ export class Cerfa2065Remunerations {
|
|
|
1102
1316
|
refund: number;
|
|
1103
1317
|
indemnities2: number;
|
|
1104
1318
|
refunds2: number;
|
|
1319
|
+
reason: string;
|
|
1105
1320
|
}
|
|
1106
1321
|
export interface Cerfa2065 {
|
|
1322
|
+
isNil?: boolean;
|
|
1107
1323
|
society: Cerfa2065Society;
|
|
1108
1324
|
period: {
|
|
1109
1325
|
startDate: Date,
|
|
1110
1326
|
endDate: Date,
|
|
1327
|
+
months: string;
|
|
1111
1328
|
};
|
|
1112
1329
|
isSimplifiedRegime: boolean;
|
|
1113
1330
|
isDeclarationForGroup: boolean;
|
|
@@ -1115,7 +1332,7 @@ export interface Cerfa2065 {
|
|
|
1115
1332
|
isPME: boolean;
|
|
1116
1333
|
fillialeText: string | null;
|
|
1117
1334
|
isTonnageOption: boolean;
|
|
1118
|
-
headOffice: { addressFormatted: string; }
|
|
1335
|
+
headOffice: { addressFormatted: string; country: string; countryCode: string | null; street: string; zipCode: string; city: string; }
|
|
1119
1336
|
incomeDate: Date | null;
|
|
1120
1337
|
siret: string | null;
|
|
1121
1338
|
activity: string;
|
|
@@ -1142,7 +1359,7 @@ export interface Cerfa2065 {
|
|
|
1142
1359
|
isInvestmentBusiness: boolean;
|
|
1143
1360
|
benefitOrDeficit: string;
|
|
1144
1361
|
exoneration15: number;
|
|
1145
|
-
isImpositionDOMTOM:
|
|
1362
|
+
isImpositionDOMTOM: boolean;
|
|
1146
1363
|
furnitureIncome: number;
|
|
1147
1364
|
icomeOther: number;
|
|
1148
1365
|
income2Dot5: number;
|
|
@@ -1174,10 +1391,7 @@ export interface Cerfa2065 {
|
|
|
1174
1391
|
distributionAmount: { bySociety: number; byEstablishment: number };
|
|
1175
1392
|
remuneration: number;
|
|
1176
1393
|
advances: number;
|
|
1177
|
-
|
|
1178
|
-
other2: number;
|
|
1179
|
-
other3: number;
|
|
1180
|
-
other4: number;
|
|
1394
|
+
others: Array<{ label: string; amount: number; }>;
|
|
1181
1395
|
elligible: number;
|
|
1182
1396
|
noElligible: number;
|
|
1183
1397
|
amountRemunerations: number;
|
|
@@ -1197,6 +1411,156 @@ export interface Cerfa2065 {
|
|
|
1197
1411
|
}
|
|
1198
1412
|
}
|
|
1199
1413
|
|
|
1414
|
+
export type Cerfa2050 = Record<string, unknown>;
|
|
1415
|
+
|
|
1416
|
+
export interface Cerfa2031 {
|
|
1417
|
+
period: { months: number; },
|
|
1418
|
+
header: {
|
|
1419
|
+
opening: string;
|
|
1420
|
+
closure: string;
|
|
1421
|
+
realSystem: boolean,
|
|
1422
|
+
simplifiedAccounting: boolean,
|
|
1423
|
+
vat: boolean,
|
|
1424
|
+
tonnageTaxation: boolean,
|
|
1425
|
+
simplifiedSystem: boolean
|
|
1426
|
+
},
|
|
1427
|
+
identification: {
|
|
1428
|
+
companyDenomination: string;
|
|
1429
|
+
companyAddress: string;
|
|
1430
|
+
phoneNumber: string;
|
|
1431
|
+
email: string;
|
|
1432
|
+
siren: string;
|
|
1433
|
+
declarantEmail: string;
|
|
1434
|
+
declarantAddress: string;
|
|
1435
|
+
lastAddress: string;
|
|
1436
|
+
},
|
|
1437
|
+
miscellaneous: {
|
|
1438
|
+
activities: string;
|
|
1439
|
+
onJobList: boolean;
|
|
1440
|
+
ownerInfos: string;
|
|
1441
|
+
otherEstablishmentsAddresses : string;
|
|
1442
|
+
},
|
|
1443
|
+
recapitulation: {
|
|
1444
|
+
column2: number;
|
|
1445
|
+
cdSum: number;
|
|
1446
|
+
col1: { total: number; };
|
|
1447
|
+
col2: { total: number; };
|
|
1448
|
+
taxableBenefit: number;
|
|
1449
|
+
deductibleDeficit: number;
|
|
1450
|
+
netHandoverResult: number;
|
|
1451
|
+
incomeTaxSubjectEarnings: number;
|
|
1452
|
+
netExemptIncome: number;
|
|
1453
|
+
shareToDeduce: number;
|
|
1454
|
+
incomeTaxExemptEarnings: number;
|
|
1455
|
+
shortTermDepreciation: number;
|
|
1456
|
+
column1: number;
|
|
1457
|
+
creditTaxOption: number;
|
|
1458
|
+
shareEquipmentGrant: number;
|
|
1459
|
+
partnershipFiscalResult: number;
|
|
1460
|
+
publicAccountant: boolean;
|
|
1461
|
+
addedValue: {
|
|
1462
|
+
privateTaxed: number;
|
|
1463
|
+
longTermDiffered: number;
|
|
1464
|
+
exonerated: number;
|
|
1465
|
+
longTermExonerated: number;
|
|
1466
|
+
shortTermExonerated: number;
|
|
1467
|
+
}
|
|
1468
|
+
exemption: {
|
|
1469
|
+
newCompanyArt: boolean;
|
|
1470
|
+
zfuArt: boolean;
|
|
1471
|
+
zrrArt: boolean;
|
|
1472
|
+
reorganisationArt: boolean;
|
|
1473
|
+
freeZoneActivityArt: boolean;
|
|
1474
|
+
others: boolean;
|
|
1475
|
+
youngCompaniesArt: boolean;
|
|
1476
|
+
budArt: boolean;
|
|
1477
|
+
developmentZoneArt: boolean;
|
|
1478
|
+
taxableAddedValue: number;
|
|
1479
|
+
professionnalProfit: number;
|
|
1480
|
+
},
|
|
1481
|
+
industrialBenefits: {
|
|
1482
|
+
benefits: number;
|
|
1483
|
+
deficit: number;
|
|
1484
|
+
taxableBenefitIncome: {
|
|
1485
|
+
shortTermGrant: number;
|
|
1486
|
+
shortTermDepreciation: number;
|
|
1487
|
+
},
|
|
1488
|
+
addedValue: {
|
|
1489
|
+
longTermNet: number;
|
|
1490
|
+
nonProfessionalBenefitExemption: number;
|
|
1491
|
+
}
|
|
1492
|
+
},
|
|
1493
|
+
computerizedAccounting?: {
|
|
1494
|
+
yes: boolean;
|
|
1495
|
+
no: boolean;
|
|
1496
|
+
softwareName: string;
|
|
1497
|
+
omga: boolean;
|
|
1498
|
+
omgaInfos: string;
|
|
1499
|
+
approvalNumber: string;
|
|
1500
|
+
professionalAccountantInfos: string;
|
|
1501
|
+
declarantIdentity: string;
|
|
1502
|
+
place: string;
|
|
1503
|
+
date: string;
|
|
1504
|
+
declarantOccupation: string;
|
|
1505
|
+
signature: string;
|
|
1506
|
+
ecf: boolean;
|
|
1507
|
+
serviceProvider: string;
|
|
1508
|
+
};
|
|
1509
|
+
},
|
|
1510
|
+
benefitsDeficitsRepartition: {
|
|
1511
|
+
list: Array<{
|
|
1512
|
+
managerPartner: string;
|
|
1513
|
+
industrialBenefits: string;
|
|
1514
|
+
share0: string;
|
|
1515
|
+
share1: string;
|
|
1516
|
+
taxableAddedValueShare: string;
|
|
1517
|
+
label: string;
|
|
1518
|
+
}>,
|
|
1519
|
+
distributedBenefitsAmount: {
|
|
1520
|
+
taxableAddedValueShare: number;
|
|
1521
|
+
share: number;
|
|
1522
|
+
}
|
|
1523
|
+
},
|
|
1524
|
+
generalExpensesList: {
|
|
1525
|
+
receptionExpenses: number;
|
|
1526
|
+
gift: number
|
|
1527
|
+
},
|
|
1528
|
+
simplifiedTaxationSystemCompanies: {
|
|
1529
|
+
grossSalary: string;
|
|
1530
|
+
retrocessingFee: string;
|
|
1531
|
+
directDebitAmount: string;
|
|
1532
|
+
capitalSupplyAmount: string;
|
|
1533
|
+
list: Array<{
|
|
1534
|
+
nonDepreciableImmobilization: number;
|
|
1535
|
+
reassessValue: number;
|
|
1536
|
+
purchaseValue: number;
|
|
1537
|
+
addedValue: number;
|
|
1538
|
+
}>
|
|
1539
|
+
},
|
|
1540
|
+
nonProfessionalIndustrialBenefits: {
|
|
1541
|
+
rentalPropretySocialContribution: {
|
|
1542
|
+
benefit: number;
|
|
1543
|
+
deficit: number;
|
|
1544
|
+
},
|
|
1545
|
+
rentalProprety: {
|
|
1546
|
+
benefit: number;
|
|
1547
|
+
deficit: number
|
|
1548
|
+
};
|
|
1549
|
+
leaseManagement: {
|
|
1550
|
+
benefit: number;
|
|
1551
|
+
deficit: number
|
|
1552
|
+
},
|
|
1553
|
+
collectiveRaceHorseOwnership: {
|
|
1554
|
+
benefit: number;
|
|
1555
|
+
deficit: number;
|
|
1556
|
+
},
|
|
1557
|
+
others: {
|
|
1558
|
+
benefit: number;
|
|
1559
|
+
deficit: number;
|
|
1560
|
+
}
|
|
1561
|
+
}
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1200
1564
|
export type BusinessPartnersValue = {
|
|
1201
1565
|
idBusinessPartner: number,
|
|
1202
1566
|
amount: number;
|
|
@@ -1210,174 +1574,165 @@ export class ParamsGenerate2065 {
|
|
|
1210
1574
|
@ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })
|
|
1211
1575
|
isTest?: boolean;
|
|
1212
1576
|
|
|
1213
|
-
@ApiProperty({ description: 'Adresse du siège social' })
|
|
1214
|
-
headOfficeAddress: string | null;
|
|
1577
|
+
// @ApiProperty({ description: 'Adresse du siège social' })
|
|
1578
|
+
// headOfficeAddress: string | null;
|
|
1215
1579
|
|
|
1216
|
-
@ApiProperty({ description: 'Adresse du principal établissement' })
|
|
1217
|
-
principalEstablishmentAddress: string | null;
|
|
1580
|
+
// @ApiProperty({ description: 'Adresse du principal établissement' })
|
|
1581
|
+
// principalEstablishmentAddress: string | null;
|
|
1218
1582
|
|
|
1219
|
-
@ApiProperty({ description: 'Ancienne adresse en cas de changement:' })
|
|
1220
|
-
oldAddress: string | null;
|
|
1583
|
+
// @ApiProperty({ description: 'Ancienne adresse en cas de changement:' })
|
|
1584
|
+
// oldAddress: string | null;
|
|
1221
1585
|
|
|
1222
|
-
@ApiProperty({})
|
|
1223
|
-
hasChangedActivity: boolean | null;
|
|
1586
|
+
// @ApiProperty({})
|
|
1587
|
+
// hasChangedActivity: boolean | null;
|
|
1224
1588
|
|
|
1225
|
-
@ApiProperty({ description: 'Recettes nettes soumises à la contribution de 2,5%' })
|
|
1226
|
-
income2Dot5: number | null;
|
|
1589
|
+
// @ApiProperty({ description: 'Recettes nettes soumises à la contribution de 2,5%' })
|
|
1590
|
+
// income2Dot5: number | null;
|
|
1227
1591
|
|
|
1228
|
-
@ApiProperty()
|
|
1229
|
-
addedValues15: number | null;
|
|
1592
|
+
// @ApiProperty()
|
|
1593
|
+
// addedValues15: number | null;
|
|
1230
1594
|
|
|
1231
|
-
@ApiProperty()
|
|
1232
|
-
addedValues19: number | null;
|
|
1595
|
+
// @ApiProperty()
|
|
1596
|
+
// addedValues19: number | null;
|
|
1233
1597
|
|
|
1234
|
-
@ApiProperty({ description: 'PV exonérées (art. 238 quindecies)' })
|
|
1235
|
-
exoneration: number | null;
|
|
1598
|
+
// @ApiProperty({ description: 'PV exonérées (art. 238 quindecies)' })
|
|
1599
|
+
// exoneration: number | null;
|
|
1236
1600
|
|
|
1237
|
-
@ApiProperty()
|
|
1238
|
-
otherAddedValues19: number | null;
|
|
1601
|
+
// @ApiProperty()
|
|
1602
|
+
// otherAddedValues19: number | null;
|
|
1239
1603
|
|
|
1240
|
-
@ApiProperty()
|
|
1241
|
-
otherAddedValues0: number | null;
|
|
1604
|
+
// @ApiProperty()
|
|
1605
|
+
// otherAddedValues0: number | null;
|
|
1242
1606
|
|
|
1243
|
-
@ApiProperty({ description: 'Entreprise nouvelle, art. 44 sexies' })
|
|
1244
|
-
isNewBusinessSexies: boolean | null;
|
|
1607
|
+
// @ApiProperty({ description: 'Entreprise nouvelle, art. 44 sexies' })
|
|
1608
|
+
// isNewBusinessSexies: boolean | null;
|
|
1245
1609
|
|
|
1246
|
-
@ApiProperty()
|
|
1247
|
-
isYoungBusiness: boolean | null;
|
|
1610
|
+
// @ApiProperty()
|
|
1611
|
+
// isYoungBusiness: boolean | null;
|
|
1248
1612
|
|
|
1249
|
-
@ApiProperty()
|
|
1250
|
-
isNewBusinessSepties: boolean | null;
|
|
1613
|
+
// @ApiProperty()
|
|
1614
|
+
// isNewBusinessSepties: boolean | null;
|
|
1251
1615
|
|
|
1252
|
-
@ApiProperty()
|
|
1253
|
-
isActivityZone: boolean | null;
|
|
1616
|
+
// @ApiProperty()
|
|
1617
|
+
// isActivityZone: boolean | null;
|
|
1254
1618
|
|
|
1255
|
-
@ApiProperty()
|
|
1256
|
-
isRestructuration: boolean | null;
|
|
1619
|
+
// @ApiProperty()
|
|
1620
|
+
// isRestructuration: boolean | null;
|
|
1257
1621
|
|
|
1258
|
-
@ApiProperty()
|
|
1259
|
-
isUrbanToDynamise: boolean | null;
|
|
1622
|
+
// @ApiProperty()
|
|
1623
|
+
// isUrbanToDynamise: boolean | null;
|
|
1260
1624
|
|
|
1261
|
-
@ApiProperty()
|
|
1262
|
-
isUrban: boolean | null;
|
|
1625
|
+
// @ApiProperty()
|
|
1626
|
+
// isUrban: boolean | null;
|
|
1263
1627
|
|
|
1264
|
-
@ApiProperty()
|
|
1265
|
-
isOther: boolean | null;
|
|
1628
|
+
// @ApiProperty()
|
|
1629
|
+
// isOther: boolean | null;
|
|
1266
1630
|
|
|
1267
|
-
@ApiProperty()
|
|
1268
|
-
isPriorityZone: boolean | null;
|
|
1631
|
+
// @ApiProperty()
|
|
1632
|
+
// isPriorityZone: boolean | null;
|
|
1269
1633
|
|
|
1270
|
-
@ApiProperty()
|
|
1271
|
-
isInvestmentBusiness: boolean | null;
|
|
1634
|
+
// @ApiProperty()
|
|
1635
|
+
// isInvestmentBusiness: boolean | null;
|
|
1272
1636
|
|
|
1273
|
-
@ApiProperty()
|
|
1274
|
-
benefitOrDeficit: string | null;
|
|
1637
|
+
// @ApiProperty()
|
|
1638
|
+
// benefitOrDeficit: string | null;
|
|
1275
1639
|
|
|
1276
|
-
@ApiProperty()
|
|
1277
|
-
exoneration15: number | null;
|
|
1640
|
+
// @ApiProperty()
|
|
1641
|
+
// exoneration15: number | null;
|
|
1278
1642
|
|
|
1279
|
-
@ApiProperty()
|
|
1280
|
-
isImpositionDOMTOM:
|
|
1643
|
+
// @ApiProperty()
|
|
1644
|
+
// isImpositionDOMTOM: boolean | null;
|
|
1281
1645
|
|
|
1282
|
-
@ApiProperty()
|
|
1283
|
-
furnitureIncome: number | null;
|
|
1646
|
+
// @ApiProperty()
|
|
1647
|
+
// furnitureIncome: number | null;
|
|
1284
1648
|
|
|
1285
|
-
@ApiProperty()
|
|
1286
|
-
icomeOther: number | null;
|
|
1649
|
+
// @ApiProperty()
|
|
1650
|
+
// icomeOther: number | null;
|
|
1287
1651
|
|
|
1288
|
-
@ApiProperty()
|
|
1289
|
-
isSocietyHead: boolean | null;
|
|
1652
|
+
// @ApiProperty()
|
|
1653
|
+
// isSocietyHead: boolean | null;
|
|
1290
1654
|
|
|
1291
|
-
@ApiProperty()
|
|
1292
|
-
otherSocietyHeadName: string | null;
|
|
1655
|
+
// @ApiProperty()
|
|
1656
|
+
// otherSocietyHeadName: string | null;
|
|
1293
1657
|
|
|
1294
|
-
@ApiProperty()
|
|
1295
|
-
otherSocietyHeadNumber: string | null;
|
|
1658
|
+
// @ApiProperty()
|
|
1659
|
+
// otherSocietyHeadNumber: string | null;
|
|
1296
1660
|
|
|
1297
|
-
@ApiProperty()
|
|
1298
|
-
isSocietyDesigned: boolean | null;
|
|
1661
|
+
// @ApiProperty()
|
|
1662
|
+
// isSocietyDesigned: boolean | null;
|
|
1299
1663
|
|
|
1300
|
-
@ApiProperty()
|
|
1301
|
-
societyHeadName: string | null;
|
|
1664
|
+
// @ApiProperty()
|
|
1665
|
+
// societyHeadName: string | null;
|
|
1302
1666
|
|
|
1303
|
-
@ApiProperty()
|
|
1304
|
-
societyHeadNumber: string | null;
|
|
1667
|
+
// @ApiProperty()
|
|
1668
|
+
// societyHeadNumber: string | null;
|
|
1305
1669
|
|
|
1306
|
-
@ApiProperty()
|
|
1307
|
-
hasAccountancyComputerized: boolean | null;
|
|
1670
|
+
// @ApiProperty()
|
|
1671
|
+
// hasAccountancyComputerized: boolean | null;
|
|
1308
1672
|
|
|
1309
|
-
@ApiProperty()
|
|
1310
|
-
hasNotAccountancyComputerized: boolean | null;
|
|
1673
|
+
// @ApiProperty()
|
|
1674
|
+
// hasNotAccountancyComputerized: boolean | null;
|
|
1311
1675
|
|
|
1312
|
-
@ApiProperty()
|
|
1313
|
-
accountancyComputerizedName: string | null;
|
|
1676
|
+
// @ApiProperty()
|
|
1677
|
+
// accountancyComputerizedName: string | null;
|
|
1314
1678
|
|
|
1315
|
-
@ApiProperty()
|
|
1316
|
-
distributionAmountBySociety: number | null;
|
|
1679
|
+
// @ApiProperty()
|
|
1680
|
+
// distributionAmountBySociety: number | null;
|
|
1317
1681
|
|
|
1318
|
-
@ApiProperty()
|
|
1319
|
-
distributionAmountByEstablishment: number| null;
|
|
1320
|
-
|
|
1321
|
-
@ApiProperty()
|
|
1322
|
-
remuneration: number | null;
|
|
1323
|
-
|
|
1324
|
-
@ApiProperty()
|
|
1325
|
-
advances: number | null;
|
|
1326
|
-
|
|
1327
|
-
@ApiProperty()
|
|
1328
|
-
other1: number | null;
|
|
1682
|
+
// @ApiProperty()
|
|
1683
|
+
// distributionAmountByEstablishment: number| null;
|
|
1329
1684
|
|
|
1330
|
-
@ApiProperty()
|
|
1331
|
-
|
|
1685
|
+
// @ApiProperty()
|
|
1686
|
+
// remuneration: number | null;
|
|
1332
1687
|
|
|
1333
|
-
@ApiProperty()
|
|
1334
|
-
|
|
1688
|
+
// @ApiProperty()
|
|
1689
|
+
// advances: number | null;
|
|
1335
1690
|
|
|
1336
|
-
@ApiProperty()
|
|
1337
|
-
|
|
1691
|
+
// @ApiProperty()
|
|
1692
|
+
// others: Array<{ label: string; amount: number; }>;
|
|
1338
1693
|
|
|
1339
|
-
@ApiProperty()
|
|
1340
|
-
elligible: number | null;
|
|
1694
|
+
// @ApiProperty()
|
|
1695
|
+
// elligible: number | null;
|
|
1341
1696
|
|
|
1342
|
-
@ApiProperty()
|
|
1343
|
-
noElligible: number | null;
|
|
1697
|
+
// @ApiProperty()
|
|
1698
|
+
// noElligible: number | null;
|
|
1344
1699
|
|
|
1345
|
-
@ApiProperty()
|
|
1346
|
-
amountRemunerations: number | null;
|
|
1700
|
+
// @ApiProperty()
|
|
1701
|
+
// amountRemunerations: number | null;
|
|
1347
1702
|
|
|
1348
|
-
@ApiProperty({ description: 'RÉMUNÉRATIONS NETTES VERSÉES AUX MEMBRES DE CERTAINES SOCIÉTÉS' })
|
|
1349
|
-
businessPartnersValues: BusinessPartnersValue[];
|
|
1703
|
+
// @ApiProperty({ description: 'RÉMUNÉRATIONS NETTES VERSÉES AUX MEMBRES DE CERTAINES SOCIÉTÉS' })
|
|
1704
|
+
// businessPartnersValues: BusinessPartnersValue[];
|
|
1350
1705
|
|
|
1351
|
-
@ApiProperty()
|
|
1352
|
-
diverseName: string;
|
|
1706
|
+
// @ApiProperty()
|
|
1707
|
+
// diverseName: string;
|
|
1353
1708
|
|
|
1354
|
-
@ApiProperty()
|
|
1355
|
-
diverseAddress: string;
|
|
1709
|
+
// @ApiProperty()
|
|
1710
|
+
// diverseAddress: string;
|
|
1356
1711
|
|
|
1357
|
-
@ApiProperty()
|
|
1358
|
-
diverseOtherAddress: string;
|
|
1712
|
+
// @ApiProperty()
|
|
1713
|
+
// diverseOtherAddress: string;
|
|
1359
1714
|
|
|
1360
|
-
@ApiProperty()
|
|
1361
|
-
simplifiedAmount: number;
|
|
1715
|
+
// @ApiProperty()
|
|
1716
|
+
// simplifiedAmount: number;
|
|
1362
1717
|
|
|
1363
|
-
@ApiProperty()
|
|
1364
|
-
simplifiedRetrocessions: number;
|
|
1718
|
+
// @ApiProperty()
|
|
1719
|
+
// simplifiedRetrocessions: number;
|
|
1365
1720
|
|
|
1366
|
-
@ApiProperty()
|
|
1367
|
-
simplifiedRemainingExerciceStart: number;
|
|
1721
|
+
// @ApiProperty()
|
|
1722
|
+
// simplifiedRemainingExerciceStart: number;
|
|
1368
1723
|
|
|
1369
|
-
@ApiProperty()
|
|
1370
|
-
simplifiedImputed: number;
|
|
1724
|
+
// @ApiProperty()
|
|
1725
|
+
// simplifiedImputed: number;
|
|
1371
1726
|
|
|
1372
|
-
@ApiProperty()
|
|
1373
|
-
simplifiedRealized: number;
|
|
1727
|
+
// @ApiProperty()
|
|
1728
|
+
// simplifiedRealized: number;
|
|
1374
1729
|
|
|
1375
|
-
@ApiProperty()
|
|
1376
|
-
simplifiedRemaining: number;
|
|
1730
|
+
// @ApiProperty()
|
|
1731
|
+
// simplifiedRemaining: number;
|
|
1377
1732
|
|
|
1378
|
-
@ApiProperty()
|
|
1379
|
-
hasReduceRate: boolean;
|
|
1733
|
+
// @ApiProperty()
|
|
1734
|
+
// hasReduceRate: boolean;
|
|
1380
1735
|
|
|
1381
|
-
@ApiProperty()
|
|
1382
|
-
hasViewer: boolean;
|
|
1736
|
+
// @ApiProperty()
|
|
1737
|
+
// hasViewer: boolean;
|
|
1383
1738
|
}
|