@silexpert/core 0.4.286 → 0.4.290

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/es/api/resources/SlowDetection.d.ts +11 -0
  2. package/es/api/resources/SlowDetection.d.ts.map +1 -0
  3. package/es/api/resources/SlowDetection.js +12 -0
  4. package/es/api/resources/SlowDetection.js.map +1 -0
  5. package/es/api/resources/Source.d.ts +6 -0
  6. package/es/api/resources/Source.d.ts.map +1 -0
  7. package/es/api/resources/Source.js +7 -0
  8. package/es/api/resources/Source.js.map +1 -0
  9. package/es/api/resources/User.d.ts +4 -2
  10. package/es/api/resources/User.d.ts.map +1 -1
  11. package/es/api/resources/User.js +25 -16
  12. package/es/api/resources/User.js.map +1 -1
  13. package/es/api/resources.d.ts +2 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +2 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/BalanceSheet.js +1 -1
  18. package/es/types/Enum/BalanceSheet.js.map +1 -1
  19. package/es/types/Enum/Ged.d.ts +101 -1
  20. package/es/types/Enum/Ged.d.ts.map +1 -1
  21. package/es/types/Enum/Ged.js +100 -14
  22. package/es/types/Enum/Ged.js.map +1 -1
  23. package/es/types/Enum/Lab.d.ts +25 -0
  24. package/es/types/Enum/Lab.d.ts.map +1 -0
  25. package/es/types/Enum/Lab.js +26 -0
  26. package/es/types/Enum/Lab.js.map +1 -0
  27. package/es/types/Enum/PrestationType.d.ts +2761 -1
  28. package/es/types/Enum/PrestationType.d.ts.map +1 -1
  29. package/es/types/Enum/PrestationType.js +2762 -1
  30. package/es/types/Enum/PrestationType.js.map +1 -1
  31. package/es/types/Enum/RegistrationSourceDetail.d.ts +195 -0
  32. package/es/types/Enum/RegistrationSourceDetail.d.ts.map +1 -0
  33. package/es/types/Enum/RegistrationSourceDetail.js +99 -0
  34. package/es/types/Enum/RegistrationSourceDetail.js.map +1 -0
  35. package/es/types/Enum/ReportService.d.ts +10 -0
  36. package/es/types/Enum/ReportService.d.ts.map +1 -0
  37. package/es/types/Enum/ReportService.js +31 -0
  38. package/es/types/Enum/ReportService.js.map +1 -0
  39. package/es/types/Enum/StatsCaStateDetail.d.ts +28 -0
  40. package/es/types/Enum/StatsCaStateDetail.d.ts.map +1 -0
  41. package/es/types/Enum/StatsCaStateDetail.js +28 -0
  42. package/es/types/Enum/StatsCaStateDetail.js.map +1 -0
  43. package/es/types/Enum/VatDeclarationType.d.ts.map +1 -1
  44. package/es/types/Enum/VatDeclarationType.js +6 -0
  45. package/es/types/Enum/VatDeclarationType.js.map +1 -1
  46. package/es/types/Interface/api/report/QueryReports.d.ts +1 -0
  47. package/es/types/Interface/api/report/QueryReports.d.ts.map +1 -1
  48. package/es/types/Interface/api/report/QueryReports.js +4 -0
  49. package/es/types/Interface/api/report/QueryReports.js.map +1 -1
  50. package/es/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.d.ts +13 -0
  51. package/es/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -0
  52. package/es/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.js +74 -0
  53. package/es/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.js.map +1 -0
  54. package/es/types/Interface/api/society/SocietyWithStatsCaParams.d.ts +11 -0
  55. package/es/types/Interface/api/society/SocietyWithStatsCaParams.d.ts.map +1 -0
  56. package/es/types/Interface/api/society/SocietyWithStatsCaParams.js +2 -0
  57. package/es/types/Interface/api/society/SocietyWithStatsCaParams.js.map +1 -0
  58. package/es/types/Interface/api/user/QueryGetAllCollaborators.d.ts.map +1 -1
  59. package/es/types/Interface/api/user/QueryGetAllCollaborators.js +1 -1
  60. package/es/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -1
  61. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts +1 -0
  62. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts.map +1 -1
  63. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js +8 -1
  64. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js.map +1 -1
  65. package/es/types/Interface/models/IPrestation.d.ts +3 -0
  66. package/es/types/Interface/models/IPrestation.d.ts.map +1 -1
  67. package/es/types/Interface/models/IPrestation.js.map +1 -1
  68. package/es/types/Interface/models/ISlowDetection.d.ts +9 -0
  69. package/es/types/Interface/models/ISlowDetection.d.ts.map +1 -0
  70. package/es/types/Interface/models/ISlowDetection.js +2 -0
  71. package/es/types/Interface/models/ISlowDetection.js.map +1 -0
  72. package/es/types/Interface/models/ISociety.d.ts +4 -2
  73. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  74. package/es/types/Interface/models/ISociety.js.map +1 -1
  75. package/es/types/index.d.ts +7 -0
  76. package/es/types/index.d.ts.map +1 -1
  77. package/es/types/index.js +7 -0
  78. package/es/types/index.js.map +1 -1
  79. package/es/utils/index.d.ts +1 -0
  80. package/es/utils/index.d.ts.map +1 -1
  81. package/es/utils/index.js +1 -0
  82. package/es/utils/index.js.map +1 -1
  83. package/es/utils/prestation.d.ts +11 -0
  84. package/es/utils/prestation.d.ts.map +1 -0
  85. package/es/utils/prestation.js +62 -0
  86. package/es/utils/prestation.js.map +1 -0
  87. package/js/api/resources/SlowDetection.js +23 -0
  88. package/js/api/resources/SlowDetection.js.map +1 -0
  89. package/js/api/resources/Source.js +18 -0
  90. package/js/api/resources/Source.js.map +1 -0
  91. package/js/api/resources/User.js +27 -6
  92. package/js/api/resources/User.js.map +1 -1
  93. package/js/api/resources.js +4 -1
  94. package/js/api/resources.js.map +1 -1
  95. package/js/types/Enum/BalanceSheet.js +1 -1
  96. package/js/types/Enum/BalanceSheet.js.map +1 -1
  97. package/js/types/Enum/Ged.js +104 -17
  98. package/js/types/Enum/Ged.js.map +1 -1
  99. package/js/types/Enum/Lab.js +33 -0
  100. package/js/types/Enum/Lab.js.map +1 -0
  101. package/js/types/Enum/PrestationType.js +2763 -1
  102. package/js/types/Enum/PrestationType.js.map +1 -1
  103. package/js/types/Enum/RegistrationSourceDetail.js +200 -0
  104. package/js/types/Enum/RegistrationSourceDetail.js.map +1 -0
  105. package/js/types/Enum/ReportService.js +32 -0
  106. package/js/types/Enum/ReportService.js.map +1 -0
  107. package/js/types/Enum/StatsCaStateDetail.js +33 -0
  108. package/js/types/Enum/StatsCaStateDetail.js.map +1 -0
  109. package/js/types/Enum/VatDeclarationType.js +5 -0
  110. package/js/types/Enum/VatDeclarationType.js.map +1 -1
  111. package/js/types/Interface/api/report/QueryReports.js +2 -0
  112. package/js/types/Interface/api/report/QueryReports.js.map +1 -1
  113. package/js/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.js +53 -0
  114. package/js/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.js.map +1 -0
  115. package/js/types/Interface/api/society/SocietyWithStatsCaParams.js +6 -0
  116. package/js/types/Interface/api/society/SocietyWithStatsCaParams.js.map +1 -0
  117. package/js/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -1
  118. package/js/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js +4 -0
  119. package/js/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js.map +1 -1
  120. package/js/types/Interface/models/ISlowDetection.js +6 -0
  121. package/js/types/Interface/models/ISlowDetection.js.map +1 -0
  122. package/js/types/index.js +84 -0
  123. package/js/types/index.js.map +1 -1
  124. package/js/utils/index.js +12 -0
  125. package/js/utils/index.js.map +1 -1
  126. package/js/utils/prestation.js +41 -0
  127. package/js/utils/prestation.js.map +1 -0
  128. package/package.json +1 -1
  129. package/ts/api/resources/SlowDetection.ts +13 -0
  130. package/ts/api/resources/Source.ts +8 -0
  131. package/ts/api/resources/User.ts +27 -17
  132. package/ts/api/resources.ts +2 -0
  133. package/ts/types/Enum/BalanceSheet.ts +1 -1
  134. package/ts/types/Enum/Ged.ts +102 -15
  135. package/ts/types/Enum/Lab.ts +25 -0
  136. package/ts/types/Enum/PrestationType.ts +2765 -3
  137. package/ts/types/Enum/RegistrationSourceDetail.ts +98 -0
  138. package/ts/types/Enum/ReportService.ts +32 -0
  139. package/ts/types/Enum/StatsCaStateDetail.ts +27 -0
  140. package/ts/types/Enum/VatDeclarationType.ts +6 -0
  141. package/ts/types/Interface/api/report/QueryReports.ts +3 -0
  142. package/ts/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.ts +56 -0
  143. package/ts/types/Interface/api/society/SocietyWithStatsCaParams.ts +11 -0
  144. package/ts/types/Interface/api/user/QueryGetAllCollaborators.ts +3 -1
  145. package/ts/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.ts +7 -1
  146. package/ts/types/Interface/models/IPrestation.ts +3 -0
  147. package/ts/types/Interface/models/ISlowDetection.ts +11 -0
  148. package/ts/types/Interface/models/ISociety.ts +5 -3
  149. package/ts/types/index.ts +7 -0
  150. package/ts/utils/index.ts +1 -0
  151. package/ts/utils/prestation.ts +71 -0
@@ -1,17 +1,2778 @@
1
1
  export var PrestationType;
