@silexpert/core 1.2.36 → 1.2.37

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 (45) hide show
  1. package/dist/cjs/types/Enum/KilometricAllowanceScale.d.ts.map +1 -1
  2. package/dist/cjs/types/Enum/KilometricAllowanceScale.js +124 -5
  3. package/dist/cjs/types/Enum/KilometricAllowanceScale.js.map +1 -1
  4. package/dist/cjs/types/Enum/MailAuto.d.ts +2 -1
  5. package/dist/cjs/types/Enum/MailAuto.d.ts.map +1 -1
  6. package/dist/cjs/types/Enum/MailAuto.js +4 -15
  7. package/dist/cjs/types/Enum/MailAuto.js.map +1 -1
  8. package/dist/cjs/types/Enum/PrestationType.d.ts +2 -1
  9. package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
  10. package/dist/cjs/types/Enum/PrestationType.js +57 -26
  11. package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
  12. package/dist/cjs/types/index.d.ts +1 -0
  13. package/dist/cjs/types/index.d.ts.map +1 -1
  14. package/dist/cjs/types/index.js +1 -0
  15. package/dist/cjs/types/index.js.map +1 -1
  16. package/dist/cjs/utils/commercialManagement/internationalization/choices.js +2 -2
  17. package/dist/cjs/utils/commercialManagement/internationalization/choices.js.map +1 -1
  18. package/dist/cjs/utils/commercialManagement/templates/common.js +6 -6
  19. package/dist/cjs/utils/commercialManagement/templates/common.js.map +1 -1
  20. package/dist/mjs/types/Enum/KilometricAllowanceScale.d.ts.map +1 -1
  21. package/dist/mjs/types/Enum/KilometricAllowanceScale.js +124 -5
  22. package/dist/mjs/types/Enum/KilometricAllowanceScale.js.map +1 -1
  23. package/dist/mjs/types/Enum/MailAuto.d.ts +2 -1
  24. package/dist/mjs/types/Enum/MailAuto.d.ts.map +1 -1
  25. package/dist/mjs/types/Enum/MailAuto.js +4 -15
  26. package/dist/mjs/types/Enum/MailAuto.js.map +1 -1
  27. package/dist/mjs/types/Enum/PrestationType.d.ts +2 -1
  28. package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
  29. package/dist/mjs/types/Enum/PrestationType.js +57 -26
  30. package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
  31. package/dist/mjs/types/index.d.ts +1 -0
  32. package/dist/mjs/types/index.d.ts.map +1 -1
  33. package/dist/mjs/types/index.js +1 -0
  34. package/dist/mjs/types/index.js.map +1 -1
  35. package/dist/mjs/utils/commercialManagement/internationalization/choices.js +2 -2
  36. package/dist/mjs/utils/commercialManagement/internationalization/choices.js.map +1 -1
  37. package/dist/mjs/utils/commercialManagement/templates/common.js +6 -6
  38. package/dist/mjs/utils/commercialManagement/templates/common.js.map +1 -1
  39. package/package.json +1 -1
  40. package/ts/types/Enum/KilometricAllowanceScale.ts +130 -12
  41. package/ts/types/Enum/MailAuto.ts +4 -15
  42. package/ts/types/Enum/PrestationType.ts +60 -29
  43. package/ts/types/index.ts +3 -4
  44. package/ts/utils/commercialManagement/internationalization/choices.ts +2 -2
  45. package/ts/utils/commercialManagement/templates/common.ts +6 -6
@@ -176,20 +176,32 @@ export var PrestationType;
176
176
  PrestationType[PrestationType["COMPTA_EI_KLEMS_EXPRESS"] = 220] = "COMPTA_EI_KLEMS_EXPRESS";
177
177
  PrestationType[PrestationType["COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS"] = 221] = "COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS";
178
178
  PrestationType[PrestationType["ENVOIE_LRAR"] = 222] = "ENVOIE_LRAR";
179
+ PrestationType[PrestationType["FORECAST_BALANCE_SHEET_AT_0"] = 226] = "FORECAST_BALANCE_SHEET_AT_0";
179
180
  })(PrestationType || (PrestationType = {}));
180
181
  // Liste des prestations avec une lettre de mission à signer
