@silexpert/core 2.0.20-0 → 2.0.20

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