2
2
  (function (PrestationType) {
3
+ PrestationType[PrestationType["MYFRUCTUCOMPTA"] = 1] = "MYFRUCTUCOMPTA";
4
+ PrestationType[PrestationType["FRUCTUCOMPTA"] = 2] = "FRUCTUCOMPTA";
5
+ PrestationType[PrestationType["FRUCTUCOMPTAEXPRESS"] = 3] = "FRUCTUCOMPTAEXPRESS";
6
+ PrestationType[PrestationType["FRUCTUCOMPTA_ASSISTANCE"] = 4] = "FRUCTUCOMPTA_ASSISTANCE";
7
+ PrestationType[PrestationType["FRUCTUPAIE"] = 5] = "FRUCTUPAIE";
3
8
  PrestationType[PrestationType["PREVISIONNEL"] = 6] = "PREVISIONNEL";
9
+ PrestationType[PrestationType["STATUTS"] = 7] = "STATUTS";
10
+ PrestationType[PrestationType["PV_AG"] = 8] = "PV_AG";
4
11
  PrestationType[PrestationType["BILAN_INTERMEDIAIRE"] = 9] = "BILAN_INTERMEDIAIRE";
12
+ PrestationType[PrestationType["FRUCTUCOMPTA_ASSISTANCE_EXPRESS"] = 10] = "FRUCTUCOMPTA_ASSISTANCE_EXPRESS";
13
+ PrestationType[PrestationType["MYFRUCTUCOMPTA_EXPRESS"] = 11] = "MYFRUCTUCOMPTA_EXPRESS";
14
+ PrestationType[PrestationType["SOCIAL"] = 12] = "SOCIAL";
5
15
  PrestationType[PrestationType["TELEDECLARATION"] = 13] = "TELEDECLARATION";
16
+ PrestationType[PrestationType["CREATION_SOCIETE"] = 15] = "CREATION_SOCIETE";
17
+ PrestationType[PrestationType["JURIDIQUE"] = 16] = "JURIDIQUE";
18
+ PrestationType[PrestationType["MYFRUCTUCOMPTA_STATUT_EXPRESS"] = 17] = "MYFRUCTUCOMPTA_STATUT_EXPRESS";
19
+ PrestationType[PrestationType["MYFRUCTUCOMPTA_SOCIAL"] = 19] = "MYFRUCTUCOMPTA_SOCIAL";
20
+ PrestationType[PrestationType["FRUCTUCOMPTA_SCI"] = 21] = "FRUCTUCOMPTA_SCI";
6
21
  PrestationType[PrestationType["BILAN_LIQUIDATION"] = 22] = "BILAN_LIQUIDATION";
22
+ PrestationType[PrestationType["CHANGEMENT_PRESTATION"] = 23] = "CHANGEMENT_PRESTATION";
23
+ PrestationType[PrestationType["EXCEPTIONNEL"] = 24] = "EXCEPTIONNEL";
24
+ PrestationType[PrestationType["MYFRUCTUCOMPTA_EXPRESS_SOCIAL"] = 25] = "MYFRUCTUCOMPTA_EXPRESS_SOCIAL";
25
+ PrestationType[PrestationType["FRUCTUCOMPTA_ASSISTANCE_EXPRESS_SOCIAL"] = 26] = "FRUCTUCOMPTA_ASSISTANCE_EXPRESS_SOCIAL";
26
+ PrestationType[PrestationType["FRUCTUCOMPTA_ASSISTANCE_SOCIAL"] = 27] = "FRUCTUCOMPTA_ASSISTANCE_SOCIAL";
27
+ PrestationType[PrestationType["FRUCTUCOMPTA_EXPRESS_SOCIAL"] = 28] = "FRUCTUCOMPTA_EXPRESS_SOCIAL";
28
+ PrestationType[PrestationType["FRUCTUCOMPTA_SOCIAL"] = 29] = "FRUCTUCOMPTA_SOCIAL";
29
+ PrestationType[PrestationType["FRUCTU_WEB"] = 31] = "FRUCTU_WEB";
30
+ PrestationType[PrestationType["FRUCTUCOMPTA_STATUT_EXPRESS"] = 32] = "FRUCTUCOMPTA_STATUT_EXPRESS";
31
+ PrestationType[PrestationType["FRUCTU_EXPRESS"] = 33] = "FRUCTU_EXPRESS";
32
+ PrestationType[PrestationType["COMPTA_PRO"] = 34] = "COMPTA_PRO";
33
+ PrestationType[PrestationType["COMPTA_PRO_PAIE"] = 35] = "COMPTA_PRO_PAIE";
34
+ PrestationType[PrestationType["COMPTA_PRO_EXPRESS"] = 36] = "COMPTA_PRO_EXPRESS";
35
+ PrestationType[PrestationType["COMPTA_PRO_EXPRESS_PAIE"] = 37] = "COMPTA_PRO_EXPRESS_PAIE";
36
+ PrestationType[PrestationType["COMPTA_ENTREPRISE"] = 38] = "COMPTA_ENTREPRISE";
37
+ PrestationType[PrestationType["COMPTA_ENTREPRISE_PAIE"] = 39] = "COMPTA_ENTREPRISE_PAIE";
38
+ PrestationType[PrestationType["COMPTA_ENTREPRISE_EXPRESS"] = 40] = "COMPTA_ENTREPRISE_EXPRESS";
39
+ PrestationType[PrestationType["COMPTA_ENTREPRISE_EXPRESS_PAIE"] = 41] = "COMPTA_ENTREPRISE_EXPRESS_PAIE";
40
+ PrestationType[PrestationType["COMPTA_CLASSIQUE"] = 42] = "COMPTA_CLASSIQUE";
41
+ PrestationType[PrestationType["COMPTA_CLASSIQUE_EXPRESS"] = 43] = "COMPTA_CLASSIQUE_EXPRESS";
42
+ PrestationType[PrestationType["GESTION_JURIDIQUE"] = 44] = "GESTION_JURIDIQUE";
43
+ PrestationType[PrestationType["COMPTA_ASSISTANCE"] = 45] = "COMPTA_ASSISTANCE";
44
+ PrestationType[PrestationType["AVANCE_OU_ABANDON_COMPTE_COURANT_ASSOCIE"] = 46] = "AVANCE_OU_ABANDON_COMPTE_COURANT_ASSOCIE";
45
+ PrestationType[PrestationType["ASSISTANCE_JURIDIQUE"] = 47] = "ASSISTANCE_JURIDIQUE";
46
+ PrestationType[PrestationType["ASSISTANCE_RECOUVREMENT"] = 48] = "ASSISTANCE_RECOUVREMENT";
47
+ PrestationType[PrestationType["AUGMENTATION_CAPITAL"] = 49] = "AUGMENTATION_CAPITAL";
48
+ PrestationType[PrestationType["BAIL_COMMERCIAL"] = 50] = "BAIL_COMMERCIAL";
7
49
  PrestationType[PrestationType["CESSION_ACTIONS"] = 51] = "CESSION_ACTIONS";
50
+ PrestationType[PrestationType["MODIFICATION_DATE_CLOTURE_EURL_SASU"] = 52] = "MODIFICATION_DATE_CLOTURE_EURL_SASU";
51
+ PrestationType[PrestationType["MODIFICATION_DENOMINATION_SOCIALE_EURL_SASU"] = 53] = "MODIFICATION_DENOMINATION_SOCIALE_EURL_SASU";
52
+ PrestationType[PrestationType["MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SASU_EURL"] = 54] = "MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SASU_EURL";
53
+ PrestationType[PrestationType["CONSEIL_JURIDIQUE_CONSEIL"] = 55] = "CONSEIL_JURIDIQUE_CONSEIL";
54
+ PrestationType[PrestationType["CONSTITUTION_SOCIETE"] = 56] = "CONSTITUTION_SOCIETE";
55
+ PrestationType[PrestationType["CONVENTION_DE_MISE_A_DISPOSITION_A_TITRE_GRATUIT"] = 57] = "CONVENTION_DE_MISE_A_DISPOSITION_A_TITRE_GRATUIT";
56
+ PrestationType[PrestationType["CONVENTION_COMPTE_COURANT"] = 58] = "CONVENTION_COMPTE_COURANT";
57
+ PrestationType[PrestationType["CREATION_FERMETURE_ETABLISSEMENT_SECONDAIRE_COMPLEMENTAIRE"] = 59] = "CREATION_FERMETURE_ETABLISSEMENT_SECONDAIRE_COMPLEMENTAIRE";
58
+ PrestationType[PrestationType["DECLARATION_NOM_COMMERCIAL_ENSEIGNE_NOM_DE_DOMAINE"] = 60] = "DECLARATION_NOM_COMMERCIAL_ENSEIGNE_NOM_DE_DOMAINE";
8
59
  PrestationType[PrestationType["DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE"] = 61] = "DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE";
60
+ PrestationType[PrestationType["MODIFICATION_OBJET_SOCIAL_EURL_SASU"] = 62] = "MODIFICATION_OBJET_SOCIAL_EURL_SASU";
61
+ PrestationType[PrestationType["IMMATRICULATION_EI"] = 63] = "IMMATRICULATION_EI";
62
+ PrestationType[PrestationType["INTEGRATION_FISCALE"] = 64] = "INTEGRATION_FISCALE";
63
+ PrestationType[PrestationType["LIBERATION_CAPITAL"] = 65] = "LIBERATION_CAPITAL";
64
+ PrestationType[PrestationType["DISTRIBUTION_DIVIDENDES_SUR_RESERVE"] = 66] = "DISTRIBUTION_DIVIDENDES_SUR_RESERVE";
65
+ PrestationType[PrestationType["MISE_EN_SOMMEIL"] = 67] = "MISE_EN_SOMMEIL";
66
+ PrestationType[PrestationType["MODIFICATION_EIRL"] = 68] = "MODIFICATION_EIRL";
67
+ PrestationType[PrestationType["PERTE_MOITIE_DU_CAPITAL"] = 69] = "PERTE_MOITIE_DU_CAPITAL";
68
+ PrestationType[PrestationType["REDUCTION_DU_CAPITAL"] = 70] = "REDUCTION_DU_CAPITAL";
69
+ PrestationType[PrestationType["TRANSFORMATION_SARL_EN_SAS"] = 71] = "TRANSFORMATION_SARL_EN_SAS";
70
+ PrestationType[PrestationType["TRANSFORMATION_SAS_EN_SARL"] = 72] = "TRANSFORMATION_SAS_EN_SARL";
71
+ PrestationType[PrestationType["DECLARATION_MARQUE_INPI"] = 73] = "DECLARATION_MARQUE_INPI";
72
+ PrestationType[PrestationType["FORMALITES"] = 74] = "FORMALITES";
73
+ PrestationType[PrestationType["TRANSFERT_SIEGE_SOCIAL_SASU_EURL"] = 75] = "TRANSFERT_SIEGE_SOCIAL_SASU_EURL";
74
+ PrestationType[PrestationType["REDUCTION_CAPITAL_NON_MOTIVEE_PAR_LES_PERTES"] = 76] = "REDUCTION_CAPITAL_NON_MOTIVEE_PAR_LES_PERTES";
75
+ PrestationType[PrestationType["TRANSMISSION_UNIVERSELLE_PATRIMOINE_ASSOCIE_UNIQUE_EURL_SASU"] = 77] = "TRANSMISSION_UNIVERSELLE_PATRIMOINE_ASSOCIE_UNIQUE_EURL_SASU";
76
+ PrestationType[PrestationType["BULLETIONS_SALAIRE"] = 78] = "BULLETIONS_SALAIRE";
77
+ PrestationType[PrestationType["DSN"] = 79] = "DSN";
78
+ PrestationType[PrestationType["CREATION_DOSSIER_INFORMATIQUE_PAR_SALARIE"] = 80] = "CREATION_DOSSIER_INFORMATIQUE_PAR_SALARIE";
79
+ PrestationType[PrestationType["ETABLISSEMENT_CONTRAT_TRAVAIL"] = 81] = "ETABLISSEMENT_CONTRAT_TRAVAIL";
80
+ PrestationType[PrestationType["ATTESTATION_SALAIRE"] = 82] = "ATTESTATION_SALAIRE";
81
+ PrestationType[PrestationType["ADHESION_ORGANISMES_COTISATIONS_OBLIGATOIRES"] = 83] = "ADHESION_ORGANISMES_COTISATIONS_OBLIGATOIRES";
82
+ PrestationType[PrestationType["TAXE_APPRENTISSAGE_ET_FORMATION_CONTINUE"] = 84] = "TAXE_APPRENTISSAGE_ET_FORMATION_CONTINUE";
9
83
  PrestationType[PrestationType["DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE"] = 85] = "DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE";
10
- PrestationType[PrestationType["ATTESTATION_NON_REMUNERATION"] = 91] = "ATTESTATION_NON_REMUNERATION";
84
+ PrestationType[PrestationType["AUGMENTATION_CAPITAL_VARIABLE"] = 86] = "AUGMENTATION_CAPITAL_VARIABLE";
85
+ PrestationType[PrestationType["CESSION_PARTS_SOCIALES_EURL"] = 87] = "CESSION_PARTS_SOCIALES_EURL";
86
+ PrestationType[PrestationType["DECLARATION_BENEFICES_EFFECTIFS"] = 88] = "DECLARATION_BENEFICES_EFFECTIFS";
87
+ PrestationType[PrestationType["IRPP"] = 89] = "IRPP";
88
+ PrestationType[PrestationType["EVALUATION"] = 90] = "EVALUATION";
89
+ PrestationType[PrestationType["ATTESTATIONS_NON_REMUNERATION"] = 91] = "ATTESTATIONS_NON_REMUNERATION";
90
+ PrestationType[PrestationType["AUTRE_MISSION_COMPTABLE"] = 93] = "AUTRE_MISSION_COMPTABLE";
91
+ PrestationType[PrestationType["COMPTA_FREEMIUM"] = 94] = "COMPTA_FREEMIUM";
92
+ PrestationType[PrestationType["ATTESTATION_REMUNERATION"] = 95] = "ATTESTATION_REMUNERATION";
93
+ PrestationType[PrestationType["ATTESTATION_NON_REMUNERATION"] = 96] = "ATTESTATION_NON_REMUNERATION";
94
+ PrestationType[PrestationType["ATTESTATION_CA"] = 97] = "ATTESTATION_CA";
95
+ PrestationType[PrestationType["ATTESTATION_COMPTE_COURANT"] = 98] = "ATTESTATION_COMPTE_COURANT";
96
+ PrestationType[PrestationType["MAJ_ADRESSE_PERSONNELLE_DIRIGEANT_SUR_KBIS"] = 99] = "MAJ_ADRESSE_PERSONNELLE_DIRIGEANT_SUR_KBIS";
97
+ PrestationType[PrestationType["MODIFICATION_DENOMINATION_SOCIALE_SARL_SAS_SCI"] = 102] = "MODIFICATION_DENOMINATION_SOCIALE_SARL_SAS_SCI";
98
+ PrestationType[PrestationType["MODIFICATION_OBJET_SOCIAL_SARL_SAS_SCI"] = 103] = "MODIFICATION_OBJET_SOCIAL_SARL_SAS_SCI";
99
+ PrestationType[PrestationType["TRANSFERT_SIEGE_SOCIAL_SAS_SARL_SCI"] = 104] = "TRANSFERT_SIEGE_SOCIAL_SAS_SARL_SCI";
100
+ PrestationType[PrestationType["MODIFICATION_DATE_CLOTURE_SARL_SAS_SCI"] = 105] = "MODIFICATION_DATE_CLOTURE_SARL_SAS_SCI";
101
+ PrestationType[PrestationType["MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SAS_SARL_SCI"] = 106] = "MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SAS_SARL_SCI";
102
+ PrestationType[PrestationType["FORMALITE_PERTE_CAPITAUX_PROPRES_EURL_SASU"] = 107] = "FORMALITE_PERTE_CAPITAUX_PROPRES_EURL_SASU";
103
+ PrestationType[PrestationType["FORMALITE_PERTE_CAPITAUX_PROPRES_SARL_SAS_SCI"] = 108] = "FORMALITE_PERTE_CAPITAUX_PROPRES_SARL_SAS_SCI";
104
+ PrestationType[PrestationType["TRANSFORMATION_SOCIETE_EURL_SASU"] = 109] = "TRANSFORMATION_SOCIETE_EURL_SASU";
105
+ PrestationType[PrestationType["TRANSFORMATION_SOCIETE_SARL_SAS_SCI"] = 110] = "TRANSFORMATION_SOCIETE_SARL_SAS_SCI";
106
+ PrestationType[PrestationType["TRANSMISSION_UNIVERSELLE_PATRIMOINE_ASSOCIE_UNIQUE_SARL_SAS_SCI"] = 111] = "TRANSMISSION_UNIVERSELLE_PATRIMOINE_ASSOCIE_UNIQUE_SARL_SAS_SCI";
107
+ PrestationType[PrestationType["CESSION_PARTS_SOCIALES_SARL_SCI"] = 112] = "CESSION_PARTS_SOCIALES_SARL_SCI";
108
+ PrestationType[PrestationType["AUGMENTATION_CAPITAL_SOCIAL_EURL_SASU"] = 113] = "AUGMENTATION_CAPITAL_SOCIAL_EURL_SASU";
109
+ PrestationType[PrestationType["AUGMENTATION_CAPITAL_SOCIAL_SARL_SAS_SCI"] = 114] = "AUGMENTATION_CAPITAL_SOCIAL_SARL_SAS_SCI";
110
+ PrestationType[PrestationType["ATTESTATION_DE_SALAIRE_MALADIE"] = 116] = "ATTESTATION_DE_SALAIRE_MALADIE";
111
+ PrestationType[PrestationType["DOCUMENTS_DE_SORTIE"] = 117] = "DOCUMENTS_DE_SORTIE";
112
+ PrestationType[PrestationType["DPAE"] = 118] = "DPAE";
113
+ PrestationType[PrestationType["ADHESION_AUX_ORGANISMES_OBLIGATOIRES"] = 119] = "ADHESION_AUX_ORGANISMES_OBLIGATOIRES";
114
+ PrestationType[PrestationType["AVENANT_CONTRAT_DE_TRAVAIL"] = 120] = "AVENANT_CONTRAT_DE_TRAVAIL";
115
+ PrestationType[PrestationType["RUPTURE_CONVENTIONNELLE"] = 121] = "RUPTURE_CONVENTIONNELLE";
116
+ PrestationType[PrestationType["EXPERTISE_COMPTABLE"] = 122] = "EXPERTISE_COMPTABLE";
117
+ PrestationType[PrestationType["EXPERTISE_COMPTABLE_PLUS"] = 123] = "EXPERTISE_COMPTABLE_PLUS";
118
+ PrestationType[PrestationType["DEMANDE_CHOMAGE_PARTIEL"] = 124] = "DEMANDE_CHOMAGE_PARTIEL";
119
+ PrestationType[PrestationType["DEMANDE_CONGE_PARENTALE"] = 125] = "DEMANDE_CONGE_PARENTALE";
120
+ PrestationType[PrestationType["TVS"] = 126] = "TVS";
121
+ PrestationType[PrestationType["ETUDE_FISCALE"] = 127] = "ETUDE_FISCALE";
122
+ PrestationType[PrestationType["ATTESTATION_MASSE_SALARIALE"] = 128] = "ATTESTATION_MASSE_SALARIALE";
123
+ PrestationType[PrestationType["AUTRE_MISSION_JURIDIQUE"] = 130] = "AUTRE_MISSION_JURIDIQUE";
124
+ PrestationType[PrestationType["AUTRE_MISSION_SOCIALE_HORS_PAIE"] = 131] = "AUTRE_MISSION_SOCIALE_HORS_PAIE";
125
+ PrestationType[PrestationType["MODIFICATION_ACTIVITE_KBIS"] = 132] = "MODIFICATION_ACTIVITE_KBIS";
126
+ PrestationType[PrestationType["REDUCTION_CAPITAL_SOCIAL_SASU_EURL"] = 133] = "REDUCTION_CAPITAL_SOCIAL_SASU_EURL";
127
+ PrestationType[PrestationType["LIBERATION_CAPITAL_SOCIAL_SAS_SARL_SCI"] = 134] = "LIBERATION_CAPITAL_SOCIAL_SAS_SARL_SCI";
128
+ PrestationType[PrestationType["LIBERATION_CAPITAL_SOCIAL"] = 135] = "LIBERATION_CAPITAL_SOCIAL";
129
+ PrestationType[PrestationType["AUGMENTATION_OU_REDUCTION_DU_CAPITAL_DANS_LIMITE_CAPITAL_VARIABLE"] = 136] = "AUGMENTATION_OU_REDUCTION_DU_CAPITAL_DANS_LIMITE_CAPITAL_VARIABLE";
130
+ PrestationType[PrestationType["FORMALITE_RECONSTITUTION_DES_CAPITAUX_PROPRES"] = 137] = "FORMALITE_RECONSTITUTION_DES_CAPITAUX_PROPRES";
131
+ PrestationType[PrestationType["CONTRAT_APPORT_EN_NATURE"] = 138] = "CONTRAT_APPORT_EN_NATURE";
132
+ PrestationType[PrestationType["REGISTRE_AG"] = 139] = "REGISTRE_AG";
133
+ PrestationType[PrestationType["REGISTRE_DE_MOUVEMENETS_DE_TITRES"] = 140] = "REGISTRE_DE_MOUVEMENETS_DE_TITRES";
134
+ PrestationType[PrestationType["MAJ_REGISTRE_DES_BENEFICES_EFFECTIFS"] = 141] = "MAJ_REGISTRE_DES_BENEFICES_EFFECTIFS";
135
+ PrestationType[PrestationType["CREATION_DOSSIER_JURIDIQUE"] = 142] = "CREATION_DOSSIER_JURIDIQUE";
136
+ PrestationType[PrestationType["DOC_WORD"] = 143] = "DOC_WORD";
137
+ PrestationType[PrestationType["ENVOI_POSTAL"] = 144] = "ENVOI_POSTAL";
138
+ PrestationType[PrestationType["DECLARATION_SOCIALE_NOMINATIVE"] = 145] = "DECLARATION_SOCIALE_NOMINATIVE";
139
+ PrestationType[PrestationType["SOLDE_TOUT_COMPTE_ET_ATTESTATION_ASSEDIC_ET_ATTESTATION_EMPLOI_SALARIE"] = 146] = "SOLDE_TOUT_COMPTE_ET_ATTESTATION_ASSEDIC_ET_ATTESTATION_EMPLOI_SALARIE";
140
+ PrestationType[PrestationType["ETABLISSEMENT_DECLARATION_PREALABLE_A_L_EMBAUCHE"] = 147] = "ETABLISSEMENT_DECLARATION_PREALABLE_A_L_EMBAUCHE";
11
141
  PrestationType[PrestationType["COMPTA_MICRO"] = 185] = "COMPTA_MICRO";
142
+ PrestationType[PrestationType["COMPTA_MICRO_EXPRESS"] = 186] = "COMPTA_MICRO_EXPRESS";
143
+ PrestationType[PrestationType["COMPTA_SCI"] = 187] = "COMPTA_SCI";
144
+ PrestationType[PrestationType["COMPTA_SCI_EXPRESS"] = 188] = "COMPTA_SCI_EXPRESS";
12
145
  PrestationType[PrestationType["BILAN_PREVISIONNEL"] = 189] = "BILAN_PREVISIONNEL";
146
+ PrestationType[PrestationType["ATTESTATION_1"] = 190] = "ATTESTATION_1";
147
+ PrestationType[PrestationType["DEMANDE_CREATION_SOCIETE_SUPPLEMENTAIRE"] = 191] = "DEMANDE_CREATION_SOCIETE_SUPPLEMENTAIRE";
13
148
  PrestationType[PrestationType["DISSOLUTION_LIQUIDATION"] = 192] = "DISSOLUTION_LIQUIDATION";
149
+ PrestationType[PrestationType["ELIGIBILITE_FONDS_DE_SOLIDARITE"] = 193] = "ELIGIBILITE_FONDS_DE_SOLIDARITE";
150
+ PrestationType[PrestationType["COMPTA_STARTER_PRO"] = 194] = "COMPTA_STARTER_PRO";
151
+ PrestationType[PrestationType["COMPTA_STARTER_ENTREPRISE"] = 195] = "COMPTA_STARTER_ENTREPRISE";
14
152
  PrestationType[PrestationType["ABO_STRIPE"] = 196] = "ABO_STRIPE";
153
+ PrestationType[PrestationType["COMPTA_POURCENTAGE"] = 197] = "COMPTA_POURCENTAGE";
154
+ PrestationType[PrestationType["COMPTA_PRO_COMPTASTART"] = 198] = "COMPTA_PRO_COMPTASTART";
155
+ PrestationType[PrestationType["COMPTA_PRO_COMPTASTART_EXPRESS"] = 199] = "COMPTA_PRO_COMPTASTART_EXPRESS";
156
+ PrestationType[PrestationType["ATTESTATION_NON_REMUNERATION_RECURRENTE"] = 200] = "ATTESTATION_NON_REMUNERATION_RECURRENTE";
157
+ PrestationType[PrestationType["COMPTA_BASIC"] = 201] = "COMPTA_BASIC";
158
+ PrestationType[PrestationType["COMPTA_PREMIUM"] = 202] = "COMPTA_PREMIUM";
159
+ PrestationType[PrestationType["COMPTA_BUSINESS"] = 203] = "COMPTA_BUSINESS";
160
+ PrestationType[PrestationType["DOCUMENT_DE_SORTIE"] = 204] = "DOCUMENT_DE_SORTIE";
161
+ PrestationType[PrestationType["COMPTA_POURCENTAGE_PREMIUM"] = 205] = "COMPTA_POURCENTAGE_PREMIUM";
162
+ PrestationType[PrestationType["DECLARATION_IR"] = 206] = "DECLARATION_IR";
163
+ PrestationType[PrestationType["COMPTA_POURCENTAGE_EXPRESS"] = 207] = "COMPTA_POURCENTAGE_EXPRESS";
164
+ PrestationType[PrestationType["COMPTA_POURCENTAGE_PREMIUM_EXPRESS"] = 208] = "COMPTA_POURCENTAGE_PREMIUM_EXPRESS";
15
165
  PrestationType[PrestationType["ANNONCE_LEGALE"] = 209] = "ANNONCE_LEGALE";
16
166
  })(PrestationType || (PrestationType = {}));