181
182
  export const allPrestationsWithBrochure = [
182
- PrestationType.GESTION_JURIDIQUE, PrestationType.COMPTA_ASSISTANCE,
183
- PrestationType.EXPERTISE_COMPTABLE, PrestationType.EXPERTISE_COMPTABLE_PLUS,
184
- PrestationType.COMPTA_PRO, PrestationType.COMPTA_PRO_EXPRESS,
185
- PrestationType.COMPTA_ENTREPRISE, PrestationType.COMPTA_ENTREPRISE_EXPRESS,
186
- PrestationType.COMPTA_MICRO, PrestationType.COMPTA_MICRO_EXPRESS,
187
- PrestationType.COMPTA_SCI, PrestationType.COMPTA_SCI_EXPRESS,
188
- PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS,
189
- PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_PREMIUM,
190
- PrestationType.COMPTA_POURCENTAGE_EXPRESS, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS,
191
- PrestationType.CREATION_SOCIETE, PrestationType.BILAN_PREVISIONNEL,
192
- PrestationType.SOCIAL, PrestationType.EXCEPTIONNEL,
183
+ PrestationType.GESTION_JURIDIQUE,
184
+ PrestationType.COMPTA_ASSISTANCE,
185
+ PrestationType.EXPERTISE_COMPTABLE,
186
+ PrestationType.EXPERTISE_COMPTABLE_PLUS,
187
+ PrestationType.COMPTA_PRO,
188
+ PrestationType.COMPTA_PRO_EXPRESS,
189
+ PrestationType.COMPTA_ENTREPRISE,
190
+ PrestationType.COMPTA_ENTREPRISE_EXPRESS,
191
+ PrestationType.COMPTA_MICRO,
192
+ PrestationType.COMPTA_MICRO_EXPRESS,
193
+ PrestationType.COMPTA_SCI,
194
+ PrestationType.COMPTA_SCI_EXPRESS,
195
+ PrestationType.COMPTA_PRO_COMPTASTART,
196
+ PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS,
197
+ PrestationType.COMPTA_POURCENTAGE,
198
+ PrestationType.COMPTA_POURCENTAGE_PREMIUM,
199
+ PrestationType.COMPTA_POURCENTAGE_EXPRESS,
200
+ PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS,
201
+ PrestationType.CREATION_SOCIETE,
202
+ PrestationType.BILAN_PREVISIONNEL,
203
+ PrestationType.SOCIAL,
204
+ PrestationType.EXCEPTIONNEL,
193
205
  PrestationType.DECLARATION_IR,
194
206
  ];
