@silexpert/core 1.3.216 → 1.3.217

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.
@@ -173,8 +173,9 @@ export enum TypeFile {
173
173
  PURCHASE_DEED = 111, // Acte d'achat
174
174
  APPROVAL = 112, // Appro des comptes
175
175
  BANK_STATEMENT = 113, // Relevé bancaire
176
- ACCOUNTING_CONSISTENCY_CHECK = 114, // Contrôle de cohérence
177
- ACCOUNTING_PREVIEW_PLAQUETTE = 115, // Preview plaquette comptable
176
+ CUSTOMER_REPORTING = 114, // reporting client (customerActivity)
177
+ ACCOUNTING_CONSISTENCY_CHECK = 115, // Contrôle de cohérence
178
+ ACCOUNTING_PREVIEW_PLAQUETTE = 116, // Preview plaquette comptable
178
179
  }
179
180
 
180
181
  /** @deprecated this is a legacy enum try to use TypeFile enum if you can or use both enum's */
@@ -288,7 +289,7 @@ export const GedFileTypeDetail = {
288
289
  },
289
290
  IDENTITY_CARD: {
290
291
  id: GedFileType.IDENTITY_CARD,
291
- name: "Carte d'identité",
292
+ name: 'Carte d\'identité',
292
293
  idGedFolder: GedFolder.KBIS,
293
294
  typeFile: TypeFile.IDENTITY_CARD_RECTO,
294
295
  },