167
+ export const PrestationDetail = {
168
+ MYFRUCTUCOMPTA: {
169
+ id: 1,
170
+ name: 'MyFructuCompta',
171
+ isComptable: 1,
172
+ isJuridique: 0,
173
+ isSocial: 0,
174
+ isAttestation: 0,
175
+ inAverageCart: 1,
176
+ isBack: 0,
177
+ price: null,
178
+ isCatalog: 0,
179
+ hidden: 1,
180
+ isComplementary: 0,
181
+ signaturePosition: null,
182
+ signaturePage: null,
183
+ },
184
+ FRUCTUCOMPTA: {
185
+ id: 2,
186
+ name: 'FructuCompta',
187
+ isComptable: 1,
188
+ isJuridique: 0,
189
+ isSocial: 0,
190
+ isAttestation: 0,
191
+ inAverageCart: 1,
192
+ isBack: 0,
193
+ price: null,
194
+ isCatalog: 0,
195
+ hidden: 1,
196
+ isComplementary: 0,
197
+ signaturePosition: null,
198
+ signaturePage: null,
199
+ },
200
+ FRUCTUCOMPTAEXPRESS: {
201
+ id: 3,
202
+ name: 'FructuCompta Express',
203
+ isComptable: 1,
204
+ isJuridique: 0,
205
+ isSocial: 0,
206
+ isAttestation: 0,
207
+ inAverageCart: 1,
208
+ isBack: 1,
209
+ price: null,
210
+ isCatalog: 0,
211
+ hidden: 1,
212
+ isComplementary: 0,
213
+ signaturePosition: null,
214
+ signaturePage: null,
215
+ },
216
+ FRUCTUCOMPTA_ASSISTANCE: {
217
+ id: 4,
218
+ name: 'FructuCompta Assistance',
219
+ isComptable: 1,
220
+ isJuridique: 0,
221
+ isSocial: 0,
222
+ isAttestation: 0,
223
+ inAverageCart: 1,
224
+ isBack: 0,
225
+ price: null,
226
+ isCatalog: 0,
227
+ hidden: 1,
228
+ isComplementary: 0,
229
+ signaturePosition: null,
230
+ signaturePage: null,
231
+ },
232
+ FRUCTUPAIE: {
233
+ id: 5,
234
+ name: 'FructuPaie',
235
+ isComptable: 0,
236
+ isJuridique: 0,
237
+ isSocial: 1,
238
+ isAttestation: 0,
239
+ inAverageCart: 0,
240
+ isBack: 0,
241
+ price: null,
242
+ isCatalog: 0,
243
+ hidden: 1,
244
+ isComplementary: 0,
245
+ signaturePosition: '312,64,555,191',
246
+ signaturePage: 5,
247
+ },
248
+ PREVISIONNEL: {
249
+ id: 6,
250
+ name: 'Prévisionnel',
251
+ isComptable: 0,
252
+ isJuridique: 0,
253
+ isSocial: 0,
254
+ isAttestation: 0,
255
+ inAverageCart: 0,
256
+ isBack: 0,
257
+ price: null,
258
+ isCatalog: 1,
259
+ hidden: 1,
260
+ isComplementary: 0,
261
+ signaturePosition: null,
262
+ signaturePage: null,
263
+ },
264
+ STATUTS: {
265
+ id: 7,
266
+ name: 'Statuts',
267
+ isComptable: 0,
268
+ isJuridique: 1,
269
+ isSocial: 0,
270
+ isAttestation: 0,
271
+ inAverageCart: 0,
272
+ isBack: 0,
273
+ price: null,
274
+ isCatalog: 0,
275
+ hidden: 1,
276
+ isComplementary: 0,
277
+ signaturePosition: null,
278
+ signaturePage: null,
279
+ },
280
+ PV_AG: {
281
+ id: 8,
282
+ name: 'PV AG',
283
+ isComptable: 0,
284
+ isJuridique: 1,
285
+ isSocial: 0,
286
+ isAttestation: 0,
287
+ inAverageCart: 0,
288
+ isBack: 0,
289
+ price: null,
290
+ isCatalog: 0,
291
+ hidden: 1,
292
+ isComplementary: 0,
293
+ signaturePosition: null,
294
+ signaturePage: null,
295
+ },
296
+ BILAN_INTERMEDIAIRE: {
297
+ id: 9,
298
+ name: 'Bilan intermédiaire',
299
+ isComptable: 0,
300
+ isJuridique: 0,
301
+ isSocial: 0,
302
+ isAttestation: 0,
303
+ inAverageCart: 0,
304
+ isBack: 0,
305
+ price: null,
306
+ isCatalog: 1,
307
+ hidden: 0,
308
+ isComplementary: 0,
309
+ signaturePosition: null,
310
+ signaturePage: null,
311
+ },
312
+ FRUCTUCOMPTA_ASSISTANCE_EXPRESS: {
313
+ id: 10,
314
+ name: 'FructuComptaAssistance Express',
315
+ isComptable: 1,
316
+ isJuridique: 0,
317
+ isSocial: 0,
318
+ isAttestation: 0,
319
+ inAverageCart: 1,
320
+ isBack: 1,
321
+ price: null,
322
+ isCatalog: 0,
323
+ hidden: 1,
324
+ isComplementary: 0,
325
+ signaturePosition: null,
326
+ signaturePage: null,
327
+ },
328
+ MYFRUCTUCOMPTA_EXPRESS: {
329
+ id: 11,
330
+ name: 'MyFructuCompta Express',
331
+ isComptable: 1,
332
+ isJuridique: 0,
333
+ isSocial: 0,
334
+ isAttestation: 0,
335
+ inAverageCart: 1,
336
+ isBack: 1,
337
+ price: null,
338
+ isCatalog: 0,
339
+ hidden: 1,
340
+ isComplementary: 0,
341
+ signaturePosition: null,
342
+ signaturePage: null,
343
+ },
344
+ SOCIAL: {
345
+ id: 12,
346
+ name: 'Social',
347
+ isComptable: 0,
348
+ isJuridique: 0,
349
+ isSocial: 1,
350
+ isAttestation: 0,
351
+ inAverageCart: 0,
352
+ isBack: 0,
353
+ price: null,
354
+ isCatalog: 1,
355
+ hidden: 0,
356
+ isComplementary: 0,
357
+ signaturePosition: '308,68,563,131',
358
+ signaturePage: 5,
359
+ },
360
+ TELEDECLARATION: {
361
+ id: 13,
362
+ name: 'Télédéclaration',
363
+ isComptable: 1,
364
+ isJuridique: 0,
365
+ isSocial: 0,
366
+ isAttestation: 0,
367
+ inAverageCart: 0,
368
+ isBack: 0,
369
+ price: null,
370
+ isCatalog: 0,
371
+ hidden: 1,
372
+ isComplementary: 0,
373
+ signaturePosition: null,
374
+ signaturePage: null,
375
+ },
376
+ CREATION_SOCIETE: {
377
+ id: 15,
378
+ name: 'Création de société',
379
+ isComptable: 0,
380
+ isJuridique: 1,
381
+ isSocial: 0,
382
+ isAttestation: 0,
383
+ inAverageCart: 0,
384
+ isBack: 0,
385
+ price: null,
386
+ isCatalog: 0,
387
+ hidden: 0,
388
+ isComplementary: 0,
389
+ signaturePosition: '308,68,563,131',
390
+ signaturePage: 5,
391
+ },
392
+ JURIDIQUE: {
393
+ id: 16,
394
+ name: 'Juridique',
395
+ isComptable: 0,
396
+ isJuridique: 1,
397
+ isSocial: 0,
398
+ isAttestation: 0,
399
+ inAverageCart: 0,
400
+ isBack: 0,
401
+ price: null,
402
+ isCatalog: 0,
403
+ hidden: 1,
404
+ isComplementary: 0,
405
+ signaturePosition: null,
406
+ signaturePage: null,
407
+ },
408
+ MYFRUCTUCOMPTA_STATUT_EXPRESS: {
409
+ id: 17,
410
+ name: 'MyFructucompta statut-express',
411
+ isComptable: 0,
412
+ isJuridique: 1,
413
+ isSocial: 0,
414
+ isAttestation: 0,
415
+ inAverageCart: 1,
416
+ isBack: 0,
417
+ price: null,
418
+ isCatalog: 0,
419
+ hidden: 1,
420
+ isComplementary: 0,
421
+ signaturePosition: null,
422
+ signaturePage: null,
423
+ },
424
+ MYFRUCTUCOMPTA_SOCIAL: {
425
+ id: 19,
426
+ name: 'MyFructuCompta + Social',
427
+ isComptable: 1,
428
+ isJuridique: 0,
429
+ isSocial: 1,
430
+ isAttestation: 0,
431
+ inAverageCart: 1,
432
+ isBack: 0,
433
+ price: null,
434
+ isCatalog: 0,
435
+ hidden: 1,
436
+ isComplementary: 0,
437
+ signaturePosition: null,
438
+ signaturePage: null,
439
+ },
440
+ FRUCTUCOMPTA_SCI: {
441
+ id: 21,
442
+ name: 'FructuCompta SCI',
443
+ isComptable: 1,
444
+ isJuridique: 0,
445
+ isSocial: 0,
446
+ isAttestation: 0,
447
+ inAverageCart: 1,
448
+ isBack: 0,
449
+ price: null,
450
+ isCatalog: 0,
451
+ hidden: 1,
452
+ isComplementary: 0,
453
+ signaturePosition: null,
454
+ signaturePage: null,
455
+ },
456
+ BILAN_LIQUIDATION: {
457
+ id: 22,
458
+ name: 'Bilan de liquidation',
459
+ isComptable: 1,
460
+ isJuridique: 0,
461
+ isSocial: 0,
462
+ isAttestation: 0,
463
+ inAverageCart: 0,
464
+ isBack: 0,
465
+ price: null,
466
+ isCatalog: 1,
467
+ hidden: 0,
468
+ isComplementary: 0,
469
+ signaturePosition: null,
470
+ signaturePage: null,
471
+ },
472
+ CHANGEMENT_PRESTATION: {
473
+ id: 23,
474
+ name: 'Changement de prestation',
475
+ isComptable: 0,
476
+ isJuridique: 0,
477
+ isSocial: 0,
478
+ isAttestation: 0,
479
+ inAverageCart: 0,
480
+ isBack: 0,
481
+ price: null,
482
+ isCatalog: 0,
483
+ hidden: 1,
484
+ isComplementary: 0,
485
+ signaturePosition: null,
486
+ signaturePage: null,
487
+ },
488
+ EXCEPTIONNEL: {
489
+ id: 24,
490
+ name: 'Exceptionnel',
491
+ isComptable: 0,
492
+ isJuridique: 0,
493
+ isSocial: 0,
494
+ isAttestation: 0,
495
+ inAverageCart: 0,
496
+ isBack: 0,
497
+ price: null,
498
+ isCatalog: 0,
499
+ hidden: 0,
500
+ isComplementary: 0,
501
+ signaturePosition: '-1,1,1,1',
502
+ signaturePage: null,
503
+ },
504
+ MYFRUCTUCOMPTA_EXPRESS_SOCIAL: {
505
+ id: 25,
506
+ name: 'MyFructuCompta Express + Social',
507
+ isComptable: 1,
508
+ isJuridique: 0,
509
+ isSocial: 1,
510
+ isAttestation: 0,
511
+ inAverageCart: 1,
512
+ isBack: 1,
513
+ price: null,
514
+ isCatalog: 0,
515
+ hidden: 1,
516
+ isComplementary: 0,
517
+ signaturePosition: null,
518
+ signaturePage: null,
519
+ },
520
+ FRUCTUCOMPTA_ASSISTANCE_EXPRESS_SOCIAL: {
521
+ id: 26,
522
+ name: 'FructuCompta Assistance Express + Social',
523
+ isComptable: 1,
524
+ isJuridique: 0,
525
+ isSocial: 1,
526
+ isAttestation: 0,
527
+ inAverageCart: 1,
528
+ isBack: 1,
529
+ price: null,
530
+ isCatalog: 0,
531
+ hidden: 1,
532
+ isComplementary: 0,
533
+ signaturePosition: null,
534
+ signaturePage: null,
535
+ },
536
+ FRUCTUCOMPTA_ASSISTANCE_SOCIAL: {
537
+ id: 27,
538
+ name: 'FructuCompta Assistance + Social',
539
+ isComptable: 1,
540
+ isJuridique: 0,
541
+ isSocial: 1,
542
+ isAttestation: 0,
543
+ inAverageCart: 1,
544
+ isBack: 0,
545
+ price: null,
546
+ isCatalog: 0,
547
+ hidden: 1,
548
+ isComplementary: 0,
549
+ signaturePosition: null,
550
+ signaturePage: null,
551
+ },
552
+ FRUCTUCOMPTA_EXPRESS_SOCIAL: {
553
+ id: 28,
554
+ name: 'FructuCompta Express + Social',
555
+ isComptable: 1,
556
+ isJuridique: 0,
557
+ isSocial: 1,
558
+ isAttestation: 0,
559
+ inAverageCart: 1,
560
+ isBack: 1,
561
+ price: null,
562
+ isCatalog: 0,
563
+ hidden: 1,
564
+ isComplementary: 0,
565
+ signaturePosition: null,
566
+ signaturePage: null,
567
+ },
568
+ FRUCTUCOMPTA_SOCIAL: {
569
+ id: 29,
570
+ name: 'FructuCompta + Social',
571
+ isComptable: 1,
572
+ isJuridique: 0,
573
+ isSocial: 1,
574
+ isAttestation: 0,
575
+ inAverageCart: 1,
576
+ isBack: 0,
577
+ price: null,
578
+ isCatalog: 0,
579
+ hidden: 1,
580
+ isComplementary: 0,
581
+ signaturePosition: null,
582
+ signaturePage: null,
583
+ },
584
+ FRUCTU_WEB: {
585
+ id: 31,
586
+ name: 'FructuWeb',
587
+ isComptable: 1,
588
+ isJuridique: 0,
589
+ isSocial: 0,
590
+ isAttestation: 0,
591
+ inAverageCart: 0,
592
+ isBack: 0,
593
+ price: null,
594
+ isCatalog: 0,
595
+ hidden: 1,
596
+ isComplementary: 0,
597
+ signaturePosition: null,
598
+ signaturePage: null,
599
+ },
600
+ FRUCTUCOMPTA_STATUT_EXPRESS: {
601
+ id: 32,
602
+ name: 'Fructucompta statut-express',
603
+ isComptable: 0,
604
+ isJuridique: 1,
605
+ isSocial: 0,
606
+ isAttestation: 0,
607
+ inAverageCart: 1,
608
+ isBack: 0,
609
+ price: null,
610
+ isCatalog: 0,
611
+ hidden: 1,
612
+ isComplementary: 0,
613
+ signaturePosition: null,
614
+ signaturePage: null,
615
+ },
616
+ FRUCTU_EXPRESS: {
617
+ id: 33,
618
+ name: 'Fructu Express',
619
+ isComptable: 1,
620
+ isJuridique: 0,
621
+ isSocial: 0,
622
+ isAttestation: 0,
623
+ inAverageCart: 1,
624
+ isBack: 1,
625
+ price: null,
626
+ isCatalog: 0,
627
+ hidden: 1,
628
+ isComplementary: 0,
629
+ signaturePosition: null,
630
+ signaturePage: null,
631
+ },
632
+ COMPTA_PRO: {
633
+ id: 34,
634
+ name: 'Compta Pro',
635
+ isComptable: 1,
636
+ isJuridique: 0,
637
+ isSocial: 0,
638
+ isAttestation: 0,
639
+ inAverageCart: 1,
640
+ isBack: 0,
641
+ price: null,
642
+ isCatalog: 0,
643
+ hidden: 0,
644
+ isComplementary: 0,
645
+ signaturePosition: '308,68,563,131',
646
+ signaturePage: 7,
647
+ },
648
+ COMPTA_PRO_PAIE: {
649
+ id: 35,
650
+ name: 'Compta Pro + Paie',
651
+ isComptable: 1,
652
+ isJuridique: 0,
653
+ isSocial: 1,
654
+ isAttestation: 0,
655
+ inAverageCart: 1,
656
+ isBack: 0,
657
+ price: null,
658
+ isCatalog: 0,
659
+ hidden: 1,
660
+ isComplementary: 0,
661
+ signaturePosition: '332,49,517,117',
662
+ signaturePage: 5,
663
+ },
664
+ COMPTA_PRO_EXPRESS: {
665
+ id: 36,
666
+ name: 'Compta Pro Express',
667
+ isComptable: 1,
668
+ isJuridique: 0,
669
+ isSocial: 0,
670
+ isAttestation: 0,
671
+ inAverageCart: 1,
672
+ isBack: 1,
673
+ price: null,
674
+ isCatalog: 0,
675
+ hidden: 0,
676
+ isComplementary: 0,
677
+ signaturePosition: '308,68,563,131',
678
+ signaturePage: 7,
679
+ },
680
+ COMPTA_PRO_EXPRESS_PAIE: {
681
+ id: 37,
682
+ name: 'Compta Pro Express + Paie',
683
+ isComptable: 1,
684
+ isJuridique: 0,
685
+ isSocial: 1,
686
+ isAttestation: 0,
687
+ inAverageCart: 1,
688
+ isBack: 1,
689
+ price: null,
690
+ isCatalog: 0,
691
+ hidden: 1,
692
+ isComplementary: 0,
693
+ signaturePosition: '318,53,548,204',
694
+ signaturePage: 5,
695
+ },
696
+ COMPTA_ENTREPRISE: {
697
+ id: 38,
698
+ name: 'Compta Entreprise',
699
+ isComptable: 1,
700
+ isJuridique: 0,
701
+ isSocial: 0,
702
+ isAttestation: 0,
703
+ inAverageCart: 1,
704
+ isBack: 0,
705
+ price: null,
706
+ isCatalog: 0,
707
+ hidden: 0,
708
+ isComplementary: 0,
709
+ signaturePosition: '308,68,563,131',
710
+ signaturePage: 7,
711
+ },
712
+ COMPTA_ENTREPRISE_PAIE: {
713
+ id: 39,
714
+ name: 'Compta Entreprise + Paie',
715
+ isComptable: 1,
716
+ isJuridique: 0,
717
+ isSocial: 1,
718
+ isAttestation: 0,
719
+ inAverageCart: 1,
720
+ isBack: 0,
721
+ price: null,
722
+ isCatalog: 0,
723
+ hidden: 1,
724
+ isComplementary: 0,
725
+ signaturePosition: '336,51,526,107',
726
+ signaturePage: 5,
727
+ },
728
+ COMPTA_ENTREPRISE_EXPRESS: {
729
+ id: 40,
730
+ name: 'Compta Entreprise Express',
731
+ isComptable: 1,
732
+ isJuridique: 0,
733
+ isSocial: 0,
734
+ isAttestation: 0,
735
+ inAverageCart: 1,
736
+ isBack: 1,
737
+ price: null,
738
+ isCatalog: 0,
739
+ hidden: 0,
740
+ isComplementary: 0,
741
+ signaturePosition: '308,68,563,131',
742
+ signaturePage: 7,
743
+ },
744
+ COMPTA_ENTREPRISE_EXPRESS_PAIE: {
745
+ id: 41,
746
+ name: 'Compta Entreprise Express + Paie',
747
+ isComptable: 1,
748
+ isJuridique: 0,
749
+ isSocial: 1,
750
+ isAttestation: 0,
751
+ inAverageCart: 1,
752
+ isBack: 1,
753
+ price: null,
754
+ isCatalog: 0,
755
+ hidden: 1,
756
+ isComplementary: 0,
757
+ signaturePosition: '318,53,548,204',
758
+ signaturePage: 5,
759
+ },
760
+ COMPTA_CLASSIQUE: {
761
+ id: 42,
762
+ name: 'Compta Classique',
763
+ isComptable: 1,
764
+ isJuridique: 0,
765
+ isSocial: 0,
766
+ isAttestation: 0,
767
+ inAverageCart: 1,
768
+ isBack: 0,
769
+ price: null,
770
+ isCatalog: 0,
771
+ hidden: 1,
772
+ isComplementary: 0,
773
+ signaturePosition: '312,53,546,114',
774
+ signaturePage: 5,
775
+ },
776
+ COMPTA_CLASSIQUE_EXPRESS: {
777
+ id: 43,
778
+ name: 'Compta Classique Express',
779
+ isComptable: 1,
780
+ isJuridique: 0,
781
+ isSocial: 0,
782
+ isAttestation: 0,
783
+ inAverageCart: 1,
784
+ isBack: 1,
785
+ price: null,
786
+ isCatalog: 0,
787
+ hidden: 1,
788
+ isComplementary: 0,
789
+ signaturePosition: '316,49,538,107',
790
+ signaturePage: 5,
791
+ },
792
+ GESTION_JURIDIQUE: {
793
+ id: 44,
794
+ name: 'Gestion Juridique',
795
+ isComptable: 0,
796
+ isJuridique: 1,
797
+ isSocial: 0,
798
+ isAttestation: 0,
799
+ inAverageCart: 0,
800
+ isBack: 0,
801
+ price: null,
802
+ isCatalog: 1,
803
+ hidden: 0,
804
+ isComplementary: 0,
805
+ signaturePosition: '308,68,563,131',
806
+ signaturePage: 5,
807
+ },
808
+ COMPTA_ASSISTANCE: {
809
+ id: 45,
810
+ name: 'Compta Assistance',
811
+ isComptable: 1,
812
+ isJuridique: 0,
813
+ isSocial: 0,
814
+ isAttestation: 0,
815
+ inAverageCart: 1,
816
+ isBack: 0,
817
+ price: null,
818
+ isCatalog: 0,
819
+ hidden: 1,
820
+ isComplementary: 0,
821
+ signaturePosition: '1,1,1,1',
822
+ signaturePage: null,
823
+ },
824
+ AVANCE_OU_ABANDON_COMPTE_COURANT_ASSOCIE: {
825
+ id: 46,
826
+ name: 'Avance ou abandon de compte courant d’associé',
827
+ isComptable: 0,
828
+ isJuridique: 1,
829
+ isSocial: 0,
830
+ isAttestation: 0,
831
+ inAverageCart: 0,
832
+ isBack: 0,
833
+ price: 200,
834
+ isCatalog: 1,
835
+ hidden: 0,
836
+ isComplementary: 0,
837
+ signaturePosition: null,
838
+ signaturePage: null,
839
+ },
840
+ ASSISTANCE_JURIDIQUE: {
841
+ id: 47,
842
+ name: 'Assistance juridique',
843
+ isComptable: 0,
844
+ isJuridique: 1,
845
+ isSocial: 0,
846
+ isAttestation: 0,
847
+ inAverageCart: 0,
848
+ isBack: 0,
849
+ price: 249,
850
+ isCatalog: 0,
851
+ hidden: 1,
852
+ isComplementary: 0,
853
+ signaturePosition: null,
854
+ signaturePage: null,
855
+ },
856
+ ASSISTANCE_RECOUVREMENT: {
857
+ id: 48,
858
+ name: 'Assistance recouvrement',
859
+ isComptable: 0,
860
+ isJuridique: 1,
861
+ isSocial: 0,
862
+ isAttestation: 0,
863
+ inAverageCart: 0,
864
+ isBack: 0,
865
+ price: 39,
866
+ isCatalog: 0,
867
+ hidden: 1,
868
+ isComplementary: 0,
869
+ signaturePosition: null,
870
+ signaturePage: null,
871
+ },
872
+ AUGMENTATION_CAPITAL: {
873
+ id: 49,
874
+ name: 'Augmentation de capital',
875
+ isComptable: 0,
876
+ isJuridique: 1,
877
+ isSocial: 0,
878
+ isAttestation: 0,
879
+ inAverageCart: 0,
880
+ isBack: 0,
881
+ price: 449,
882
+ isCatalog: 0,
883
+ hidden: 1,
884
+ isComplementary: 0,
885
+ signaturePosition: null,
886
+ signaturePage: null,
887
+ },
888
+ BAIL_COMMERCIAL: {
889
+ id: 50,
890
+ name: 'Bail commercial',
891
+ isComptable: 0,
892
+ isJuridique: 1,
893
+ isSocial: 0,
894
+ isAttestation: 0,
895
+ inAverageCart: 0,
896
+ isBack: 0,
897
+ price: 200,
898
+ isCatalog: 1,
899
+ hidden: 0,
900
+ isComplementary: 0,
901
+ signaturePosition: null,
902
+ signaturePage: null,
903
+ },
904
+ CESSION_ACTIONS: {
905
+ id: 51,
906
+ name: 'Cession d\'actions',
907
+ isComptable: 0,
908
+ isJuridique: 1,
909
+ isSocial: 0,
910
+ isAttestation: 0,
911
+ inAverageCart: 0,
912
+ isBack: 0,
913
+ price: 200,
914
+ isCatalog: 1,
915
+ hidden: 0,
916
+ isComplementary: 0,
917
+ signaturePosition: null,
918
+ signaturePage: null,
919
+ },
920
+ MODIFICATION_DATE_CLOTURE_EURL_SASU: {
921
+ id: 52,
922
+ name: 'Modification de la date de clôture (EURL/SASU)',
923
+ isComptable: 0,
924
+ isJuridique: 1,
925
+ isSocial: 0,
926
+ isAttestation: 0,
927
+ inAverageCart: 0,
928
+ isBack: 0,
929
+ price: 249,
930
+ isCatalog: 1,
931
+ hidden: 0,
932
+ isComplementary: 0,
933
+ signaturePosition: null,
934
+ signaturePage: null,
935
+ },
936
+ MODIFICATION_DENOMINATION_SOCIALE_EURL_SASU: {
937
+ id: 53,
938
+ name: 'Modification de la dénomination sociale (EURL/SASU)',
939
+ isComptable: 0,
940
+ isJuridique: 1,
941
+ isSocial: 0,
942
+ isAttestation: 0,
943
+ inAverageCart: 0,
944
+ isBack: 0,
945
+ price: 249,
946
+ isCatalog: 1,
947
+ hidden: 0,
948
+ isComplementary: 0,
949
+ signaturePosition: null,
950
+ signaturePage: null,
951
+ },
952
+ MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SASU_EURL: {
953
+ id: 54,
954
+ name: 'Modification d\'un dirigeant ou d\'un commissaire aux compte (SASU / EURL)',
955
+ isComptable: 0,
956
+ isJuridique: 1,
957
+ isSocial: 0,
958
+ isAttestation: 0,
959
+ inAverageCart: 0,
960
+ isBack: 0,
961
+ price: 249,
962
+ isCatalog: 1,
963
+ hidden: 0,
964
+ isComplementary: 0,
965
+ signaturePosition: null,
966
+ signaturePage: null,
967
+ },
968
+ CONSEIL_JURIDIQUE_CONSEIL: {
969
+ id: 55,
970
+ name: 'Conseil juridique et conseil',
971
+ isComptable: 0,
972
+ isJuridique: 1,
973
+ isSocial: 0,
974
+ isAttestation: 0,
975
+ inAverageCart: 0,
976
+ isBack: 0,
977
+ price: 79,
978
+ isCatalog: 0,
979
+ hidden: 1,
980
+ isComplementary: 0,
981
+ signaturePosition: null,
982
+ signaturePage: null,
983
+ },
984
+ CONSTITUTION_SOCIETE: {
985
+ id: 56,
986
+ name: 'Constitution de société',
987
+ isComptable: 0,
988
+ isJuridique: 1,
989
+ isSocial: 0,
990
+ isAttestation: 0,
991
+ inAverageCart: 0,
992
+ isBack: 0,
993
+ price: 299,
994
+ isCatalog: 0,
995
+ hidden: 1,
996
+ isComplementary: 0,
997
+ signaturePosition: null,
998
+ signaturePage: null,
999
+ },
1000
+ CONVENTION_DE_MISE_A_DISPOSITION_A_TITRE_GRATUIT: {
1001
+ id: 57,
1002
+ name: 'Convention de mise à disposition à titre gratuit',
1003
+ isComptable: 0,
1004
+ isJuridique: 1,
1005
+ isSocial: 0,
1006
+ isAttestation: 0,
1007
+ inAverageCart: 0,
1008
+ isBack: 0,
1009
+ price: 99,
1010
+ isCatalog: 1,
1011
+ hidden: 0,
1012
+ isComplementary: 0,
1013
+ signaturePosition: null,
1014
+ signaturePage: null,
1015
+ },
1016
+ CONVENTION_COMPTE_COURANT: {
1017
+ id: 58,
1018
+ name: 'Convention compte courant',
1019
+ isComptable: 0,
1020
+ isJuridique: 1,
1021
+ isSocial: 0,
1022
+ isAttestation: 0,
1023
+ inAverageCart: 0,
1024
+ isBack: 0,
1025
+ price: 200,
1026
+ isCatalog: 1,
1027
+ hidden: 0,
1028
+ isComplementary: 0,
1029
+ signaturePosition: null,
1030
+ signaturePage: null,
1031
+ },
1032
+ CREATION_FERMETURE_ETABLISSEMENT_SECONDAIRE_COMPLEMENTAIRE: {
1033
+ id: 59,
1034
+ name: 'Création / fermeture établissement secondaire / complémentaire',
1035
+ isComptable: 0,
1036
+ isJuridique: 1,
1037
+ isSocial: 0,
1038
+ isAttestation: 0,
1039
+ inAverageCart: 0,
1040
+ isBack: 0,
1041
+ price: 149,
1042
+ isCatalog: 1,
1043
+ hidden: 0,
1044
+ isComplementary: 0,
1045
+ signaturePosition: null,
1046
+ signaturePage: null,
1047
+ },
1048
+ DECLARATION_NOM_COMMERCIAL_ENSEIGNE_NOM_DE_DOMAINE: {
1049
+ id: 60,
1050
+ name: 'Déclaration Nom commercial / Enseigne / Nom de domaine',
1051
+ isComptable: 0,
1052
+ isJuridique: 1,
1053
+ isSocial: 0,
1054
+ isAttestation: 0,
1055
+ inAverageCart: 0,
1056
+ isBack: 0,
1057
+ price: 149,
1058
+ isCatalog: 1,
1059
+ hidden: 0,
1060
+ isComplementary: 0,
1061
+ signaturePosition: null,
1062
+ signaturePage: null,
1063
+ },
1064
+ DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE: {
1065
+ id: 61,
1066
+ name: 'Dissolution Liquidation à date de clôture (y compris bilan de liquidation)',
1067
+ isComptable: 0,
1068
+ isJuridique: 1,
1069
+ isSocial: 0,
1070
+ isAttestation: 0,
1071
+ inAverageCart: 0,
1072
+ isBack: 0,
1073
+ price: 589,
1074
+ isCatalog: 1,
1075
+ hidden: 0,
1076
+ isComplementary: 0,
1077
+ signaturePosition: null,
1078
+ signaturePage: null,
1079
+ },
1080
+ MODIFICATION_OBJET_SOCIAL_EURL_SASU: {
1081
+ id: 62,
1082
+ name: 'Modification de l\'objet social (EURL/SASU)',
1083
+ isComptable: 0,
1084
+ isJuridique: 1,
1085
+ isSocial: 0,
1086
+ isAttestation: 0,
1087
+ inAverageCart: 0,
1088
+ isBack: 0,
1089
+ price: 249,
1090
+ isCatalog: 1,
1091
+ hidden: 0,
1092
+ isComplementary: 0,
1093
+ signaturePosition: null,
1094
+ signaturePage: null,
1095
+ },
1096
+ IMMATRICULATION_EI: {
1097
+ id: 63,
1098
+ name: 'Immatriculation EI',
1099
+ isComptable: 0,
1100
+ isJuridique: 1,
1101
+ isSocial: 0,
1102
+ isAttestation: 0,
1103
+ inAverageCart: 0,
1104
+ isBack: 0,
1105
+ price: 99,
1106
+ isCatalog: 1,
1107
+ hidden: 0,
1108
+ isComplementary: 0,
1109
+ signaturePosition: null,
1110
+ signaturePage: null,
1111
+ },
1112
+ INTEGRATION_FISCALE: {
1113
+ id: 64,
1114
+ name: 'Intégration fiscale',
1115
+ isComptable: 0,
1116
+ isJuridique: 1,
1117
+ isSocial: 0,
1118
+ isAttestation: 0,
1119
+ inAverageCart: 0,
1120
+ isBack: 0,
1121
+ price: 149,
1122
+ isCatalog: 1,
1123
+ hidden: 0,
1124
+ isComplementary: 0,
1125
+ signaturePosition: null,
1126
+ signaturePage: null,
1127
+ },
1128
+ LIBERATION_CAPITAL: {
1129
+ id: 65,
1130
+ name: 'Libération du capital',
1131
+ isComptable: 0,
1132
+ isJuridique: 1,
1133
+ isSocial: 0,
1134
+ isAttestation: 0,
1135
+ inAverageCart: 0,
1136
+ isBack: 0,
1137
+ price: 149,
1138
+ isCatalog: 1,
1139
+ hidden: 0,
1140
+ isComplementary: 0,
1141
+ signaturePosition: null,
1142
+ signaturePage: null,
1143
+ },
1144
+ DISTRIBUTION_DIVIDENDES_SUR_RESERVE: {
1145
+ id: 66,
1146
+ name: 'Distribution de dividendes sur réserves',
1147
+ isComptable: 0,
1148
+ isJuridique: 1,
1149
+ isSocial: 0,
1150
+ isAttestation: 0,
1151
+ inAverageCart: 0,
1152
+ isBack: 0,
1153
+ price: 149,
1154
+ isCatalog: 1,
1155
+ hidden: 0,
1156
+ isComplementary: 0,
1157
+ signaturePosition: null,
1158
+ signaturePage: null,
1159
+ },
1160
+ MISE_EN_SOMMEIL: {
1161
+ id: 67,
1162
+ name: 'Mise en sommeil',
1163
+ isComptable: 0,
1164
+ isJuridique: 1,
1165
+ isSocial: 0,
1166
+ isAttestation: 0,
1167
+ inAverageCart: 0,
1168
+ isBack: 0,
1169
+ price: 149,
1170
+ isCatalog: 1,
1171
+ hidden: 0,
1172
+ isComplementary: 0,
1173
+ signaturePosition: null,
1174
+ signaturePage: null,
1175
+ },
1176
+ MODIFICATION_EIRL: {
1177
+ id: 68,
1178
+ name: 'Modification EIRL',
1179
+ isComptable: 0,
1180
+ isJuridique: 1,
1181
+ isSocial: 0,
1182
+ isAttestation: 0,
1183
+ inAverageCart: 0,
1184
+ isBack: 0,
1185
+ price: 199,
1186
+ isCatalog: 1,
1187
+ hidden: 0,
1188
+ isComplementary: 0,
1189
+ signaturePosition: null,
1190
+ signaturePage: null,
1191
+ },
1192
+ PERTE_MOITIE_DU_CAPITAL: {
1193
+ id: 69,
1194
+ name: 'Perte moitié du capital',
1195
+ isComptable: 0,
1196
+ isJuridique: 1,
1197
+ isSocial: 0,
1198
+ isAttestation: 0,
1199
+ inAverageCart: 0,
1200
+ isBack: 0,
1201
+ price: 199,
1202
+ isCatalog: 0,
1203
+ hidden: 1,
1204
+ isComplementary: 0,
1205
+ signaturePosition: null,
1206
+ signaturePage: null,
1207
+ },
1208
+ REDUCTION_DU_CAPITAL: {
1209
+ id: 70,
1210
+ name: 'Réduction de capital',
1211
+ isComptable: 0,
1212
+ isJuridique: 1,
1213
+ isSocial: 0,
1214
+ isAttestation: 0,
1215
+ inAverageCart: 0,
1216
+ isBack: 0,
1217
+ price: 499,
1218
+ isCatalog: 1,
1219
+ hidden: 0,
1220
+ isComplementary: 0,
1221
+ signaturePosition: null,
1222
+ signaturePage: null,
1223
+ },
1224
+ TRANSFORMATION_SARL_EN_SAS: {
1225
+ id: 71,
1226
+ name: 'Transformation SARL en SAS',
1227
+ isComptable: 0,
1228
+ isJuridique: 1,
1229
+ isSocial: 0,
1230
+ isAttestation: 0,
1231
+ inAverageCart: 0,
1232
+ isBack: 0,
1233
+ price: 796,
1234
+ isCatalog: 1,
1235
+ hidden: 0,
1236
+ isComplementary: 0,
1237
+ signaturePosition: null,
1238
+ signaturePage: null,
1239
+ },
1240
+ TRANSFORMATION_SAS_EN_SARL: {
1241
+ id: 72,
1242
+ name: 'Transformation SAS en SARL',
1243
+ isComptable: 0,
1244
+ isJuridique: 1,
1245
+ isSocial: 0,
1246
+ isAttestation: 0,
1247
+ inAverageCart: 0,
1248
+ isBack: 0,
1249
+ price: 596,
1250
+ isCatalog: 1,
1251
+ hidden: 0,
1252
+ isComplementary: 0,
1253
+ signaturePosition: null,
1254
+ signaturePage: null,
1255
+ },
1256
+ DECLARATION_MARQUE_INPI: {
1257
+ id: 73,
1258
+ name: 'Déclaration marque INPI',
1259
+ isComptable: 0,
1260
+ isJuridique: 1,
1261
+ isSocial: 0,
1262
+ isAttestation: 0,
1263
+ inAverageCart: 0,
1264
+ isBack: 0,
1265
+ price: 200,
1266
+ isCatalog: 1,
1267
+ hidden: 0,
1268
+ isComplementary: 0,
1269
+ signaturePosition: null,
1270
+ signaturePage: null,
1271
+ },
1272
+ FORMALITES: {
1273
+ id: 74,
1274
+ name: 'Formalités',
1275
+ isComptable: 0,
1276
+ isJuridique: 1,
1277
+ isSocial: 0,
1278
+ isAttestation: 0,
1279
+ inAverageCart: 0,
1280
+ isBack: 0,
1281
+ price: 59,
1282
+ isCatalog: 1,
1283
+ hidden: 0,
1284
+ isComplementary: 0,
1285
+ signaturePosition: null,
1286
+ signaturePage: null,
1287
+ },
1288
+ TRANSFERT_SIEGE_SOCIAL_SASU_EURL: {
1289
+ id: 75,
1290
+ name: 'Transfert de siège social (SASU / EURL)',
1291
+ isComptable: 0,
1292
+ isJuridique: 1,
1293
+ isSocial: 0,
1294
+ isAttestation: 0,
1295
+ inAverageCart: 0,
1296
+ isBack: 0,
1297
+ price: 249,
1298
+ isCatalog: 1,
1299
+ hidden: 0,
1300
+ isComplementary: 0,
1301
+ signaturePosition: null,
1302
+ signaturePage: null,
1303
+ },
1304
+ REDUCTION_CAPITAL_NON_MOTIVEE_PAR_LES_PERTES: {
1305
+ id: 76,
1306
+ name: 'Réduction de capital non motivée par les pertes',
1307
+ isComptable: 0,
1308
+ isJuridique: 1,
1309
+ isSocial: 0,
1310
+ isAttestation: 0,
1311
+ inAverageCart: 0,
1312
+ isBack: 0,
1313
+ price: 499,
1314
+ isCatalog: 1,
1315
+ hidden: 0,
1316
+ isComplementary: 0,
1317
+ signaturePosition: null,
1318
+ signaturePage: null,
1319
+ },
1320
+ TRANSMISSION_UNIVERSELLE_PATRIMOINE_ASSOCIE_UNIQUE_EURL_SASU: {
1321
+ id: 77,
1322
+ name: 'Transmission universelle du patrimoine (si associé unique personne morale - EURL/SASU)',
1323
+ isComptable: 0,
1324
+ isJuridique: 1,
1325
+ isSocial: 0,
1326
+ isAttestation: 0,
1327
+ inAverageCart: 0,
1328
+ isBack: 0,
1329
+ price: 399,
1330
+ isCatalog: 0,
1331
+ hidden: 1,
1332
+ isComplementary: 0,
1333
+ signaturePosition: null,
1334
+ signaturePage: null,
1335
+ },
1336
+ BULLETIONS_SALAIRE: {
1337
+ id: 78,
1338
+ name: 'Bulletins de salaires',
1339
+ isComptable: 0,
1340
+ isJuridique: 0,
1341
+ isSocial: 1,
1342
+ isAttestation: 0,
1343
+ inAverageCart: 0,
1344
+ isBack: 0,
1345
+ price: 15.9,
1346
+ isCatalog: 1,
1347
+ hidden: 0,
1348
+ isComplementary: 0,
1349
+ signaturePosition: null,
1350
+ signaturePage: null,
1351
+ },
1352
+ DSN: {
1353
+ id: 79,
1354
+ name: 'DSN',
1355
+ isComptable: 0,
1356
+ isJuridique: 0,
1357
+ isSocial: 1,
1358
+ isAttestation: 0,
1359
+ inAverageCart: 0,
1360
+ isBack: 0,
1361
+ price: 15,
1362
+ isCatalog: 1,
1363
+ hidden: 0,
1364
+ isComplementary: 0,
1365
+ signaturePosition: null,
1366
+ signaturePage: null,
1367
+ },
1368
+ CREATION_DOSSIER_INFORMATIQUE_PAR_SALARIE: {
1369
+ id: 80,
1370
+ name: 'Création d\'un dossier informatique par salarié',
1371
+ isComptable: 0,
1372
+ isJuridique: 0,
1373
+ isSocial: 1,
1374
+ isAttestation: 0,
1375
+ inAverageCart: 0,
1376
+ isBack: 0,
1377
+ price: 20,
1378
+ isCatalog: 1,
1379
+ hidden: 0,
1380
+ isComplementary: 0,
1381
+ signaturePosition: null,
1382
+ signaturePage: null,
1383
+ },
1384
+ ETABLISSEMENT_CONTRAT_TRAVAIL: {
1385
+ id: 81,
1386
+ name: 'Etablissement d\'un contrat de travail',
1387
+ isComptable: 0,
1388
+ isJuridique: 0,
1389
+ isSocial: 1,
1390
+ isAttestation: 0,
1391
+ inAverageCart: 0,
1392
+ isBack: 0,
1393
+ price: 78,
1394
+ isCatalog: 1,
1395
+ hidden: 0,
1396
+ isComplementary: 0,
1397
+ signaturePosition: null,
1398
+ signaturePage: null,
1399
+ },
1400
+ ATTESTATION_SALAIRE: {
1401
+ id: 82,
1402
+ name: 'Attestation de salaire',
1403
+ isComptable: 0,
1404
+ isJuridique: 0,
1405
+ isSocial: 1,
1406
+ isAttestation: 0,
1407
+ inAverageCart: 0,
1408
+ isBack: 0,
1409
+ price: 18,
1410
+ isCatalog: 1,
1411
+ hidden: 0,
1412
+ isComplementary: 0,
1413
+ signaturePosition: null,
1414
+ signaturePage: null,
1415
+ },
1416
+ ADHESION_ORGANISMES_COTISATIONS_OBLIGATOIRES: {
1417
+ id: 83,
1418
+ name: 'Adhésion aux organismes de cotisations obligatoires',
1419
+ isComptable: 0,
1420
+ isJuridique: 0,
1421
+ isSocial: 1,
1422
+ isAttestation: 0,
1423
+ inAverageCart: 0,
1424
+ isBack: 0,
1425
+ price: 56,
1426
+ isCatalog: 1,
1427
+ hidden: 0,
1428
+ isComplementary: 0,
1429
+ signaturePosition: null,
1430
+ signaturePage: null,
1431
+ },
1432
+ TAXE_APPRENTISSAGE_ET_FORMATION_CONTINUE: {
1433
+ id: 84,
1434
+ name: 'Taxe d\'apprentissage et formation continue',
1435
+ isComptable: 0,
1436
+ isJuridique: 0,
1437
+ isSocial: 1,
1438
+ isAttestation: 0,
1439
+ inAverageCart: 0,
1440
+ isBack: 0,
1441
+ price: 48,
1442
+ isCatalog: 1,
1443
+ hidden: 0,
1444
+ isComplementary: 0,
1445
+ signaturePosition: null,
1446
+ signaturePage: null,
1447
+ },
1448
+ DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE: {
1449
+ id: 85,
1450
+ name: 'Dissolution Liquidation hors date de clôture (y compris bilan de liquidation)',
1451
+ isComptable: 0,
1452
+ isJuridique: 1,
1453
+ isSocial: 0,
1454
+ isAttestation: 0,
1455
+ inAverageCart: 0,
1456
+ isBack: 0,
1457
+ price: 889,
1458
+ isCatalog: 1,
1459
+ hidden: 0,
1460
+ isComplementary: 0,
1461
+ signaturePosition: null,
1462
+ signaturePage: null,
1463
+ },
1464
+ AUGMENTATION_CAPITAL_VARIABLE: {
1465
+ id: 86,
1466
+ name: 'Augmentation de capital variable',
1467
+ isComptable: 0,
1468
+ isJuridique: 1,
1469
+ isSocial: 0,
1470
+ isAttestation: 0,
1471
+ inAverageCart: 0,
1472
+ isBack: 0,
1473
+ price: 149,
1474
+ isCatalog: 1,
1475
+ hidden: 0,
1476
+ isComplementary: 0,
1477
+ signaturePosition: null,
1478
+ signaturePage: null,
1479
+ },
1480
+ CESSION_PARTS_SOCIALES_EURL: {
1481
+ id: 87,
1482
+ name: 'Cession de parts sociales (EURL)',
1483
+ isComptable: 0,
1484
+ isJuridique: 1,
1485
+ isSocial: 0,
1486
+ isAttestation: 0,
1487
+ inAverageCart: 0,
1488
+ isBack: 0,
1489
+ price: 399,
1490
+ isCatalog: 1,
1491
+ hidden: 0,
1492
+ isComplementary: 0,
1493
+ signaturePosition: null,
1494
+ signaturePage: null,
1495
+ },
1496
+ DECLARATION_BENEFICES_EFFECTIFS: {
1497
+ id: 88,
1498
+ name: 'Déclaration des bénéficiaires effectifs',
1499
+ isComptable: 0,
1500
+ isJuridique: 1,
1501
+ isSocial: 0,
1502
+ isAttestation: 0,
1503
+ inAverageCart: 0,
1504
+ isBack: 0,
1505
+ price: 39,
1506
+ isCatalog: 1,
1507
+ hidden: 0,
1508
+ isComplementary: 0,
1509
+ signaturePosition: null,
1510
+ signaturePage: null,
1511
+ },
1512
+ IRPP: {
1513
+ id: 89,
1514
+ name: 'IRPP',
1515
+ isComptable: 1,
1516
+ isJuridique: 0,
1517
+ isSocial: 0,
1518
+ isAttestation: 0,
1519
+ inAverageCart: 0,
1520
+ isBack: 0,
1521
+ price: null,
1522
+ isCatalog: 1,
1523
+ hidden: 0,
1524
+ isComplementary: 1,
1525
+ signaturePosition: null,
1526
+ signaturePage: null,
1527
+ },
1528
+ EVALUATION: {
1529
+ id: 90,
1530
+ name: 'Evaluation',
1531
+ isComptable: 1,
1532
+ isJuridique: 0,
1533
+ isSocial: 0,
1534
+ isAttestation: 0,
1535
+ inAverageCart: 0,
1536
+ isBack: 0,
1537
+ price: null,
1538
+ isCatalog: 1,
1539
+ hidden: 0,
1540
+ isComplementary: 1,
1541
+ signaturePosition: null,
1542
+ signaturePage: null,
1543
+ },
1544
+ ATTESTATIONS_NON_REMUNERATION: {
1545
+ id: 91,
1546
+ name: 'Attestations de non-rémunération',
1547
+ isComptable: 1,
1548
+ isJuridique: 0,
1549
+ isSocial: 0,
1550
+ isAttestation: 0,
1551
+ inAverageCart: 0,
1552
+ isBack: 0,
1553
+ price: null,
1554
+ isCatalog: 1,
1555
+ hidden: 0,
1556
+ isComplementary: 0,
1557
+ signaturePosition: null,
1558
+ signaturePage: null,
1559
+ },
1560
+ AUTRE_MISSION_COMPTABLE: {
1561
+ id: 93,
1562
+ name: 'Autre mission comptable',
1563
+ isComptable: 1,
1564
+ isJuridique: 0,
1565
+ isSocial: 0,
1566
+ isAttestation: 0,
1567
+ inAverageCart: 0,
1568
+ isBack: 0,
1569
+ price: null,
1570
+ isCatalog: 1,
1571
+ hidden: 0,
1572
+ isComplementary: 0,
1573
+ signaturePosition: null,
1574
+ signaturePage: null,
1575
+ },
1576
+ COMPTA_FREEMIUM: {
1577
+ id: 94,
1578
+ name: 'Compta Freemium',
1579
+ isComptable: 1,
1580
+ isJuridique: 0,
1581
+ isSocial: 0,
1582
+ isAttestation: 0,
1583
+ inAverageCart: 0,
1584
+ isBack: 0,
1585
+ price: 0,
1586
+ isCatalog: 0,
1587
+ hidden: 1,
1588
+ isComplementary: 0,
1589
+ signaturePosition: null,
1590
+ signaturePage: null,
1591
+ },
1592
+ ATTESTATION_REMUNERATION: {
1593
+ id: 95,
1594
+ name: 'Attestation de rémunération',
1595
+ isComptable: 1,
1596
+ isJuridique: 0,
1597
+ isSocial: 0,
1598
+ isAttestation: 1,
1599
+ inAverageCart: 0,
1600
+ isBack: 0,
1601
+ price: null,
1602
+ isCatalog: 1,
1603
+ hidden: 0,
1604
+ isComplementary: 0,
1605
+ signaturePosition: null,
1606
+ signaturePage: null,
1607
+ },
1608
+ // FIXME: Doublon ?
1609
+ ATTESTATION_NON_REMUNERATION: {
1610
+ id: 96,
1611
+ name: 'Attestation de non-rémunération',
1612
+ isComptable: 1,
1613
+ isJuridique: 0,
1614
+ isSocial: 0,
1615
+ isAttestation: 1,
1616
+ inAverageCart: 0,
1617
+ isBack: 0,
1618
+ price: null,
1619
+ isCatalog: 1,
1620
+ hidden: 0,
1621
+ isComplementary: 0,
1622
+ signaturePosition: null,
1623
+ signaturePage: null,
1624
+ },
1625
+ ATTESTATION_CA: {
1626
+ id: 97,
1627
+ name: 'Attestation de chiffre d\'affaires',
1628
+ isComptable: 1,
1629
+ isJuridique: 0,
1630
+ isSocial: 0,
1631
+ isAttestation: 1,
1632
+ inAverageCart: 0,
1633
+ isBack: 0,
1634
+ price: null,
1635
+ isCatalog: 1,
1636
+ hidden: 0,
1637
+ isComplementary: 0,
1638
+ signaturePosition: null,
1639
+ signaturePage: null,
1640
+ },
1641
+ ATTESTATION_COMPTE_COURANT: {
1642
+ id: 98,
1643
+ name: 'Attestation de compte-courant',
1644
+ isComptable: 1,
1645
+ isJuridique: 0,
1646
+ isSocial: 0,
1647
+ isAttestation: 1,
1648
+ inAverageCart: 0,
1649
+ isBack: 0,
1650
+ price: null,
1651
+ isCatalog: 1,
1652
+ hidden: 0,
1653
+ isComplementary: 0,
1654
+ signaturePosition: null,
1655
+ signaturePage: null,
1656
+ },
1657
+ MAJ_ADRESSE_PERSONNELLE_DIRIGEANT_SUR_KBIS: {
1658
+ id: 99,
1659
+ name: 'Mise à jour de l\'adresse personnelle du dirigeant sur le Kbis',
1660
+ isComptable: 0,
1661
+ isJuridique: 1,
1662
+ isSocial: 0,
1663
+ isAttestation: 0,
1664
+ inAverageCart: 0,
1665
+ isBack: 0,
1666
+ price: 149,
1667
+ isCatalog: 1,
1668
+ hidden: 0,
1669
+ isComplementary: 0,
1670
+ signaturePosition: null,
1671
+ signaturePage: null,
1672
+ },
1673
+ MODIFICATION_DENOMINATION_SOCIALE_SARL_SAS_SCI: {
1674
+ id: 102,
1675
+ name: 'Modification de la dénomination sociale (SARL/SAS/SCI)',
1676
+ isComptable: 0,
1677
+ isJuridique: 1,
1678
+ isSocial: 0,
1679
+ isAttestation: 0,
1680
+ inAverageCart: 0,
1681
+ isBack: 0,
1682
+ price: 349,
1683
+ isCatalog: 1,
1684
+ hidden: 0,
1685
+ isComplementary: 0,
1686
+ signaturePosition: null,
1687
+ signaturePage: null,
1688
+ },
1689
+ MODIFICATION_OBJET_SOCIAL_SARL_SAS_SCI: {
1690
+ id: 103,
1691
+ name: 'Modification de l\'objet social (SARL/SAS/SCI)',
1692
+ isComptable: 0,
1693
+ isJuridique: 1,
1694
+ isSocial: 0,
1695
+ isAttestation: 0,
1696
+ inAverageCart: 0,
1697
+ isBack: 0,
1698
+ price: 349,
1699
+ isCatalog: 1,
1700
+ hidden: 0,
1701
+ isComplementary: 0,
1702
+ signaturePosition: null,
1703
+ signaturePage: null,
1704
+ },
1705
+ TRANSFERT_SIEGE_SOCIAL_SAS_SARL_SCI: {
1706
+ id: 104,
1707
+ name: 'Transfert de siège social (SAS / SARL / SCI)',
1708
+ isComptable: 0,
1709
+ isJuridique: 1,
1710
+ isSocial: 0,
1711
+ isAttestation: 0,
1712
+ inAverageCart: 0,
1713
+ isBack: 0,
1714
+ price: 349,
1715
+ isCatalog: 1,
1716
+ hidden: 0,
1717
+ isComplementary: 0,
1718
+ signaturePosition: null,
1719
+ signaturePage: null,
1720
+ },
1721
+ MODIFICATION_DATE_CLOTURE_SARL_SAS_SCI: {
1722
+ id: 105,
1723
+ name: 'Modification de la date de clôture (SARL/SAS/SCI)',
1724
+ isComptable: 0,
1725
+ isJuridique: 1,
1726
+ isSocial: 0,
1727
+ isAttestation: 0,
1728
+ inAverageCart: 0,
1729
+ isBack: 0,
1730
+ price: 349,
1731
+ isCatalog: 1,
1732
+ hidden: 0,
1733
+ isComplementary: 0,
1734
+ signaturePosition: null,
1735
+ signaturePage: null,
1736
+ },
1737
+ MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SAS_SARL_SCI: {
1738
+ id: 106,
1739
+ name: 'Modification d’un dirigeant ou d\'un commissaire aux compte (SAS / SARL / SCI)',
1740
+ isComptable: 0,
1741
+ isJuridique: 1,
1742
+ isSocial: 0,
1743
+ isAttestation: 0,
1744
+ inAverageCart: 0,
1745
+ isBack: 0,
1746
+ price: 349,
1747
+ isCatalog: 1,
1748
+ hidden: 0,
1749
+ isComplementary: 0,
1750
+ signaturePosition: null,
1751
+ signaturePage: null,
1752
+ },
1753
+ FORMALITE_PERTE_CAPITAUX_PROPRES_EURL_SASU: {
1754
+ id: 107,
1755
+ name: 'Formalité perte des capitaux propres (EURL/SASU)',
1756
+ isComptable: 0,
1757
+ isJuridique: 1,
1758
+ isSocial: 0,
1759
+ isAttestation: 0,
1760
+ inAverageCart: 0,
1761
+ isBack: 0,
1762
+ price: 249,
1763
+ isCatalog: 1,
1764
+ hidden: 0,
1765
+ isComplementary: 0,
1766
+ signaturePosition: null,
1767
+ signaturePage: null,
1768
+ },
1769
+ FORMALITE_PERTE_CAPITAUX_PROPRES_SARL_SAS_SCI: {
1770
+ id: 108,
1771
+ name: 'Formalité perte des capitaux propres (SARL/SAS/SCI)',
1772
+ isComptable: 0,
1773
+ isJuridique: 1,
1774
+ isSocial: 0,
1775
+ isAttestation: 0,
1776
+ inAverageCart: 0,
1777
+ isBack: 0,
1778
+ price: 349,
1779
+ isCatalog: 1,
1780
+ hidden: 0,
1781
+ isComplementary: 0,
1782
+ signaturePosition: null,
1783
+ signaturePage: null,
1784
+ },
1785
+ TRANSFORMATION_SOCIETE_EURL_SASU: {
1786
+ id: 109,
1787
+ name: 'Transformation de la société (EURL/SASU)',
1788
+ isComptable: 0,
1789
+ isJuridique: 1,
1790
+ isSocial: 0,
1791
+ isAttestation: 0,
1792
+ inAverageCart: 0,
1793
+ isBack: 0,
1794
+ price: 399,
1795
+ isCatalog: 1,
1796
+ hidden: 0,
1797
+ isComplementary: 0,
1798
+ signaturePosition: null,
1799
+ signaturePage: null,
1800
+ },
1801
+ TRANSFORMATION_SOCIETE_SARL_SAS_SCI: {
1802
+ id: 110,
1803
+ name: 'Transformation de la société (SARL/SAS/SCI)',
1804
+ isComptable: 0,
1805
+ isJuridique: 1,
1806
+ isSocial: 0,
1807
+ isAttestation: 0,
1808
+ inAverageCart: 0,
1809
+ isBack: 0,
1810
+ price: 499,
1811
+ isCatalog: 1,
1812
+ hidden: 0,
1813
+ isComplementary: 0,
1814
+ signaturePosition: null,
1815
+ signaturePage: null,
1816
+ },
1817
+ TRANSMISSION_UNIVERSELLE_PATRIMOINE_ASSOCIE_UNIQUE_SARL_SAS_SCI: {
1818
+ id: 111,
1819
+ name: 'Transmission universelle du patrimoine (si associé unique personne morale - SARL/SAS/SCI)',
1820
+ isComptable: 0,
1821
+ isJuridique: 1,
1822
+ isSocial: 0,
1823
+ isAttestation: 0,
1824
+ inAverageCart: 0,
1825
+ isBack: 0,
1826
+ price: 499,
1827
+ isCatalog: 1,
1828
+ hidden: 0,
1829
+ isComplementary: 0,
1830
+ signaturePosition: null,
1831
+ signaturePage: null,
1832
+ },
1833
+ CESSION_PARTS_SOCIALES_SARL_SCI: {
1834
+ id: 112,
1835
+ name: 'Cession de parts sociales (SARL/SCI)',
1836
+ isComptable: 0,
1837
+ isJuridique: 1,
1838
+ isSocial: 0,
1839
+ isAttestation: 0,
1840
+ inAverageCart: 0,
1841
+ isBack: 0,
1842
+ price: 499,
1843
+ isCatalog: 1,
1844
+ hidden: 0,
1845
+ isComplementary: 0,
1846
+ signaturePosition: null,
1847
+ signaturePage: null,
1848
+ },
1849
+ AUGMENTATION_CAPITAL_SOCIAL_EURL_SASU: {
1850
+ id: 113,
1851
+ name: 'Augmentation du capital social (EURL/SASU)',
1852
+ isComptable: 0,
1853
+ isJuridique: 1,
1854
+ isSocial: 0,
1855
+ isAttestation: 0,
1856
+ inAverageCart: 0,
1857
+ isBack: 0,
1858
+ price: 399,
1859
+ isCatalog: 1,
1860
+ hidden: 0,
1861
+ isComplementary: 0,
1862
+ signaturePosition: null,
1863
+ signaturePage: null,
1864
+ },
1865
+ AUGMENTATION_CAPITAL_SOCIAL_SARL_SAS_SCI: {
1866
+ id: 114,
1867
+ name: 'Augmentation du capital social (SARL/SAS/SCI)',
1868
+ isComptable: 0,
1869
+ isJuridique: 1,
1870
+ isSocial: 0,
1871
+ isAttestation: 0,
1872
+ inAverageCart: 0,
1873
+ isBack: 0,
1874
+ price: 499,
1875
+ isCatalog: 1,
1876
+ hidden: 0,
1877
+ isComplementary: 0,
1878
+ signaturePosition: null,
1879
+ signaturePage: null,
1880
+ },
1881
+ ATTESTATION_DE_SALAIRE_MALADIE: {
1882
+ id: 116,
1883
+ name: 'Attestation de salaire maladie',
1884
+ isComptable: 1,
1885
+ isJuridique: 0,
1886
+ isSocial: 0,
1887
+ isAttestation: 0,
1888
+ inAverageCart: 0,
1889
+ isBack: 0,
1890
+ price: 18,
1891
+ isCatalog: 1,
1892
+ hidden: 0,
1893
+ isComplementary: 0,
1894
+ signaturePosition: null,
1895
+ signaturePage: null,
1896
+ },
1897
+ DOCUMENTS_DE_SORTIE: {
1898
+ id: 117,
1899
+ name: 'Documents de Sortie',
1900
+ isComptable: 0,
1901
+ isJuridique: 1,
1902
+ isSocial: 0,
1903
+ isAttestation: 0,
1904
+ inAverageCart: 0,
1905
+ isBack: 0,
1906
+ price: 41,
1907
+ isCatalog: 1,
1908
+ hidden: 0,
1909
+ isComplementary: 0,
1910
+ signaturePosition: null,
1911
+ signaturePage: null,
1912
+ },
1913
+ DPAE: {
1914
+ id: 118,
1915
+ name: 'DPAE',
1916
+ isComptable: 0,
1917
+ isJuridique: 1,
1918
+ isSocial: 0,
1919
+ isAttestation: 0,
1920
+ inAverageCart: 0,
1921
+ isBack: 0,
1922
+ price: 28,
1923
+ isCatalog: 1,
1924
+ hidden: 0,
1925
+ isComplementary: 0,
1926
+ signaturePosition: null,
1927
+ signaturePage: null,
1928
+ },
1929
+ ADHESION_AUX_ORGANISMES_OBLIGATOIRES: {
1930
+ id: 119,
1931
+ name: 'Adhésion aux organismes obligatoires',
1932
+ isComptable: 0,
1933
+ isJuridique: 1,
1934
+ isSocial: 0,
1935
+ isAttestation: 0,
1936
+ inAverageCart: 0,
1937
+ isBack: 0,
1938
+ price: 56,
1939
+ isCatalog: 1,
1940
+ hidden: 0,
1941
+ isComplementary: 0,
1942
+ signaturePosition: null,
1943
+ signaturePage: null,
1944
+ },
1945
+ AVENANT_CONTRAT_DE_TRAVAIL: {
1946
+ id: 120,
1947
+ name: 'Avenant au contrat de travail',
1948
+ isComptable: 0,
1949
+ isJuridique: 1,
1950
+ isSocial: 0,
1951
+ isAttestation: 0,
1952
+ inAverageCart: 0,
1953
+ isBack: 0,
1954
+ price: 56,
1955
+ isCatalog: 1,
1956
+ hidden: 0,
1957
+ isComplementary: 0,
1958
+ signaturePosition: null,
1959
+ signaturePage: null,
1960
+ },
1961
+ RUPTURE_CONVENTIONNELLE: {
1962
+ id: 121,
1963
+ name: 'Rupture conventionnelle',
1964
+ isComptable: 0,
1965
+ isJuridique: 0,
1966
+ isSocial: 1,
1967
+ isAttestation: 0,
1968
+ inAverageCart: 0,
1969
+ isBack: 0,
1970
+ price: 330,
1971
+ isCatalog: 1,
1972
+ hidden: 0,
1973
+ isComplementary: 0,
1974
+ signaturePosition: null,
1975
+ signaturePage: null,
1976
+ },
1977
+ EXPERTISE_COMPTABLE: {
1978
+ id: 122,
1979
+ name: 'Expertise Comptable',
1980
+ isComptable: 1,
1981
+ isJuridique: 0,
1982
+ isSocial: 0,
1983
+ isAttestation: 0,
1984
+ inAverageCart: 1,
1985
+ isBack: 0,
1986
+ price: null,
1987
+ isCatalog: 0,
1988
+ hidden: 0,
1989
+ isComplementary: 0,
1990
+ signaturePosition: '339,46,518,112',
1991
+ signaturePage: 5,
1992
+ },
1993
+ EXPERTISE_COMPTABLE_PLUS: {
1994
+ id: 123,
1995
+ name: 'Expertise Comptable +',
1996
+ isComptable: 1,
1997
+ isJuridique: 0,
1998
+ isSocial: 0,
1999
+ isAttestation: 0,
2000
+ inAverageCart: 1,
2001
+ isBack: 0,
2002
+ price: null,
2003
+ isCatalog: 0,
2004
+ hidden: 0,
2005
+ isComplementary: 0,
2006
+ signaturePosition: '339,46,518,112',
2007
+ signaturePage: 5,
2008
+ },
2009
+ DEMANDE_CHOMAGE_PARTIEL: {
2010
+ id: 124,
2011
+ name: 'Demande chomage partiel',
2012
+ isComptable: 0,
2013
+ isJuridique: 0,
2014
+ isSocial: 1,
2015
+ isAttestation: 0,
2016
+ inAverageCart: 0,
2017
+ isBack: 0,
2018
+ price: 249,
2019
+ isCatalog: 1,
2020
+ hidden: 0,
2021
+ isComplementary: 0,
2022
+ signaturePosition: null,
2023
+ signaturePage: null,
2024
+ },
2025
+ DEMANDE_CONGE_PARENTALE: {
2026
+ id: 125,
2027
+ name: 'Demande conges parental',
2028
+ isComptable: 0,
2029
+ isJuridique: 0,
2030
+ isSocial: 1,
2031
+ isAttestation: 0,
2032
+ inAverageCart: 0,
2033
+ isBack: 0,
2034
+ price: 49,
2035
+ isCatalog: 1,
2036
+ hidden: 1,
2037
+ isComplementary: 0,
2038
+ signaturePosition: null,
2039
+ signaturePage: null,
2040
+ },
2041
+ TVS: {
2042
+ id: 126,
2043
+ name: 'TVS',
2044
+ isComptable: 1,
2045
+ isJuridique: 0,
2046
+ isSocial: 0,
2047
+ isAttestation: 0,
2048
+ inAverageCart: 0,
2049
+ isBack: 0,
2050
+ price: 75,
2051
+ isCatalog: 1,
2052
+ hidden: 0,
2053
+ isComplementary: 0,
2054
+ signaturePosition: null,
2055
+ signaturePage: null,
2056
+ },
2057
+ ETUDE_FISCALE: {
2058
+ id: 127,
2059
+ name: 'Étude fiscale',
2060
+ isComptable: 0,
2061
+ isJuridique: 1,
2062
+ isSocial: 0,
2063
+ isAttestation: 0,
2064
+ inAverageCart: 0,
2065
+ isBack: 0,
2066
+ price: 149,
2067
+ isCatalog: 1,
2068
+ hidden: 0,
2069
+ isComplementary: 0,
2070
+ signaturePosition: null,
2071
+ signaturePage: null,
2072
+ },
2073
+ ATTESTATION_MASSE_SALARIALE: {
2074
+ id: 128,
2075
+ name: 'Attestation de masse salariale',
2076
+ isComptable: 1,
2077
+ isJuridique: 0,
2078
+ isSocial: 0,
2079
+ isAttestation: 1,
2080
+ inAverageCart: 0,
2081
+ isBack: 0,
2082
+ price: null,
2083
+ isCatalog: 1,
2084
+ hidden: 0,
2085
+ isComplementary: 0,
2086
+ signaturePosition: null,
2087
+ signaturePage: null,
2088
+ },
2089
+ AUTRE_MISSION_JURIDIQUE: {
2090
+ id: 130,
2091
+ name: 'Autre mission juridique',
2092
+ isComptable: 0,
2093
+ isJuridique: 1,
2094
+ isSocial: 0,
2095
+ isAttestation: 0,
2096
+ inAverageCart: 0,
2097
+ isBack: 0,
2098
+ price: null,
2099
+ isCatalog: 1,
2100
+ hidden: 0,
2101
+ isComplementary: 0,
2102
+ signaturePosition: null,
2103
+ signaturePage: null,
2104
+ },
2105
+ AUTRE_MISSION_SOCIALE_HORS_PAIE: {
2106
+ id: 131,
2107
+ name: 'Autre mission sociale (hors paie)',
2108
+ isComptable: 0,
2109
+ isJuridique: 0,
2110
+ isSocial: 1,
2111
+ isAttestation: 0,
2112
+ inAverageCart: 0,
2113
+ isBack: 0,
2114
+ price: null,
2115
+ isCatalog: 1,
2116
+ hidden: 0,
2117
+ isComplementary: 0,
2118
+ signaturePosition: null,
2119
+ signaturePage: null,
2120
+ },
2121
+ MODIFICATION_ACTIVITE_KBIS: {
2122
+ id: 132,
2123
+ name: 'Modification de l’activité exercée sur le KBIS (sans modification de l’objet social)',
2124
+ isComptable: 0,
2125
+ isJuridique: 1,
2126
+ isSocial: 0,
2127
+ isAttestation: 0,
2128
+ inAverageCart: 0,
2129
+ isBack: 0,
2130
+ price: 149,
2131
+ isCatalog: 1,
2132
+ hidden: 0,
2133
+ isComplementary: 0,
2134
+ signaturePosition: null,
2135
+ signaturePage: null,
2136
+ },
2137
+ REDUCTION_CAPITAL_SOCIAL_SASU_EURL: {
2138
+ id: 133,
2139
+ name: 'Réduction du capital social (SASU / EURL)',
2140
+ isComptable: 0,
2141
+ isJuridique: 1,
2142
+ isSocial: 0,
2143
+ isAttestation: 0,
2144
+ inAverageCart: 0,
2145
+ isBack: 0,
2146
+ price: 399,
2147
+ isCatalog: 1,
2148
+ hidden: 0,
2149
+ isComplementary: 0,
2150
+ signaturePosition: null,
2151
+ signaturePage: null,
2152
+ },
2153
+ LIBERATION_CAPITAL_SOCIAL_SAS_SARL_SCI: {
2154
+ id: 134,
2155
+ name: 'Réduction du capital social (SAS / SARL / SCI)',
2156
+ isComptable: 0,
2157
+ isJuridique: 1,
2158
+ isSocial: 0,
2159
+ isAttestation: 0,
2160
+ inAverageCart: 0,
2161
+ isBack: 0,
2162
+ price: 499,
2163
+ isCatalog: 1,
2164
+ hidden: 0,
2165
+ isComplementary: 0,
2166
+ signaturePosition: null,
2167
+ signaturePage: null,
2168
+ },
2169
+ LIBERATION_CAPITAL_SOCIAL: {
2170
+ id: 135,
2171
+ name: 'Libération du capital social',
2172
+ isComptable: 0,
2173
+ isJuridique: 1,
2174
+ isSocial: 0,
2175
+ isAttestation: 0,
2176
+ inAverageCart: 0,
2177
+ isBack: 0,
2178
+ price: 149,
2179
+ isCatalog: 1,
2180
+ hidden: 0,
2181
+ isComplementary: 0,
2182
+ signaturePosition: null,
2183
+ signaturePage: null,
2184
+ },
2185
+ AUGMENTATION_OU_REDUCTION_DU_CAPITAL_DANS_LIMITE_CAPITAL_VARIABLE: {
2186
+ id: 136,
2187
+ name: 'Augmentation ou réduction du capital dans la limite du capital variable',
2188
+ isComptable: 0,
2189
+ isJuridique: 1,
2190
+ isSocial: 0,
2191
+ isAttestation: 0,
2192
+ inAverageCart: 0,
2193
+ isBack: 0,
2194
+ price: 149,
2195
+ isCatalog: 1,
2196
+ hidden: 0,
2197
+ isComplementary: 0,
2198
+ signaturePosition: null,
2199
+ signaturePage: null,
2200
+ },
2201
+ FORMALITE_RECONSTITUTION_DES_CAPITAUX_PROPRES: {
2202
+ id: 137,
2203
+ name: 'Formalité Reconstitution des capitaux propres',
2204
+ isComptable: 0,
2205
+ isJuridique: 1,
2206
+ isSocial: 0,
2207
+ isAttestation: 0,
2208
+ inAverageCart: 0,
2209
+ isBack: 0,
2210
+ price: 149,
2211
+ isCatalog: 1,
2212
+ hidden: 0,
2213
+ isComplementary: 0,
2214
+ signaturePosition: null,
2215
+ signaturePage: null,
2216
+ },
2217
+ CONTRAT_APPORT_EN_NATURE: {
2218
+ id: 138,
2219
+ name: 'Contrat d\'apport en nature',
2220
+ isComptable: 0,
2221
+ isJuridique: 1,
2222
+ isSocial: 0,
2223
+ isAttestation: 0,
2224
+ inAverageCart: 0,
2225
+ isBack: 0,
2226
+ price: 200,
2227
+ isCatalog: 1,
2228
+ hidden: 0,
2229
+ isComplementary: 0,
2230
+ signaturePosition: null,
2231
+ signaturePage: null,
2232
+ },
2233
+ REGISTRE_AG: {
2234
+ id: 139,
2235
+ name: 'Registre d’assemblées générale',
2236
+ isComptable: 0,
2237
+ isJuridique: 1,
2238
+ isSocial: 0,
2239
+ isAttestation: 0,
2240
+ inAverageCart: 0,
2241
+ isBack: 0,
2242
+ price: 79,
2243
+ isCatalog: 1,
2244
+ hidden: 0,
2245
+ isComplementary: 0,
2246
+ signaturePosition: null,
2247
+ signaturePage: null,
2248
+ },
2249
+ REGISTRE_DE_MOUVEMENETS_DE_TITRES: {
2250
+ id: 140,
2251
+ name: 'Registre de mouvements de titres',
2252
+ isComptable: 0,
2253
+ isJuridique: 1,
2254
+ isSocial: 0,
2255
+ isAttestation: 0,
2256
+ inAverageCart: 0,
2257
+ isBack: 0,
2258
+ price: 79,
2259
+ isCatalog: 1,
2260
+ hidden: 0,
2261
+ isComplementary: 0,
2262
+ signaturePosition: null,
2263
+ signaturePage: null,
2264
+ },
2265
+ MAJ_REGISTRE_DES_BENEFICES_EFFECTIFS: {
2266
+ id: 141,
2267
+ name: 'Mise à jour du Registre des bénéfices effectifs',
2268
+ isComptable: 0,
2269
+ isJuridique: 1,
2270
+ isSocial: 0,
2271
+ isAttestation: 0,
2272
+ inAverageCart: 0,
2273
+ isBack: 0,
2274
+ price: 39,
2275
+ isCatalog: 1,
2276
+ hidden: 0,
2277
+ isComplementary: 0,
2278
+ signaturePosition: null,
2279
+ signaturePage: null,
2280
+ },
2281
+ CREATION_DOSSIER_JURIDIQUE: {
2282
+ id: 142,
2283
+ name: 'Création du dossier juridique',
2284
+ isComptable: 0,
2285
+ isJuridique: 1,
2286
+ isSocial: 0,
2287
+ isAttestation: 0,
2288
+ inAverageCart: 0,
2289
+ isBack: 0,
2290
+ price: 20,
2291
+ isCatalog: 1,
2292
+ hidden: 0,
2293
+ isComplementary: 0,
2294
+ signaturePosition: null,
2295
+ signaturePage: null,
2296
+ },
2297
+ DOC_WORD: {
2298
+ id: 143,
2299
+ name: 'Doc Word',
2300
+ isComptable: 0,
2301
+ isJuridique: 1,
2302
+ isSocial: 0,
2303
+ isAttestation: 0,
2304
+ inAverageCart: 0,
2305
+ isBack: 0,
2306
+ price: 29,
2307
+ isCatalog: 1,
2308
+ hidden: 0,
2309
+ isComplementary: 0,
2310
+ signaturePosition: null,
2311
+ signaturePage: null,
2312
+ },
2313
+ ENVOI_POSTAL: {
2314
+ id: 144,
2315
+ name: 'Envoi postal',
2316
+ isComptable: 0,
2317
+ isJuridique: 1,
2318
+ isSocial: 0,
2319
+ isAttestation: 0,
2320
+ inAverageCart: 0,
2321
+ isBack: 0,
2322
+ price: 19,
2323
+ isCatalog: 1,
2324
+ hidden: 0,
2325
+ isComplementary: 0,
2326
+ signaturePosition: null,
2327
+ signaturePage: null,
2328
+ },
2329
+ DECLARATION_SOCIALE_NOMINATIVE: {
2330
+ id: 145,
2331
+ name: 'Déclaration sociale nominative',
2332
+ isComptable: 0,
2333
+ isJuridique: 0,
2334
+ isSocial: 1,
2335
+ isAttestation: 0,
2336
+ inAverageCart: 0,
2337
+ isBack: 0,
2338
+ price: 15,
2339
+ isCatalog: 1,
2340
+ hidden: 1,
2341
+ isComplementary: 0,
2342
+ signaturePosition: null,
2343
+ signaturePage: null,
2344
+ },
2345
+ SOLDE_TOUT_COMPTE_ET_ATTESTATION_ASSEDIC_ET_ATTESTATION_EMPLOI_SALARIE: {
2346
+ id: 146,
2347
+ name: 'Solde de tout compte et attestation ASSEDIC et attestation emploi/salarié',
2348
+ isComptable: 0,
2349
+ isJuridique: 0,
2350
+ isSocial: 1,
2351
+ isAttestation: 0,
2352
+ inAverageCart: 0,
2353
+ isBack: 0,
2354
+ price: 41,
2355
+ isCatalog: 1,
2356
+ hidden: 0,
2357
+ isComplementary: 0,
2358
+ signaturePosition: null,
2359
+ signaturePage: null,
2360
+ },
2361
+ ETABLISSEMENT_DECLARATION_PREALABLE_A_L_EMBAUCHE: {
2362
+ id: 147,
2363
+ name: 'Etablissement de Déclaration Préalable à l’Embauche',
2364
+ isComptable: 0,
2365
+ isJuridique: 0,
2366
+ isSocial: 1,
2367
+ isAttestation: 0,
2368
+ inAverageCart: 0,
2369
+ isBack: 0,
2370
+ price: 41,
2371
+ isCatalog: 1,
2372
+ hidden: 0,
2373
+ isComplementary: 0,
2374
+ signaturePosition: null,
2375
+ signaturePage: null,
2376
+ },
2377
+ COMPTA_MICRO: {
2378
+ id: 185,
2379
+ name: 'Compta Micro',
2380
+ isComptable: 1,
2381
+ isJuridique: 0,
2382
+ isSocial: 0,
2383
+ isAttestation: 0,
2384
+ inAverageCart: 1,
2385
+ isBack: 0,
2386
+ price: null,
2387
+ isCatalog: 0,
2388
+ hidden: 0,
2389
+ isComplementary: 0,
2390
+ signaturePosition: '306,58,561,120',
2391
+ signaturePage: 7,
2392
+ },
2393
+ COMPTA_MICRO_EXPRESS: {
2394
+ id: 186,
2395
+ name: 'Compta Micro Express',
2396
+ isComptable: 1,
2397
+ isJuridique: 0,
2398
+ isSocial: 0,
2399
+ isAttestation: 0,
2400
+ inAverageCart: 1,
2401
+ isBack: 1,
2402
+ price: null,
2403
+ isCatalog: 0,
2404
+ hidden: 0,
2405
+ isComplementary: 0,
2406
+ signaturePosition: '306,58,561,120',
2407
+ signaturePage: 7,
2408
+ },
2409
+ COMPTA_SCI: {
2410
+ id: 187,
2411
+ name: 'Compta SCI',
2412
+ isComptable: 1,
2413
+ isJuridique: 0,
2414
+ isSocial: 0,
2415
+ isAttestation: 0,
2416
+ inAverageCart: 1,
2417
+ isBack: 0,
2418
+ price: null,
2419
+ isCatalog: 0,
2420
+ hidden: 0,
2421
+ isComplementary: 0,
2422
+ signaturePosition: '306,58,561,120',
2423
+ signaturePage: 6,
2424
+ },
2425
+ COMPTA_SCI_EXPRESS: {
2426
+ id: 188,
2427
+ name: 'Compta SCI Express',
2428
+ isComptable: 1,
2429
+ isJuridique: 0,
2430
+ isSocial: 0,
2431
+ isAttestation: 0,
2432
+ inAverageCart: 1,
2433
+ isBack: 1,
2434
+ price: null,
2435
+ isCatalog: 0,
2436
+ hidden: 0,
2437
+ isComplementary: 0,
2438
+ signaturePosition: '306,58,561,120',
2439
+ signaturePage: 6,
2440
+ },
2441
+ BILAN_PREVISIONNEL: {
2442
+ id: 189,
2443
+ name: 'Bilan prévisionnel',
2444
+ isComptable: 1,
2445
+ isJuridique: 0,
2446
+ isSocial: 0,
2447
+ isAttestation: 0,
2448
+ inAverageCart: 1,
2449
+ isBack: 0,
2450
+ price: 239,
2451
+ isCatalog: 1,
2452
+ hidden: 0,
2453
+ isComplementary: 0,
2454
+ signaturePosition: '306,58,561,120',
2455
+ signaturePage: 5,
2456
+ },
2457
+ ATTESTATION_1: {
2458
+ id: 190,
2459
+ name: 'Attestation',
2460
+ isComptable: 1,
2461
+ isJuridique: 0,
2462
+ isSocial: 0,
2463
+ isAttestation: 1,
2464
+ inAverageCart: 0,
2465
+ isBack: 0,
2466
+ price: null,
2467
+ isCatalog: 1,
2468
+ hidden: 0,
2469
+ isComplementary: 0,
2470
+ signaturePosition: null,
2471
+ signaturePage: null,
2472
+ },
2473
+ DEMANDE_CREATION_SOCIETE_SUPPLEMENTAIRE: {
2474
+ id: 191,
2475
+ name: 'Demande de création de société supplémentaire',
2476
+ isComptable: 0,
2477
+ isJuridique: 1,
2478
+ isSocial: 0,
2479
+ isAttestation: 0,
2480
+ inAverageCart: 0,
2481
+ isBack: 0,
2482
+ price: null,
2483
+ isCatalog: 0,
2484
+ hidden: 0,
2485
+ isComplementary: 0,
2486
+ signaturePosition: null,
2487
+ signaturePage: null,
2488
+ },
2489
+ DISSOLUTION_LIQUIDATION: {
2490
+ id: 192,
2491
+ name: 'Dissolution Liquidation',
2492
+ isComptable: 0,
2493
+ isJuridique: 1,
2494
+ isSocial: 0,
2495
+ isAttestation: 0,
2496
+ inAverageCart: 0,
2497
+ isBack: 0,
2498
+ price: null,
2499
+ isCatalog: 0,
2500
+ hidden: 0,
2501
+ isComplementary: 0,
2502
+ signaturePosition: null,
2503
+ signaturePage: null,
2504
+ },
2505
+ ELIGIBILITE_FONDS_DE_SOLIDARITE: {
2506
+ id: 193,
2507
+ name: 'Eligibilité fonds de solidarité',
2508
+ isComptable: 0,
2509
+ isJuridique: 0,
2510
+ isSocial: 1,
2511
+ isAttestation: 0,
2512
+ inAverageCart: 0,
2513
+ isBack: 0,
2514
+ price: null,
2515
+ isCatalog: 1,
2516
+ hidden: 1,
2517
+ isComplementary: 0,
2518
+ signaturePosition: null,
2519
+ signaturePage: null,
2520
+ },
2521
+ COMPTA_STARTER_PRO: {
2522
+ id: 194,
2523
+ name: 'Compta Starter Pro',
2524
+ isComptable: 1,
2525
+ isJuridique: 0,
2526
+ isSocial: 0,
2527
+ isAttestation: 0,
2528
+ inAverageCart: 1,
2529
+ isBack: 0,
2530
+ price: null,
2531
+ isCatalog: 0,
2532
+ hidden: 0,
2533
+ isComplementary: 0,
2534
+ signaturePosition: '308,68,563,131',
2535
+ signaturePage: 7,
2536
+ },
2537
+ COMPTA_STARTER_ENTREPRISE: {
2538
+ id: 195,
2539
+ name: 'Compta Starter Entreprise',
2540
+ isComptable: 1,
2541
+ isJuridique: 0,
2542
+ isSocial: 0,
2543
+ isAttestation: 0,
2544
+ inAverageCart: 1,
2545
+ isBack: 0,
2546
+ price: null,
2547
+ isCatalog: 0,
2548
+ hidden: 0,
2549
+ isComplementary: 0,
2550
+ signaturePosition: '308,68,563,131',
2551
+ signaturePage: 7,
2552
+ },
2553
+ ABO_STRIPE: {
2554
+ id: 196,
2555
+ name: 'Abonnement Stripe',
2556
+ isComptable: 1,
2557
+ isJuridique: 0,
2558
+ isSocial: 0,
2559
+ isAttestation: 0,
2560
+ inAverageCart: 1,
2561
+ isBack: 0,
2562
+ price: null,
2563
+ isCatalog: 0,
2564
+ hidden: 1,
2565
+ isComplementary: 0,
2566
+ signaturePosition: null,
2567
+ signaturePage: null,
2568
+ },
2569
+ COMPTA_POURCENTAGE: {
2570
+ id: 197,
2571
+ name: 'Compta Pourcentage',
2572
+ isComptable: 1,
2573
+ isJuridique: 0,
2574
+ isSocial: 0,
2575
+ isAttestation: 0,
2576
+ inAverageCart: 1,
2577
+ isBack: 0,
2578
+ price: null,
2579
+ isCatalog: 0,
2580
+ hidden: 0,
2581
+ isComplementary: 0,
2582
+ signaturePosition: '308,68,563,131',
2583
+ signaturePage: 7,
2584
+ },
2585
+ COMPTA_PRO_COMPTASTART: {
2586
+ id: 198,
2587
+ name: 'Compta Pro Comptastart',
2588
+ isComptable: 1,
2589
+ isJuridique: 0,
2590
+ isSocial: 0,
2591
+ isAttestation: 0,
2592
+ inAverageCart: 1,
2593
+ isBack: 0,
2594
+ price: null,
2595
+ isCatalog: 0,
2596
+ hidden: 0,
2597
+ isComplementary: 0,
2598
+ signaturePosition: '308,68,563,131',
2599
+ signaturePage: 5,
2600
+ },
2601
+ COMPTA_PRO_COMPTASTART_EXPRESS: {
2602
+ id: 199,
2603
+ name: 'Compta Pro Comptastart Express',
2604
+ isComptable: 1,
2605
+ isJuridique: 0,
2606
+ isSocial: 0,
2607
+ isAttestation: 0,
2608
+ inAverageCart: 1,
2609
+ isBack: 1,
2610
+ price: null,
2611
+ isCatalog: 0,
2612
+ hidden: 0,
2613
+ isComplementary: 0,
2614
+ signaturePosition: '308,68,563,131',
2615
+ signaturePage: 5,
2616
+ },
2617
+ ATTESTATION_NON_REMUNERATION_RECURRENTE: {
2618
+ id: 200,
2619
+ name: 'Attestation non remunération recurrente',
2620
+ isComptable: 1,
2621
+ isJuridique: 0,
2622
+ isSocial: 0,
2623
+ isAttestation: 1,
2624
+ inAverageCart: 0,
2625
+ isBack: 0,
2626
+ price: null,
2627
+ isCatalog: 1,
2628
+ hidden: 0,
2629
+ isComplementary: 0,
2630
+ signaturePosition: null,
2631
+ signaturePage: null,
2632
+ },
2633
+ COMPTA_BASIC: {
2634
+ id: 201,
2635
+ name: 'Compta Basic',
2636
+ isComptable: 1,
2637
+ isJuridique: 0,
2638
+ isSocial: 0,
2639
+ isAttestation: 0,
2640
+ inAverageCart: 1,
2641
+ isBack: 0,
2642
+ price: null,
2643
+ isCatalog: 0,
2644
+ hidden: 0,
2645
+ isComplementary: 0,
2646
+ signaturePosition: '308,68,563,131',
2647
+ signaturePage: 7,
2648
+ },
2649
+ COMPTA_PREMIUM: {
2650
+ id: 202,
2651
+ name: 'Compta Premium',
2652
+ isComptable: 1,
2653
+ isJuridique: 0,
2654
+ isSocial: 0,
2655
+ isAttestation: 0,
2656
+ inAverageCart: 1,
2657
+ isBack: 0,
2658
+ price: null,
2659
+ isCatalog: 0,
2660
+ hidden: 0,
2661
+ isComplementary: 0,
2662
+ signaturePosition: '308,68,563,131',
2663
+ signaturePage: 7,
2664
+ },
2665
+ COMPTA_BUSINESS: {
2666
+ id: 203,
2667
+ name: 'Compta Business',
2668
+ isComptable: 1,
2669
+ isJuridique: 0,
2670
+ isSocial: 0,
2671
+ isAttestation: 0,
2672
+ inAverageCart: 1,
2673
+ isBack: 0,
2674
+ price: null,
2675
+ isCatalog: 0,
2676
+ hidden: 0,
2677
+ isComplementary: 0,
2678
+ signaturePosition: '308,68,563,131',
2679
+ signaturePage: 7,
2680
+ },
2681
+ DOCUMENT_DE_SORTIE: {
2682
+ id: 204,
2683
+ name: 'Document de sortie',
2684
+ isComptable: 0,
2685
+ isJuridique: 0,
2686
+ isSocial: 1,
2687
+ isAttestation: 0,
2688
+ inAverageCart: 0,
2689
+ isBack: 0,
2690
+ price: 0,
2691
+ isCatalog: 1,
2692
+ hidden: 0,
2693
+ isComplementary: 0,
2694
+ signaturePosition: null,
2695
+ signaturePage: null,
2696
+ },
2697
+ COMPTA_POURCENTAGE_PREMIUM: {
2698
+ id: 205,
2699
+ name: 'Compta Pourcentage Premium',
2700
+ isComptable: 1,
2701
+ isJuridique: 0,
2702
+ isSocial: 0,
2703
+ isAttestation: 0,
2704
+ inAverageCart: 1,
2705
+ isBack: 0,
2706
+ price: null,
2707
+ isCatalog: 0,
2708
+ hidden: 0,
2709
+ isComplementary: 0,
2710
+ signaturePosition: '308,68,563,131',
2711
+ signaturePage: 7,
2712
+ },
2713
+ DECLARATION_IR: {
2714
+ id: 206,
2715
+ name: 'Déclaration d\'IR',
2716
+ isComptable: 1,
2717
+ isJuridique: 0,
2718
+ isSocial: 0,
2719
+ isAttestation: 0,
2720
+ inAverageCart: 0,
2721
+ isBack: 0,
2722
+ price: null,
2723
+ isCatalog: 1,
2724
+ hidden: 0,
2725
+ isComplementary: 0,
2726
+ signaturePosition: null,
2727
+ signaturePage: null,
2728
+ },
2729
+ COMPTA_POURCENTAGE_EXPRESS: {
2730
+ id: 207,
2731
+ name: 'Compta Pourcentage Express',
2732
+ isComptable: 1,
2733
+ isJuridique: 0,
2734
+ isSocial: 0,
2735
+ isAttestation: 0,
2736
+ inAverageCart: 1,
2737
+ isBack: 1,
2738
+ price: null,
2739
+ isCatalog: 0,
2740
+ hidden: 0,
2741
+ isComplementary: 0,
2742
+ signaturePosition: '308,68,563,131',
2743
+ signaturePage: 7,
2744
+ },
2745
+ COMPTA_POURCENTAGE_PREMIUM_EXPRESS: {
2746
+ id: 208,
2747
+ name: 'Compta Pourcentage Premium Express',
2748
+ isComptable: 1,
2749
+ isJuridique: 0,
2750
+ isSocial: 0,
2751
+ isAttestation: 0,
2752
+ inAverageCart: 1,
2753
+ isBack: 1,
2754
+ price: null,
2755
+ isCatalog: 0,
2756
+ hidden: 0,
2757
+ isComplementary: 0,
2758
+ signaturePosition: '308,68,563,131',
2759
+ signaturePage: 7,
2760
+ },
2761
+ ANNONCE_LEGALE: {
2762
+ id: 209,
2763
+ name: 'Annonces légales',
2764
+ isComptable: 0,
2765
+ isJuridique: 1,
2766
+ isSocial: 0,
2767
+ isAttestation: 0,
2768
+ inAverageCart: 0,
2769
+ isBack: 0,
2770
+ price: null,
2771
+ isCatalog: 0,
2772
+ hidden: 0,
2773
+ isComplementary: 0,
2774
+ signaturePosition: '308,68,563,131',
2775
+ signaturePage: 7,
2776
+ },
2777
+ };
17
2778
  //# sourceMappingURL=PrestationType.js.map