195
207
  /**
@@ -1072,7 +1084,7 @@ export const PrestationDetail = {
1072
1084
  },
1073
1085
  CESSION_ACTIONS: {
1074
1086
  id: 51,
1075
- name: 'Cession d\'actions',
1087
+ name: "Cession d'actions",
1076
1088
  isComptable: false,
1077
1089
  isJuridique: true,
1078
1090
  isSocial: false,
@@ -1129,7 +1141,7 @@ export const PrestationDetail = {
1129
1141
  },
1130
1142
  MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SASU_EURL: {
1131
1143
  id: 54,
1132
- name: 'Modification d\'un dirigeant ou d\'un commissaire aux compte (SASU / EURL)',
1144
+ name: "Modification d'un dirigeant ou d'un commissaire aux compte (SASU / EURL)",
1133
1145
  isComptable: false,
1134
1146
  isJuridique: true,
1135
1147
  isSocial: false,
@@ -1281,7 +1293,7 @@ export const PrestationDetail = {
1281
1293
  },
1282
1294
  MODIFICATION_OBJET_SOCIAL_EURL_SASU: {
1283
1295
  id: 62,
1284
- name: 'Modification de l\'objet social (EURL/SASU)',
1296
+ name: "Modification de l'objet social (EURL/SASU)",
1285
1297
  isComptable: false,
1286
1298
  isJuridique: true,
1287
1299
  isSocial: false,
@@ -1623,7 +1635,7 @@ export const PrestationDetail = {
1623
1635
  },
1624
1636
  CREATION_DOSSIER_INFORMATIQUE_PAR_SALARIE: {
1625
1637
  id: 80,
1626
- name: 'Création d\'un dossier informatique par salarié',
1638
+ name: "Création d'un dossier informatique par salarié",
1627
1639
  isComptable: false,
1628
1640
  isJuridique: false,
1629
1641
  isSocial: true,
@@ -1642,7 +1654,7 @@ export const PrestationDetail = {
1642
1654
  },
1643
1655
  ETABLISSEMENT_CONTRAT_TRAVAIL: {
1644
1656
  id: 81,
1645
- name: 'Etablissement d\'un contrat de travail',
1657
+ name: "Etablissement d'un contrat de travail",
1646
1658
  isComptable: false,
1647
1659
  isJuridique: false,
1648
1660
  isSocial: true,
@@ -1699,7 +1711,7 @@ export const PrestationDetail = {
1699
1711
  },
1700
1712
  TAXE_APPRENTISSAGE_ET_FORMATION_CONTINUE: {
1701
1713
  id: 84,
1702
- name: 'Taxe d\'apprentissage et formation continue',
1714
+ name: "Taxe d'apprentissage et formation continue",
1703
1715
  isComptable: false,
1704
1716
  isJuridique: false,
1705
1717
  isSocial: true,
@@ -1928,7 +1940,7 @@ export const PrestationDetail = {
1928
1940
  },
1929
1941
  ATTESTATION_CA: {
1930
1942
  id: 97,
1931
- name: 'Attestation de chiffre d\'affaires',
1943
+ name: "Attestation de chiffre d'affaires",
1932
1944
  isComptable: true,
1933
1945
  isJuridique: false,
1934
1946
  isSocial: false,
@@ -1966,7 +1978,7 @@ export const PrestationDetail = {
1966
1978
  },
1967
1979
  MAJ_ADRESSE_PERSONNELLE_DIRIGEANT_SUR_KBIS: {
1968
1980
  id: 99,
1969
- name: 'Mise à jour de l\'adresse personnelle du dirigeant sur le Kbis',
1981
+ name: "Mise à jour de l'adresse personnelle du dirigeant sur le Kbis",
1970
1982
  isComptable: false,
1971
1983
  isJuridique: true,
1972
1984
  isSocial: false,
@@ -2004,7 +2016,7 @@ export const PrestationDetail = {
2004
2016
  },
2005
2017
  MODIFICATION_OBJET_SOCIAL_SARL_SAS_SCI: {
2006
2018
  id: 103,
2007
- name: 'Modification de l\'objet social (SARL/SAS/SCI)',
2019
+ name: "Modification de l'objet social (SARL/SAS/SCI)",
2008
2020
  isComptable: false,
2009
2021
  isJuridique: true,
2010
2022
  isSocial: false,
@@ -2061,7 +2073,7 @@ export const PrestationDetail = {
2061
2073
  },
2062
2074
  MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SAS_SARL_SCI: {
2063
2075
  id: 106,
2064
- name: 'Modification d’un dirigeant ou d\'un commissaire aux compte (SAS / SARL / SCI)',
2076
+ name: "Modification d’un dirigeant ou d'un commissaire aux compte (SAS / SARL / SCI)",
2065
2077
  isComptable: false,
2066
2078
  isJuridique: true,
2067
2079
  isSocial: false,
@@ -2631,7 +2643,7 @@ export const PrestationDetail = {
2631
2643
  },
2632
2644
  CONTRAT_APPORT_EN_NATURE: {
2633
2645
  id: 138,
2634
- name: 'Contrat d\'apport en nature',
2646
+ name: "Contrat d'apport en nature",
2635
2647
  isComptable: false,
2636
2648
  isJuridique: true,
2637
2649
  isSocial: false,
@@ -3220,7 +3232,7 @@ export const PrestationDetail = {
3220
3232
  },
3221
3233
  DECLARATION_IR: {
3222
3234
  id: 206,
3223
- name: 'Déclaration d\'IR',
3235
+ name: "Déclaration d'IR",
3224
3236
  isComptable: true,
3225
3237
  isJuridique: false,
3226
3238
  isSocial: false,
@@ -3334,7 +3346,7 @@ export const PrestationDetail = {
3334
3346
  },
3335
3347
  STATUTS_FREE: {
3336
3348
  id: PrestationType.STATUTS_FREE,
3337
- name: 'Statuts - Just\' Statuts',
3349
+ name: "Statuts - Just' Statuts",
3338
3350
  isComptable: true,
3339
3351
  isJuridique: true,
3340
3352
  isSocial: false,
@@ -3353,7 +3365,7 @@ export const PrestationDetail = {
3353
3365
  },
3354
3366
  STATUTS_OPTION_1: {
3355
3367
  id: PrestationType.STATUTS_OPTION_1,
3356
- name: 'Statuts - Just\' Création',
3368
+ name: "Statuts - Just' Création",
3357
3369
  isComptable: true,
3358
3370
  isJuridique: true,
3359
3371
  isSocial: false,
@@ -3372,7 +3384,7 @@ export const PrestationDetail = {
3372
3384
  },
3373
3385
  STATUTS_OPTION_2: {
3374
3386
  id: PrestationType.STATUTS_OPTION_2,
3375
- name: 'Statuts - Full\'Créa',
3387
+ name: "Statuts - Full'Créa",
3376
3388
  isComptable: true,
3377
3389
  isJuridique: true,
3378
3390
  isSocial: false,
@@ -3541,5 +3553,24 @@ export const PrestationDetail = {
3541
3553
  signaturePage: null,
3542
3554
  point: 0,
3543
3555
  },
3556
+ FORECAST_BALANCE_SHEET_AT_0: {
3557
+ id: PrestationType.FORECAST_BALANCE_SHEET_AT_0,
3558
+ name: 'Bilan Prévisonnel à 0',
3559
+ isComptable: true,
3560
+ isJuridique: false,
3561
+ isSocial: false,
3562
+ isAttestation: false,
3563
+ inAverageCart: false,
3564
+ isBack: false,
3565
+ minimumPrice: null,
3566
+ price: null,
3567
+ isCatalog: false,
3568
+ isPlannable: false,
3569
+ hidden: false,
3570
+ isComplementary: false,
3571
+ signaturePosition: '400,54,569,90',
3572
+ signaturePage: null,
3573
+ point: 0,
3574
+ },
3544
3575
  };
3545
3576
  //# sourceMappingURL=PrestationType.js.map