@silexpert/core 2.0.21 → 2.0.22

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.
@@ -287,7 +287,7 @@ export const GedFileTypeDetail = {
287
287
  },
288
288
  IDENTITY_CARD: {
289
289
  id: GedFileType.IDENTITY_CARD,
290
- name: "Carte d'identité",
290
+ name: 'Carte d\'identité',
291
291
  idGedFolder: GedFolder.KBIS,
292
292
  typeFile: TypeFile.IDENTITY_CARD_RECTO,
293
293
  },
@@ -421,203 +421,203 @@ export const GedFolderList: Array<{
421
421
  idGedCategory: GedCategory;
422
422
  name: string;
423
423
  }> = [
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
- ];
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
+ ];
621
621
 
622
622
  export const gedCategoryWithName: Array<{
623
623
  idGedCategory: number;
@@ -625,20 +625,20 @@ export const gedCategoryWithName: Array<{
625
625
  usableByClient: boolean;
626
626
  brandCondition?: string[];
627
627
  }> = [
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
- ];
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
+ ];
642
642
 
643
643
  export type TypeFileDetailType = {
644
644
  typeFile: TypeFile;
@@ -657,7 +657,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
657
657
  },
658
658
  [TypeFile.IDENTITY_CARD_RECTO]: {
659
659
  typeFile: TypeFile.IDENTITY_CARD_RECTO,
660
- name: "Carte d'identité",
660
+ name: 'Carte d\'identité',
661
661
  idGedFolder: GedFolder.KBIS,
662
662
  idGedFileType: GedFileType.IDENTITY_CARD,
663
663
  },
@@ -771,7 +771,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
771
771
  },
772
772
  [TypeFile.INSURANCE_CONTRACT]: {
773
773
  typeFile: TypeFile.INSURANCE_CONTRACT,
774
- name: "Contrat d'assurance",
774
+ name: 'Contrat d\'assurance',
775
775
  idGedFolder: GedFolder.INSURANCES,
776
776
  },
777
777
  [TypeFile.COMPANY_CONTRIBUTION_PROOF]: {
@@ -779,7 +779,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
779
779
  name: 'Justificatif des apports faits à la société',
780
780
  idGedFolder: GedFolder.JURIDICAL,
781
781
  helpText:
782
- "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',
783
783
  },
784
784
  [TypeFile.NOTARY_STATEMENT]: {
785
785
  typeFile: TypeFile.NOTARY_STATEMENT,
@@ -789,12 +789,12 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
789
789
  },
790
790
  [TypeFile.PURCHASE_DEED]: {
791
791
  typeFile: TypeFile.PURCHASE_DEED,
792
- name: "Acte d'achat",
792
+ name: 'Acte d\'achat',
793
793
  idGedFolder: GedFolder.JURIDICAL,
794
794
  },
795
795
  [TypeFile.PV_RESULT_ALLOCATION]: {
796
796
  typeFile: TypeFile.PV_RESULT_ALLOCATION,
797
- name: "PV d'AG d'affectation du résultat",
797
+ name: 'PV d\'AG d\'affectation du résultat',
798
798
  idGedFolder: GedFolder.AGM,
799
799
  },
800
800
  [TypeFile.SUBSIDY_PROOF]: {
@@ -804,7 +804,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
804
804
  },
805
805
  [TypeFile.LOAN_AMORTIZATION_TABLE]: {
806
806
  typeFile: TypeFile.LOAN_AMORTIZATION_TABLE,
807
- name: "Tableau d'amortissement des emprunts",
807
+ name: 'Tableau d\'amortissement des emprunts',
808
808
  idGedFolder: GedFolder.BORROWING_TABLES,
809
809
  },
810
810
  [TypeFile.COMMERCIAL_OR_RENTAL_LEASE]: {
@@ -824,7 +824,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
824
824
  },
825
825
  [TypeFile.LIVESTOCK_REGISTER]: {
826
826
  typeFile: TypeFile.LIVESTOCK_REGISTER,
827
- name: "Registre d'élevage",
827
+ name: 'Registre d\'élevage',
828
828
  idGedFolder: GedFolder.OTHER,
829
829
  },
