@silexpert/core 1.3.177-0 → 1.3.177
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.
- package/dist/cjs/types/Enum/DashboardBlock.d.ts +2 -1
- package/dist/cjs/types/Enum/DashboardBlock.d.ts.map +1 -1
- package/dist/cjs/types/Enum/DashboardBlock.js +1 -0
- package/dist/cjs/types/Enum/DashboardBlock.js.map +1 -1
- package/dist/cjs/types/Enum/Ged.d.ts +1 -0
- package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Ged.js +119 -13
- package/dist/cjs/types/Enum/Ged.js.map +1 -1
- package/dist/cjs/types/Enum/InformationRequestType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/InformationRequestType.js +12 -6
- package/dist/cjs/types/Enum/InformationRequestType.js.map +1 -1
- package/dist/mjs/types/Enum/DashboardBlock.d.ts +2 -1
- package/dist/mjs/types/Enum/DashboardBlock.d.ts.map +1 -1
- package/dist/mjs/types/Enum/DashboardBlock.js +1 -0
- package/dist/mjs/types/Enum/DashboardBlock.js.map +1 -1
- package/dist/mjs/types/Enum/Ged.d.ts +1 -0
- package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Ged.js +119 -13
- package/dist/mjs/types/Enum/Ged.js.map +1 -1
- package/dist/mjs/types/Enum/InformationRequestType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/InformationRequestType.js +12 -6
- package/dist/mjs/types/Enum/InformationRequestType.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/DashboardBlock.ts +1 -0
- package/ts/types/Enum/Ged.ts +310 -203
- package/ts/types/Enum/InformationRequestType.ts +12 -6
package/ts/types/Enum/Ged.ts
CHANGED
|
@@ -282,7 +282,7 @@ export const GedFileTypeDetail = {
|
|
|
282
282
|
},
|
|
283
283
|
IDENTITY_CARD: {
|
|
284
284
|
id: GedFileType.IDENTITY_CARD,
|
|
285
|
-
name:
|
|
285
|
+
name: 'Carte d\'identité',
|
|
286
286
|
idGedFolder: GedFolder.KBIS,
|
|
287
287
|
typeFile: TypeFile.IDENTITY_CARD_RECTO,
|
|
288
288
|
},
|
|
@@ -416,185 +416,203 @@ export const GedFolderList: Array<{
|
|
|
416
416
|
idGedCategory: GedCategory;
|
|
417
417
|
name: string;
|
|
418
418
|
}> = [
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
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
|
+
];
|
|
598
616
|
|
|
599
617
|
export const gedCategoryWithName: Array<{
|
|
600
618
|
idGedCategory: number;
|
|
@@ -602,20 +620,20 @@ export const gedCategoryWithName: Array<{
|
|
|
602
620
|
usableByClient: boolean;
|
|
603
621
|
brandCondition?: string[];
|
|
604
622
|
}> = [
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
];
|
|
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
|
+
];
|
|
619
637
|
|
|
620
638
|
export const TypeFileDetail: Record<
|
|
621
639
|
number,
|
|
@@ -623,26 +641,34 @@ export const TypeFileDetail: Record<
|
|
|
623
641
|
typeFile: TypeFile;
|
|
624
642
|
name: string;
|
|
625
643
|
idGedFolder?: GedFolder;
|
|
644
|
+
helpText?: string;
|
|
626
645
|
}
|
|
627
646
|
> = {
|
|
628
647
|
[TypeFile.INSURANCE_CONTRACT]: {
|
|
629
648
|
typeFile: TypeFile.INSURANCE_CONTRACT,
|
|
630
|
-
name:
|
|
649
|
+
name: 'Contrat d\'assurance',
|
|
631
650
|
idGedFolder: GedFolder.INSURANCES,
|
|
632
651
|
},
|
|
633
652
|
[TypeFile.COMPANY_CONTRIBUTION_PROOF]: {
|
|
634
653
|
typeFile: TypeFile.COMPANY_CONTRIBUTION_PROOF,
|
|
635
654
|
name: 'Justificatif des apports faits à la société',
|
|
636
655
|
idGedFolder: GedFolder.JURIDICAL,
|
|
656
|
+
helpText: 'Vos relevés bancaires personnels indiquant le montant d’épargne disponible, votre avis d\'imposition personnel'
|
|
637
657
|
},
|
|
638
658
|
[TypeFile.NOTARY_STATEMENT]: {
|
|
639
659
|
typeFile: TypeFile.NOTARY_STATEMENT,
|
|
640
|
-
name:
|
|
660
|
+
name: 'Décompte de notaire',
|
|
661
|
+
idGedFolder: GedFolder.JURIDICAL,
|
|
662
|
+
helpText: 'Le décompte du notaire définitif doit détailler toutes les opérations intervenues'
|
|
663
|
+
},
|
|
664
|
+
[TypeFile.PURCHASE_DEED]: {
|
|
665
|
+
typeFile: TypeFile.PURCHASE_DEED,
|
|
666
|
+
name: 'Acte d\'achat',
|
|
641
667
|
idGedFolder: GedFolder.JURIDICAL,
|
|
642
668
|
},
|
|
643
669
|
[TypeFile.PV_RESULT_ALLOCATION]: {
|
|
644
670
|
typeFile: TypeFile.PV_RESULT_ALLOCATION,
|
|
645
|
-
name:
|
|
671
|
+
name: 'PV d\'AG d\'affectation du résultat',
|
|
646
672
|
idGedFolder: GedFolder.AGM,
|
|
647
673
|
},
|
|
648
674
|
[TypeFile.SUBSIDY_PROOF]: {
|
|
@@ -652,7 +678,7 @@ export const TypeFileDetail: Record<
|
|
|
652
678
|
},
|
|
653
679
|
[TypeFile.LOAN_AMORTIZATION_TABLE]: {
|
|
654
680
|
typeFile: TypeFile.LOAN_AMORTIZATION_TABLE,
|
|
655
|
-
name:
|
|
681
|
+
name: 'Tableau d\'amortissement des emprunts',
|
|
656
682
|
idGedFolder: GedFolder.BORROWING_TABLES,
|
|
657
683
|
},
|
|
658
684
|
[TypeFile.COMMERCIAL_OR_RENTAL_LEASE]: {
|
|
@@ -672,7 +698,7 @@ export const TypeFileDetail: Record<
|
|
|
672
698
|
},
|
|
673
699
|
[TypeFile.LIVESTOCK_REGISTER]: {
|
|
674
700
|
typeFile: TypeFile.LIVESTOCK_REGISTER,
|
|
675
|
-
name:
|
|
701
|
+
name: 'Registre d\'élevage',
|
|
676
702
|
idGedFolder: GedFolder.OTHER,
|
|
677
703
|
},
|
|
678
704
|
[TypeFile.LIVESTOCK_INVENTORY]: {
|
|
@@ -702,7 +728,7 @@ export const TypeFileDetail: Record<
|
|
|
702
728
|
},
|
|
703
729
|
[TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF]: {
|
|
704
730
|
typeFile: TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF,
|
|
705
|
-
name:
|
|
731
|
+
name: 'Justificatifs de crédits d\'impôt agricoles',
|
|
706
732
|
idGedFolder: GedFolder.MISCELLANEOUS,
|
|
707
733
|
},
|
|
708
734
|
[TypeFile.LOAN_REPAYMENT_PROOF]: {
|
|
@@ -727,17 +753,17 @@ export const TypeFileDetail: Record<
|
|
|
727
753
|
},
|
|
728
754
|
[TypeFile.CONDOMINIUM_AGM_MINUTES]: {
|
|
729
755
|
typeFile: TypeFile.CONDOMINIUM_AGM_MINUTES,
|
|
730
|
-
name:
|
|
756
|
+
name: 'Procès-verbaux d\'AG de copropriété',
|
|
731
757
|
idGedFolder: GedFolder.AGM,
|
|
732
758
|
},
|
|
733
759
|
[TypeFile.TAX_NOTICE]: {
|
|
734
760
|
typeFile: TypeFile.TAX_NOTICE,
|
|
735
|
-
name:
|
|
761
|
+
name: 'Avis d\'imposition (CFE, taxe foncière)',
|
|
736
762
|
idGedFolder: GedFolder.SLIPS_CFE,
|
|
737
763
|
},
|
|
738
764
|
[TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION]: {
|
|
739
765
|
typeFile: TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION,
|
|
740
|
-
name:
|
|
766
|
+
name: 'Notifications d\'attribution de subventions publiques',
|
|
741
767
|
idGedFolder: GedFolder.SUBVENTION,
|
|
742
768
|
},
|
|
743
769
|
[TypeFile.FINANCING_CONTRACTS_OR_SUBSIDY_AGREEMENTS]: {
|
|
@@ -745,4 +771,85 @@ export const TypeFileDetail: Record<
|
|
|
745
771
|
name: 'Contrats de financement ou conventions de subvention',
|
|
746
772
|
idGedFolder: GedFolder.SUBVENTION,
|
|
747
773
|
},
|
|
774
|
+
[TypeFile.CAISSE]: {
|
|
775
|
+
typeFile: TypeFile.CAISSE,
|
|
776
|
+
name: 'Livre de caisse',
|
|
777
|
+
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.'
|
|
779
|
+
},
|
|
780
|
+
[TypeFile.STOCK]: {
|
|
781
|
+
typeFile: TypeFile.STOCK,
|
|
782
|
+
name: 'L\'état de vos stocks à la date de clôture',
|
|
783
|
+
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é.'
|
|
785
|
+
},
|
|
786
|
+
[TypeFile.RECIPROCITY]: {
|
|
787
|
+
typeFile: TypeFile.RECIPROCITY,
|
|
788
|
+
name: 'Le grand livre de réciprocité des comptes',
|
|
789
|
+
idGedFolder: GedFolder.BALANCE_GL_JOURNALS_YEAR,
|
|
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.'
|
|
791
|
+
},
|
|
792
|
+
[TypeFile.SUPPLIER_DEBTS]: {
|
|
793
|
+
typeFile: TypeFile.SUPPLIER_DEBTS,
|
|
794
|
+
name: 'Dettes fournisseurs',
|
|
795
|
+
idGedFolder: GedFolder.BALANCE_GL_JOURNALS_YEAR,
|
|
796
|
+
helpText: 'Les factures d’achats émises avant la clôture de l’exercice mais non réglées à cette date.'
|
|
797
|
+
},
|
|
798
|
+
[TypeFile.CUSTOMER_RECEIVABLES]: {
|
|
799
|
+
typeFile: TypeFile.CUSTOMER_RECEIVABLES,
|
|
800
|
+
name: 'Créances clients',
|
|
801
|
+
idGedFolder: GedFolder.BALANCE_GL_JOURNALS_YEAR,
|
|
802
|
+
helpText: 'Les factures de ventes émises avant la clôture de l’exercice mais non encaissées à cette date.'
|
|
803
|
+
},
|
|
804
|
+
[TypeFile.PAYROLL_ACCOUNTING_FILE]: {
|
|
805
|
+
typeFile: TypeFile.PAYROLL_ACCOUNTING_FILE,
|
|
806
|
+
name: 'Votre fichier des écritures comptables de paie',
|
|
807
|
+
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.'
|
|
809
|
+
},
|
|
810
|
+
[TypeFile.MONTHLY_TESE_SUMMARIES]: {
|
|
811
|
+
typeFile: TypeFile.MONTHLY_TESE_SUMMARIES,
|
|
812
|
+
name: 'Etats des récapitulatifs mensuels et annuels TESE',
|
|
813
|
+
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.'
|
|
815
|
+
},
|
|
816
|
+
[TypeFile.TICKET_Z]: {
|
|
817
|
+
typeFile: TypeFile.TICKET_Z,
|
|
818
|
+
name: 'Ticket Z',
|
|
819
|
+
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.'
|
|
821
|
+
},
|
|
822
|
+
[TypeFile.POLICE_BOOK]: {
|
|
823
|
+
typeFile: TypeFile.POLICE_BOOK,
|
|
824
|
+
name: 'Livre de police',
|
|
825
|
+
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.'
|
|
827
|
+
},
|
|
828
|
+
[TypeFile.STRIPE_AMAZON_STATEMENTS]: {
|
|
829
|
+
typeFile: TypeFile.STRIPE_AMAZON_STATEMENTS,
|
|
830
|
+
name: ' Vos relevés stripe, amazon ect.',
|
|
831
|
+
idGedFolder: GedFolder.SUMMARY,
|
|
832
|
+
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
|
+
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.`
|
|
835
|
+
},
|
|
836
|
+
[TypeFile.INVOICING_SOFTWARE_SUMMARY]: {
|
|
837
|
+
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',
|
|
839
|
+
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%).'
|
|
841
|
+
},
|
|
842
|
+
[TypeFile.MILEAGE_ALLOWANCES_SUMMARY]: {
|
|
843
|
+
typeFile: TypeFile.MILEAGE_ALLOWANCES_SUMMARY,
|
|
844
|
+
name: 'Un récapitulatif de vos indemnités kilométriques',
|
|
845
|
+
idGedFolder: GedFolder.SUMMARY,
|
|
846
|
+
helpText: `Le récapitulatif de vos indemnités kilométriques (IK) doit comporter les éléments suivants :
|
|
847
|
+
Le lieu de départ
|
|
848
|
+
Le lieu d’arrivée
|
|
849
|
+
Le nombre de kilomètres parcourus
|
|
850
|
+
Le véhicule utilisé
|
|
851
|
+
La puissance fiscale du véhicule (CV fiscaux)
|
|
852
|
+
Le barème appliqué
|
|
853
|
+
Le montant de l’indemnité calculée`
|
|
854
|
+
}
|
|
748
855
|
};
|
|
@@ -22,30 +22,36 @@ export const InformationRequestTypeDetails: Record<
|
|
|
22
22
|
> = {
|
|
23
23
|
[InformationRequestType.CASH_BOOK]: {
|
|
24
24
|
id: InformationRequestType.CASH_BOOK,
|
|
25
|
-
name: '
|
|
25
|
+
name: 'Opérations en espèces',
|
|
26
26
|
typeFile: TypeFile.CAISSE,
|
|
27
|
+
helpText: 'Renseigner pour chaque mouvement : la date, le type d\'opération (retrait d\'espèces en caisse, dépôt d\'espèces en caisse, ventes en espèces, achats en espèces), la montant, la TVA et la catégorie.'
|
|
27
28
|
},
|
|
28
29
|
[InformationRequestType.STOCK_STATUS]: {
|
|
29
30
|
id: InformationRequestType.STOCK_STATUS,
|
|
30
|
-
name: '
|
|
31
|
+
name: 'Stocks à date de clôture',
|
|
32
|
+
helpText: 'Renseigner vos stocks à date de clôture par catégorie valorisés au prix d\'achat HT.'
|
|
31
33
|
},
|
|
32
34
|
[InformationRequestType.SUPPLIER_DEBTS]: {
|
|
33
35
|
id: InformationRequestType.SUPPLIER_DEBTS,
|
|
34
|
-
name: '
|
|
36
|
+
name: 'Dettes fournisseurs',
|
|
35
37
|
typeFile: TypeFile.SUPPLIER_DEBTS,
|
|
38
|
+
helpText: 'Renseigner le montant des factures d’achats émises avant la date de clôture mais non encore réglées à cette date, le taux de TVA, le type d\'achat et le fournisseur.'
|
|
36
39
|
},
|
|
37
40
|
[InformationRequestType.CUSTOMER_RECEIVABLES]: {
|
|
38
41
|
id: InformationRequestType.CUSTOMER_RECEIVABLES,
|
|
39
|
-
name: '
|
|
42
|
+
name: 'Créances clients',
|
|
40
43
|
typeFile: TypeFile.CUSTOMER_RECEIVABLES,
|
|
44
|
+
helpText: 'Renseigner le montant des factures de ventes émises avant la date de clôture mais non encore encaissées à cette date, le taux de TVA, le type de vente et le client.'
|
|
41
45
|
},
|
|
42
46
|
[InformationRequestType.Z_TICKETS]: {
|
|
43
47
|
id: InformationRequestType.Z_TICKETS,
|
|
44
|
-
name: '
|
|
48
|
+
name: 'Tickets Z',
|
|
49
|
+
helpText: 'Déposer les tickets Z issus de votre caisse enregistreuse, ils doivent être transmis pour chaque mois de l’exercice. Ils récapitulent les ventes réalisées et permettent de fiabiliser la comptabilisation des recettes liées à la caisse.'
|
|
45
50
|
},
|
|
46
51
|
[InformationRequestType.KILOMETRIC_ALLOWANCES_SUMMARY]: {
|
|
47
52
|
id: InformationRequestType.KILOMETRIC_ALLOWANCES_SUMMARY,
|
|
48
|
-
name: '
|
|
53
|
+
name: 'Indemnités kilométriques',
|
|
49
54
|
typeFile: TypeFile.MILEAGE_ALLOWANCES_SUMMARY,
|
|
55
|
+
helpText: 'Renseigner le véhicule personnel utilisé à titre professionel, la distance parcourue, le trajet et le motif.'
|
|
50
56
|
},
|
|
51
57
|
};
|