@silexpert/core 1.1.61 → 1.1.63
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/GeneralLedger.d.ts +3 -1
- package/es/api/resources/GeneralLedger.d.ts.map +1 -1
- package/es/api/resources/GeneralLedger.js +6 -0
- package/es/api/resources/GeneralLedger.js.map +1 -1
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.d.ts +13 -0
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.d.ts.map +1 -1
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js +28 -1
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js.map +1 -1
- package/es/utils/vat/3310/century23.d.ts.map +1 -1
- package/es/utils/vat/3310/century23.js +28 -31
- package/es/utils/vat/3310/century23.js.map +1 -1
- package/es/utils/vat/3514/century23.d.ts.map +1 -1
- package/es/utils/vat/3514/century23.js +28 -31
- package/es/utils/vat/3514/century23.js.map +1 -1
- package/es/utils/vat/3517/century23.d.ts.map +1 -1
- package/es/utils/vat/3517/century23.js +99 -107
- package/es/utils/vat/3517/century23.js.map +1 -1
- package/es/utils/vat/3519/century23.d.ts.map +1 -1
- package/es/utils/vat/3519/century23.js +69 -70
- package/es/utils/vat/3519/century23.js.map +1 -1
- package/js/api/resources/GeneralLedger.js +10 -0
- package/js/api/resources/GeneralLedger.js.map +1 -1
- package/js/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js +18 -0
- package/js/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js.map +1 -1
- package/js/utils/vat/3310/century23.js +23 -28
- package/js/utils/vat/3310/century23.js.map +1 -1
- package/js/utils/vat/3514/century23.js +22 -27
- package/js/utils/vat/3514/century23.js.map +1 -1
- package/js/utils/vat/3517/century23.js +85 -95
- package/js/utils/vat/3517/century23.js.map +1 -1
- package/js/utils/vat/3519/century23.js +60 -65
- package/js/utils/vat/3519/century23.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/GeneralLedger.ts +9 -1
- package/ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts +25 -0
- package/ts/utils/vat/3310/century23.ts +28 -31
- package/ts/utils/vat/3514/century23.ts +28 -31
- package/ts/utils/vat/3517/century23.ts +98 -109
- package/ts/utils/vat/3519/century23.ts +68 -69
|
@@ -18,34 +18,29 @@ function getCerfa3514Century23RegistrationFields(data) {
|
|
|
18
18
|
value: data.payment.byImputation ? 'X' : null
|
|
19
19
|
}, {
|
|
20
20
|
key: 'CB',
|
|
21
|
-
|
|
21
|
+
value: null,
|
|
22
22
|
isMultiple: false,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
key: 'CB',
|
|
45
|
-
tag: 'TexteLibre5',
|
|
46
|
-
isMultiple: false,
|
|
47
|
-
description: 'Commentaires type 1, ligne 5 (FTX)',
|
|
48
|
-
value: comment && ((_d = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _d !== void 0 ? _d : 0) > 2048 ? (0, _utils.textFormatting)(comment.slice(2048, 2560)) : null
|
|
23
|
+
tags: [{
|
|
24
|
+
tag: 'TexteLibre1',
|
|
25
|
+
description: 'Commentaires type 1, ligne 1 (FTX)',
|
|
26
|
+
value: (0, _utils.textFormatting)(comment, 512)
|
|
27
|
+
}, {
|
|
28
|
+
tag: 'TexteLibre2',
|
|
29
|
+
description: 'Commentaires type 1, ligne 2 (FTX)',
|
|
30
|
+
value: comment && ((_a = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _a !== void 0 ? _a : 0) > 512 ? (0, _utils.textFormatting)(comment.slice(512, 1024)) : null
|
|
31
|
+
}, {
|
|
32
|
+
tag: 'TexteLibre3',
|
|
33
|
+
description: 'Commentaires type 1, ligne 3 (FTX)',
|
|
34
|
+
value: comment && ((_b = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _b !== void 0 ? _b : 0) > 1024 ? (0, _utils.textFormatting)(comment.slice(1024, 1536)) : null
|
|
35
|
+
}, {
|
|
36
|
+
tag: 'TexteLibre4',
|
|
37
|
+
description: 'Commentaires type 1, ligne 4 (FTX)',
|
|
38
|
+
value: comment && ((_c = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _c !== void 0 ? _c : 0) > 1536 ? (0, _utils.textFormatting)(comment.slice(1536, 2048)) : null
|
|
39
|
+
}, {
|
|
40
|
+
tag: 'TexteLibre5',
|
|
41
|
+
description: 'Commentaires type 1, ligne 5 (FTX)',
|
|
42
|
+
value: comment && ((_d = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _d !== void 0 ? _d : 0) > 2048 ? (0, _utils.textFormatting)(comment.slice(2048, 2560)) : null
|
|
43
|
+
}]
|
|
49
44
|
}, {
|
|
50
45
|
key: 'CC',
|
|
51
46
|
tag: 'Valeur',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"century23.js","names":["getCerfa3514Century23RegistrationFields","_utils","require","data","comment","textFormatting","declaration","name","fields","key","tag","isMultiple","description","value","payment","byImputation","_a","length","slice","_b","_c","_d","shouldCancelAdvance","amountWanted","amountOfCredit","vatAmountToPay","vatAmountCollected","vatAmountDeductible","vatAmountQuarter","vatRefundedOnInvests"],"sources":["../../../../ts/utils/vat/3514/century23.ts"],"sourcesContent":["import { Cerfa3514_2022 } from '../../../types/Interface/api/cerfa/3514';\nimport { AsponeFormFields } from '../../../types/Interface/api/cerfa/ReadCerfa';\nimport { textFormatting } from '../utils';\n\nexport function getCerfa3514Century23RegistrationFields(data: Cerfa3514_2022): AsponeFormFields {\n const comment = textFormatting(data.declaration.comment);\n\n return [{\n name: '3514',\n fields: [\n {\n key: 'CA',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Paiement par imputation (CCI)',\n value: data.payment.byImputation ? 'X' : null,\n },\n {\n key: 'CB',\n
|
|
1
|
+
{"version":3,"file":"century23.js","names":["getCerfa3514Century23RegistrationFields","_utils","require","data","comment","textFormatting","declaration","name","fields","key","tag","isMultiple","description","value","payment","byImputation","tags","_a","length","slice","_b","_c","_d","shouldCancelAdvance","amountWanted","amountOfCredit","vatAmountToPay","vatAmountCollected","vatAmountDeductible","vatAmountQuarter","vatRefundedOnInvests"],"sources":["../../../../ts/utils/vat/3514/century23.ts"],"sourcesContent":["import { Cerfa3514_2022 } from '../../../types/Interface/api/cerfa/3514';\nimport { AsponeFormFields } from '../../../types/Interface/api/cerfa/ReadCerfa';\nimport { textFormatting } from '../utils';\n\nexport function getCerfa3514Century23RegistrationFields(data: Cerfa3514_2022): AsponeFormFields {\n const comment = textFormatting(data.declaration.comment);\n\n return [{\n name: '3514',\n fields: [\n {\n key: 'CA',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Paiement par imputation (CCI)',\n value: data.payment.byImputation ? 'X' : null,\n },\n {\n key: 'CB',\n value: null,\n isMultiple: false,\n tags: [\n {\n tag: 'TexteLibre1',\n description: 'Commentaires type 1, ligne 1 (FTX)',\n value: textFormatting(comment, 512),\n },\n {\n tag: 'TexteLibre2',\n description: 'Commentaires type 1, ligne 2 (FTX)',\n value: comment && (comment?.length ?? 0) > 512 ? textFormatting(comment.slice(512, 1024)) : null,\n },\n {\n tag: 'TexteLibre3',\n description: 'Commentaires type 1, ligne 3 (FTX)',\n value: comment && (comment?.length ?? 0) > 1024 ? textFormatting(comment.slice(1024, 1536)) : null,\n },\n {\n tag: 'TexteLibre4',\n description: 'Commentaires type 1, ligne 4 (FTX)',\n value: comment && (comment?.length ?? 0) > 1536 ? textFormatting(comment.slice(1536, 2048)) : null,\n },\n {\n tag: 'TexteLibre5',\n description: 'Commentaires type 1, ligne 5 (FTX)',\n value: comment && (comment?.length ?? 0) > 2048 ? textFormatting(comment.slice(2048, 2560)) : null,\n },\n ],\n },\n {\n key: 'CC',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Mention expresse (CCI)',\n value: comment && (comment?.length > 0) ? 'X' : null,\n },\n {\n key: 'DE',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Je demande la suspension du ou des acomptes restant à courir (CCI)',\n value: data.shouldCancelAdvance ? 'X' : null,\n },\n {\n key: 'HA',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Montant de l\\'acompte attendu ou modulé (MOA)',\n value: data.amountWanted,\n },\n {\n key: 'HB',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Montant du crédit ou de l\\'excédent de TVA, figurant sur la précédente déclaration CA12/CA12E, et à déduire éventuellement du montant de l\\'acompte attendu ou modulé (MOA)',\n value: data.amountOfCredit,\n },\n {\n key: 'HC',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Montant total de la TVA à payer à la place de l\\'acompte de TVA (MOA)',\n value: data.vatAmountToPay,\n },\n {\n key: 'IA',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Montant de la TVA collectée au titre du semestre (MOA)',\n value: data.vatAmountCollected,\n },\n {\n key: 'IB',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Montant de la TVA déductible au titre du semestre (MOA)',\n value: data.vatAmountDeductible,\n },\n {\n key: 'IC',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Crédit de TVA dégagé au titre du semestre (MOA)',\n value: data.vatAmountQuarter,\n },\n {\n key: 'ID',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Remboursement de la TVA sur investissements (MOA)',\n value: data.vatRefundedOnInvests,\n },\n ],\n }];\n}"],"mappings":"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"}
|
|
@@ -370,11 +370,10 @@ function getCerfa3517Century23Payload(accountingEntries, payload) {
|
|
|
370
370
|
return data;
|
|
371
371
|
}
|
|
372
372
|
function getCerfa3517CenturyRegistrationField(data) {
|
|
373
|
-
var _a, _b, _c, _d
|
|
373
|
+
var _a, _b, _c, _d;
|
|
374
374
|
const comment = (0, _utils.textFormatting)(data.declaration.comment);
|
|
375
|
-
let refund = [];
|
|
376
375
|
if (data.refund.asked > 0) {
|
|
377
|
-
|
|
376
|
+
return [{
|
|
378
377
|
name: '3517DDR',
|
|
379
378
|
fields: [{
|
|
380
379
|
key: 'AA',
|
|
@@ -408,22 +407,23 @@ function getCerfa3517CenturyRegistrationField(data) {
|
|
|
408
407
|
value: data.refund.reportable
|
|
409
408
|
}, {
|
|
410
409
|
key: 'AF',
|
|
411
|
-
|
|
410
|
+
value: null,
|
|
412
411
|
isMultiple: false,
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
412
|
+
tags: [{
|
|
413
|
+
tag: 'Designation',
|
|
414
|
+
description: 'NAD Nom et prénom du demandeur 100178 ',
|
|
415
|
+
value: (0, _utils.textFormatting)(data.refund.name, 35)
|
|
416
|
+
},
|
|
417
|
+
// {
|
|
418
|
+
// tag: 'DesignationSuite1',
|
|
419
|
+
// description: 'NAD Qualité du demandeur 100179 ',
|
|
420
|
+
// value: null,
|
|
421
|
+
// },
|
|
422
|
+
{
|
|
423
|
+
tag: 'AdresseVille',
|
|
424
|
+
description: 'NAD Lieu de dépôt de la demande 100184 ',
|
|
425
|
+
value: data.refund.place
|
|
426
|
+
}]
|
|
427
427
|
}, {
|
|
428
428
|
key: 'AG',
|
|
429
429
|
tag: 'Valeur',
|
|
@@ -444,58 +444,53 @@ function getCerfa3517CenturyRegistrationField(data) {
|
|
|
444
444
|
value: data.refund.shouldImpute ? 'X' : null
|
|
445
445
|
}, {
|
|
446
446
|
key: 'AK',
|
|
447
|
-
|
|
448
|
-
isMultiple: false,
|
|
449
|
-
description: 'FII Nom du titulaire du compte 100187 ',
|
|
450
|
-
value: null
|
|
451
|
-
}, {
|
|
452
|
-
key: 'AK',
|
|
453
|
-
tag: 'TitulaireDesignationSuite',
|
|
454
|
-
isMultiple: false,
|
|
455
|
-
description: 'FII Complément de nom du titulaire de compte 100188 ',
|
|
456
|
-
value: null
|
|
457
|
-
}, {
|
|
458
|
-
key: 'AK',
|
|
459
|
-
tag: 'Iban',
|
|
460
|
-
isMultiple: false,
|
|
461
|
-
description: 'FII IBAN IBAN: 34 caractères alphanumériques (INTERNATIONAL BANK ACCOUNT NUMBER) 902429 ',
|
|
462
|
-
value: data.bankAccount.iban ? (_a = (0, _utils.textFormatting)(data.bankAccount.iban.toUpperCase())) === null || _a === void 0 ? void 0 : _a.replace(/\s/g, '') : null
|
|
463
|
-
}, {
|
|
464
|
-
key: 'AK',
|
|
465
|
-
tag: 'Bic',
|
|
466
|
-
isMultiple: false,
|
|
467
|
-
description: 'FII BIC BIC : 8 ou 11 caractères alphanumériques (BANK IDENTIFIER CODE) 902409 ',
|
|
468
|
-
value: data.bankAccount.bic ? (0, _utils.textFormatting)(data.bankAccount.bic.toUpperCase()) : null
|
|
469
|
-
}, {
|
|
470
|
-
key: 'AL',
|
|
471
|
-
tag: 'TexteLibre1',
|
|
472
|
-
isMultiple: false,
|
|
473
|
-
description: 'FTX Commentaires type 1, ligne 1 1° zone de 512 c 100447 ',
|
|
474
|
-
value: null
|
|
475
|
-
}, {
|
|
476
|
-
key: 'AL',
|
|
477
|
-
tag: 'TexteLibre2',
|
|
478
|
-
isMultiple: false,
|
|
479
|
-
description: 'FTX Commentaires type 1, ligne 2 2° zone de 512 c 100547 ',
|
|
480
|
-
value: null
|
|
481
|
-
}, {
|
|
482
|
-
key: 'AL',
|
|
483
|
-
tag: 'TexteLibre3',
|
|
484
|
-
isMultiple: false,
|
|
485
|
-
description: 'FTX Commentaires type 1, ligne 3 3° zone de 512 c 100548 ',
|
|
486
|
-
value: null
|
|
487
|
-
}, {
|
|
488
|
-
key: 'AL',
|
|
489
|
-
tag: 'TexteLibre4',
|
|
447
|
+
value: null,
|
|
490
448
|
isMultiple: false,
|
|
491
|
-
|
|
492
|
-
|
|
449
|
+
tags: [{
|
|
450
|
+
tag: 'Iban',
|
|
451
|
+
description: 'FII IBAN IBAN: 34 caractères alphanumériques (INTERNATIONAL BANK ACCOUNT NUMBER) 902429 ',
|
|
452
|
+
value: 'DYNAMIC_IBAN'
|
|
453
|
+
}, {
|
|
454
|
+
tag: 'Bic',
|
|
455
|
+
description: 'FII BIC BIC : 8 ou 11 caractères alphanumériques (BANK IDENTIFIER CODE) 902409 ',
|
|
456
|
+
value: 'DYNAMIC_BIC'
|
|
457
|
+
}
|
|
458
|
+
// {
|
|
459
|
+
// tag: 'TitulaireDesignation',
|
|
460
|
+
// description: 'FII Nom du titulaire du compte 100187 ',
|
|
461
|
+
// value: null,
|
|
462
|
+
// },
|
|
463
|
+
// {
|
|
464
|
+
// tag: 'TitulaireDesignationSuite',
|
|
465
|
+
// description: 'FII Complément de nom du titulaire de compte 100188',
|
|
466
|
+
// value: null,
|
|
467
|
+
// },
|
|
468
|
+
]
|
|
493
469
|
}, {
|
|
494
470
|
key: 'AL',
|
|
495
|
-
|
|
471
|
+
value: null,
|
|
496
472
|
isMultiple: false,
|
|
497
|
-
|
|
498
|
-
|
|
473
|
+
tags: [{
|
|
474
|
+
tag: 'TexteLibre1',
|
|
475
|
+
description: 'FTX Commentaires type 1, ligne 1 1° zone de 512 c 100447 ',
|
|
476
|
+
value: null
|
|
477
|
+
}, {
|
|
478
|
+
tag: 'TexteLibre2',
|
|
479
|
+
description: 'FTX Commentaires type 1, ligne 2 2° zone de 512 c 100547 ',
|
|
480
|
+
value: null
|
|
481
|
+
}, {
|
|
482
|
+
tag: 'TexteLibre3',
|
|
483
|
+
description: 'FTX Commentaires type 1, ligne 3 3° zone de 512 c 100548 ',
|
|
484
|
+
value: null
|
|
485
|
+
}, {
|
|
486
|
+
tag: 'TexteLibre4',
|
|
487
|
+
description: 'FTX Commentaires type 1, ligne 4 4° zone de 512 c 100549 ',
|
|
488
|
+
value: null
|
|
489
|
+
}, {
|
|
490
|
+
tag: 'TexteLibre5',
|
|
491
|
+
description: 'FTX Commentaires type 1, ligne 5 5° zone de 512 c 100550 ',
|
|
492
|
+
value: null
|
|
493
|
+
}]
|
|
499
494
|
}, {
|
|
500
495
|
key: 'BA',
|
|
501
496
|
tag: 'Valeur',
|
|
@@ -606,33 +601,28 @@ function getCerfa3517CenturyRegistrationField(data) {
|
|
|
606
601
|
}, {
|
|
607
602
|
key: 'CA',
|
|
608
603
|
isMultiple: false,
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
key: 'CA',
|
|
632
|
-
isMultiple: false,
|
|
633
|
-
tag: 'TexteLibre5',
|
|
634
|
-
value: comment && ((_e = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _e !== void 0 ? _e : 0) > 2048 ? (0, _utils.textFormatting)(comment.slice(2048, 2560)) : null,
|
|
635
|
-
description: 'Commentaires type 1, ligne 5 1ère zone de 512 c 100550 '
|
|
604
|
+
value: null,
|
|
605
|
+
tags: [{
|
|
606
|
+
tag: 'TexteLibre1',
|
|
607
|
+
description: 'Commentaires type 1, ligne 1 5ème zone de 512 c 100447 ',
|
|
608
|
+
value: (0, _utils.textFormatting)(comment, 512)
|
|
609
|
+
}, {
|
|
610
|
+
tag: 'TexteLibre2',
|
|
611
|
+
description: 'Commentaires type 1, ligne 2 4ème zone de 512 c 100547 ',
|
|
612
|
+
value: comment && ((_a = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _a !== void 0 ? _a : 0) > 512 ? (0, _utils.textFormatting)(comment.slice(512, 1024)) : null
|
|
613
|
+
}, {
|
|
614
|
+
tag: 'TexteLibre3',
|
|
615
|
+
description: 'Commentaires type 1, ligne 3 3ème zone de 512 c 100548 ',
|
|
616
|
+
value: comment && ((_b = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _b !== void 0 ? _b : 0) > 1024 ? (0, _utils.textFormatting)(comment.slice(1024, 1536)) : null
|
|
617
|
+
}, {
|
|
618
|
+
tag: 'TexteLibre4',
|
|
619
|
+
description: 'Commentaires type 1, ligne 4 2ème zone de 512 c 100549 ',
|
|
620
|
+
value: comment && ((_c = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _c !== void 0 ? _c : 0) > 1536 ? (0, _utils.textFormatting)(comment.slice(1536, 2048)) : null
|
|
621
|
+
}, {
|
|
622
|
+
tag: 'TexteLibre5',
|
|
623
|
+
value: comment && ((_d = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _d !== void 0 ? _d : 0) > 2048 ? (0, _utils.textFormatting)(comment.slice(2048, 2560)) : null,
|
|
624
|
+
description: 'Commentaires type 1, ligne 5 1ère zone de 512 c 100550 '
|
|
625
|
+
}]
|
|
636
626
|
}, {
|
|
637
627
|
key: 'CG',
|
|
638
628
|
isMultiple: false,
|
|
@@ -1480,7 +1470,7 @@ function getCerfa3517CenturyRegistrationField(data) {
|
|
|
1480
1470
|
description: 'Taxe sur certaines dépenses de publicité (CGI, art. 302 bis MA) 907826 47',
|
|
1481
1471
|
value: data.tax.publicity
|
|
1482
1472
|
}]
|
|
1483
|
-
}
|
|
1473
|
+
}];
|
|
1484
1474
|
}
|
|
1485
1475
|
const cerfa3517Century23Fields = exports.cerfa3517Century23Fields = [{
|
|
1486
1476
|
sectionName: 'Général',
|
|
@@ -1832,7 +1822,7 @@ const cerfa3517Century23Fields = exports.cerfa3517Century23Fields = [{
|
|
|
1832
1822
|
type: 'number'
|
|
1833
1823
|
}, {
|
|
1834
1824
|
label: 'Crédit remboursable dégagé à la clôture de l’année ou de l’exercice',
|
|
1835
|
-
key: 'refund.
|
|
1825
|
+
key: 'refund.creditRefundable',
|
|
1836
1826
|
type: 'number'
|
|
1837
1827
|
}]
|
|
1838
1828
|
}];
|