830
830
  [TypeFile.LIVESTOCK_INVENTORY]: {
@@ -854,7 +854,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
854
854
  },
855
855
  [TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF]: {
856
856
  typeFile: TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF,
857
- name: "Justificatifs de crédits d'impôt agricoles",
857
+ name: 'Justificatifs de crédits d\'impôt agricoles',
858
858
  idGedFolder: GedFolder.MISCELLANEOUS,
859
859
  },
860
860
  [TypeFile.LOAN_REPAYMENT_PROOF]: {
@@ -879,17 +879,17 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
879
879
  },
880
880
  [TypeFile.CONDOMINIUM_AGM_MINUTES]: {
881
881
  typeFile: TypeFile.CONDOMINIUM_AGM_MINUTES,
882
- name: "Procès-verbaux d'AG de copropriété",
882
+ name: 'Procès-verbaux d\'AG de copropriété',
883
883
  idGedFolder: GedFolder.AGM,
884
884
  },
885
885
  [TypeFile.TAX_NOTICE]: {
886
886
  typeFile: TypeFile.TAX_NOTICE,
887
- name: "Avis d'imposition (CFE, taxe foncière)",
887
+ name: 'Avis d\'imposition (CFE, taxe foncière)',
888
888
  idGedFolder: GedFolder.SLIPS_CFE,
889
889
  },
890
890
  [TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION]: {
891
891
  typeFile: TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION,
892
- name: "Notifications d'attribution de subventions publiques",
892
+ name: 'Notifications d\'attribution de subventions publiques',
893
893
  idGedFolder: GedFolder.SUBVENTION,
894
894
  },
895
895
  [TypeFile.FINANCING_CONTRACTS_OR_SUBSIDY_AGREEMENTS]: {
@@ -906,7 +906,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
906
906
  },
907
907
  [TypeFile.STOCK]: {
908
908
  typeFile: TypeFile.STOCK,
909
- name: "L'état de vos stocks à la date de clôture",
909
+ name: 'L\'état de vos stocks à la date de clôture',
910
910
  idGedFolder: GedFolder.STOCK,
911
911
  helpText:
912
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é.',
@@ -916,7 +916,7 @@ export const TypeFileDetail: Record<number, TypeFileDetailType> = {
916
916
  name: 'Le grand livre de réciprocité des comptes',
917
917
  idGedFolder: GedFolder.BALANCE_GL,
918
918
  helpText:
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.",
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.',
920
920
  },
921
921
  [TypeFile.SUPPLIER_DEBTS]: {
922
922
  typeFile: TypeFile.SUPPLIER_DEBTS,
@@ -968,7 +968,7 @@ Paypal : relevés mensuels à télécharger sur le site → Activité → Icône
968
968
  },
969
969
  [TypeFile.INVOICING_SOFTWARE_SUMMARY]: {
970
970
  typeFile: TypeFile.INVOICING_SOFTWARE_SUMMARY,
971
- 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',
972
972
  idGedFolder: GedFolder.SUMMARY,
973
973
  helpText:
974
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%).',
@@ -10,14 +10,17 @@ export class IRefund {
10
10
  refundDate: Date | null;
11
11
  refundAt?: Date | null;
12
12
  processed: boolean;
13
+ processedAsset?: boolean;
13
14
  isAmountChecked?: boolean;
14
15
  idRefundMotif: number;
15
16
  idSociety: number;
16
17
  idUserDemand: number;
17
18
  refundBy?: number | null;
19
+ assetBy?: number | null;
18
20
  idFile?: number | null; //non obligatoire désormais, utilisé avant pour rattacher le RIB
19
21
  idUserAgreement?: number | null;
20
22
  dateAgreement?: Date | null;
23
+ assetAt?: Date | null;
21
24
  exceptionalAgreement?: boolean | null;
22
25
  agreement?: number | null;
23
26
  createdAt?: Date | null;
@@ -26,5 +29,6 @@ export class IRefund {
26
29
  file?: IFile;
27
30
  userDemand?: IUser;
28
31
  refundByUser?: IUser | null;
32
+ assetByUser?: IUser | null;
29
33
  agreementUser?: IUser | null;
30
34
  }