@silexpert/core 1.3.187 → 1.3.188

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 (98) hide show
  1. package/dist/cjs/api/resources/SocietyApproval.d.ts +47 -0
  2. package/dist/cjs/api/resources/SocietyApproval.d.ts.map +1 -0
  3. package/dist/cjs/api/resources/SocietyApproval.js +62 -0
  4. package/dist/cjs/api/resources/SocietyApproval.js.map +1 -0
  5. package/dist/cjs/api/resources.d.ts +2 -0
  6. package/dist/cjs/api/resources.d.ts.map +1 -1
  7. package/dist/cjs/api/resources.js +2 -0
  8. package/dist/cjs/api/resources.js.map +1 -1
  9. package/dist/cjs/types/Enum/Ged.d.ts +2 -1
  10. package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
  11. package/dist/cjs/types/Enum/Ged.js +31 -30
  12. package/dist/cjs/types/Enum/Ged.js.map +1 -1
  13. package/dist/cjs/types/Enum/Proceding.d.ts +4 -0
  14. package/dist/cjs/types/Enum/Proceding.d.ts.map +1 -1
  15. package/dist/cjs/types/Enum/Proceding.js +4 -0
  16. package/dist/cjs/types/Enum/Proceding.js.map +1 -1
  17. package/dist/cjs/types/Enum/SocietyApproval.d.ts +27 -0
  18. package/dist/cjs/types/Enum/SocietyApproval.d.ts.map +1 -0
  19. package/dist/cjs/types/Enum/SocietyApproval.js +205 -0
  20. package/dist/cjs/types/Enum/SocietyApproval.js.map +1 -0
  21. package/dist/cjs/types/Enum/StatutsSection.d.ts +7 -1
  22. package/dist/cjs/types/Enum/StatutsSection.d.ts.map +1 -1
  23. package/dist/cjs/types/Enum/StatutsSection.js +15 -7
  24. package/dist/cjs/types/Enum/StatutsSection.js.map +1 -1
  25. package/dist/cjs/types/Interface/api/SocietyApproval.d.ts +36 -0
  26. package/dist/cjs/types/Interface/api/SocietyApproval.d.ts.map +1 -0
  27. package/dist/cjs/types/Interface/api/SocietyApproval.js +153 -0
  28. package/dist/cjs/types/Interface/api/SocietyApproval.js.map +1 -0
  29. package/dist/cjs/types/Interface/models/ISocietyApproval.d.ts +2 -0
  30. package/dist/cjs/types/Interface/models/ISocietyApproval.d.ts.map +1 -1
  31. package/dist/cjs/types/Interface/models/ISocietyApproval.js.map +1 -1
  32. package/dist/cjs/types/index.d.ts +2 -0
  33. package/dist/cjs/types/index.d.ts.map +1 -1
  34. package/dist/cjs/types/index.js +2 -0
  35. package/dist/cjs/types/index.js.map +1 -1
  36. package/dist/cjs/utils/index.d.ts +1 -0
  37. package/dist/cjs/utils/index.d.ts.map +1 -1
  38. package/dist/cjs/utils/index.js +1 -0
  39. package/dist/cjs/utils/index.js.map +1 -1
  40. package/dist/cjs/utils/societyApproval.d.ts +31 -0
  41. package/dist/cjs/utils/societyApproval.d.ts.map +1 -0
  42. package/dist/cjs/utils/societyApproval.js +77 -0
  43. package/dist/cjs/utils/societyApproval.js.map +1 -0
  44. package/dist/mjs/api/resources/SocietyApproval.d.ts +47 -0
  45. package/dist/mjs/api/resources/SocietyApproval.d.ts.map +1 -0
  46. package/dist/mjs/api/resources/SocietyApproval.js +58 -0
  47. package/dist/mjs/api/resources/SocietyApproval.js.map +1 -0
  48. package/dist/mjs/api/resources.d.ts +2 -0
  49. package/dist/mjs/api/resources.d.ts.map +1 -1
  50. package/dist/mjs/api/resources.js +2 -0
  51. package/dist/mjs/api/resources.js.map +1 -1
  52. package/dist/mjs/types/Enum/Ged.d.ts +2 -1
  53. package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
  54. package/dist/mjs/types/Enum/Ged.js +31 -30
  55. package/dist/mjs/types/Enum/Ged.js.map +1 -1
  56. package/dist/mjs/types/Enum/Proceding.d.ts +4 -0
  57. package/dist/mjs/types/Enum/Proceding.d.ts.map +1 -1
  58. package/dist/mjs/types/Enum/Proceding.js +4 -0
  59. package/dist/mjs/types/Enum/Proceding.js.map +1 -1
  60. package/dist/mjs/types/Enum/SocietyApproval.d.ts +27 -0
  61. package/dist/mjs/types/Enum/SocietyApproval.d.ts.map +1 -0
  62. package/dist/mjs/types/Enum/SocietyApproval.js +201 -0
  63. package/dist/mjs/types/Enum/SocietyApproval.js.map +1 -0
  64. package/dist/mjs/types/Enum/StatutsSection.d.ts +7 -1
  65. package/dist/mjs/types/Enum/StatutsSection.d.ts.map +1 -1
  66. package/dist/mjs/types/Enum/StatutsSection.js +15 -7
  67. package/dist/mjs/types/Enum/StatutsSection.js.map +1 -1
  68. package/dist/mjs/types/Interface/api/SocietyApproval.d.ts +36 -0
  69. package/dist/mjs/types/Interface/api/SocietyApproval.d.ts.map +1 -0
  70. package/dist/mjs/types/Interface/api/SocietyApproval.js +167 -0
  71. package/dist/mjs/types/Interface/api/SocietyApproval.js.map +1 -0
  72. package/dist/mjs/types/Interface/models/ISocietyApproval.d.ts +2 -0
  73. package/dist/mjs/types/Interface/models/ISocietyApproval.d.ts.map +1 -1
  74. package/dist/mjs/types/Interface/models/ISocietyApproval.js.map +1 -1
  75. package/dist/mjs/types/index.d.ts +2 -0
  76. package/dist/mjs/types/index.d.ts.map +1 -1
  77. package/dist/mjs/types/index.js +2 -0
  78. package/dist/mjs/types/index.js.map +1 -1
  79. package/dist/mjs/utils/index.d.ts +1 -0
  80. package/dist/mjs/utils/index.d.ts.map +1 -1
  81. package/dist/mjs/utils/index.js +1 -0
  82. package/dist/mjs/utils/index.js.map +1 -1
  83. package/dist/mjs/utils/societyApproval.d.ts +31 -0
  84. package/dist/mjs/utils/societyApproval.d.ts.map +1 -0
  85. package/dist/mjs/utils/societyApproval.js +84 -0
  86. package/dist/mjs/utils/societyApproval.js.map +1 -0
  87. package/package.json +1 -1
  88. package/ts/api/resources/SocietyApproval.ts +75 -0
  89. package/ts/api/resources.ts +2 -0
  90. package/ts/types/Enum/Ged.ts +248 -238
  91. package/ts/types/Enum/Proceding.ts +4 -0
  92. package/ts/types/Enum/SocietyApproval.ts +217 -0
  93. package/ts/types/Enum/StatutsSection.ts +15 -7
  94. package/ts/types/Interface/api/SocietyApproval.ts +121 -0
  95. package/ts/types/Interface/models/ISocietyApproval.ts +2 -0
  96. package/ts/types/index.ts +2 -0
  97. package/ts/utils/index.ts +1 -0
  98. package/ts/utils/societyApproval.ts +104 -0
