@silexpert/core 1.3.72 → 1.3.73
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/dist/cjs/api/resources/Recurrence.d.ts +2 -2
- package/dist/cjs/api/resources/Recurrence.d.ts.map +1 -1
- package/dist/cjs/api/resources/Recurrence.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +61 -57
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/utils/prestation.d.ts.map +1 -1
- package/dist/cjs/utils/prestation.js +22 -16
- package/dist/cjs/utils/prestation.js.map +1 -1
- package/dist/cjs/utils/vat/registration.js.map +1 -1
- package/dist/mjs/api/resources/Recurrence.d.ts +2 -2
- package/dist/mjs/api/resources/Recurrence.d.ts.map +1 -1
- package/dist/mjs/api/resources/Recurrence.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +61 -57
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/utils/prestation.d.ts.map +1 -1
- package/dist/mjs/utils/prestation.js +20 -14
- package/dist/mjs/utils/prestation.js.map +1 -1
- package/dist/mjs/utils/vat/registration.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Recurrence.ts +1 -2
- package/ts/types/Enum/PrestationType.ts +61 -57
- package/ts/utils/prestation.ts +22 -15
- package/ts/utils/vat/registration.ts +4 -4
|
@@ -374,7 +374,7 @@ export const PrestationDetail = {
|
|
|
374
374
|
isComplementary: false,
|
|
375
375
|
signaturePosition: null,
|
|
376
376
|
signaturePage: null,
|
|
377
|
-
point:
|
|
377
|
+
point: 100,
|
|
378
378
|
},
|
|
379
379
|
STATUTS: {
|
|
380
380
|
id: 7,
|
|
@@ -393,7 +393,7 @@ export const PrestationDetail = {
|
|
|
393
393
|
isComplementary: false,
|
|
394
394
|
signaturePosition: null,
|
|
395
395
|
signaturePage: null,
|
|
396
|
-
point:
|
|
396
|
+
point: 50,
|
|
397
397
|
},
|
|
398
398
|
PV_AG: {
|
|
399
399
|
id: 8,
|
|
@@ -412,7 +412,7 @@ export const PrestationDetail = {
|
|
|
412
412
|
isComplementary: false,
|
|
413
413
|
signaturePosition: null,
|
|
414
414
|
signaturePage: null,
|
|
415
|
-
point:
|
|
415
|
+
point: 100,
|
|
416
416
|
},
|
|
417
417
|
BILAN_INTERMEDIAIRE: {
|
|
418
418
|
id: 9,
|
|
@@ -431,7 +431,7 @@ export const PrestationDetail = {
|
|
|
431
431
|
isComplementary: false,
|
|
432
432
|
signaturePosition: null,
|
|
433
433
|
signaturePage: null,
|
|
434
|
-
point:
|
|
434
|
+
point: 100,
|
|
435
435
|
},
|
|
436
436
|
FRUCTUCOMPTA_ASSISTANCE_EXPRESS: {
|
|
437
437
|
id: 10,
|
|
@@ -488,7 +488,7 @@ export const PrestationDetail = {
|
|
|
488
488
|
isComplementary: false,
|
|
489
489
|
signaturePosition: '400,54,569,90',
|
|
490
490
|
signaturePage: 5,
|
|
491
|
-
point:
|
|
491
|
+
point: 150,
|
|
492
492
|
},
|
|
493
493
|
TELEDECLARATION: {
|
|
494
494
|
id: 13,
|
|
@@ -507,7 +507,7 @@ export const PrestationDetail = {
|
|
|
507
507
|
isComplementary: false,
|
|
508
508
|
signaturePosition: null,
|
|
509
509
|
signaturePage: null,
|
|
510
|
-
point:
|
|
510
|
+
point: 50,
|
|
511
511
|
},
|
|
512
512
|
CREATION_SOCIETE: {
|
|
513
513
|
id: 15,
|
|
@@ -526,7 +526,7 @@ export const PrestationDetail = {
|
|
|
526
526
|
isComplementary: false,
|
|
527
527
|
signaturePosition: '400,54,569,90',
|
|
528
528
|
signaturePage: 6,
|
|
529
|
-
point:
|
|
529
|
+
point: 100,
|
|
530
530
|
},
|
|
531
531
|
JURIDIQUE: {
|
|
532
532
|
id: 16,
|
|
@@ -545,7 +545,7 @@ export const PrestationDetail = {
|
|
|
545
545
|
isComplementary: false,
|
|
546
546
|
signaturePosition: null,
|
|
547
547
|
signaturePage: null,
|
|
548
|
-
point:
|
|
548
|
+
point: 50,
|
|
549
549
|
},
|
|
550
550
|
MYFRUCTUCOMPTA_STATUT_EXPRESS: {
|
|
551
551
|
id: 17,
|
|
@@ -1020,7 +1020,7 @@ export const PrestationDetail = {
|
|
|
1020
1020
|
isComplementary: false,
|
|
1021
1021
|
signaturePosition: '400,54,569,90',
|
|
1022
1022
|
signaturePage: 5,
|
|
1023
|
-
point:
|
|
1023
|
+
point: 100,
|
|
1024
1024
|
},
|
|
1025
1025
|
COMPTA_ASSISTANCE: {
|
|
1026
1026
|
id: 45,
|
|
@@ -1077,7 +1077,7 @@ export const PrestationDetail = {
|
|
|
1077
1077
|
isComplementary: false,
|
|
1078
1078
|
signaturePosition: null,
|
|
1079
1079
|
signaturePage: null,
|
|
1080
|
-
point:
|
|
1080
|
+
point: 50,
|
|
1081
1081
|
},
|
|
1082
1082
|
ASSISTANCE_RECOUVREMENT: {
|
|
1083
1083
|
id: 48,
|
|
@@ -1096,6 +1096,7 @@ export const PrestationDetail = {
|
|
|
1096
1096
|
isComplementary: false,
|
|
1097
1097
|
signaturePosition: null,
|
|
1098
1098
|
signaturePage: null,
|
|
1099
|
+
point: 50,
|
|
1099
1100
|
},
|
|
1100
1101
|
AUGMENTATION_CAPITAL: {
|
|
1101
1102
|
id: 49,
|
|
@@ -1114,7 +1115,7 @@ export const PrestationDetail = {
|
|
|
1114
1115
|
isComplementary: false,
|
|
1115
1116
|
signaturePosition: null,
|
|
1116
1117
|
signaturePage: null,
|
|
1117
|
-
point:
|
|
1118
|
+
point: 50,
|
|
1118
1119
|
},
|
|
1119
1120
|
BAIL_COMMERCIAL: {
|
|
1120
1121
|
id: 50,
|
|
@@ -1228,7 +1229,7 @@ export const PrestationDetail = {
|
|
|
1228
1229
|
isComplementary: false,
|
|
1229
1230
|
signaturePosition: null,
|
|
1230
1231
|
signaturePage: null,
|
|
1231
|
-
point:
|
|
1232
|
+
point: 50,
|
|
1232
1233
|
},
|
|
1233
1234
|
CONSTITUTION_SOCIETE: {
|
|
1234
1235
|
id: 56,
|
|
@@ -1247,7 +1248,7 @@ export const PrestationDetail = {
|
|
|
1247
1248
|
isComplementary: false,
|
|
1248
1249
|
signaturePosition: null,
|
|
1249
1250
|
signaturePage: null,
|
|
1250
|
-
point:
|
|
1251
|
+
point: 50,
|
|
1251
1252
|
},
|
|
1252
1253
|
CONVENTION_DE_MISE_A_DISPOSITION_A_TITRE_GRATUIT: {
|
|
1253
1254
|
id: 57,
|
|
@@ -1380,7 +1381,7 @@ export const PrestationDetail = {
|
|
|
1380
1381
|
isComplementary: false,
|
|
1381
1382
|
signaturePosition: null,
|
|
1382
1383
|
signaturePage: null,
|
|
1383
|
-
point:
|
|
1384
|
+
point: 100,
|
|
1384
1385
|
},
|
|
1385
1386
|
INTEGRATION_FISCALE: {
|
|
1386
1387
|
id: 64,
|
|
@@ -1494,7 +1495,7 @@ export const PrestationDetail = {
|
|
|
1494
1495
|
isComplementary: false,
|
|
1495
1496
|
signaturePosition: null,
|
|
1496
1497
|
signaturePage: null,
|
|
1497
|
-
point:
|
|
1498
|
+
point: 50,
|
|
1498
1499
|
},
|
|
1499
1500
|
REDUCTION_DU_CAPITAL: {
|
|
1500
1501
|
id: 70,
|
|
@@ -1589,7 +1590,7 @@ export const PrestationDetail = {
|
|
|
1589
1590
|
isComplementary: false,
|
|
1590
1591
|
signaturePosition: null,
|
|
1591
1592
|
signaturePage: null,
|
|
1592
|
-
point:
|
|
1593
|
+
point: 50,
|
|
1593
1594
|
},
|
|
1594
1595
|
TRANSFERT_SIEGE_SOCIAL_SASU_EURL: {
|
|
1595
1596
|
id: 75,
|
|
@@ -1627,7 +1628,7 @@ export const PrestationDetail = {
|
|
|
1627
1628
|
isComplementary: false,
|
|
1628
1629
|
signaturePosition: null,
|
|
1629
1630
|
signaturePage: null,
|
|
1630
|
-
point:
|
|
1631
|
+
point: 50,
|
|
1631
1632
|
},
|
|
1632
1633
|
TRANSMISSION_UNIVERSELLE_PATRIMOINE_ASSOCIE_UNIQUE_EURL_SASU: {
|
|
1633
1634
|
id: 77,
|
|
@@ -1646,7 +1647,7 @@ export const PrestationDetail = {
|
|
|
1646
1647
|
isComplementary: false,
|
|
1647
1648
|
signaturePosition: null,
|
|
1648
1649
|
signaturePage: null,
|
|
1649
|
-
point:
|
|
1650
|
+
point: 50,
|
|
1650
1651
|
},
|
|
1651
1652
|
BULLETIONS_SALAIRE: {
|
|
1652
1653
|
id: 78,
|
|
@@ -1665,7 +1666,7 @@ export const PrestationDetail = {
|
|
|
1665
1666
|
isComplementary: false,
|
|
1666
1667
|
signaturePosition: null,
|
|
1667
1668
|
signaturePage: null,
|
|
1668
|
-
point:
|
|
1669
|
+
point: 50,
|
|
1669
1670
|
},
|
|
1670
1671
|
DSN: {
|
|
1671
1672
|
id: 79,
|
|
@@ -1684,7 +1685,7 @@ export const PrestationDetail = {
|
|
|
1684
1685
|
isComplementary: false,
|
|
1685
1686
|
signaturePosition: null,
|
|
1686
1687
|
signaturePage: null,
|
|
1687
|
-
point:
|
|
1688
|
+
point: 50,
|
|
1688
1689
|
},
|
|
1689
1690
|
CREATION_DOSSIER_INFORMATIQUE_PAR_SALARIE: {
|
|
1690
1691
|
id: 80,
|
|
@@ -1703,7 +1704,7 @@ export const PrestationDetail = {
|
|
|
1703
1704
|
isComplementary: false,
|
|
1704
1705
|
signaturePosition: null,
|
|
1705
1706
|
signaturePage: null,
|
|
1706
|
-
point:
|
|
1707
|
+
point: 50,
|
|
1707
1708
|
},
|
|
1708
1709
|
ETABLISSEMENT_CONTRAT_TRAVAIL: {
|
|
1709
1710
|
id: 81,
|
|
@@ -1722,7 +1723,7 @@ export const PrestationDetail = {
|
|
|
1722
1723
|
isComplementary: false,
|
|
1723
1724
|
signaturePosition: null,
|
|
1724
1725
|
signaturePage: null,
|
|
1725
|
-
point:
|
|
1726
|
+
point: 50,
|
|
1726
1727
|
},
|
|
1727
1728
|
ATTESTATION_SALAIRE: {
|
|
1728
1729
|
id: 82,
|
|
@@ -1741,7 +1742,7 @@ export const PrestationDetail = {
|
|
|
1741
1742
|
isComplementary: false,
|
|
1742
1743
|
signaturePosition: null,
|
|
1743
1744
|
signaturePage: null,
|
|
1744
|
-
point:
|
|
1745
|
+
point: 50,
|
|
1745
1746
|
},
|
|
1746
1747
|
ADHESION_ORGANISMES_COTISATIONS_OBLIGATOIRES: {
|
|
1747
1748
|
id: 83,
|
|
@@ -1760,7 +1761,7 @@ export const PrestationDetail = {
|
|
|
1760
1761
|
isComplementary: false,
|
|
1761
1762
|
signaturePosition: null,
|
|
1762
1763
|
signaturePage: null,
|
|
1763
|
-
point:
|
|
1764
|
+
point: 50,
|
|
1764
1765
|
},
|
|
1765
1766
|
TAXE_APPRENTISSAGE_ET_FORMATION_CONTINUE: {
|
|
1766
1767
|
id: 84,
|
|
@@ -1779,7 +1780,7 @@ export const PrestationDetail = {
|
|
|
1779
1780
|
isComplementary: false,
|
|
1780
1781
|
signaturePosition: null,
|
|
1781
1782
|
signaturePage: null,
|
|
1782
|
-
point:
|
|
1783
|
+
point: 50,
|
|
1783
1784
|
},
|
|
1784
1785
|
DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE: {
|
|
1785
1786
|
id: 85,
|
|
@@ -1874,7 +1875,7 @@ export const PrestationDetail = {
|
|
|
1874
1875
|
isComplementary: true,
|
|
1875
1876
|
signaturePosition: null,
|
|
1876
1877
|
signaturePage: null,
|
|
1877
|
-
point:
|
|
1878
|
+
point: 50,
|
|
1878
1879
|
},
|
|
1879
1880
|
EVALUATION: {
|
|
1880
1881
|
id: 90,
|
|
@@ -1969,7 +1970,7 @@ export const PrestationDetail = {
|
|
|
1969
1970
|
isComplementary: false,
|
|
1970
1971
|
signaturePosition: null,
|
|
1971
1972
|
signaturePage: null,
|
|
1972
|
-
point:
|
|
1973
|
+
point: 50,
|
|
1973
1974
|
},
|
|
1974
1975
|
// FIXME: Doublon ?
|
|
1975
1976
|
ATTESTATION_NON_REMUNERATION: {
|
|
@@ -1989,7 +1990,7 @@ export const PrestationDetail = {
|
|
|
1989
1990
|
isComplementary: false,
|
|
1990
1991
|
signaturePosition: null,
|
|
1991
1992
|
signaturePage: null,
|
|
1992
|
-
point:
|
|
1993
|
+
point: 50,
|
|
1993
1994
|
},
|
|
1994
1995
|
ATTESTATION_CA: {
|
|
1995
1996
|
id: 97,
|
|
@@ -2312,7 +2313,7 @@ export const PrestationDetail = {
|
|
|
2312
2313
|
isComplementary: false,
|
|
2313
2314
|
signaturePosition: null,
|
|
2314
2315
|
signaturePage: null,
|
|
2315
|
-
point:
|
|
2316
|
+
point: 50,
|
|
2316
2317
|
},
|
|
2317
2318
|
DOCUMENTS_DE_SORTIE: {
|
|
2318
2319
|
id: 117,
|
|
@@ -2331,7 +2332,7 @@ export const PrestationDetail = {
|
|
|
2331
2332
|
isComplementary: false,
|
|
2332
2333
|
signaturePosition: null,
|
|
2333
2334
|
signaturePage: null,
|
|
2334
|
-
point:
|
|
2335
|
+
point: 50,
|
|
2335
2336
|
},
|
|
2336
2337
|
DPAE: {
|
|
2337
2338
|
id: 118,
|
|
@@ -2350,7 +2351,7 @@ export const PrestationDetail = {
|
|
|
2350
2351
|
isComplementary: false,
|
|
2351
2352
|
signaturePosition: null,
|
|
2352
2353
|
signaturePage: null,
|
|
2353
|
-
point:
|
|
2354
|
+
point: 50,
|
|
2354
2355
|
},
|
|
2355
2356
|
ADHESION_AUX_ORGANISMES_OBLIGATOIRES: {
|
|
2356
2357
|
id: 119,
|
|
@@ -2369,7 +2370,7 @@ export const PrestationDetail = {
|
|
|
2369
2370
|
isComplementary: false,
|
|
2370
2371
|
signaturePosition: null,
|
|
2371
2372
|
signaturePage: null,
|
|
2372
|
-
point:
|
|
2373
|
+
point: 50,
|
|
2373
2374
|
},
|
|
2374
2375
|
AVENANT_CONTRAT_DE_TRAVAIL: {
|
|
2375
2376
|
id: 120,
|
|
@@ -2483,7 +2484,7 @@ export const PrestationDetail = {
|
|
|
2483
2484
|
isComplementary: false,
|
|
2484
2485
|
signaturePosition: null,
|
|
2485
2486
|
signaturePage: null,
|
|
2486
|
-
point:
|
|
2487
|
+
point: 50,
|
|
2487
2488
|
},
|
|
2488
2489
|
TVS: {
|
|
2489
2490
|
id: 126,
|
|
@@ -2787,7 +2788,7 @@ export const PrestationDetail = {
|
|
|
2787
2788
|
isComplementary: false,
|
|
2788
2789
|
signaturePosition: null,
|
|
2789
2790
|
signaturePage: null,
|
|
2790
|
-
point:
|
|
2791
|
+
point: 50,
|
|
2791
2792
|
},
|
|
2792
2793
|
DOC_WORD: {
|
|
2793
2794
|
id: 143,
|
|
@@ -2806,7 +2807,7 @@ export const PrestationDetail = {
|
|
|
2806
2807
|
isComplementary: false,
|
|
2807
2808
|
signaturePosition: null,
|
|
2808
2809
|
signaturePage: null,
|
|
2809
|
-
point:
|
|
2810
|
+
point: 50,
|
|
2810
2811
|
},
|
|
2811
2812
|
ENVOI_POSTAL: {
|
|
2812
2813
|
id: 144,
|
|
@@ -2825,7 +2826,7 @@ export const PrestationDetail = {
|
|
|
2825
2826
|
isComplementary: false,
|
|
2826
2827
|
signaturePosition: null,
|
|
2827
2828
|
signaturePage: null,
|
|
2828
|
-
point:
|
|
2829
|
+
point: 50,
|
|
2829
2830
|
},
|
|
2830
2831
|
DECLARATION_SOCIALE_NOMINATIVE: {
|
|
2831
2832
|
id: 145,
|
|
@@ -2844,7 +2845,7 @@ export const PrestationDetail = {
|
|
|
2844
2845
|
isComplementary: false,
|
|
2845
2846
|
signaturePosition: null,
|
|
2846
2847
|
signaturePage: null,
|
|
2847
|
-
point:
|
|
2848
|
+
point: 50,
|
|
2848
2849
|
},
|
|
2849
2850
|
SOLDE_TOUT_COMPTE_ET_ATTESTATION_ASSEDIC_ET_ATTESTATION_EMPLOI_SALARIE: {
|
|
2850
2851
|
id: 146,
|
|
@@ -2863,7 +2864,7 @@ export const PrestationDetail = {
|
|
|
2863
2864
|
isComplementary: false,
|
|
2864
2865
|
signaturePosition: null,
|
|
2865
2866
|
signaturePage: null,
|
|
2866
|
-
point:
|
|
2867
|
+
point: 50,
|
|
2867
2868
|
},
|
|
2868
2869
|
ETABLISSEMENT_DECLARATION_PREALABLE_A_L_EMBAUCHE: {
|
|
2869
2870
|
id: 147,
|
|
@@ -2882,7 +2883,7 @@ export const PrestationDetail = {
|
|
|
2882
2883
|
isComplementary: false,
|
|
2883
2884
|
signaturePosition: null,
|
|
2884
2885
|
signaturePage: null,
|
|
2885
|
-
point:
|
|
2886
|
+
point: 50,
|
|
2886
2887
|
},
|
|
2887
2888
|
COMPTA_MICRO: {
|
|
2888
2889
|
id: 185,
|
|
@@ -2996,7 +2997,7 @@ export const PrestationDetail = {
|
|
|
2996
2997
|
isComplementary: false,
|
|
2997
2998
|
signaturePosition: null,
|
|
2998
2999
|
signaturePage: null,
|
|
2999
|
-
point:
|
|
3000
|
+
point: 50,
|
|
3000
3001
|
},
|
|
3001
3002
|
DEMANDE_CREATION_SOCIETE_SUPPLEMENTAIRE: {
|
|
3002
3003
|
id: 191,
|
|
@@ -3015,7 +3016,7 @@ export const PrestationDetail = {
|
|
|
3015
3016
|
isComplementary: false,
|
|
3016
3017
|
signaturePosition: null,
|
|
3017
3018
|
signaturePage: null,
|
|
3018
|
-
point:
|
|
3019
|
+
point: 50,
|
|
3019
3020
|
},
|
|
3020
3021
|
DISSOLUTION_LIQUIDATION: {
|
|
3021
3022
|
id: 192,
|
|
@@ -3053,7 +3054,7 @@ export const PrestationDetail = {
|
|
|
3053
3054
|
isComplementary: false,
|
|
3054
3055
|
signaturePosition: null,
|
|
3055
3056
|
signaturePage: null,
|
|
3056
|
-
point:
|
|
3057
|
+
point: 50,
|
|
3057
3058
|
},
|
|
3058
3059
|
COMPTA_STARTER_PRO: {
|
|
3059
3060
|
id: 194,
|
|
@@ -3262,7 +3263,7 @@ export const PrestationDetail = {
|
|
|
3262
3263
|
isComplementary: false,
|
|
3263
3264
|
signaturePosition: null,
|
|
3264
3265
|
signaturePage: null,
|
|
3265
|
-
point:
|
|
3266
|
+
point: 50,
|
|
3266
3267
|
},
|
|
3267
3268
|
COMPTA_POURCENTAGE_PREMIUM: {
|
|
3268
3269
|
id: 205,
|
|
@@ -3300,7 +3301,7 @@ export const PrestationDetail = {
|
|
|
3300
3301
|
isComplementary: false,
|
|
3301
3302
|
signaturePosition: '400,54,569,90',
|
|
3302
3303
|
signaturePage: null,
|
|
3303
|
-
point:
|
|
3304
|
+
point: 100,
|
|
3304
3305
|
},
|
|
3305
3306
|
COMPTA_POURCENTAGE_EXPRESS: {
|
|
3306
3307
|
id: 207,
|
|
@@ -3357,7 +3358,7 @@ export const PrestationDetail = {
|
|
|
3357
3358
|
isComplementary: false,
|
|
3358
3359
|
signaturePosition: '400,54,569,90',
|
|
3359
3360
|
signaturePage: 7,
|
|
3360
|
-
point:
|
|
3361
|
+
point: 50,
|
|
3361
3362
|
},
|
|
3362
3363
|
FRAIS_DE_GREFFE: {
|
|
3363
3364
|
id: 210,
|
|
@@ -3376,7 +3377,7 @@ export const PrestationDetail = {
|
|
|
3376
3377
|
isComplementary: false,
|
|
3377
3378
|
signaturePosition: '',
|
|
3378
3379
|
signaturePage: 0,
|
|
3379
|
-
point:
|
|
3380
|
+
point: 50,
|
|
3380
3381
|
},
|
|
3381
3382
|
ASSURANCE_CONTROLE_FISCAL: {
|
|
3382
3383
|
id: 211,
|
|
@@ -3414,7 +3415,7 @@ export const PrestationDetail = {
|
|
|
3414
3415
|
isComplementary: false,
|
|
3415
3416
|
signaturePosition: '',
|
|
3416
3417
|
signaturePage: null,
|
|
3417
|
-
point:
|
|
3418
|
+
point: 50,
|
|
3418
3419
|
},
|
|
3419
3420
|
STATUTS_OPTION_1: {
|
|
3420
3421
|
id: PrestationType.STATUTS_OPTION_1,
|
|
@@ -3433,7 +3434,7 @@ export const PrestationDetail = {
|
|
|
3433
3434
|
isComplementary: false,
|
|
3434
3435
|
signaturePosition: '',
|
|
3435
3436
|
signaturePage: null,
|
|
3436
|
-
point:
|
|
3437
|
+
point: 50,
|
|
3437
3438
|
},
|
|
3438
3439
|
STATUTS_OPTION_2: {
|
|
3439
3440
|
id: PrestationType.STATUTS_OPTION_2,
|
|
@@ -3452,7 +3453,7 @@ export const PrestationDetail = {
|
|
|
3452
3453
|
isComplementary: false,
|
|
3453
3454
|
signaturePosition: '',
|
|
3454
3455
|
signaturePage: null,
|
|
3455
|
-
point:
|
|
3456
|
+
point: 50,
|
|
3456
3457
|
},
|
|
3457
3458
|
STATUTS_OPTION_AE: {
|
|
3458
3459
|
id: PrestationType.STATUTS_OPTION_AE,
|
|
@@ -3471,7 +3472,7 @@ export const PrestationDetail = {
|
|
|
3471
3472
|
isComplementary: false,
|
|
3472
3473
|
signaturePosition: '',
|
|
3473
3474
|
signaturePage: null,
|
|
3474
|
-
point:
|
|
3475
|
+
point: 50,
|
|
3475
3476
|
},
|
|
3476
3477
|
COMPTA_MICRO_KLEMS: {
|
|
3477
3478
|
id: PrestationType.COMPTA_MICRO_KLEMS,
|
|
@@ -3623,7 +3624,7 @@ export const PrestationDetail = {
|
|
|
3623
3624
|
isComplementary: false,
|
|
3624
3625
|
signaturePosition: '400,54,569,90',
|
|
3625
3626
|
signaturePage: null,
|
|
3626
|
-
point:
|
|
3627
|
+
point: 100,
|
|
3627
3628
|
},
|
|
3628
3629
|
CONSULTING_HOUR: {
|
|
3629
3630
|
id: PrestationType.CONSULTING_HOUR,
|
|
@@ -3642,7 +3643,7 @@ export const PrestationDetail = {
|
|
|
3642
3643
|
isComplementary: false,
|
|
3643
3644
|
signaturePosition: '',
|
|
3644
3645
|
signaturePage: null,
|
|
3645
|
-
point:
|
|
3646
|
+
point: 50,
|
|
3646
3647
|
},
|
|
3647
3648
|
BILLING: {
|
|
3648
3649
|
id: PrestationType.BILLING,
|
|
@@ -3661,8 +3662,9 @@ export const PrestationDetail = {
|
|
|
3661
3662
|
isComplementary: false,
|
|
3662
3663
|
signaturePosition: '400,54,569,90',
|
|
3663
3664
|
signaturePage: 7,
|
|
3664
|
-
point:
|
|
3665
|
+
point: 200,
|
|
3665
3666
|
},
|
|
3667
|
+
//Software
|
|
3666
3668
|
STEERING: {
|
|
3667
3669
|
id: PrestationType.STEERING,
|
|
3668
3670
|
name: 'Pilotage',
|
|
@@ -3682,6 +3684,7 @@ export const PrestationDetail = {
|
|
|
3682
3684
|
signaturePage: 7,
|
|
3683
3685
|
point: 200,
|
|
3684
3686
|
},
|
|
3687
|
+
//Software
|
|
3685
3688
|
VAT: {
|
|
3686
3689
|
id: PrestationType.VAT,
|
|
3687
3690
|
name: 'TVA',
|
|
@@ -3701,6 +3704,7 @@ export const PrestationDetail = {
|
|
|
3701
3704
|
signaturePage: 7,
|
|
3702
3705
|
point: 200,
|
|
3703
3706
|
},
|
|
3707
|
+
//Software
|
|
3704
3708
|
BALANCESHEET: {
|
|
3705
3709
|
id: PrestationType.BALANCESHEET,
|
|
3706
3710
|
name: 'Bilan',
|
|
@@ -3737,7 +3741,7 @@ export const PrestationDetail = {
|
|
|
3737
3741
|
isComplementary: false,
|
|
3738
3742
|
signaturePosition: '400,54,569,90',
|
|
3739
3743
|
signaturePage: 7, //???
|
|
3740
|
-
point: 200,
|
|
3744
|
+
point: 200,
|
|
3741
3745
|
},
|
|
3742
3746
|
SUPPORT: {
|
|
3743
3747
|
id: PrestationType.SUPPORT,
|
|
@@ -3756,7 +3760,7 @@ export const PrestationDetail = {
|
|
|
3756
3760
|
isComplementary: false,
|
|
3757
3761
|
signaturePosition: '400,54,569,90',
|
|
3758
3762
|
signaturePage: 7, //???
|
|
3759
|
-
point: 200,
|
|
3763
|
+
point: 200,
|
|
3760
3764
|
},
|
|
3761
3765
|
PREMIUM: {
|
|
3762
3766
|
id: PrestationType.PREMIUM,
|
|
@@ -3775,7 +3779,7 @@ export const PrestationDetail = {
|
|
|
3775
3779
|
isComplementary: false,
|
|
3776
3780
|
signaturePosition: '400,54,569,90',
|
|
3777
3781
|
signaturePage: 7, //???
|
|
3778
|
-
point:
|
|
3782
|
+
point: 400,
|
|
3779
3783
|
},
|
|
3780
3784
|
CUSTOM_MADE: {
|
|
3781
3785
|
id: PrestationType.CUSTOM_MADE,
|
|
@@ -3794,7 +3798,7 @@ export const PrestationDetail = {
|
|
|
3794
3798
|
isComplementary: false,
|
|
3795
3799
|
signaturePosition: '400,54,569,90',
|
|
3796
3800
|
signaturePage: 7, //???
|
|
3797
|
-
point:
|
|
3801
|
+
point: 400,
|
|
3798
3802
|
},
|
|
3799
3803
|
EI: {
|
|
3800
3804
|
id: PrestationType.EI,
|