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