@@ -171,6 +171,7 @@ export enum TypeFile {
171
171
  INVOICING_SOFTWARE_SUMMARY = 109, // Un récapitulatif de votre logiciel de facturation détaillé par type d'encaissement et par taux de TVA
172
172
  MILEAGE_ALLOWANCES_SUMMARY = 110, // Un récapitulatif de vos indemnités kilométriques
173
173
  PURCHASE_DEED = 111, // Acte d'achat
174
+ APPROVAL = 112, // Appro des comptes
174
175
  }
175
176
 
176
177
  /** @deprecated this is a legacy enum try to use TypeFile enum if you can or use both enum's */
@@ -282,7 +283,7 @@ export const GedFileTypeDetail = {
282
283
  },
283
284
  IDENTITY_CARD: {
284
285
  id: GedFileType.IDENTITY_CARD,
285
- name: 'Carte d\'identité',
286
+ name: "Carte d'identité",
286
287
  idGedFolder: GedFolder.KBIS,
287
288
  typeFile: TypeFile.IDENTITY_CARD_RECTO,
288
289
  },
@@ -416,203 +417,203 @@ export const GedFolderList: Array<{
416
417
  idGedCategory: GedCategory;
417
418
  name: string;
418
419
  }> = [
419
- {
420
- id: GedFolder.KBIS,
421
- name: 'K-bis & Carte d\'identité & Mémento fiscal',
422
- isVisibleForClient: true,
423
- idGedCategory: GedCategory.COMPANY,
424
- },
425
- { id: GedFolder.LDM, name: 'Lettres de missions', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
426
- { id: GedFolder.RIB_MANDATES, name: 'Mandats & RIB', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
427
- {
428
- id: GedFolder.BALANCE_GL,
429
- name: 'Balance-GL Journaux',
430
- isVisibleForClient: true,
431
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
432
- },
433
- {
434
- id: GedFolder.CLOSE_BALANCE_SHEET,
435
- name: 'Clôtures & Bilans',
436
- isVisibleForClient: true,
437
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
438
- },
439
- {
440
- id: GedFolder.VAT,
441
- name: 'Déclarations de TVA',
442
- isVisibleForClient: true,
443
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
444
- },
445
- {
446
- id: GedFolder.IS_DECLARATIONS,
447
- name: 'Déclarations d\'IS',
448
- isVisibleForClient: true,
449
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
450
- },
451
- { id: GedFolder.STATUTES, name: 'Statuts & avenants', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
452
- {
453
- id: GedFolder.TRAINING_AND_PROFESSIONAL_TAX,
454
- name: 'Formation et taxe professionnelle',
455
- isVisibleForClient: true,
456
- idGedCategory: GedCategory.SOCIAL,
457
- },
458
- { id: GedFolder.DADS_U_DUE, name: 'DADS-U & DUE', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
459
- { id: GedFolder.URSSAF, name: 'URSSAF & Pôle-Emploi', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
460
- {
461
- id: GedFolder.PAY_SLIPS,
462
- name: 'Bulletins de salaires',
463
- isVisibleForClient: true,
464
- idGedCategory: GedCategory.SOCIAL,
465
- },
466
- { id: GedFolder.TNS, name: 'TNS', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
467
- { id: GedFolder.AGM, name: 'PV d\'AG', isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
468
- {
469
- id: GedFolder.CONTRACTS_LEASES,
470
- name: 'Contrats & Baux',
471
- isVisibleForClient: true,
472
- idGedCategory: GedCategory.GENERALITY,
473
- },
474
- { id: GedFolder.INSURANCES, name: 'Assurances', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
475
- {
476
- id: GedFolder.CABINET_INVOICES,
477
- name: 'Factures Cabinet',
478
- isVisibleForClient: true,
479
- idGedCategory: GedCategory.BILLING,
480
- },
481
- { id: GedFolder.OTHER, name: 'Autres', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
482
- { id: GedFolder.VEHICLES, name: 'Véhicules', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
483
- {
484
- id: GedFolder.BORROWING_TABLES,
485
- name: 'Tableaux d’emprunts',
486
- isVisibleForClient: true,
487
- idGedCategory: GedCategory.GENERALITY,
488
- },
489
- { id: GedFolder.RSI_URSSAF, name: 'RSI & URSSAF', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
490
- {
491
- id: GedFolder.GA_BALANCE_PV,
492
- name: 'Bilan & PV d’AG antérieur',
493
- isVisibleForClient: true,
494
- idGedCategory: GedCategory.GENERALITY,
495
- },
496
- {
497
- id: GedFolder.SLIPS_CFE,
498
- name: 'Bordereaux pour la CFE',
499
- isVisibleForClient: true,
500
- idGedCategory: GedCategory.GENERALITY,
501
- },
502
- {
503
- id: GedFolder.APPENDIX_PROVIDERS_CUSTOMERS,
504
- name: 'Annexes fournisseurs/clients',
505
- isVisibleForClient: true,
506
- idGedCategory: GedCategory.GENERALITY,
507
- },
508
- {
509
- id: GedFolder.MISCELLANEOUS,
510
- name: 'Divers',
511
- isVisibleForClient: true,
512
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
513
- },
514
- {
515
- id: GedFolder.LEGAL_ANNOUNCEMENTS,
516
- name: 'Annonces Légales',
517
- isVisibleForClient: true,
518
- idGedCategory: GedCategory.JURIDIC,
519
- },
520
- { id: GedFolder.CERTIFICATES, name: 'Attestations', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
521
- { id: GedFolder.PARTNERS, name: 'Associés', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
522
- {
523
- id: GedFolder.INCOMING_MAILS,
524
- name: 'Courriers entrants',
525
- isVisibleForClient: true,
526
- idGedCategory: GedCategory.MAIL,
527
- },
528
- {
529
- id: GedFolder.OUTGOING_MAIL,
530
- name: 'Courriers sortants',
531
- isVisibleForClient: true,
532
- idGedCategory: GedCategory.MAIL,
533
- },
534
- {
535
- id: GedFolder.BANK_STATEMENT,
536
- name: 'Relevés Bancaires',
537
- isVisibleForClient: true,
538
- idGedCategory: GedCategory.BANK_STATEMENT,
539
- },
540
- {
541
- id: GedFolder.FORMALISM,
542
- name: 'Formalisme',
543
- isVisibleForClient: false,
544
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
545
- },
546
- {
547
- id: GedFolder.PENDING_POINTS,
548
- name: 'Points en suspens',
549
- isVisibleForClient: false,
550
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
551
- },
552
- {
553
- id: GedFolder.BALANCE_GL_JOURNALS_YEAR,
554
- name: 'Balance-GL Journaux Année N-1',
555
- isVisibleForClient: true,
556
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
557
- },
558
- { id: GedFolder.JURIDICAL, name: 'Juridique', isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
559
- { id: GedFolder.SUBVENTION, name: 'Subvention', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
560
- {
561
- id: GedFolder.EMPLOYEMENT_CONTRACT,
562
- name: 'Contrats de travail & avenants',
563
- isVisibleForClient: true,
564
- idGedCategory: GedCategory.SOCIAL,
565
- },
566
- {
567
- id: GedFolder.EXIT_DOCUMENT,
568
- name: 'Documents de sorties',
569
- isVisibleForClient: true,
570
- idGedCategory: GedCategory.SOCIAL,
571
- },
572
- {
573
- id: GedFolder.JEDECLARE_MANDATES,
574
- name: 'Mandat JeDeclare',
575
- isVisibleForClient: true,
576
- idGedCategory: GedCategory.COMPANY,
577
- },
578
- {
579
- id: GedFolder.COMPANY_PASSWORD_SERVICE,
580
- name: 'Mot de passe service entreprise',
581
- isVisibleForClient: false,
582
- idGedCategory: GedCategory.COMPANY,
583
- },
584
- { id: GedFolder.FEC, name: 'Fec', isVisibleForClient: false, idGedCategory: GedCategory.ACCOUNTING_AND_TAX },
585
- {
586
- id: GedFolder.PREVISIONAL,
587
- name: 'Prévisionnels',
588
- isVisibleForClient: true,
589
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
590
- },
591
- {
592
- id: GedFolder.PREVISIONAL_ANNEX,
593
- name: 'Annexes Prévisionnels',
594
- isVisibleForClient: false,
595
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
596
- },
597
- {
598
- id: GedFolder.CASH_BOOK,
599
- name: 'Caisse',
600
- isVisibleForClient: true,
601
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
602
- },
603
- {
604
- id: GedFolder.STOCK,
605
- name: 'Stock',
606
- isVisibleForClient: true,
607
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
608
- },
609
- {
610
- id: GedFolder.SUMMARY,
611
- name: 'Récapitulatif',
612
- isVisibleForClient: true,
613
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
614
- },
615
- ];
420
+ {
421
+ id: GedFolder.KBIS,
422
+ name: "K-bis & Carte d'identité & Mémento fiscal",
423
+ isVisibleForClient: true,
424
+ idGedCategory: GedCategory.COMPANY,
425
+ },
426
+ { id: GedFolder.LDM, name: 'Lettres de missions', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
427
+ { id: GedFolder.RIB_MANDATES, name: 'Mandats & RIB', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
428
+ {
429
+ id: GedFolder.BALANCE_GL,
430
+ name: 'Balance-GL Journaux',
431
+ isVisibleForClient: true,
432
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
433
+ },
434
+ {
435
+ id: GedFolder.CLOSE_BALANCE_SHEET,
436
+ name: 'Clôtures & Bilans',
437
+ isVisibleForClient: true,
438
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
439
+ },
440
+ {
441
+ id: GedFolder.VAT,
442
+ name: 'Déclarations de TVA',
443
+ isVisibleForClient: true,
444
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
445
+ },
446
+ {
447
+ id: GedFolder.IS_DECLARATIONS,
448
+ name: "Déclarations d'IS",
449
+ isVisibleForClient: true,
450
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
451
+ },
452
+ { id: GedFolder.STATUTES, name: 'Statuts & avenants', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
453
+ {
454
+ id: GedFolder.TRAINING_AND_PROFESSIONAL_TAX,
455
+ name: 'Formation et taxe professionnelle',
456
+ isVisibleForClient: true,
457
+ idGedCategory: GedCategory.SOCIAL,
458
+ },
459
+ { id: GedFolder.DADS_U_DUE, name: 'DADS-U & DUE', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
460
+ { id: GedFolder.URSSAF, name: 'URSSAF & Pôle-Emploi', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
461
+ {
462
+ id: GedFolder.PAY_SLIPS,
463
+ name: 'Bulletins de salaires',
464
+ isVisibleForClient: true,
465
+ idGedCategory: GedCategory.SOCIAL,
466
+ },
467
+ { id: GedFolder.TNS, name: 'TNS', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
468
+ { id: GedFolder.AGM, name: "PV d'AG", isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
469
+ {
470
+ id: GedFolder.CONTRACTS_LEASES,
471
+ name: 'Contrats & Baux',
472
+ isVisibleForClient: true,
473
+ idGedCategory: GedCategory.GENERALITY,
474
+ },
475
+ { id: GedFolder.INSURANCES, name: 'Assurances', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
476
+ {
477
+ id: GedFolder.CABINET_INVOICES,
478
+ name: 'Factures Cabinet',
479
+ isVisibleForClient: true,
480
+ idGedCategory: GedCategory.BILLING,
481
+ },
482
+ { id: GedFolder.OTHER, name: 'Autres', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
483
+ { id: GedFolder.VEHICLES, name: 'Véhicules', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
484
+ {
485
+ id: GedFolder.BORROWING_TABLES,
486
+ name: 'Tableaux d’emprunts',
487
+ isVisibleForClient: true,
488
+ idGedCategory: GedCategory.GENERALITY,
489
+ },
490
+ { id: GedFolder.RSI_URSSAF, name: 'RSI & URSSAF', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
491
+ {
492
+ id: GedFolder.GA_BALANCE_PV,
493
+ name: 'Bilan & PV d’AG antérieur',
494
+ isVisibleForClient: true,
495
+ idGedCategory: GedCategory.GENERALITY,
496
+ },
497
+ {
498
+ id: GedFolder.SLIPS_CFE,
499
+ name: 'Bordereaux pour la CFE',
500
+ isVisibleForClient: true,
501
+ idGedCategory: GedCategory.GENERALITY,
502
+ },
503
+ {
504
+ id: GedFolder.APPENDIX_PROVIDERS_CUSTOMERS,
505
+ name: 'Annexes fournisseurs/clients',
506
+ isVisibleForClient: true,
507
+ idGedCategory: GedCategory.GENERALITY,
508
+ },
509
+ {
510
+ id: GedFolder.MISCELLANEOUS,
511
+ name: 'Divers',
512
+ isVisibleForClient: true,
513
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
514
+ },
515
+ {
516
+ id: GedFolder.LEGAL_ANNOUNCEMENTS,
517
+ name: 'Annonces Légales',
518
+ isVisibleForClient: true,
519
+ idGedCategory: GedCategory.JURIDIC,
520
+ },
521
+ { id: GedFolder.CERTIFICATES, name: 'Attestations', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
522
+ { id: GedFolder.PARTNERS, name: 'Associés', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
523
+ {
524
+ id: GedFolder.INCOMING_MAILS,
525
+ name: 'Courriers entrants',
526
+ isVisibleForClient: true,
527
+ idGedCategory: GedCategory.MAIL,
528
+ },
529
+ {
530
+ id: GedFolder.OUTGOING_MAIL,
531
+ name: 'Courriers sortants',
532
+ isVisibleForClient: true,
533
+ idGedCategory: GedCategory.MAIL,
534
+ },
535
+ {
536
+ id: GedFolder.BANK_STATEMENT,
537
+ name: 'Relevés Bancaires',
538
+ isVisibleForClient: true,
539
+ idGedCategory: GedCategory.BANK_STATEMENT,
540
+ },
541
+ {
542
+ id: GedFolder.FORMALISM,
543
+ name: 'Formalisme',
544
+ isVisibleForClient: false,
545
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
546
+ },
547
+ {
548
+ id: GedFolder.PENDING_POINTS,
549
+ name: 'Points en suspens',
550
+ isVisibleForClient: false,
551
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
552
+ },
553
+ {
554
+ id: GedFolder.BALANCE_GL_JOURNALS_YEAR,
555
+ name: 'Balance-GL Journaux Année N-1',
556
+ isVisibleForClient: true,
557
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
558
+ },
559
+ { id: GedFolder.JURIDICAL, name: 'Juridique', isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
560
+ { id: GedFolder.SUBVENTION, name: 'Subvention', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
561
+ {
562
+ id: GedFolder.EMPLOYEMENT_CONTRACT,
563
+ name: 'Contrats de travail & avenants',
564
+ isVisibleForClient: true,
565
+ idGedCategory: GedCategory.SOCIAL,
566
+ },
567
+ {
568
+ id: GedFolder.EXIT_DOCUMENT,
569
+ name: 'Documents de sorties',
570
+ isVisibleForClient: true,
571
+ idGedCategory: GedCategory.SOCIAL,
572
+ },
573
+ {
574
+ id: GedFolder.JEDECLARE_MANDATES,
575
+ name: 'Mandat JeDeclare',
576
+ isVisibleForClient: true,
577
+ idGedCategory: GedCategory.COMPANY,
578
+ },
579
+ {
580
+ id: GedFolder.COMPANY_PASSWORD_SERVICE,
581
+ name: 'Mot de passe service entreprise',
582
+ isVisibleForClient: false,
583
+ idGedCategory: GedCategory.COMPANY,
584
+ },
585
+ { id: GedFolder.FEC, name: 'Fec', isVisibleForClient: false, idGedCategory: GedCategory.ACCOUNTING_AND_TAX },
586
+ {
587
+ id: GedFolder.PREVISIONAL,
588
+ name: 'Prévisionnels',
589
+ isVisibleForClient: true,
590
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
591
+ },
592
+ {
593
+ id: GedFolder.PREVISIONAL_ANNEX,
594
+ name: 'Annexes Prévisionnels',
595
+ isVisibleForClient: false,
596
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
597
+ },
598
+ {
599
+ id: GedFolder.CASH_BOOK,
600
+ name: 'Caisse',
601
+ isVisibleForClient: true,
602
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
603
+ },
604
+ {
605
+ id: GedFolder.STOCK,
606
+ name: 'Stock',
607
+ isVisibleForClient: true,
608
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
609
+ },
610
+ {
611
+ id: GedFolder.SUMMARY,
612
+ name: 'Récapitulatif',
613
+ isVisibleForClient: true,
614
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
615
+ },
616
+ ];
616
617
 
617
618
  export const gedCategoryWithName: Array<{
618
619
  idGedCategory: number;
@@ -620,20 +621,20 @@ export const gedCategoryWithName: Array<{
620
621
  usableByClient: boolean;
621
622
  brandCondition?: string[];
622
623
  }> = [
623
- { idGedCategory: GedCategory.COMPANY, name: 'Entreprise', usableByClient: true },
624
- { idGedCategory: GedCategory.ACCOUNTING_AND_TAX, name: 'Comptabilité', usableByClient: false },
625
- { idGedCategory: GedCategory.SOCIAL, name: 'Social', usableByClient: false },
626
- { idGedCategory: GedCategory.JURIDIC, name: 'Juridique', usableByClient: false },
627
- { idGedCategory: GedCategory.GENERALITY, name: 'Généralités', usableByClient: true },
628
- { idGedCategory: GedCategory.BILLING, name: 'Facturation', usableByClient: false },
629
- {
630
- idGedCategory: GedCategory.MAIL,
631
- name: 'Courriers',
632
- usableByClient: true,
633
- brandCondition: ['Clementine', 'Comptastart'],
634
- },
635
- { idGedCategory: GedCategory.BANK_STATEMENT, name: 'Relevés bancaires', usableByClient: true },
636
- ];
624
+ { idGedCategory: GedCategory.COMPANY, name: 'Entreprise', usableByClient: true },
625
+ { idGedCategory: GedCategory.ACCOUNTING_AND_TAX, name: 'Comptabilité', usableByClient: false },
626
+ { idGedCategory: GedCategory.SOCIAL, name: 'Social', usableByClient: false },
627
+ { idGedCategory: GedCategory.JURIDIC, name: 'Juridique', usableByClient: false },
628
+ { idGedCategory: GedCategory.GENERALITY, name: 'Généralités', usableByClient: true },
629
+ { idGedCategory: GedCategory.BILLING, name: 'Facturation', usableByClient: false },
630
+ {
631
+ idGedCategory: GedCategory.MAIL,
632
+ name: 'Courriers',
633
+ usableByClient: true,
634
+ brandCondition: ['Clementine', 'Comptastart'],
635
+ },
636
+ { idGedCategory: GedCategory.BANK_STATEMENT, name: 'Relevés bancaires', usableByClient: true },
637
+ ];
637
638
 
638
639
  export const TypeFileDetail: Record<
639
640
  number,
@@ -646,29 +647,30 @@ export const TypeFileDetail: Record<
646
647
  > = {
647
648
  [TypeFile.INSURANCE_CONTRACT]: {
648
649
  typeFile: TypeFile.INSURANCE_CONTRACT,
649
- name: 'Contrat d\'assurance',
650
+ name: "Contrat d'assurance",
650
651
  idGedFolder: GedFolder.INSURANCES,
651
652
  },
652
653
  [TypeFile.COMPANY_CONTRIBUTION_PROOF]: {
653
654
  typeFile: TypeFile.COMPANY_CONTRIBUTION_PROOF,
654
655
  name: 'Justificatif des apports faits à la société',
655
656
  idGedFolder: GedFolder.JURIDICAL,
656
- helpText: 'Vos relevés bancaires personnels indiquant le montant d’épargne disponible, votre avis d\'imposition personnel'
657
+ helpText:
658
+ "Vos relevés bancaires personnels indiquant le montant d’épargne disponible, votre avis d'imposition personnel",
657
659
  },
658
660
  [TypeFile.NOTARY_STATEMENT]: {
659
661
  typeFile: TypeFile.NOTARY_STATEMENT,
660
662
  name: 'Décompte de notaire',
661
663
  idGedFolder: GedFolder.JURIDICAL,
662
- helpText: 'Le décompte du notaire définitif doit détailler toutes les opérations intervenues'
664
+ helpText: 'Le décompte du notaire définitif doit détailler toutes les opérations intervenues',
663
665
  },
664
666
  [TypeFile.PURCHASE_DEED]: {
665
667
  typeFile: TypeFile.PURCHASE_DEED,
666
- name: 'Acte d\'achat',
668
+ name: "Acte d'achat",
667
669
  idGedFolder: GedFolder.JURIDICAL,
668
670
  },
669
671
  [TypeFile.PV_RESULT_ALLOCATION]: {
670
672
  typeFile: TypeFile.PV_RESULT_ALLOCATION,
671
- name: 'PV d\'AG d\'affectation du résultat',
673
+ name: "PV d'AG d'affectation du résultat",
672
674
  idGedFolder: GedFolder.AGM,
673
675
  },
674
676
  [TypeFile.SUBSIDY_PROOF]: {
@@ -678,7 +680,7 @@ export const TypeFileDetail: Record<
678
680
  },
679
681
  [TypeFile.LOAN_AMORTIZATION_TABLE]: {
680
682
  typeFile: TypeFile.LOAN_AMORTIZATION_TABLE,
681
- name: 'Tableau d\'amortissement des emprunts',
683
+ name: "Tableau d'amortissement des emprunts",
682
684
  idGedFolder: GedFolder.BORROWING_TABLES,
683
685
  },
684
686
  [TypeFile.COMMERCIAL_OR_RENTAL_LEASE]: {
@@ -698,7 +700,7 @@ export const TypeFileDetail: Record<
698
700
  },
699
701
  [TypeFile.LIVESTOCK_REGISTER]: {
700
702
  typeFile: TypeFile.LIVESTOCK_REGISTER,
701
- name: 'Registre d\'élevage',
703
+ name: "Registre d'élevage",
702
704
  idGedFolder: GedFolder.OTHER,
703
705
  },
704
706
  [TypeFile.LIVESTOCK_INVENTORY]: {
@@ -728,7 +730,7 @@ export const TypeFileDetail: Record<
728
730
  },
729
731
  [TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF]: {
730
732
  typeFile: TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF,
731
- name: 'Justificatifs de crédits d\'impôt agricoles',
733
+ name: "Justificatifs de crédits d'impôt agricoles",
732
734
  idGedFolder: GedFolder.MISCELLANEOUS,
733
735
  },
734
736
  [TypeFile.LOAN_REPAYMENT_PROOF]: {
@@ -753,17 +755,17 @@ export const TypeFileDetail: Record<
753
755
  },
754
756
  [TypeFile.CONDOMINIUM_AGM_MINUTES]: {
755
757
  typeFile: TypeFile.CONDOMINIUM_AGM_MINUTES,
756
- name: 'Procès-verbaux d\'AG de copropriété',
758
+ name: "Procès-verbaux d'AG de copropriété",
757
759
  idGedFolder: GedFolder.AGM,
758
760
  },
759
761
  [TypeFile.TAX_NOTICE]: {
760
762
  typeFile: TypeFile.TAX_NOTICE,
761
- name: 'Avis d\'imposition (CFE, taxe foncière)',
763
+ name: "Avis d'imposition (CFE, taxe foncière)",
762
764
  idGedFolder: GedFolder.SLIPS_CFE,
763
765
  },
764
766
  [TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION]: {
765
767
  typeFile: TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION,
766
- name: 'Notifications d\'attribution de subventions publiques',
768
+ name: "Notifications d'attribution de subventions publiques",
767
769
  idGedFolder: GedFolder.SUBVENTION,
768
770
  },
769
771
  [TypeFile.FINANCING_CONTRACTS_OR_SUBSIDY_AGREEMENTS]: {
@@ -775,55 +777,62 @@ export const TypeFileDetail: Record<
775
777
  typeFile: TypeFile.CAISSE,
776
778
  name: 'Livre de caisse',
777
779
  idGedFolder: GedFolder.CASH_BOOK,
778
- helpText: 'Ce document doit recenser toutes les opérations en espèces (l’argent liquide) réalisées par l’entreprise. Il doit mentionner pour chaque mouvement : la date, le montant encaissé ou dépensé, la nature de l’opération (vente, achat, dépôt ou retrait en banque) ainsi que le solde de caisse restant.'
780
+ helpText:
781
+ 'Ce document doit recenser toutes les opérations en espèces (l’argent liquide) réalisées par l’entreprise. Il doit mentionner pour chaque mouvement : la date, le montant encaissé ou dépensé, la nature de l’opération (vente, achat, dépôt ou retrait en banque) ainsi que le solde de caisse restant.',
779
782
  },
780
783
  [TypeFile.STOCK]: {
781
784
  typeFile: TypeFile.STOCK,
782
- name: 'L\'état de vos stocks à la date de clôture',
785
+ name: "L'état de vos stocks à la date de clôture",
783
786
  idGedFolder: GedFolder.STOCK,
784
- helpText: 'L’état des stocks doit recenser l’ensemble des produits disponibles à la date de clôture. Chaque article doit être identifié précisément, classé par catégorie (matières premières, marchandises, produits finis, consommables...), et valorisé au prix d’achat hors taxes (HT). Ce document doit impérativement être daté et signé.'
787
+ helpText:
788
+ 'L’état des stocks doit recenser l’ensemble des produits disponibles à la date de clôture. Chaque article doit être identifié précisément, classé par catégorie (matières premières, marchandises, produits finis, consommables...), et valorisé au prix d’achat hors taxes (HT). Ce document doit impérativement être daté et signé.',
785
789
  },
786
790
  [TypeFile.RECIPROCITY]: {
787
791
  typeFile: TypeFile.RECIPROCITY,
788
792
  name: 'Le grand livre de réciprocité des comptes',
789
793
  idGedFolder: GedFolder.BALANCE_GL,
790
- helpText: 'Votre société détient ou a cédé des actions à une autre entité, ce qui établit un lien capitalistique entre les deux sociétés. En conséquence, des mouvements comptables peuvent exister entre elles. Afin d\'assurer la cohérence des écritures comptables, nous vous demandons de nous transmettre les grands livres des opérations enregistrées dans la comptabilité de l’autre société. Cela nous permettra de rapprocher et cadrer les flux entre les deux entités.'
794
+ helpText:
795
+ "Votre société détient ou a cédé des actions à une autre entité, ce qui établit un lien capitalistique entre les deux sociétés. En conséquence, des mouvements comptables peuvent exister entre elles. Afin d'assurer la cohérence des écritures comptables, nous vous demandons de nous transmettre les grands livres des opérations enregistrées dans la comptabilité de l’autre société. Cela nous permettra de rapprocher et cadrer les flux entre les deux entités.",
791
796
  },
792
797
  [TypeFile.SUPPLIER_DEBTS]: {
793
798
  typeFile: TypeFile.SUPPLIER_DEBTS,
794
799
  name: 'Dettes fournisseurs',
795
800
  idGedFolder: GedFolder.BALANCE_GL,
796
- helpText: 'Les factures d’achats émises avant la clôture de l’exercice mais non réglées à cette date.'
801
+ helpText: 'Les factures d’achats émises avant la clôture de l’exercice mais non réglées à cette date.',
797
802
  },
798
803
  [TypeFile.CUSTOMER_RECEIVABLES]: {
799
804
  typeFile: TypeFile.CUSTOMER_RECEIVABLES,
800
805
  name: 'Créances clients',
801
806
  idGedFolder: GedFolder.BALANCE_GL,
802
- helpText: 'Les factures de ventes émises avant la clôture de l’exercice mais non encaissées à cette date.'
807
+ helpText: 'Les factures de ventes émises avant la clôture de l’exercice mais non encaissées à cette date.',
803
808
  },
804
809
  [TypeFile.PAYROLL_ACCOUNTING_FILE]: {
805
810
  typeFile: TypeFile.PAYROLL_ACCOUNTING_FILE,
806
811
  name: 'Votre fichier des écritures comptables de paie',
807
812
  idGedFolder: GedFolder.PAY_SLIPS,
808
- helpText: 'Les écritures de paie, le tableau des charges, le livre de paie annuel. Ces documents sont fournis par le prestataire qui établit les bulletins de salaire.'
813
+ helpText:
814
+ 'Les écritures de paie, le tableau des charges, le livre de paie annuel. Ces documents sont fournis par le prestataire qui établit les bulletins de salaire.',
809
815
  },
810
816
  [TypeFile.MONTHLY_TESE_SUMMARIES]: {
811
817
  typeFile: TypeFile.MONTHLY_TESE_SUMMARIES,
812
818
  name: 'Etats des récapitulatifs mensuels et annuels TESE',
813
819
  idGedFolder: GedFolder.PAY_SLIPS,
814
- helpText: 'Si vous utilisez le dispositif TESE pour établir vos bulletins de salaire, rendez vous sur le site TESE -Urssaf → Documents → Etats récapitulatifs.'
820
+ helpText:
821
+ 'Si vous utilisez le dispositif TESE pour établir vos bulletins de salaire, rendez vous sur le site TESE -Urssaf → Documents → Etats récapitulatifs.',
815
822
  },
816
823
  [TypeFile.TICKET_Z]: {
817
824
  typeFile: TypeFile.TICKET_Z,
818
825
  name: 'Ticket Z',
819
826
  idGedFolder: GedFolder.CASH_BOOK,
820
- helpText: 'Un ticket Z mensuel regroupe et récapitule toutes les ventes enregistrées durant le mois. Le document est édité par la caisse enregistreuse à la fin d’un mois.'
827
+ helpText:
828
+ 'Un ticket Z mensuel regroupe et récapitule toutes les ventes enregistrées durant le mois. Le document est édité par la caisse enregistreuse à la fin d’un mois.',
821
829
  },
822
830
  [TypeFile.POLICE_BOOK]: {
823
831
  typeFile: TypeFile.POLICE_BOOK,
824
832
  name: 'Livre de police',
825
833
  idGedFolder: GedFolder.SUMMARY,
826
- helpText: 'Registre obligatoire pour les entreprises qui achètent et revendent des biens d’occasion, des véhicules ou des métaux précieux. Il sert à assurer la traçabilité des achats et des ventes, en indiquant pour chaque bien la date, la description, l’identité du vendeur et de l’acheteur ainsi que le prix d’achat et de revente.'
834
+ helpText:
835
+ 'Registre obligatoire pour les entreprises qui achètent et revendent des biens d’occasion, des véhicules ou des métaux précieux. Il sert à assurer la traçabilité des achats et des ventes, en indiquant pour chaque bien la date, la description, l’identité du vendeur et de l’acheteur ainsi que le prix d’achat et de revente.',
827
836
  },
828
837
  [TypeFile.STRIPE_AMAZON_STATEMENTS]: {
829
838
  typeFile: TypeFile.STRIPE_AMAZON_STATEMENTS,
@@ -831,13 +840,14 @@ export const TypeFileDetail: Record<
831
840
  idGedFolder: GedFolder.SUMMARY,
832
841
  helpText: `Stripe : Dans le menu Rapports → Balance ou Relevés financiers, vous pouvez générer un rapport mensuel complet en PDF ou CSV incluant paiements, frais, remboursements, et soldes.
833
842
  Amazon : Connectez vous sur Amazon Seller Central, dans le menu Rapports → Paiements → Tous les relevés ou rapports de paiements → Type de rapport : activité du compte → Choisir la période → Générer le rapport ou télécharger en PDF
834
- Paypal : relevés mensuels à télécharger sur le site → Activité → Icône Télécharger → Cliquer sur toutes les transactions → Icône télécharger à côté du mois que vous recherchez.`
843
+ Paypal : relevés mensuels à télécharger sur le site → Activité → Icône Télécharger → Cliquer sur toutes les transactions → Icône télécharger à côté du mois que vous recherchez.`,
835
844
  },
836
845
  [TypeFile.INVOICING_SOFTWARE_SUMMARY]: {
837
846
  typeFile: TypeFile.INVOICING_SOFTWARE_SUMMARY,
838
- name: 'Un récapitulatif de votre logiciel de facturation détaille par type d\'encaissement et par taux de TVA',
847
+ name: "Un récapitulatif de votre logiciel de facturation détaille par type d'encaissement et par taux de TVA",
839
848
  idGedFolder: GedFolder.SUMMARY,
840
- helpText: 'Il doit provenir de votre logiciel de facturation et détailler le total des ventes par mode de paiement (carte, virement, espèces, etc.) et par taux de TVA (20%, 10%, 5,5%).'
849
+ helpText:
850
+ 'Il doit provenir de votre logiciel de facturation et détailler le total des ventes par mode de paiement (carte, virement, espèces, etc.) et par taux de TVA (20%, 10%, 5,5%).',
841
851
  },
842
852
  [TypeFile.MILEAGE_ALLOWANCES_SUMMARY]: {
843
853
  typeFile: TypeFile.MILEAGE_ALLOWANCES_SUMMARY,
@@ -850,6 +860,6 @@ Le nombre de kilomètres parcourus
850
860
  Le véhicule utilisé
851
861
  La puissance fiscale du véhicule (CV fiscaux)
852
862
  Le barème appliqué
853
- Le montant de l’indemnité calculée`
854
- }
863
+ Le montant de l’indemnité calculée`,
864
+ },
855
865
  };
@@ -51,4 +51,8 @@ export const Proceding = {
51
51
  id: 13,
52
52
  name: "Radiation d'office",
53
53
  },
54
+ PROFESSIONAL_RECOVERY_PROCEDURE: {
55
+ id: 14,
56
+ name: 'Procédure de rétablissement professionnel',
57
+ },
54
58
  };