@silexpert/core 1.3.204 → 1.3.205-2
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/Transaction.d.ts +1 -0
- package/dist/cjs/api/resources/Transaction.d.ts.map +1 -1
- package/dist/cjs/api/resources/Transaction.js +3 -0
- package/dist/cjs/api/resources/Transaction.js.map +1 -1
- package/dist/cjs/api/resources/UsersHistory.d.ts +11 -0
- package/dist/cjs/api/resources/UsersHistory.d.ts.map +1 -0
- package/dist/cjs/api/resources/UsersHistory.js +26 -0
- package/dist/cjs/api/resources/UsersHistory.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +2 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +2 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts +11 -0
- package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +84 -68
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Enum/SocietyApproval.js +6 -6
- package/dist/cjs/types/Enum/SocietyApproval.js.map +1 -1
- package/dist/cjs/types/Enum/UsersHistory.d.ts +16 -0
- package/dist/cjs/types/Enum/UsersHistory.d.ts.map +1 -0
- package/dist/cjs/types/Enum/UsersHistory.js +38 -0
- package/dist/cjs/types/Enum/UsersHistory.js.map +1 -0
- package/dist/cjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts +13 -0
- package/dist/cjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +14 -1
- package/dist/cjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/dist/cjs/types/Interface/api/usersHistory/Create.d.ts +8 -0
- package/dist/cjs/types/Interface/api/usersHistory/Create.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/usersHistory/Create.js +35 -0
- package/dist/cjs/types/Interface/api/usersHistory/Create.js.map +1 -0
- package/dist/cjs/types/Interface/api/usersHistory/Update.d.ts +7 -0
- package/dist/cjs/types/Interface/api/usersHistory/Update.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/usersHistory/Update.js +31 -0
- package/dist/cjs/types/Interface/api/usersHistory/Update.js.map +1 -0
- package/dist/cjs/types/Interface/models/IUsersHistory.d.ts +14 -0
- package/dist/cjs/types/Interface/models/IUsersHistory.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IUsersHistory.js +3 -0
- package/dist/cjs/types/Interface/models/IUsersHistory.js.map +1 -0
- package/dist/cjs/types/index.d.ts +4 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +4 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/societyApproval.d.ts.map +1 -1
- package/dist/cjs/utils/societyApproval.js +22 -19
- package/dist/cjs/utils/societyApproval.js.map +1 -1
- package/dist/mjs/api/resources/Transaction.d.ts +1 -0
- package/dist/mjs/api/resources/Transaction.d.ts.map +1 -1
- package/dist/mjs/api/resources/Transaction.js +3 -0
- package/dist/mjs/api/resources/Transaction.js.map +1 -1
- package/dist/mjs/api/resources/UsersHistory.d.ts +11 -0
- package/dist/mjs/api/resources/UsersHistory.d.ts.map +1 -0
- package/dist/mjs/api/resources/UsersHistory.js +28 -0
- package/dist/mjs/api/resources/UsersHistory.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +2 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +2 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts +11 -0
- package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +83 -67
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Enum/SocietyApproval.js +6 -6
- package/dist/mjs/types/Enum/SocietyApproval.js.map +1 -1
- package/dist/mjs/types/Enum/UsersHistory.d.ts +16 -0
- package/dist/mjs/types/Enum/UsersHistory.d.ts.map +1 -0
- package/dist/mjs/types/Enum/UsersHistory.js +35 -0
- package/dist/mjs/types/Enum/UsersHistory.js.map +1 -0
- package/dist/mjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts +13 -0
- package/dist/mjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +16 -2
- package/dist/mjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/dist/mjs/types/Interface/api/usersHistory/Create.d.ts +8 -0
- package/dist/mjs/types/Interface/api/usersHistory/Create.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/usersHistory/Create.js +34 -0
- package/dist/mjs/types/Interface/api/usersHistory/Create.js.map +1 -0
- package/dist/mjs/types/Interface/api/usersHistory/Update.d.ts +7 -0
- package/dist/mjs/types/Interface/api/usersHistory/Update.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/usersHistory/Update.js +29 -0
- package/dist/mjs/types/Interface/api/usersHistory/Update.js.map +1 -0
- package/dist/mjs/types/Interface/models/IUsersHistory.d.ts +14 -0
- package/dist/mjs/types/Interface/models/IUsersHistory.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IUsersHistory.js +2 -0
- package/dist/mjs/types/Interface/models/IUsersHistory.js.map +1 -0
- package/dist/mjs/types/index.d.ts +4 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +4 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/societyApproval.d.ts.map +1 -1
- package/dist/mjs/utils/societyApproval.js +6 -3
- package/dist/mjs/utils/societyApproval.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Transaction.ts +3 -0
- package/ts/api/resources/UsersHistory.ts +35 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/PrestationType.ts +84 -67
- package/ts/types/Enum/SocietyApproval.ts +6 -6
- package/ts/types/Enum/UsersHistory.ts +38 -0
- package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +18 -2
- package/ts/types/Interface/api/usersHistory/Create.ts +21 -0
- package/ts/types/Interface/api/usersHistory/Update.ts +17 -0
- package/ts/types/Interface/models/IUsersHistory.ts +17 -0
- package/ts/types/index.ts +5 -0
- package/ts/utils/societyApproval.ts +10 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PrestationTypeDetail = exports.PrestationPermissions = exports.PrestationDetail = exports.ClementineSubscriptionAccountancyPrestations = exports.ClementineSubscriptionAccountancySoftwarePrestations = exports.plaquettesWith2025Templates = exports.ClementineSubscriptionAccountancyExpertPrestations = exports.allPrestations2025WithCGV = exports.allPrestations2025WithBrochure = exports.allPrestationsWithBrochure = exports.OWN_VAT_PRESTATIONS = exports.PrestationType = void 0;
|
|
3
|
+
exports.PrestationTypeDetail = exports.PrestationPermissions = exports.PrestationDetail = exports.PcaType = exports.ClementineSubscriptionAccountancyPrestations = exports.ClementineJuridicalPvAgPrestations = exports.ClementineSubscriptionAccountancySoftwarePrestations = exports.plaquettesWith2025Templates = exports.ClementineSubscriptionAccountancyExpertPrestations = exports.allPrestations2025WithCGV = exports.allPrestations2025WithBrochure = exports.allPrestationsWithBrochure = exports.OWN_VAT_PRESTATIONS = exports.PrestationType = void 0;
|
|
4
4
|
var PrestationType;
|
|
5
5
|
(function (PrestationType) {
|
|
6
6
|
PrestationType[PrestationType["MYFRUCTUCOMPTA"] = 1] = "MYFRUCTUCOMPTA";
|
|
@@ -300,10 +300,26 @@ exports.ClementineSubscriptionAccountancySoftwarePrestations = [
|
|
|
300
300
|
PrestationType.VAT,
|
|
301
301
|
PrestationType.BALANCESHEET,
|
|
302
302
|
];
|
|
303
|
+
exports.ClementineJuridicalPvAgPrestations = [
|
|
304
|
+
PrestationType.PV_AG,
|
|
305
|
+
PrestationType.JURIDIQUE,
|
|
306
|
+
PrestationType.GESTION_JURIDIQUE,
|
|
307
|
+
];
|
|
303
308
|
exports.ClementineSubscriptionAccountancyPrestations = [
|
|
304
309
|
...exports.ClementineSubscriptionAccountancyExpertPrestations,
|
|
305
310
|
...exports.ClementineSubscriptionAccountancySoftwarePrestations,
|
|
306
311
|
];
|
|
312
|
+
/**
|
|
313
|
+
* PCA Type Enum
|
|
314
|
+
* Represents the two categories of Professional Client Accounts (PCA)
|
|
315
|
+
* - ACCOUNTING (1): For accounting-related PCA
|
|
316
|
+
* - LEGAL (2): For legal-related PCA
|
|
317
|
+
*/
|
|
318
|
+
var PcaType;
|
|
319
|
+
(function (PcaType) {
|
|
320
|
+
PcaType[PcaType["ACCOUNTING"] = 1] = "ACCOUNTING";
|
|
321
|
+
PcaType[PcaType["LEGAL"] = 2] = "LEGAL";
|
|
322
|
+
})(PcaType || (exports.PcaType = PcaType = {}));
|
|
307
323
|
/**
|
|
308
324
|
* @deprecated
|
|
309
325
|
* @description Don't use this ENUM but use model prestationList
|
|
@@ -327,7 +343,7 @@ exports.PrestationDetail = {
|
|
|
327
343
|
signaturePosition: null,
|
|
328
344
|
signaturePage: null,
|
|
329
345
|
point: 0,
|
|
330
|
-
listPcaTypes: [
|
|
346
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
331
347
|
},
|
|
332
348
|
FRUCTUCOMPTA: {
|
|
333
349
|
id: 2,
|
|
@@ -347,7 +363,7 @@ exports.PrestationDetail = {
|
|
|
347
363
|
signaturePosition: null,
|
|
348
364
|
signaturePage: null,
|
|
349
365
|
point: 0,
|
|
350
|
-
listPcaTypes: [
|
|
366
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
351
367
|
},
|
|
352
368
|
FRUCTUCOMPTAEXPRESS: {
|
|
353
369
|
id: 3,
|
|
@@ -367,7 +383,7 @@ exports.PrestationDetail = {
|
|
|
367
383
|
signaturePosition: null,
|
|
368
384
|
signaturePage: null,
|
|
369
385
|
point: 0,
|
|
370
|
-
listPcaTypes: [
|
|
386
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
371
387
|
},
|
|
372
388
|
FRUCTUCOMPTA_ASSISTANCE: {
|
|
373
389
|
id: 4,
|
|
@@ -387,7 +403,7 @@ exports.PrestationDetail = {
|
|
|
387
403
|
signaturePosition: null,
|
|
388
404
|
signaturePage: null,
|
|
389
405
|
point: 0,
|
|
390
|
-
listPcaTypes: [
|
|
406
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
391
407
|
},
|
|
392
408
|
FRUCTUPAIE: {
|
|
393
409
|
id: 5,
|
|
@@ -464,7 +480,7 @@ exports.PrestationDetail = {
|
|
|
464
480
|
signaturePosition: null,
|
|
465
481
|
signaturePage: null,
|
|
466
482
|
point: 100,
|
|
467
|
-
listPcaTypes: [
|
|
483
|
+
listPcaTypes: [PcaType.LEGAL],
|
|
468
484
|
},
|
|
469
485
|
BILAN_INTERMEDIAIRE: {
|
|
470
486
|
id: 9,
|
|
@@ -503,7 +519,7 @@ exports.PrestationDetail = {
|
|
|
503
519
|
signaturePosition: null,
|
|
504
520
|
signaturePage: null,
|
|
505
521
|
point: 0,
|
|
506
|
-
listPcaTypes: [
|
|
522
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
507
523
|
},
|
|
508
524
|
MYFRUCTUCOMPTA_EXPRESS: {
|
|
509
525
|
id: 11,
|
|
@@ -523,7 +539,7 @@ exports.PrestationDetail = {
|
|
|
523
539
|
signaturePosition: null,
|
|
524
540
|
signaturePage: null,
|
|
525
541
|
point: 0,
|
|
526
|
-
listPcaTypes: [
|
|
542
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
527
543
|
},
|
|
528
544
|
SOCIAL: {
|
|
529
545
|
id: 12,
|
|
@@ -562,7 +578,7 @@ exports.PrestationDetail = {
|
|
|
562
578
|
signaturePosition: null,
|
|
563
579
|
signaturePage: null,
|
|
564
580
|
point: 50,
|
|
565
|
-
listPcaTypes: [
|
|
581
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
566
582
|
},
|
|
567
583
|
CREATION_SOCIETE: {
|
|
568
584
|
id: 15,
|
|
@@ -601,7 +617,7 @@ exports.PrestationDetail = {
|
|
|
601
617
|
signaturePosition: null,
|
|
602
618
|
signaturePage: null,
|
|
603
619
|
point: 50,
|
|
604
|
-
listPcaTypes: [
|
|
620
|
+
listPcaTypes: [PcaType.LEGAL],
|
|
605
621
|
},
|
|
606
622
|
MYFRUCTUCOMPTA_STATUT_EXPRESS: {
|
|
607
623
|
id: 17,
|
|
@@ -640,7 +656,7 @@ exports.PrestationDetail = {
|
|
|
640
656
|
signaturePosition: null,
|
|
641
657
|
signaturePage: null,
|
|
642
658
|
point: 0,
|
|
643
|
-
listPcaTypes: [
|
|
659
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
644
660
|
},
|
|
645
661
|
FRUCTUCOMPTA_SCI: {
|
|
646
662
|
id: 21,
|
|
@@ -660,7 +676,7 @@ exports.PrestationDetail = {
|
|
|
660
676
|
signaturePosition: null,
|
|
661
677
|
signaturePage: null,
|
|
662
678
|
point: 0,
|
|
663
|
-
listPcaTypes: [
|
|
679
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
664
680
|
},
|
|
665
681
|
BILAN_LIQUIDATION: {
|
|
666
682
|
id: 22,
|
|
@@ -737,7 +753,7 @@ exports.PrestationDetail = {
|
|
|
737
753
|
signaturePosition: null,
|
|
738
754
|
signaturePage: null,
|
|
739
755
|
point: 0,
|
|
740
|
-
listPcaTypes: [
|
|
756
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
741
757
|
},
|
|
742
758
|
FRUCTUCOMPTA_ASSISTANCE_EXPRESS_SOCIAL: {
|
|
743
759
|
id: 26,
|
|
@@ -757,7 +773,7 @@ exports.PrestationDetail = {
|
|
|
757
773
|
signaturePosition: null,
|
|
758
774
|
signaturePage: null,
|
|
759
775
|
point: 0,
|
|
760
|
-
listPcaTypes: [
|
|
776
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
761
777
|
},
|
|
762
778
|
FRUCTUCOMPTA_ASSISTANCE_SOCIAL: {
|
|
763
779
|
id: 27,
|
|
@@ -777,7 +793,7 @@ exports.PrestationDetail = {
|
|
|
777
793
|
signaturePosition: null,
|
|
778
794
|
signaturePage: null,
|
|
779
795
|
point: 0,
|
|
780
|
-
listPcaTypes: [
|
|
796
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
781
797
|
},
|
|
782
798
|
FRUCTUCOMPTA_EXPRESS_SOCIAL: {
|
|
783
799
|
id: 28,
|
|
@@ -797,7 +813,7 @@ exports.PrestationDetail = {
|
|
|
797
813
|
signaturePosition: null,
|
|
798
814
|
signaturePage: null,
|
|
799
815
|
point: 0,
|
|
800
|
-
listPcaTypes: [
|
|
816
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
801
817
|
},
|
|
802
818
|
FRUCTUCOMPTA_SOCIAL: {
|
|
803
819
|
id: 29,
|
|
@@ -817,7 +833,7 @@ exports.PrestationDetail = {
|
|
|
817
833
|
signaturePosition: null,
|
|
818
834
|
signaturePage: null,
|
|
819
835
|
point: 0,
|
|
820
|
-
listPcaTypes: [
|
|
836
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
821
837
|
},
|
|
822
838
|
FRUCTU_WEB: {
|
|
823
839
|
id: 31,
|
|
@@ -837,7 +853,7 @@ exports.PrestationDetail = {
|
|
|
837
853
|
signaturePosition: null,
|
|
838
854
|
signaturePage: null,
|
|
839
855
|
point: 0,
|
|
840
|
-
listPcaTypes: [
|
|
856
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
841
857
|
},
|
|
842
858
|
FRUCTUCOMPTA_STATUT_EXPRESS: {
|
|
843
859
|
id: 32,
|
|
@@ -876,7 +892,7 @@ exports.PrestationDetail = {
|
|
|
876
892
|
signaturePosition: null,
|
|
877
893
|
signaturePage: null,
|
|
878
894
|
point: 0,
|
|
879
|
-
listPcaTypes: [
|
|
895
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
880
896
|
},
|
|
881
897
|
COMPTA_PRO: {
|
|
882
898
|
id: 34,
|
|
@@ -896,7 +912,7 @@ exports.PrestationDetail = {
|
|
|
896
912
|
signaturePosition: '400,54,569,90',
|
|
897
913
|
signaturePage: 7,
|
|
898
914
|
point: 200,
|
|
899
|
-
listPcaTypes: [
|
|
915
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
900
916
|
},
|
|
901
917
|
COMPTA_PRO_PAIE: {
|
|
902
918
|
id: 35,
|
|
@@ -916,7 +932,7 @@ exports.PrestationDetail = {
|
|
|
916
932
|
signaturePosition: '332,49,517,117',
|
|
917
933
|
signaturePage: 5,
|
|
918
934
|
point: 0,
|
|
919
|
-
listPcaTypes: [
|
|
935
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
920
936
|
},
|
|
921
937
|
COMPTA_PRO_EXPRESS: {
|
|
922
938
|
id: 36,
|
|
@@ -936,7 +952,7 @@ exports.PrestationDetail = {
|
|
|
936
952
|
signaturePosition: '400,54,569,90',
|
|
937
953
|
signaturePage: 7,
|
|
938
954
|
point: 300,
|
|
939
|
-
listPcaTypes: [
|
|
955
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
940
956
|
},
|
|
941
957
|
COMPTA_PRO_EXPRESS_PAIE: {
|
|
942
958
|
id: 37,
|
|
@@ -956,7 +972,7 @@ exports.PrestationDetail = {
|
|
|
956
972
|
signaturePosition: '318,53,548,204',
|
|
957
973
|
signaturePage: 5,
|
|
958
974
|
point: 0,
|
|
959
|
-
listPcaTypes: [
|
|
975
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
960
976
|
},
|
|
961
977
|
COMPTA_ENTREPRISE: {
|
|
962
978
|
id: 38,
|
|
@@ -976,7 +992,7 @@ exports.PrestationDetail = {
|
|
|
976
992
|
signaturePosition: '400,54,569,90',
|
|
977
993
|
signaturePage: 7,
|
|
978
994
|
point: 300,
|
|
979
|
-
listPcaTypes: [
|
|
995
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
980
996
|
},
|
|
981
997
|
COMPTA_ENTREPRISE_PAIE: {
|
|
982
998
|
id: 39,
|
|
@@ -996,7 +1012,7 @@ exports.PrestationDetail = {
|
|
|
996
1012
|
signaturePosition: '336,51,526,107',
|
|
997
1013
|
signaturePage: 5,
|
|
998
1014
|
point: 0,
|
|
999
|
-
listPcaTypes: [
|
|
1015
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
1000
1016
|
},
|
|
1001
1017
|
COMPTA_ENTREPRISE_EXPRESS: {
|
|
1002
1018
|
id: 40,
|
|
@@ -1016,7 +1032,7 @@ exports.PrestationDetail = {
|
|
|
1016
1032
|
signaturePosition: '400,54,569,90',
|
|
1017
1033
|
signaturePage: 7,
|
|
1018
1034
|
point: 400,
|
|
1019
|
-
listPcaTypes: [
|
|
1035
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
1020
1036
|
},
|
|
1021
1037
|
COMPTA_ENTREPRISE_EXPRESS_PAIE: {
|
|
1022
1038
|
id: 41,
|
|
@@ -1036,7 +1052,7 @@ exports.PrestationDetail = {
|
|
|
1036
1052
|
signaturePosition: '318,53,548,204',
|
|
1037
1053
|
signaturePage: 5,
|
|
1038
1054
|
point: 0,
|
|
1039
|
-
listPcaTypes: [
|
|
1055
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
1040
1056
|
},
|
|
1041
1057
|
COMPTA_CLASSIQUE: {
|
|
1042
1058
|
id: 42,
|
|
@@ -1056,7 +1072,7 @@ exports.PrestationDetail = {
|
|
|
1056
1072
|
signaturePosition: '312,53,546,114',
|
|
1057
1073
|
signaturePage: 5,
|
|
1058
1074
|
point: 0,
|
|
1059
|
-
listPcaTypes: [
|
|
1075
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
1060
1076
|
},
|
|
1061
1077
|
COMPTA_CLASSIQUE_EXPRESS: {
|
|
1062
1078
|
id: 43,
|
|
@@ -1076,7 +1092,7 @@ exports.PrestationDetail = {
|
|
|
1076
1092
|
signaturePosition: '316,49,538,107',
|
|
1077
1093
|
signaturePage: 5,
|
|
1078
1094
|
point: 0,
|
|
1079
|
-
listPcaTypes: [
|
|
1095
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
1080
1096
|
},
|
|
1081
1097
|
GESTION_JURIDIQUE: {
|
|
1082
1098
|
id: 44,
|
|
@@ -1096,7 +1112,7 @@ exports.PrestationDetail = {
|
|
|
1096
1112
|
signaturePosition: '400,54,569,90',
|
|
1097
1113
|
signaturePage: 5,
|
|
1098
1114
|
point: 100,
|
|
1099
|
-
listPcaTypes: [
|
|
1115
|
+
listPcaTypes: [PcaType.LEGAL],
|
|
1100
1116
|
},
|
|
1101
1117
|
COMPTA_ASSISTANCE: {
|
|
1102
1118
|
id: 45,
|
|
@@ -1116,7 +1132,7 @@ exports.PrestationDetail = {
|
|
|
1116
1132
|
signaturePosition: '1,1,1,1',
|
|
1117
1133
|
signaturePage: null,
|
|
1118
1134
|
point: 0,
|
|
1119
|
-
listPcaTypes: [
|
|
1135
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
1120
1136
|
},
|
|
1121
1137
|
AVANCE_OU_ABANDON_COMPTE_COURANT_ASSOCIE: {
|
|
1122
1138
|
id: 46,
|
|
@@ -2029,7 +2045,7 @@ exports.PrestationDetail = {
|
|
|
2029
2045
|
signaturePosition: null,
|
|
2030
2046
|
signaturePage: null,
|
|
2031
2047
|
point: 0,
|
|
2032
|
-
listPcaTypes: [
|
|
2048
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
2033
2049
|
},
|
|
2034
2050
|
ATTESTATION_REMUNERATION: {
|
|
2035
2051
|
id: 95,
|
|
@@ -2506,7 +2522,7 @@ exports.PrestationDetail = {
|
|
|
2506
2522
|
signaturePosition: '400,54,569,90',
|
|
2507
2523
|
signaturePage: 5,
|
|
2508
2524
|
point: 0,
|
|
2509
|
-
listPcaTypes: [
|
|
2525
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
2510
2526
|
},
|
|
2511
2527
|
EXPERTISE_COMPTABLE_PLUS: {
|
|
2512
2528
|
id: 123,
|
|
@@ -2526,7 +2542,7 @@ exports.PrestationDetail = {
|
|
|
2526
2542
|
signaturePosition: '400,54,569,90',
|
|
2527
2543
|
signaturePage: 5,
|
|
2528
2544
|
point: 0,
|
|
2529
|
-
listPcaTypes: [
|
|
2545
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
2530
2546
|
},
|
|
2531
2547
|
DEMANDE_CHOMAGE_PARTIEL: {
|
|
2532
2548
|
id: 124,
|
|
@@ -2983,7 +2999,7 @@ exports.PrestationDetail = {
|
|
|
2983
2999
|
signaturePosition: '400,54,569,90',
|
|
2984
3000
|
signaturePage: 7,
|
|
2985
3001
|
point: 100,
|
|
2986
|
-
listPcaTypes: [
|
|
3002
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
2987
3003
|
},
|
|
2988
3004
|
COMPTA_MICRO_EXPRESS: {
|
|
2989
3005
|
id: 186,
|
|
@@ -3003,7 +3019,7 @@ exports.PrestationDetail = {
|
|
|
3003
3019
|
signaturePosition: '400,54,569,90',
|
|
3004
3020
|
signaturePage: 7,
|
|
3005
3021
|
point: 150,
|
|
3006
|
-
listPcaTypes: [
|
|
3022
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3007
3023
|
},
|
|
3008
3024
|
COMPTA_SCI: {
|
|
3009
3025
|
id: 187,
|
|
@@ -3023,7 +3039,7 @@ exports.PrestationDetail = {
|
|
|
3023
3039
|
signaturePosition: '400,54,569,90',
|
|
3024
3040
|
signaturePage: 6,
|
|
3025
3041
|
point: 150,
|
|
3026
|
-
listPcaTypes: [
|
|
3042
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3027
3043
|
},
|
|
3028
3044
|
COMPTA_SCI_EXPRESS: {
|
|
3029
3045
|
id: 188,
|
|
@@ -3043,7 +3059,7 @@ exports.PrestationDetail = {
|
|
|
3043
3059
|
signaturePosition: '400,54,569,90',
|
|
3044
3060
|
signaturePage: 6,
|
|
3045
3061
|
point: 200,
|
|
3046
|
-
listPcaTypes: [
|
|
3062
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3047
3063
|
},
|
|
3048
3064
|
BILAN_PREVISIONNEL: {
|
|
3049
3065
|
id: 189,
|
|
@@ -3158,7 +3174,7 @@ exports.PrestationDetail = {
|
|
|
3158
3174
|
signaturePosition: '400,54,569,90',
|
|
3159
3175
|
signaturePage: 7,
|
|
3160
3176
|
point: 0,
|
|
3161
|
-
listPcaTypes: [
|
|
3177
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3162
3178
|
},
|
|
3163
3179
|
COMPTA_STARTER_ENTREPRISE: {
|
|
3164
3180
|
id: 195,
|
|
@@ -3178,7 +3194,7 @@ exports.PrestationDetail = {
|
|
|
3178
3194
|
signaturePosition: '400,54,569,90',
|
|
3179
3195
|
signaturePage: 7,
|
|
3180
3196
|
point: 0,
|
|
3181
|
-
listPcaTypes: [
|
|
3197
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3182
3198
|
},
|
|
3183
3199
|
ABO_STRIPE: {
|
|
3184
3200
|
id: 196,
|
|
@@ -3198,7 +3214,7 @@ exports.PrestationDetail = {
|
|
|
3198
3214
|
signaturePosition: null,
|
|
3199
3215
|
signaturePage: null,
|
|
3200
3216
|
point: 0,
|
|
3201
|
-
listPcaTypes: [
|
|
3217
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3202
3218
|
},
|
|
3203
3219
|
COMPTA_POURCENTAGE: {
|
|
3204
3220
|
id: 197,
|
|
@@ -3218,7 +3234,7 @@ exports.PrestationDetail = {
|
|
|
3218
3234
|
signaturePosition: '400,54,569,90',
|
|
3219
3235
|
signaturePage: 7,
|
|
3220
3236
|
point: 0,
|
|
3221
|
-
listPcaTypes: [
|
|
3237
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3222
3238
|
},
|
|
3223
3239
|
COMPTA_PRO_COMPTASTART: {
|
|
3224
3240
|
id: 198,
|
|
@@ -3238,7 +3254,7 @@ exports.PrestationDetail = {
|
|
|
3238
3254
|
signaturePosition: '400,54,569,90',
|
|
3239
3255
|
signaturePage: 5,
|
|
3240
3256
|
point: 150,
|
|
3241
|
-
listPcaTypes: [
|
|
3257
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3242
3258
|
},
|
|
3243
3259
|
COMPTA_PRO_COMPTASTART_EXPRESS: {
|
|
3244
3260
|
id: 199,
|
|
@@ -3258,7 +3274,7 @@ exports.PrestationDetail = {
|
|
|
3258
3274
|
signaturePosition: '400,54,569,90',
|
|
3259
3275
|
signaturePage: 5,
|
|
3260
3276
|
point: 250,
|
|
3261
|
-
listPcaTypes: [
|
|
3277
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3262
3278
|
},
|
|
3263
3279
|
ATTESTATION_NON_REMUNERATION_RECURRENTE: {
|
|
3264
3280
|
id: 200,
|
|
@@ -3297,7 +3313,7 @@ exports.PrestationDetail = {
|
|
|
3297
3313
|
signaturePosition: '400,54,569,90',
|
|
3298
3314
|
signaturePage: 7,
|
|
3299
3315
|
point: 0,
|
|
3300
|
-
listPcaTypes: [
|
|
3316
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3301
3317
|
},
|
|
3302
3318
|
COMPTA_PREMIUM: {
|
|
3303
3319
|
id: 202,
|
|
@@ -3317,7 +3333,7 @@ exports.PrestationDetail = {
|
|
|
3317
3333
|
signaturePosition: '400,54,569,90',
|
|
3318
3334
|
signaturePage: 7,
|
|
3319
3335
|
point: 0,
|
|
3320
|
-
listPcaTypes: [
|
|
3336
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3321
3337
|
},
|
|
3322
3338
|
COMPTA_BUSINESS: {
|
|
3323
3339
|
id: 203,
|
|
@@ -3337,7 +3353,7 @@ exports.PrestationDetail = {
|
|
|
3337
3353
|
signaturePosition: '400,54,569,90',
|
|
3338
3354
|
signaturePage: 7,
|
|
3339
3355
|
point: 0,
|
|
3340
|
-
listPcaTypes: [
|
|
3356
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3341
3357
|
},
|
|
3342
3358
|
DOCUMENT_DE_SORTIE: {
|
|
3343
3359
|
id: 204,
|
|
@@ -3376,7 +3392,7 @@ exports.PrestationDetail = {
|
|
|
3376
3392
|
signaturePosition: '400,54,569,90',
|
|
3377
3393
|
signaturePage: 7,
|
|
3378
3394
|
point: 0,
|
|
3379
|
-
listPcaTypes: [
|
|
3395
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3380
3396
|
},
|
|
3381
3397
|
DECLARATION_IR: {
|
|
3382
3398
|
id: 206,
|
|
@@ -3415,7 +3431,7 @@ exports.PrestationDetail = {
|
|
|
3415
3431
|
signaturePosition: '400,54,569,90',
|
|
3416
3432
|
signaturePage: 7,
|
|
3417
3433
|
point: 0,
|
|
3418
|
-
listPcaTypes: [
|
|
3434
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3419
3435
|
},
|
|
3420
3436
|
COMPTA_POURCENTAGE_PREMIUM_EXPRESS: {
|
|
3421
3437
|
id: 208,
|
|
@@ -3435,7 +3451,7 @@ exports.PrestationDetail = {
|
|
|
3435
3451
|
signaturePosition: '400,54,569,90',
|
|
3436
3452
|
signaturePage: 7,
|
|
3437
3453
|
point: 0,
|
|
3438
|
-
listPcaTypes: [
|
|
3454
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3439
3455
|
},
|
|
3440
3456
|
ANNONCE_LEGALE: {
|
|
3441
3457
|
id: 209,
|
|
@@ -3588,7 +3604,7 @@ exports.PrestationDetail = {
|
|
|
3588
3604
|
signaturePosition: '',
|
|
3589
3605
|
signaturePage: null,
|
|
3590
3606
|
point: 100,
|
|
3591
|
-
listPcaTypes: [
|
|
3607
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3592
3608
|
},
|
|
3593
3609
|
COMPTA_EI_KLEMS: {
|
|
3594
3610
|
id: PrestationType.COMPTA_EI_KLEMS,
|
|
@@ -3608,7 +3624,7 @@ exports.PrestationDetail = {
|
|
|
3608
3624
|
signaturePosition: '',
|
|
3609
3625
|
signaturePage: null,
|
|
3610
3626
|
point: 200,
|
|
3611
|
-
listPcaTypes: [
|
|
3627
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3612
3628
|
},
|
|
3613
3629
|
COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS: {
|
|
3614
3630
|
id: PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS,
|
|
@@ -3628,7 +3644,7 @@ exports.PrestationDetail = {
|
|
|
3628
3644
|
signaturePosition: '',
|
|
3629
3645
|
signaturePage: null,
|
|
3630
3646
|
point: 150,
|
|
3631
|
-
listPcaTypes: [
|
|
3647
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3632
3648
|
},
|
|
3633
3649
|
COMPTA_MICRO_KLEMS_EXPRESS: {
|
|
3634
3650
|
id: PrestationType.COMPTA_MICRO_KLEMS_EXPRESS,
|
|
@@ -3648,7 +3664,7 @@ exports.PrestationDetail = {
|
|
|
3648
3664
|
signaturePosition: '',
|
|
3649
3665
|
signaturePage: null,
|
|
3650
3666
|
point: 150,
|
|
3651
|
-
listPcaTypes: [
|
|
3667
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3652
3668
|
},
|
|
3653
3669
|
COMPTA_EI_KLEMS_EXPRESS: {
|
|
3654
3670
|
id: PrestationType.COMPTA_EI_KLEMS_EXPRESS,
|
|
@@ -3668,7 +3684,7 @@ exports.PrestationDetail = {
|
|
|
3668
3684
|
signaturePosition: '',
|
|
3669
3685
|
signaturePage: null,
|
|
3670
3686
|
point: 250,
|
|
3671
|
-
listPcaTypes: [
|
|
3687
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3672
3688
|
},
|
|
3673
3689
|
COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS: {
|
|
3674
3690
|
id: PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS,
|
|
@@ -3688,7 +3704,7 @@ exports.PrestationDetail = {
|
|
|
3688
3704
|
signaturePosition: '',
|
|
3689
3705
|
signaturePage: null,
|
|
3690
3706
|
point: 200,
|
|
3691
|
-
listPcaTypes: [
|
|
3707
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3692
3708
|
},
|
|
3693
3709
|
ENVOIE_LRAR: {
|
|
3694
3710
|
id: PrestationType.ENVOIE_LRAR,
|
|
@@ -3727,7 +3743,7 @@ exports.PrestationDetail = {
|
|
|
3727
3743
|
signaturePosition: '400,54,569,90',
|
|
3728
3744
|
signaturePage: null,
|
|
3729
3745
|
point: 0,
|
|
3730
|
-
listPcaTypes: [
|
|
3746
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3731
3747
|
},
|
|
3732
3748
|
CONSULTING_HOUR: {
|
|
3733
3749
|
id: PrestationType.CONSULTING_HOUR,
|
|
@@ -3766,7 +3782,7 @@ exports.PrestationDetail = {
|
|
|
3766
3782
|
signaturePosition: '400,54,569,90',
|
|
3767
3783
|
signaturePage: 7,
|
|
3768
3784
|
point: 200,
|
|
3769
|
-
listPcaTypes: [
|
|
3785
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3770
3786
|
},
|
|
3771
3787
|
//Software
|
|
3772
3788
|
STEERING: {
|
|
@@ -3787,7 +3803,7 @@ exports.PrestationDetail = {
|
|
|
3787
3803
|
signaturePosition: '400,54,569,90',
|
|
3788
3804
|
signaturePage: 7,
|
|
3789
3805
|
point: 200,
|
|
3790
|
-
listPcaTypes: [
|
|
3806
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3791
3807
|
},
|
|
3792
3808
|
//Software
|
|
3793
3809
|
VAT: {
|
|
@@ -3808,7 +3824,7 @@ exports.PrestationDetail = {
|
|
|
3808
3824
|
signaturePosition: '400,54,569,90',
|
|
3809
3825
|
signaturePage: 7,
|
|
3810
3826
|
point: 200,
|
|
3811
|
-
listPcaTypes: [
|
|
3827
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3812
3828
|
},
|
|
3813
3829
|
//Software
|
|
3814
3830
|
BALANCESHEET: {
|
|
@@ -3829,7 +3845,7 @@ exports.PrestationDetail = {
|
|
|
3829
3845
|
signaturePosition: '400,54,569,90',
|
|
3830
3846
|
signaturePage: 7,
|
|
3831
3847
|
point: 200,
|
|
3832
|
-
listPcaTypes: [
|
|
3848
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3833
3849
|
},
|
|
3834
3850
|
EXPERTISE: {
|
|
3835
3851
|
id: PrestationType.EXPERTISE,
|
|
@@ -3849,7 +3865,7 @@ exports.PrestationDetail = {
|
|
|
3849
3865
|
signaturePosition: '400,54,569,90',
|
|
3850
3866
|
signaturePage: 7, //???
|
|
3851
3867
|
point: 200,
|
|
3852
|
-
listPcaTypes: [
|
|
3868
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3853
3869
|
},
|
|
3854
3870
|
SUPPORT: {
|
|
3855
3871
|
id: PrestationType.SUPPORT,
|
|
@@ -3869,7 +3885,7 @@ exports.PrestationDetail = {
|
|
|
3869
3885
|
signaturePosition: '400,54,569,90',
|
|
3870
3886
|
signaturePage: 7, //???
|
|
3871
3887
|
point: 200,
|
|
3872
|
-
listPcaTypes: [
|
|
3888
|
+
listPcaTypes: [PcaType.ACCOUNTING, PcaType.LEGAL],
|
|
3873
3889
|
},
|
|
3874
3890
|
PREMIUM: {
|
|
3875
3891
|
id: PrestationType.PREMIUM,
|
|
@@ -3889,7 +3905,7 @@ exports.PrestationDetail = {
|
|
|
3889
3905
|
signaturePosition: '400,54,569,90',
|
|
3890
3906
|
signaturePage: 7, //???
|
|
3891
3907
|
point: 400,
|
|
3892
|
-
listPcaTypes: [
|
|
3908
|
+
listPcaTypes: [PcaType.ACCOUNTING, PcaType.LEGAL],
|
|
3893
3909
|
},
|
|
3894
3910
|
CUSTOM_MADE: {
|
|
3895
3911
|
id: PrestationType.CUSTOM_MADE,
|
|
@@ -3909,7 +3925,7 @@ exports.PrestationDetail = {
|
|
|
3909
3925
|
signaturePosition: '400,54,569,90',
|
|
3910
3926
|
signaturePage: 7, //???
|
|
3911
3927
|
point: 400,
|
|
3912
|
-
listPcaTypes: [
|
|
3928
|
+
listPcaTypes: [PcaType.ACCOUNTING, PcaType.LEGAL],
|
|
3913
3929
|
},
|
|
3914
3930
|
EI: {
|
|
3915
3931
|
id: PrestationType.EI,
|
|
@@ -3929,7 +3945,7 @@ exports.PrestationDetail = {
|
|
|
3929
3945
|
signaturePosition: '400,54,569,90',
|
|
3930
3946
|
signaturePage: 7, //???
|
|
3931
3947
|
point: 200, //???
|
|
3932
|
-
listPcaTypes: [
|
|
3948
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3933
3949
|
},
|
|
3934
3950
|
MICRO: {
|
|
3935
3951
|
id: PrestationType.MICRO,
|
|
@@ -3949,7 +3965,7 @@ exports.PrestationDetail = {
|
|
|
3949
3965
|
signaturePosition: '400,54,569,90',
|
|
3950
3966
|
signaturePage: 7, //???
|
|
3951
3967
|
point: 200, //???
|
|
3952
|
-
listPcaTypes: [
|
|
3968
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3953
3969
|
},
|
|
3954
3970
|
GESTION_IMMO: {
|
|
3955
3971
|
id: PrestationType.GESTION_IMMO,
|
|
@@ -3969,7 +3985,7 @@ exports.PrestationDetail = {
|
|
|
3969
3985
|
signaturePosition: '400,54,569,90',
|
|
3970
3986
|
signaturePage: 7, //???
|
|
3971
3987
|
point: 200, //???
|
|
3972
|
-
listPcaTypes: [
|
|
3988
|
+
listPcaTypes: [PcaType.ACCOUNTING],
|
|
3973
3989
|
},
|
|
3974
3990
|
TERMINATION_FEES: {
|
|
3975
3991
|
id: PrestationType.TERMINATION_FEES,
|