@@ -422,203 +423,203 @@ export const GedFolderList: Array<{
422
423
  idGedCategory: GedCategory;
423
424
  name: string;
424
425
  }> = [
425
- {
426
- id: GedFolder.KBIS,
427
- name: "K-bis & Carte d'identité & Mémento fiscal",
428
- isVisibleForClient: true,
429
- idGedCategory: GedCategory.COMPANY,
430
- },
431
- { id: GedFolder.LDM, name: 'Lettres de missions', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
432
- { id: GedFolder.RIB_MANDATES, name: 'Mandats & RIB', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
433
- {
434
- id: GedFolder.BALANCE_GL,
435
- name: 'Balance-GL Journaux',
436
- isVisibleForClient: true,
437
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
438
- },
439
- {
440
- id: GedFolder.CLOSE_BALANCE_SHEET,
441
- name: 'Clôtures & Bilans',
442
- isVisibleForClient: true,
443
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
444
- },
445
- {
446
- id: GedFolder.VAT,
447
- name: 'Déclarations de TVA',
448
- isVisibleForClient: true,
449
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
450
- },
451
- {
452
- id: GedFolder.IS_DECLARATIONS,
453
- name: "Déclarations d'IS",
454
- isVisibleForClient: true,
455
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
456
- },
457
- { id: GedFolder.STATUTES, name: 'Statuts & avenants', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
458
- {
459
- id: GedFolder.TRAINING_AND_PROFESSIONAL_TAX,
460
- name: 'Formation et taxe professionnelle',
461
- isVisibleForClient: true,
462
- idGedCategory: GedCategory.SOCIAL,
463
- },
464
- { id: GedFolder.DADS_U_DUE, name: 'DADS-U & DUE', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
465
- { id: GedFolder.URSSAF, name: 'URSSAF & Pôle-Emploi', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
466
- {
467
- id: GedFolder.PAY_SLIPS,
468
- name: 'Bulletins de salaires',
469
- isVisibleForClient: true,
470
- idGedCategory: GedCategory.SOCIAL,
471
- },
472
- { id: GedFolder.TNS, name: 'TNS', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
473
- { id: GedFolder.AGM, name: "PV d'AG", isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
474
- {
475
- id: GedFolder.CONTRACTS_LEASES,
476
- name: 'Contrats & Baux',
477
- isVisibleForClient: true,
478
- idGedCategory: GedCategory.GENERALITY,
479
- },
480
- { id: GedFolder.INSURANCES, name: 'Assurances', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
481
- {
482
- id: GedFolder.CABINET_INVOICES,
483
- name: 'Factures Cabinet',
484
- isVisibleForClient: true,
485
- idGedCategory: GedCategory.BILLING,
486
- },
487
- { id: GedFolder.OTHER, name: 'Autres', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
488
- { id: GedFolder.VEHICLES, name: 'Véhicules', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
489
- {
490
- id: GedFolder.BORROWING_TABLES,
491
- name: 'Tableaux d’emprunts',
492
- isVisibleForClient: true,
493
- idGedCategory: GedCategory.GENERALITY,
494
- },
495
- { id: GedFolder.RSI_URSSAF, name: 'RSI & URSSAF', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
496
- {
497
- id: GedFolder.GA_BALANCE_PV,
498
- name: 'Bilan & PV d’AG antérieur',
499
- isVisibleForClient: true,
500
- idGedCategory: GedCategory.GENERALITY,
501
- },
502
- {
503
- id: GedFolder.SLIPS_CFE,
504
- name: 'Bordereaux pour la CFE',
505
- isVisibleForClient: true,
506
- idGedCategory: GedCategory.GENERALITY,
507
- },
508
- {
509
- id: GedFolder.APPENDIX_PROVIDERS_CUSTOMERS,
510
- name: 'Annexes fournisseurs/clients',
511
- isVisibleForClient: true,
512
- idGedCategory: GedCategory.GENERALITY,
513
- },
514
- {
515
- id: GedFolder.MISCELLANEOUS,
516
- name: 'Divers',
517
- isVisibleForClient: true,
518
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
519
- },
520
- {
521
- id: GedFolder.LEGAL_ANNOUNCEMENTS,
522
- name: 'Annonces Légales',
523
- isVisibleForClient: true,
524
- idGedCategory: GedCategory.JURIDIC,
525
- },
526
- { id: GedFolder.CERTIFICATES, name: 'Attestations', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
527
- { id: GedFolder.PARTNERS, name: 'Associés', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
528
- {
529
- id: GedFolder.INCOMING_MAILS,
530
- name: 'Courriers entrants',
531
- isVisibleForClient: true,
532
- idGedCategory: GedCategory.MAIL,
533
- },
534
- {
535
- id: GedFolder.OUTGOING_MAIL,
536
- name: 'Courriers sortants',
537
- isVisibleForClient: true,
538
- idGedCategory: GedCategory.MAIL,
539
- },
540
- {
541
- id: GedFolder.BANK_STATEMENT,
542
- name: 'Relevés Bancaires',
543
- isVisibleForClient: true,
544
- idGedCategory: GedCategory.BANK_STATEMENT,
545
- },
546
- {
547
- id: GedFolder.FORMALISM,
548
- name: 'Formalisme',
549
- isVisibleForClient: false,
550
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
551
- },
552
- {
553
- id: GedFolder.PENDING_POINTS,
554
- name: 'Points en suspens',
555
- isVisibleForClient: false,
556
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
557
- },
558
- {
559
- id: GedFolder.BALANCE_GL_JOURNALS_YEAR,
560
- name: 'Balance-GL Journaux Année N-1',
561
- isVisibleForClient: true,
562
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
563
- },
564
- { id: GedFolder.JURIDICAL, name: 'Juridique', isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
565
- { id: GedFolder.SUBVENTION, name: 'Subvention', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
566
- {
567
- id: GedFolder.EMPLOYEMENT_CONTRACT,
568
- name: 'Contrats de travail & avenants',
569
- isVisibleForClient: true,
570
- idGedCategory: GedCategory.SOCIAL,
571
- },
572
- {
573
- id: GedFolder.EXIT_DOCUMENT,
574
- name: 'Documents de sorties',
575
- isVisibleForClient: true,
576
- idGedCategory: GedCategory.SOCIAL,
577
- },
578
- {
579
- id: GedFolder.JEDECLARE_MANDATES,
580
- name: 'Mandat JeDeclare',
581
- isVisibleForClient: true,
582
- idGedCategory: GedCategory.COMPANY,
583
- },
584
- {
585
- id: GedFolder.COMPANY_PASSWORD_SERVICE,
586
- name: 'Mot de passe service entreprise',
587
- isVisibleForClient: false,
588
- idGedCategory: GedCategory.COMPANY,
589
- },
590
- { id: GedFolder.FEC, name: 'Fec', isVisibleForClient: false, idGedCategory: GedCategory.ACCOUNTING_AND_TAX },
591
- {
592
- id: GedFolder.PREVISIONAL,
593
- name: 'Prévisionnels',
594
- isVisibleForClient: true,
595
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
596
- },
597
- {
598
- id: GedFolder.PREVISIONAL_ANNEX,
599
- name: 'Annexes Prévisionnels',
600
- isVisibleForClient: false,
601
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
602
- },
603
- {
604
- id: GedFolder.CASH_BOOK,
605
- name: 'Caisse',
606
- isVisibleForClient: true,
607
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
608
- },
609
- {
610
- id: GedFolder.STOCK,
611
- name: 'Stock',
612
- isVisibleForClient: true,
613
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
614
- },
615
- {
616
- id: GedFolder.SUMMARY,
617
- name: 'Récapitulatif',
618
- isVisibleForClient: true,
619
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
620
- },
621
- ];
426
+ {
427
+ id: GedFolder.KBIS,
428
+ name: 'K-bis & Carte d\'identité & Mémento fiscal',
429
+ isVisibleForClient: true,
430
+ idGedCategory: GedCategory.COMPANY,
431
+ },
432
+ { id: GedFolder.LDM, name: 'Lettres de missions', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
433
+ { id: GedFolder.RIB_MANDATES, name: 'Mandats & RIB', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
434
+ {
435
+ id: GedFolder.BALANCE_GL,
436
+ name: 'Balance-GL Journaux',
437
+ isVisibleForClient: true,
438
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
439
+ },
440
+ {
441
+ id: GedFolder.CLOSE_BALANCE_SHEET,
442
+ name: 'Clôtures & Bilans',
443
+ isVisibleForClient: true,
444
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
445
+ },
446
+ {
447
+ id: GedFolder.VAT,
448
+ name: 'Déclarations de TVA',
449
+ isVisibleForClient: true,
450
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
451
+ },
452
+ {
453
+ id: GedFolder.IS_DECLARATIONS,
454
+ name: 'Déclarations d\'IS',
455
+ isVisibleForClient: true,
456
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
457
+ },
458
+ { id: GedFolder.STATUTES, name: 'Statuts & avenants', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
459
+ {
460
+ id: GedFolder.TRAINING_AND_PROFESSIONAL_TAX,
461
+ name: 'Formation et taxe professionnelle',
462
+ isVisibleForClient: true,
463
+ idGedCategory: GedCategory.SOCIAL,
464
+ },
465
+ { id: GedFolder.DADS_U_DUE, name: 'DADS-U & DUE', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
466
+ { id: GedFolder.URSSAF, name: 'URSSAF & Pôle-Emploi', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
467
+ {
468
+ id: GedFolder.PAY_SLIPS,
469
+ name: 'Bulletins de salaires',
470
+ isVisibleForClient: true,
471
+ idGedCategory: GedCategory.SOCIAL,
472
+ },
473
+ { id: GedFolder.TNS, name: 'TNS', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
474
+ { id: GedFolder.AGM, name: 'PV d\'AG', isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
475
+ {
476
+ id: GedFolder.CONTRACTS_LEASES,
477
+ name: 'Contrats & Baux',
478
+ isVisibleForClient: true,
479
+ idGedCategory: GedCategory.GENERALITY,
480
+ },
481
+ { id: GedFolder.INSURANCES, name: 'Assurances', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
482
+ {
483
+ id: GedFolder.CABINET_INVOICES,
484
+ name: 'Factures Cabinet',
485
+ isVisibleForClient: true,
486
+ idGedCategory: GedCategory.BILLING,
487
+ },
488
+ { id: GedFolder.OTHER, name: 'Autres', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
489
+ { id: GedFolder.VEHICLES, name: 'Véhicules', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
490
+ {
491
+ id: GedFolder.BORROWING_TABLES,
492
+ name: 'Tableaux d’emprunts',
493
+ isVisibleForClient: true,
494
+ idGedCategory: GedCategory.GENERALITY,
495
+ },
496
+ { id: GedFolder.RSI_URSSAF, name: 'RSI & URSSAF', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
497
+ {
498
+ id: GedFolder.GA_BALANCE_PV,
499
+ name: 'Bilan & PV d’AG antérieur',
500
+ isVisibleForClient: true,
501
+ idGedCategory: GedCategory.GENERALITY,
502
+ },
503
+ {
504
+ id: GedFolder.SLIPS_CFE,
505
+ name: 'Bordereaux pour la CFE',
506
+ isVisibleForClient: true,
507
+ idGedCategory: GedCategory.GENERALITY,
508
+ },
509
+ {
510
+ id: GedFolder.APPENDIX_PROVIDERS_CUSTOMERS,
511
+ name: 'Annexes fournisseurs/clients',
512
+ isVisibleForClient: true,
513
+ idGedCategory: GedCategory.GENERALITY,
514
+ },
515
+ {
516
+ id: GedFolder.MISCELLANEOUS,
517
+ name: 'Divers',
518
+ isVisibleForClient: true,
519
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
520
+ },
521
+ {
522
+ id: GedFolder.LEGAL_ANNOUNCEMENTS,
523
+ name: 'Annonces Légales',
524
+ isVisibleForClient: true,
525
+ idGedCategory: GedCategory.JURIDIC,
526
+ },
527
+ { id: GedFolder.CERTIFICATES, name: 'Attestations', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
528
+ { id: GedFolder.PARTNERS, name: 'Associés', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
529
+ {
530
+ id: GedFolder.INCOMING_MAILS,
531
+ name: 'Courriers entrants',
532
+ isVisibleForClient: true,
533
+ idGedCategory: GedCategory.MAIL,
534
+ },
535
+ {
536
+ id: GedFolder.OUTGOING_MAIL,
537
+ name: 'Courriers sortants',
538
+ isVisibleForClient: true,
539
+ idGedCategory: GedCategory.MAIL,
540
+ },
541
+ {
542
+ id: GedFolder.BANK_STATEMENT,
543
+ name: 'Relevés Bancaires',
544
+ isVisibleForClient: true,
545
+ idGedCategory: GedCategory.BANK_STATEMENT,
546
+ },
547
+ {
548
+ id: GedFolder.FORMALISM,
549
+ name: 'Formalisme',
550
+ isVisibleForClient: false,
551
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
552
+ },
553
+ {
554
+ id: GedFolder.PENDING_POINTS,
555
+ name: 'Points en suspens',
556
+ isVisibleForClient: false,
557
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
558
+ },
559
+ {
560
+ id: GedFolder.BALANCE_GL_JOURNALS_YEAR,
561
+ name: 'Balance-GL Journaux Année N-1',
562
+ isVisibleForClient: true,
563
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
564
+ },
565
+ { id: GedFolder.JURIDICAL, name: 'Juridique', isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
566
+ { id: GedFolder.SUBVENTION, name: 'Subvention', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
567
+ {
568
+ id: GedFolder.EMPLOYEMENT_CONTRACT,
569
+ name: 'Contrats de travail & avenants',
570
+ isVisibleForClient: true,
571
+ idGedCategory: GedCategory.SOCIAL,
572
+ },
573
+ {
574
+ id: GedFolder.EXIT_DOCUMENT,
575
+ name: 'Documents de sorties',
576
+ isVisibleForClient: true,
577
+ idGedCategory: GedCategory.SOCIAL,
578
+ },
579
+ {
580
+ id: GedFolder.JEDECLARE_MANDATES,
581
+ name: 'Mandat JeDeclare',
582
+ isVisibleForClient: true,
583
+ idGedCategory: GedCategory.COMPANY,
584
+ },
585
+ {
586
+ id: GedFolder.COMPANY_PASSWORD_SERVICE,
587
+ name: 'Mot de passe service entreprise',
588
+ isVisibleForClient: false,
589
+ idGedCategory: GedCategory.COMPANY,
590
+ },
591
+ { id: GedFolder.FEC, name: 'Fec', isVisibleForClient: false, idGedCategory: GedCategory.ACCOUNTING_AND_TAX },
592
+ {
593
+ id: GedFolder.PREVISIONAL,
594
+ name: 'Prévisionnels',
595
+ isVisibleForClient: true,
596
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
597
+ },
598
+ {
599
+ id: GedFolder.PREVISIONAL_ANNEX,
600
+ name: 'Annexes Prévisionnels',
601
+ isVisibleForClient: false,
602
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
603
+ },
604
+ {
605
+ id: GedFolder.CASH_BOOK,
606
+ name: 'Caisse',
607
+ isVisibleForClient: true,
608
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
609
+ },
610
+ {
611
+ id: GedFolder.STOCK,
612
+ name: 'Stock',
613
+ isVisibleForClient: true,
614
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
615
+ },
616
+ {
617
+ id: GedFolder.SUMMARY,
618
+ name: 'Récapitulatif',
619
+ isVisibleForClient: true,
620
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
621
+ },
622
+ ];
622
623
 
623
624
  export const gedCategoryWithName: Array<{
624
625
  idGedCategory: number;
@@ -626,20 +627,20 @@ export const gedCategoryWithName: Array<{
626
627
  usableByClient: boolean;
627
628
  brandCondition?: string[];
628
629
  }> = [
629
- { idGedCategory: GedCategory.COMPANY, name: 'Entreprise', usableByClient: true },
630
- { idGedCategory: GedCategory.ACCOUNTING_AND_TAX, name: 'Comptabilité', usableByClient: false },
631
- { idGedCategory: GedCategory.SOCIAL, name: 'Social', usableByClient: false },
632
- { idGedCategory: GedCategory.JURIDIC, name: 'Juridique', usableByClient: false },
633
- { idGedCategory: GedCategory.GENERALITY, name: 'Généralités', usableByClient: true },
634
- { idGedCategory: GedCategory.BILLING, name: 'Facturation', usableByClient: false },
635
- {
636
- idGedCategory: GedCategory.MAIL,
637
- name: 'Courriers',
638
- usableByClient: true,
639
- brandCondition: ['Clementine', 'Comptastart'],
640
- },
641
- { idGedCategory: GedCategory.BANK_STATEMENT, name: 'Relevés bancaires', usableByClient: true },
642
- ];
630
+ { idGedCategory: GedCategory.COMPANY, name: 'Entreprise', usableByClient: true },
631
+ { idGedCategory: GedCategory.ACCOUNTING_AND_TAX, name: 'Comptabilité', usableByClient: false },
632
+ { idGedCategory: GedCategory.SOCIAL, name: 'Social', usableByClient: false },
633
+ { idGedCategory: GedCategory.JURIDIC, name: 'Juridique', usableByClient: false },
634
+ { idGedCategory: GedCategory.GENERALITY, name: 'Généralités', usableByClient: true },
635
+ { idGedCategory: GedCategory.BILLING, name: 'Facturation', usableByClient: false },
636
+ {
637
+ idGedCategory: GedCategory.MAIL,
638
+ name: 'Courriers',
639
+ usableByClient: true,
640
+ brandCondition: ['Clementine', 'Comptastart'],
641
+ },
642
+ { idGedCategory: GedCategory.BANK_STATEMENT, name: 'Relevés bancaires', usableByClient: true },
643
+ ];
643
644
 
644
645
  export type TypeFileDetailType = {
645
646
  typeFile: TypeFile;
@@ -658,7 +659,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
658
659
  },
659
660
  [TypeFile.IDENTITY_CARD_RECTO]: {
660
661
  typeFile: TypeFile.IDENTITY_CARD_RECTO,
661
- name: "Carte d'identité",
662
+ name: 'Carte d\'identité',
662
663
  idGedFolder: GedFolder.KBIS,
663
664
  idGedFileType: GedFileType.IDENTITY_CARD,
664
665
  },
@@ -772,7 +773,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
772
773
  },
773
774
  [TypeFile.INSURANCE_CONTRACT]: {
774
775
  typeFile: TypeFile.INSURANCE_CONTRACT,
775
- name: "Contrat d'assurance",
776
+ name: 'Contrat d\'assurance',
776
777
  idGedFolder: GedFolder.INSURANCES,
777
778
  },
778
779
  [TypeFile.COMPANY_CONTRIBUTION_PROOF]: {
@@ -780,7 +781,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
780
781
  name: 'Justificatif des apports faits à la société',
781
782
  idGedFolder: GedFolder.JURIDICAL,
782
783
  helpText:
783
- "Vos relevés bancaires personnels indiquant le montant d’épargne disponible, votre avis d'imposition personnel",
784
+ 'Vos relevés bancaires personnels indiquant le montant d’épargne disponible, votre avis d\'imposition personnel',
784
785
  },
785
786
  [TypeFile.NOTARY_STATEMENT]: {
786
787
  typeFile: TypeFile.NOTARY_STATEMENT,
@@ -790,12 +791,12 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
790
791
  },
791
792
  [TypeFile.PURCHASE_DEED]: {
792
793
  typeFile: TypeFile.PURCHASE_DEED,
793
- name: "Acte d'achat",
794
+ name: 'Acte d\'achat',
794
795
  idGedFolder: GedFolder.JURIDICAL,
795
796
  },
796
797
  [TypeFile.PV_RESULT_ALLOCATION]: {
797
798
  typeFile: TypeFile.PV_RESULT_ALLOCATION,
798
- name: "PV d'AG d'affectation du résultat",
799
+ name: 'PV d\'AG d\'affectation du résultat',
799
800
  idGedFolder: GedFolder.AGM,
800
801
  },
801
802
  [TypeFile.SUBSIDY_PROOF]: {
@@ -805,7 +806,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
805
806
  },
806
807
  [TypeFile.LOAN_AMORTIZATION_TABLE]: {
807
808
  typeFile: TypeFile.LOAN_AMORTIZATION_TABLE,
808
- name: "Tableau d'amortissement des emprunts",
809
+ name: 'Tableau d\'amortissement des emprunts',
809
810
  idGedFolder: GedFolder.BORROWING_TABLES,
810
811
  },
811
812
  [TypeFile.COMMERCIAL_OR_RENTAL_LEASE]: {
@@ -825,7 +826,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
825
826
  },
826
827
  [TypeFile.LIVESTOCK_REGISTER]: {
827
828
  typeFile: TypeFile.LIVESTOCK_REGISTER,
828
- name: "Registre d'élevage",
829
+ name: 'Registre d\'élevage',
829
830
  idGedFolder: GedFolder.OTHER,
830
831
  },
831
832
  [TypeFile.LIVESTOCK_INVENTORY]: {
@@ -855,7 +856,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
855
856
  },
856
857
  [TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF]: {
857
858
  typeFile: TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF,
858
- name: "Justificatifs de crédits d'impôt agricoles",
859
+ name: 'Justificatifs de crédits d\'impôt agricoles',
859
860
  idGedFolder: GedFolder.MISCELLANEOUS,
860
861
  },
861
862
  [TypeFile.LOAN_REPAYMENT_PROOF]: {
@@ -880,17 +881,17 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
880
881
  },
881
882
  [TypeFile.CONDOMINIUM_AGM_MINUTES]: {
882
883
  typeFile: TypeFile.CONDOMINIUM_AGM_MINUTES,
883
- name: "Procès-verbaux d'AG de copropriété",
884
+ name: 'Procès-verbaux d\'AG de copropriété',
884
885
  idGedFolder: GedFolder.AGM,
885
886
  },
886
887
  [TypeFile.TAX_NOTICE]: {
887
888
  typeFile: TypeFile.TAX_NOTICE,
888
- name: "Avis d'imposition (CFE, taxe foncière)",
889
+ name: 'Avis d\'imposition (CFE, taxe foncière)',
889
890
  idGedFolder: GedFolder.SLIPS_CFE,
890
891
  },
891
892
  [TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION]: {
892
893
  typeFile: TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION,
893
- name: "Notifications d'attribution de subventions publiques",
894
+ name: 'Notifications d\'attribution de subventions publiques',
894
895
  idGedFolder: GedFolder.SUBVENTION,
895
896
  },
896
897
  [TypeFile.FINANCING_CONTRACTS_OR_SUBSIDY_AGREEMENTS]: {
@@ -907,7 +908,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
907
908
  },
908
909
  [TypeFile.STOCK]: {
909
910
  typeFile: TypeFile.STOCK,
910
- name: "L'état de vos stocks à la date de clôture",
911
+ name: 'L\'état de vos stocks à la date de clôture',
911
912
  idGedFolder: GedFolder.STOCK,
912
913
  helpText:
913
914
  '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é.',
@@ -917,7 +918,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
917
918
  name: 'Le grand livre de réciprocité des comptes',
918
919
  idGedFolder: GedFolder.BALANCE_GL,
919
920
  helpText:
920
- "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.",
921
+ '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.',
921
922
  },
922
923
  [TypeFile.SUPPLIER_DEBTS]: {
923
924
  typeFile: TypeFile.SUPPLIER_DEBTS,
@@ -969,7 +970,7 @@ Paypal : relevés mensuels à télécharger sur le site → Activité → Icône
969
970
  },
970
971
  [TypeFile.INVOICING_SOFTWARE_SUMMARY]: {
971
972
  typeFile: TypeFile.INVOICING_SOFTWARE_SUMMARY,
972
- name: "Un récapitulatif de votre logiciel de facturation détaille par type d'encaissement et par taux de TVA",
973
+ name: 'Un récapitulatif de votre logiciel de facturation détaille par type d\'encaissement et par taux de TVA',
973
974
  idGedFolder: GedFolder.SUMMARY,
974
975
  helpText:
975
976
  '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%).',
@@ -1000,6 +1001,6 @@ Le montant de l’indemnité calculée`,
1000
1001
  [TypeFile.ACCOUNTING_PREVIEW_PLAQUETTE]: {
1001
1002
  typeFile: TypeFile.ACCOUNTING_PREVIEW_PLAQUETTE,
1002
1003
  name: 'Projet',
1003
- idGedFolder: GedFolder.PREVISIONAL_ANNEX,
1004
+ idGedFolder: GedFolder.CLOSE_BALANCE_SHEET,
1004
1005
  }
1005
1006
  };
@@ -2,7 +2,7 @@
2
2
 
3
3
  import { SelectYesNoStatementBool } from '../types/Enum/Constants.js';
4
4
  import { QualityList } from '../types/Enum/Quality.js';
5
- import dayjs from 'dayjs';
5
+ import * as dayjs from 'dayjs';
6
6
 
7
7
  export const setRangeItems = (maxRange: number) => {
8
8
  const res = [];