@silexpert/core 1.0.154 → 1.0.155

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.
Files changed (35) hide show
  1. package/es/types/Enum/PrestationType.d.ts +5 -2626
  2. package/es/types/Enum/PrestationType.d.ts.map +1 -1
  3. package/es/types/Enum/PrestationType.js +1674 -1511
  4. package/es/types/Enum/PrestationType.js.map +1 -1
  5. package/es/types/Interface/models/IExercicePrestation.d.ts +2 -1
  6. package/es/types/Interface/models/IExercicePrestation.d.ts.map +1 -1
  7. package/es/types/Interface/models/IExercicePrestation.js.map +1 -1
  8. package/es/types/Interface/models/IPrestation.d.ts +13 -10
  9. package/es/types/Interface/models/IPrestation.d.ts.map +1 -1
  10. package/es/types/Interface/models/IPrestation.js.map +1 -1
  11. package/es/types/Interface/models/IPrestationList.d.ts +3 -2
  12. package/es/types/Interface/models/IPrestationList.d.ts.map +1 -1
  13. package/es/types/Interface/models/IPrestationList.js.map +1 -1
  14. package/es/types/Interface/models/ITerminationList.d.ts +7 -4
  15. package/es/types/Interface/models/ITerminationList.d.ts.map +1 -1
  16. package/es/types/Interface/models/ITerminationList.js.map +1 -1
  17. package/es/utils/prestation.d.ts +4 -1
  18. package/es/utils/prestation.d.ts.map +1 -1
  19. package/es/utils/prestation.js +18 -1
  20. package/es/utils/prestation.js.map +1 -1
  21. package/js/types/Enum/PrestationType.js +1837 -1674
  22. package/js/types/Enum/PrestationType.js.map +1 -1
  23. package/js/types/Interface/models/IExercicePrestation.js.map +1 -1
  24. package/js/types/Interface/models/IPrestation.js.map +1 -1
  25. package/js/types/Interface/models/IPrestationList.js.map +1 -1
  26. package/js/types/Interface/models/ITerminationList.js.map +1 -1
  27. package/js/utils/prestation.js +17 -1
  28. package/js/utils/prestation.js.map +1 -1
  29. package/package.json +1 -1
  30. package/ts/types/Enum/PrestationType.ts +1681 -1512
  31. package/ts/types/Interface/models/IExercicePrestation.ts +2 -1
  32. package/ts/types/Interface/models/IPrestation.ts +13 -10
  33. package/ts/types/Interface/models/IPrestationList.ts +3 -2
  34. package/ts/types/Interface/models/ITerminationList.ts +7 -4
  35. package/ts/utils/prestation.ts +23 -1
@@ -174,2627 +174,2790 @@ const PrestationDetail = exports.PrestationDetail = {
174
174
  MYFRUCTUCOMPTA: {
175
175
  id: 1,
176
176
  name: 'MyFructuCompta',
177
- isComptable: 1,
178
- isJuridique: 0,
179
- isSocial: 0,
180
- isAttestation: 0,
181
- inAverageCart: 1,
182
- isBack: 0,
177
+ isComptable: true,
178
+ isJuridique: false,
179
+ isSocial: false,
180
+ isAttestation: false,
181
+ inAverageCart: true,
182
+ isBack: false,
183
183
  price: null,
184
- isCatalog: 0,
185
- hidden: 1,
186
- isComplementary: 0,
184
+ isCatalog: false,
185
+ hidden: true,
186
+ isComplementary: false,
187
187
  signaturePosition: null,
188
- signaturePage: null
188
+ signaturePage: null,
189
+ point: 0
189
190
  },
190
191
  FRUCTUCOMPTA: {
191
192
  id: 2,
192
193
  name: 'FructuCompta',
193
- isComptable: 1,
194
- isJuridique: 0,
195
- isSocial: 0,
196
- isAttestation: 0,
197
- inAverageCart: 1,
198
- isBack: 0,
194
+ isComptable: true,
195
+ isJuridique: false,
196
+ isSocial: false,
197
+ isAttestation: false,
198
+ inAverageCart: true,
199
+ isBack: false,
199
200
  price: null,
200
- isCatalog: 0,
201
- hidden: 1,
202
- isComplementary: 0,
201
+ isCatalog: false,
202
+ hidden: true,
203
+ isComplementary: false,
203
204
  signaturePosition: null,
204
- signaturePage: null
205
+ signaturePage: null,
206
+ point: 0
205
207
  },
206
208
  FRUCTUCOMPTAEXPRESS: {
207
209
  id: 3,
208
210
  name: 'FructuCompta Express',
209
- isComptable: 1,
210
- isJuridique: 0,
211
- isSocial: 0,
212
- isAttestation: 0,
213
- inAverageCart: 1,
214
- isBack: 1,
211
+ isComptable: true,
212
+ isJuridique: false,
213
+ isSocial: false,
214
+ isAttestation: false,
215
+ inAverageCart: true,
216
+ isBack: true,
215
217
  price: null,
216
- isCatalog: 0,
217
- hidden: 1,
218
- isComplementary: 0,
218
+ isCatalog: false,
219
+ hidden: true,
220
+ isComplementary: false,
219
221
  signaturePosition: null,
220
- signaturePage: null
222
+ signaturePage: null,
223
+ point: 0
221
224
  },
222
225
  FRUCTUCOMPTA_ASSISTANCE: {
223
226
  id: 4,
224
227
  name: 'FructuCompta Assistance',
225
- isComptable: 1,
226
- isJuridique: 0,
227
- isSocial: 0,
228
- isAttestation: 0,
229
- inAverageCart: 1,
230
- isBack: 0,
228
+ isComptable: true,
229
+ isJuridique: false,
230
+ isSocial: false,
231
+ isAttestation: false,
232
+ inAverageCart: true,
233
+ isBack: false,
231
234
  price: null,
232
- isCatalog: 0,
233
- hidden: 1,
234
- isComplementary: 0,
235
+ isCatalog: false,
236
+ hidden: true,
237
+ isComplementary: false,
235
238
  signaturePosition: null,
236
- signaturePage: null
239
+ signaturePage: null,
240
+ point: 0
237
241
  },
238
242
  FRUCTUPAIE: {
239
243
  id: 5,
240
244
  name: 'FructuPaie',
241
- isComptable: 0,
242
- isJuridique: 0,
243
- isSocial: 1,
244
- isAttestation: 0,
245
- inAverageCart: 0,
246
- isBack: 0,
247
- price: null,
248
- isCatalog: 0,
249
- hidden: 1,
250
- isComplementary: 0,
245
+ isComptable: false,
246
+ isJuridique: false,
247
+ isSocial: true,
248
+ isAttestation: false,
249
+ inAverageCart: false,
250
+ isBack: false,
251
+ price: null,
252
+ isCatalog: false,
253
+ hidden: true,
254
+ isComplementary: false,
251
255
  signaturePosition: '400,54,569,90',
252
- signaturePage: 5
256
+ signaturePage: 5,
257
+ point: 0
253
258
  },
254
259
  PREVISIONNEL: {
255
260
  id: 6,
256
261
  name: 'Prévisionnel',
257
- isComptable: 0,
258
- isJuridique: 0,
259
- isSocial: 0,
260
- isAttestation: 0,
261
- inAverageCart: 0,
262
- isBack: 0,
262
+ isComptable: false,
263
+ isJuridique: false,
264
+ isSocial: false,
265
+ isAttestation: false,
266
+ inAverageCart: false,
267
+ isBack: false,
263
268
  price: null,
264
- isCatalog: 1,
265
- hidden: 1,
266
- isComplementary: 0,
269
+ isCatalog: true,
270
+ hidden: true,
271
+ isComplementary: false,
267
272
  signaturePosition: null,
268
- signaturePage: null
273
+ signaturePage: null,
274
+ point: 0
269
275
  },
270
276
  STATUTS: {
271
277
  id: 7,
272
278
  name: 'Statuts',
273
- isComptable: 0,
274
- isJuridique: 1,
275
- isSocial: 0,
276
- isAttestation: 0,
277
- inAverageCart: 0,
278
- isBack: 0,
279
+ isComptable: false,
280
+ isJuridique: true,
281
+ isSocial: false,
282
+ isAttestation: false,
283
+ inAverageCart: false,
284
+ isBack: false,
279
285
  price: null,
280
- isCatalog: 0,
281
- hidden: 1,
282
- isComplementary: 0,
286
+ isCatalog: false,
287
+ hidden: true,
288
+ isComplementary: false,
283
289
  signaturePosition: null,
284
- signaturePage: null
290
+ signaturePage: null,
291
+ point: 0
285
292
  },
286
293
  PV_AG: {
287
294
  id: 8,
288
295
  name: 'PV AG',
289
- isComptable: 0,
290
- isJuridique: 1,
291
- isSocial: 0,
292
- isAttestation: 0,
293
- inAverageCart: 0,
294
- isBack: 0,
296
+ isComptable: false,
297
+ isJuridique: true,
298
+ isSocial: false,
299
+ isAttestation: false,
300
+ inAverageCart: false,
301
+ isBack: false,
295
302
  price: null,
296
- isCatalog: 0,
297
- hidden: 1,
298
- isComplementary: 0,
303
+ isCatalog: false,
304
+ hidden: true,
305
+ isComplementary: false,
299
306
  signaturePosition: null,
300
- signaturePage: null
307
+ signaturePage: null,
308
+ point: 0
301
309
  },
302
310
  BILAN_INTERMEDIAIRE: {
303
311
  id: 9,
304
312
  name: 'Bilan intermédiaire',
305
- isComptable: 0,
306
- isJuridique: 0,
307
- isSocial: 0,
308
- isAttestation: 0,
309
- inAverageCart: 0,
310
- isBack: 0,
313
+ isComptable: false,
314
+ isJuridique: false,
315
+ isSocial: false,
316
+ isAttestation: false,
317
+ inAverageCart: false,
318
+ isBack: false,
311
319
  price: null,
312
- isCatalog: 1,
313
- hidden: 0,
314
- isComplementary: 0,
320
+ isCatalog: true,
321
+ hidden: false,
322
+ isComplementary: false,
315
323
  signaturePosition: null,
316
- signaturePage: null
324
+ signaturePage: null,
325
+ point: 50
317
326
  },
318
327
  FRUCTUCOMPTA_ASSISTANCE_EXPRESS: {
319
328
  id: 10,
320
329
  name: 'FructuComptaAssistance Express',
321
- isComptable: 1,
322
- isJuridique: 0,
323
- isSocial: 0,
324
- isAttestation: 0,
325
- inAverageCart: 1,
326
- isBack: 1,
330
+ isComptable: true,
331
+ isJuridique: false,
332
+ isSocial: false,
333
+ isAttestation: false,
334
+ inAverageCart: true,
335
+ isBack: true,
327
336
  price: null,
328
- isCatalog: 0,
329
- hidden: 1,
330
- isComplementary: 0,
337
+ isCatalog: false,
338
+ hidden: true,
339
+ isComplementary: false,
331
340
  signaturePosition: null,
332
- signaturePage: null
341
+ signaturePage: null,
342
+ point: 0
333
343
  },
334
344
  MYFRUCTUCOMPTA_EXPRESS: {
335
345
  id: 11,
336
346
  name: 'MyFructuCompta Express',
337
- isComptable: 1,
338
- isJuridique: 0,
339
- isSocial: 0,
340
- isAttestation: 0,
341
- inAverageCart: 1,
342
- isBack: 1,
347
+ isComptable: true,
348
+ isJuridique: false,
349
+ isSocial: false,
350
+ isAttestation: false,
351
+ inAverageCart: true,
352
+ isBack: true,
343
353
  price: null,
344
- isCatalog: 0,
345
- hidden: 1,
346
- isComplementary: 0,
354
+ isCatalog: false,
355
+ hidden: true,
356
+ isComplementary: false,
347
357
  signaturePosition: null,
348
- signaturePage: null
358
+ signaturePage: null,
359
+ point: 0
349
360
  },
350
361
  SOCIAL: {
351
362
  id: 12,
352
363
  name: 'Social',
353
- isComptable: 0,
354
- isJuridique: 0,
355
- isSocial: 1,
356
- isAttestation: 0,
357
- inAverageCart: 0,
358
- isBack: 0,
359
- price: null,
360
- isCatalog: 1,
361
- hidden: 0,
362
- isComplementary: 0,
364
+ isComptable: false,
365
+ isJuridique: false,
366
+ isSocial: true,
367
+ isAttestation: false,
368
+ inAverageCart: false,
369
+ isBack: false,
370
+ price: null,
371
+ isCatalog: true,
372
+ hidden: false,
373
+ isComplementary: false,
363
374
  signaturePosition: '400,54,569,90',
364
- signaturePage: 5
375
+ signaturePage: 5,
376
+ point: 125
365
377
  },
366
378
  TELEDECLARATION: {
367
379
  id: 13,
368
380
  name: 'Télédéclaration',
369
- isComptable: 1,
370
- isJuridique: 0,
371
- isSocial: 0,
372
- isAttestation: 0,
373
- inAverageCart: 0,
374
- isBack: 0,
381
+ isComptable: true,
382
+ isJuridique: false,
383
+ isSocial: false,
384
+ isAttestation: false,
385
+ inAverageCart: false,
386
+ isBack: false,
375
387
  price: null,
376
- isCatalog: 0,
377
- hidden: 1,
378
- isComplementary: 0,
388
+ isCatalog: false,
389
+ hidden: true,
390
+ isComplementary: false,
379
391
  signaturePosition: null,
380
- signaturePage: null
392
+ signaturePage: null,
393
+ point: 0
381
394
  },
382
395
  CREATION_SOCIETE: {
383
396
  id: 15,
384
397
  name: 'Création de société',
385
- isComptable: 0,
386
- isJuridique: 1,
387
- isSocial: 0,
388
- isAttestation: 0,
389
- inAverageCart: 0,
390
- isBack: 0,
398
+ isComptable: false,
399
+ isJuridique: true,
400
+ isSocial: false,
401
+ isAttestation: false,
402
+ inAverageCart: false,
403
+ isBack: false,
391
404
  price: 149,
392
- isCatalog: 0,
393
- hidden: 0,
394
- isComplementary: 0,
405
+ isCatalog: false,
406
+ hidden: false,
407
+ isComplementary: false,
395
408
  signaturePosition: '400,54,569,90',
396
- signaturePage: 6
409
+ signaturePage: 6,
410
+ point: 125
397
411
  },
398
412
  JURIDIQUE: {
399
413
  id: 16,
400
414
  name: 'Juridique',
401
- isComptable: 0,
402
- isJuridique: 1,
403
- isSocial: 0,
404
- isAttestation: 0,
405
- inAverageCart: 0,
406
- isBack: 0,
415
+ isComptable: false,
416
+ isJuridique: true,
417
+ isSocial: false,
418
+ isAttestation: false,
419
+ inAverageCart: false,
420
+ isBack: false,
407
421
  price: null,
408
- isCatalog: 0,
409
- hidden: 1,
410
- isComplementary: 0,
422
+ isCatalog: false,
423
+ hidden: true,
424
+ isComplementary: false,
411
425
  signaturePosition: null,
412
- signaturePage: null
426
+ signaturePage: null,
427
+ point: 0
413
428
  },
414
429
  MYFRUCTUCOMPTA_STATUT_EXPRESS: {
415
430
  id: 17,
416
431
  name: 'MyFructucompta statut-express',
417
- isComptable: 0,
418
- isJuridique: 1,
419
- isSocial: 0,
420
- isAttestation: 0,
421
- inAverageCart: 1,
422
- isBack: 0,
432
+ isComptable: false,
433
+ isJuridique: true,
434
+ isSocial: false,
435
+ isAttestation: false,
436
+ inAverageCart: true,
437
+ isBack: false,
423
438
  price: null,
424
- isCatalog: 0,
425
- hidden: 1,
426
- isComplementary: 0,
439
+ isCatalog: false,
440
+ hidden: true,
441
+ isComplementary: false,
427
442
  signaturePosition: null,
428
- signaturePage: null
443
+ signaturePage: null,
444
+ point: 0
429
445
  },
430
446
  MYFRUCTUCOMPTA_SOCIAL: {
431
447
  id: 19,
432
448
  name: 'MyFructuCompta + Social',
433
- isComptable: 1,
434
- isJuridique: 0,
435
- isSocial: 1,
436
- isAttestation: 0,
437
- inAverageCart: 1,
438
- isBack: 0,
449
+ isComptable: true,
450
+ isJuridique: false,
451
+ isSocial: true,
452
+ isAttestation: false,
453
+ inAverageCart: true,
454
+ isBack: false,
439
455
  price: null,
440
- isCatalog: 0,
441
- hidden: 1,
442
- isComplementary: 0,
456
+ isCatalog: false,
457
+ hidden: true,
458
+ isComplementary: false,
443
459
  signaturePosition: null,
444
- signaturePage: null
460
+ signaturePage: null,
461
+ point: 0
445
462
  },
446
463
  FRUCTUCOMPTA_SCI: {
447
464
  id: 21,
448
465
  name: 'FructuCompta SCI',
449
- isComptable: 1,
450
- isJuridique: 0,
451
- isSocial: 0,
452
- isAttestation: 0,
453
- inAverageCart: 1,
454
- isBack: 0,
466
+ isComptable: true,
467
+ isJuridique: false,
468
+ isSocial: false,
469
+ isAttestation: false,
470
+ inAverageCart: true,
471
+ isBack: false,
455
472
  price: null,
456
- isCatalog: 0,
457
- hidden: 1,
458
- isComplementary: 0,
473
+ isCatalog: false,
474
+ hidden: true,
475
+ isComplementary: false,
459
476
  signaturePosition: null,
460
- signaturePage: null
477
+ signaturePage: null,
478
+ point: 0
461
479
  },
462
480
  BILAN_LIQUIDATION: {
463
481
  id: 22,
464
482
  name: 'Bilan de liquidation',
465
- isComptable: 1,
466
- isJuridique: 0,
467
- isSocial: 0,
468
- isAttestation: 0,
469
- inAverageCart: 0,
470
- isBack: 0,
483
+ isComptable: true,
484
+ isJuridique: false,
485
+ isSocial: false,
486
+ isAttestation: false,
487
+ inAverageCart: false,
488
+ isBack: false,
471
489
  price: null,
472
- isCatalog: 1,
473
- hidden: 0,
474
- isComplementary: 0,
490
+ isCatalog: true,
491
+ hidden: false,
492
+ isComplementary: false,
475
493
  signaturePosition: null,
476
- signaturePage: null
494
+ signaturePage: null,
495
+ point: 100
477
496
  },
478
497
  CHANGEMENT_PRESTATION: {
479
498
  id: 23,
480
499
  name: 'Changement de prestation',
481
- isComptable: 0,
482
- isJuridique: 0,
483
- isSocial: 0,
484
- isAttestation: 0,
485
- inAverageCart: 0,
486
- isBack: 0,
500
+ isComptable: false,
501
+ isJuridique: false,
502
+ isSocial: false,
503
+ isAttestation: false,
504
+ inAverageCart: false,
505
+ isBack: false,
487
506
  price: null,
488
- isCatalog: 0,
489
- hidden: 1,
490
- isComplementary: 0,
507
+ isCatalog: false,
508
+ hidden: true,
509
+ isComplementary: false,
491
510
  signaturePosition: null,
492
- signaturePage: null
511
+ signaturePage: null,
512
+ point: 0
493
513
  },
494
514
  EXCEPTIONNEL: {
495
515
  id: 24,
496
516
  name: 'Exceptionnel',
497
- isComptable: 0,
498
- isJuridique: 0,
499
- isSocial: 0,
500
- isAttestation: 0,
501
- inAverageCart: 0,
502
- isBack: 0,
503
- price: null,
504
- isCatalog: 0,
505
- hidden: 0,
506
- isComplementary: 0,
517
+ isComptable: false,
518
+ isJuridique: false,
519
+ isSocial: false,
520
+ isAttestation: false,
521
+ inAverageCart: false,
522
+ isBack: false,
523
+ price: null,
524
+ isCatalog: false,
525
+ hidden: false,
526
+ isComplementary: false,
507
527
  signaturePosition: '-1,1,1,1',
508
- signaturePage: null
528
+ signaturePage: null,
529
+ point: 0
509
530
  },
510
531
  MYFRUCTUCOMPTA_EXPRESS_SOCIAL: {
511
532
  id: 25,
512
533
  name: 'MyFructuCompta Express + Social',
513
- isComptable: 1,
514
- isJuridique: 0,
515
- isSocial: 1,
516
- isAttestation: 0,
517
- inAverageCart: 1,
518
- isBack: 1,
534
+ isComptable: true,
535
+ isJuridique: false,
536
+ isSocial: true,
537
+ isAttestation: false,
538
+ inAverageCart: true,
539
+ isBack: true,
519
540
  price: null,
520
- isCatalog: 0,
521
- hidden: 1,
522
- isComplementary: 0,
541
+ isCatalog: false,
542
+ hidden: true,
543
+ isComplementary: false,
523
544
  signaturePosition: null,
524
- signaturePage: null
545
+ signaturePage: null,
546
+ point: 0
525
547
  },
526
548
  FRUCTUCOMPTA_ASSISTANCE_EXPRESS_SOCIAL: {
527
549
  id: 26,
528
550
  name: 'FructuCompta Assistance Express + Social',
529
- isComptable: 1,
530
- isJuridique: 0,
531
- isSocial: 1,
532
- isAttestation: 0,
533
- inAverageCart: 1,
534
- isBack: 1,
551
+ isComptable: true,
552
+ isJuridique: false,
553
+ isSocial: true,
554
+ isAttestation: false,
555
+ inAverageCart: true,
556
+ isBack: true,
535
557
  price: null,
536
- isCatalog: 0,
537
- hidden: 1,
538
- isComplementary: 0,
558
+ isCatalog: false,
559
+ hidden: true,
560
+ isComplementary: false,
539
561
  signaturePosition: null,
540
- signaturePage: null
562
+ signaturePage: null,
563
+ point: 0
541
564
  },
542
565
  FRUCTUCOMPTA_ASSISTANCE_SOCIAL: {
543
566
  id: 27,
544
567
  name: 'FructuCompta Assistance + Social',
545
- isComptable: 1,
546
- isJuridique: 0,
547
- isSocial: 1,
548
- isAttestation: 0,
549
- inAverageCart: 1,
550
- isBack: 0,
568
+ isComptable: true,
569
+ isJuridique: false,
570
+ isSocial: true,
571
+ isAttestation: false,
572
+ inAverageCart: true,
573
+ isBack: false,
551
574
  price: null,
552
- isCatalog: 0,
553
- hidden: 1,
554
- isComplementary: 0,
575
+ isCatalog: false,
576
+ hidden: true,
577
+ isComplementary: false,
555
578
  signaturePosition: null,
556
- signaturePage: null
579
+ signaturePage: null,
580
+ point: 0
557
581
  },
558
582
  FRUCTUCOMPTA_EXPRESS_SOCIAL: {
559
583
  id: 28,
560
584
  name: 'FructuCompta Express + Social',
561
- isComptable: 1,
562
- isJuridique: 0,
563
- isSocial: 1,
564
- isAttestation: 0,
565
- inAverageCart: 1,
566
- isBack: 1,
585
+ isComptable: true,
586
+ isJuridique: false,
587
+ isSocial: true,
588
+ isAttestation: false,
589
+ inAverageCart: true,
590
+ isBack: true,
567
591
  price: null,
568
- isCatalog: 0,
569
- hidden: 1,
570
- isComplementary: 0,
592
+ isCatalog: false,
593
+ hidden: true,
594
+ isComplementary: false,
571
595
  signaturePosition: null,
572
- signaturePage: null
596
+ signaturePage: null,
597
+ point: 0
573
598
  },
574
599
  FRUCTUCOMPTA_SOCIAL: {
575
600
  id: 29,
576
601
  name: 'FructuCompta + Social',
577
- isComptable: 1,
578
- isJuridique: 0,
579
- isSocial: 1,
580
- isAttestation: 0,
581
- inAverageCart: 1,
582
- isBack: 0,
602
+ isComptable: true,
603
+ isJuridique: false,
604
+ isSocial: true,
605
+ isAttestation: false,
606
+ inAverageCart: true,
607
+ isBack: false,
583
608
  price: null,
584
- isCatalog: 0,
585
- hidden: 1,
586
- isComplementary: 0,
609
+ isCatalog: false,
610
+ hidden: true,
611
+ isComplementary: false,
587
612
  signaturePosition: null,
588
- signaturePage: null
613
+ signaturePage: null,
614
+ point: 0
589
615
  },
590
616
  FRUCTU_WEB: {
591
617
  id: 31,
592
618
  name: 'FructuWeb',
593
- isComptable: 1,
594
- isJuridique: 0,
595
- isSocial: 0,
596
- isAttestation: 0,
597
- inAverageCart: 0,
598
- isBack: 0,
619
+ isComptable: true,
620
+ isJuridique: false,
621
+ isSocial: false,
622
+ isAttestation: false,
623
+ inAverageCart: false,
624
+ isBack: false,
599
625
  price: null,
600
- isCatalog: 0,
601
- hidden: 1,
602
- isComplementary: 0,
626
+ isCatalog: false,
627
+ hidden: true,
628
+ isComplementary: false,
603
629
  signaturePosition: null,
604
- signaturePage: null
630
+ signaturePage: null,
631
+ point: 0
605
632
  },
606
633
  FRUCTUCOMPTA_STATUT_EXPRESS: {
607
634
  id: 32,
608
635
  name: 'Fructucompta statut-express',
609
- isComptable: 0,
610
- isJuridique: 1,
611
- isSocial: 0,
612
- isAttestation: 0,
613
- inAverageCart: 1,
614
- isBack: 0,
636
+ isComptable: false,
637
+ isJuridique: true,
638
+ isSocial: false,
639
+ isAttestation: false,
640
+ inAverageCart: true,
641
+ isBack: false,
615
642
  price: null,
616
- isCatalog: 0,
617
- hidden: 1,
618
- isComplementary: 0,
643
+ isCatalog: false,
644
+ hidden: true,
645
+ isComplementary: false,
619
646
  signaturePosition: null,
620
- signaturePage: null
647
+ signaturePage: null,
648
+ point: 0
621
649
  },
622
650
  FRUCTU_EXPRESS: {
623
651
  id: 33,
624
652
  name: 'Fructu Express',
625
- isComptable: 1,
626
- isJuridique: 0,
627
- isSocial: 0,
628
- isAttestation: 0,
629
- inAverageCart: 1,
630
- isBack: 1,
653
+ isComptable: true,
654
+ isJuridique: false,
655
+ isSocial: false,
656
+ isAttestation: false,
657
+ inAverageCart: true,
658
+ isBack: true,
631
659
  price: null,
632
- isCatalog: 0,
633
- hidden: 1,
634
- isComplementary: 0,
660
+ isCatalog: false,
661
+ hidden: true,
662
+ isComplementary: false,
635
663
  signaturePosition: null,
636
- signaturePage: null
664
+ signaturePage: null,
665
+ point: 0
637
666
  },
638
667
  COMPTA_PRO: {
639
668
  id: 34,
640
669
  name: 'Compta Pro',
641
- isComptable: 1,
642
- isJuridique: 0,
643
- isSocial: 0,
644
- isAttestation: 0,
645
- inAverageCart: 1,
646
- isBack: 0,
647
- price: null,
648
- isCatalog: 0,
649
- hidden: 0,
650
- isComplementary: 0,
670
+ isComptable: true,
671
+ isJuridique: false,
672
+ isSocial: false,
673
+ isAttestation: false,
674
+ inAverageCart: true,
675
+ isBack: false,
676
+ price: null,
677
+ isCatalog: false,
678
+ hidden: false,
679
+ isComplementary: false,
651
680
  signaturePosition: '400,54,569,90',
652
- signaturePage: 7
681
+ signaturePage: 7,
682
+ point: 0
653
683
  },
654
684
  COMPTA_PRO_PAIE: {
655
685
  id: 35,
656
686
  name: 'Compta Pro + Paie',
657
- isComptable: 1,
658
- isJuridique: 0,
659
- isSocial: 1,
660
- isAttestation: 0,
661
- inAverageCart: 1,
662
- isBack: 0,
663
- price: null,
664
- isCatalog: 0,
665
- hidden: 1,
666
- isComplementary: 0,
687
+ isComptable: true,
688
+ isJuridique: false,
689
+ isSocial: true,
690
+ isAttestation: false,
691
+ inAverageCart: true,
692
+ isBack: false,
693
+ price: null,
694
+ isCatalog: false,
695
+ hidden: true,
696
+ isComplementary: false,
667
697
  signaturePosition: '332,49,517,117',
668
- signaturePage: 5
698
+ signaturePage: 5,
699
+ point: 0
669
700
  },
670
701
  COMPTA_PRO_EXPRESS: {
671
702
  id: 36,
672
703
  name: 'Compta Pro Express',
673
- isComptable: 1,
674
- isJuridique: 0,
675
- isSocial: 0,
676
- isAttestation: 0,
677
- inAverageCart: 1,
678
- isBack: 1,
679
- price: null,
680
- isCatalog: 0,
681
- hidden: 0,
682
- isComplementary: 0,
704
+ isComptable: true,
705
+ isJuridique: false,
706
+ isSocial: false,
707
+ isAttestation: false,
708
+ inAverageCart: true,
709
+ isBack: true,
710
+ price: null,
711
+ isCatalog: false,
712
+ hidden: false,
713
+ isComplementary: false,
683
714
  signaturePosition: '400,54,569,90',
684
- signaturePage: 7
715
+ signaturePage: 7,
716
+ point: 0
685
717
  },
686
718
  COMPTA_PRO_EXPRESS_PAIE: {
687
719
  id: 37,
688
720
  name: 'Compta Pro Express + Paie',
689
- isComptable: 1,
690
- isJuridique: 0,
691
- isSocial: 1,
692
- isAttestation: 0,
693
- inAverageCart: 1,
694
- isBack: 1,
695
- price: null,
696
- isCatalog: 0,
697
- hidden: 1,
698
- isComplementary: 0,
721
+ isComptable: true,
722
+ isJuridique: false,
723
+ isSocial: true,
724
+ isAttestation: false,
725
+ inAverageCart: true,
726
+ isBack: true,
727
+ price: null,
728
+ isCatalog: false,
729
+ hidden: true,
730
+ isComplementary: false,
699
731
  signaturePosition: '318,53,548,204',
700
- signaturePage: 5
732
+ signaturePage: 5,
733
+ point: 0
701
734
  },
702
735
  COMPTA_ENTREPRISE: {
703
736
  id: 38,
704
737
  name: 'Compta Entreprise',
705
- isComptable: 1,
706
- isJuridique: 0,
707
- isSocial: 0,
708
- isAttestation: 0,
709
- inAverageCart: 1,
710
- isBack: 0,
711
- price: null,
712
- isCatalog: 0,
713
- hidden: 0,
714
- isComplementary: 0,
738
+ isComptable: true,
739
+ isJuridique: false,
740
+ isSocial: false,
741
+ isAttestation: false,
742
+ inAverageCart: true,
743
+ isBack: false,
744
+ price: null,
745
+ isCatalog: false,
746
+ hidden: false,
747
+ isComplementary: false,
715
748
  signaturePosition: '400,54,569,90',
716
- signaturePage: 7
749
+ signaturePage: 7,
750
+ point: 0
717
751
  },
718
752
  COMPTA_ENTREPRISE_PAIE: {
719
753
  id: 39,
720
754
  name: 'Compta Entreprise + Paie',
721
- isComptable: 1,
722
- isJuridique: 0,
723
- isSocial: 1,
724
- isAttestation: 0,
725
- inAverageCart: 1,
726
- isBack: 0,
727
- price: null,
728
- isCatalog: 0,
729
- hidden: 1,
730
- isComplementary: 0,
755
+ isComptable: true,
756
+ isJuridique: false,
757
+ isSocial: true,
758
+ isAttestation: false,
759
+ inAverageCart: true,
760
+ isBack: false,
761
+ price: null,
762
+ isCatalog: false,
763
+ hidden: true,
764
+ isComplementary: false,
731
765
  signaturePosition: '336,51,526,107',
732
- signaturePage: 5
766
+ signaturePage: 5,
767
+ point: 0
733
768
  },
734
769
  COMPTA_ENTREPRISE_EXPRESS: {
735
770
  id: 40,
736
771
  name: 'Compta Entreprise Express',
737
- isComptable: 1,
738
- isJuridique: 0,
739
- isSocial: 0,
740
- isAttestation: 0,
741
- inAverageCart: 1,
742
- isBack: 1,
743
- price: null,
744
- isCatalog: 0,
745
- hidden: 0,
746
- isComplementary: 0,
772
+ isComptable: true,
773
+ isJuridique: false,
774
+ isSocial: false,
775
+ isAttestation: false,
776
+ inAverageCart: true,
777
+ isBack: true,
778
+ price: null,
779
+ isCatalog: false,
780
+ hidden: false,
781
+ isComplementary: false,
747
782
  signaturePosition: '400,54,569,90',
748
- signaturePage: 7
783
+ signaturePage: 7,
784
+ point: 0
749
785
  },
750
786
  COMPTA_ENTREPRISE_EXPRESS_PAIE: {
751
787
  id: 41,
752
788
  name: 'Compta Entreprise Express + Paie',
753
- isComptable: 1,
754
- isJuridique: 0,
755
- isSocial: 1,
756
- isAttestation: 0,
757
- inAverageCart: 1,
758
- isBack: 1,
759
- price: null,
760
- isCatalog: 0,
761
- hidden: 1,
762
- isComplementary: 0,
789
+ isComptable: true,
790
+ isJuridique: false,
791
+ isSocial: true,
792
+ isAttestation: false,
793
+ inAverageCart: true,
794
+ isBack: true,
795
+ price: null,
796
+ isCatalog: false,
797
+ hidden: true,
798
+ isComplementary: false,
763
799
  signaturePosition: '318,53,548,204',
764
- signaturePage: 5
800
+ signaturePage: 5,
801
+ point: 0
765
802
  },
766
803
  COMPTA_CLASSIQUE: {
767
804
  id: 42,
768
805
  name: 'Compta Classique',
769
- isComptable: 1,
770
- isJuridique: 0,
771
- isSocial: 0,
772
- isAttestation: 0,
773
- inAverageCart: 1,
774
- isBack: 0,
775
- price: null,
776
- isCatalog: 0,
777
- hidden: 1,
778
- isComplementary: 0,
806
+ isComptable: true,
807
+ isJuridique: false,
808
+ isSocial: false,
809
+ isAttestation: false,
810
+ inAverageCart: true,
811
+ isBack: false,
812
+ price: null,
813
+ isCatalog: false,
814
+ hidden: true,
815
+ isComplementary: false,
779
816
  signaturePosition: '312,53,546,114',
780
- signaturePage: 5
817
+ signaturePage: 5,
818
+ point: 0
781
819
  },
782
820
  COMPTA_CLASSIQUE_EXPRESS: {
783
821
  id: 43,
784
822
  name: 'Compta Classique Express',
785
- isComptable: 1,
786
- isJuridique: 0,
787
- isSocial: 0,
788
- isAttestation: 0,
789
- inAverageCart: 1,
790
- isBack: 1,
791
- price: null,
792
- isCatalog: 0,
793
- hidden: 1,
794
- isComplementary: 0,
823
+ isComptable: true,
824
+ isJuridique: false,
825
+ isSocial: false,
826
+ isAttestation: false,
827
+ inAverageCart: true,
828
+ isBack: true,
829
+ price: null,
830
+ isCatalog: false,
831
+ hidden: true,
832
+ isComplementary: false,
795
833
  signaturePosition: '316,49,538,107',
796
- signaturePage: 5
834
+ signaturePage: 5,
835
+ point: 0
797
836
  },
798
837
  GESTION_JURIDIQUE: {
799
838
  id: 44,
800
839
  name: 'Gestion Juridique',
801
- isComptable: 0,
802
- isJuridique: 1,
803
- isSocial: 0,
804
- isAttestation: 0,
805
- inAverageCart: 0,
806
- isBack: 0,
807
- price: null,
808
- isCatalog: 1,
809
- hidden: 0,
810
- isComplementary: 0,
840
+ isComptable: false,
841
+ isJuridique: true,
842
+ isSocial: false,
843
+ isAttestation: false,
844
+ inAverageCart: false,
845
+ isBack: false,
846
+ price: null,
847
+ isCatalog: true,
848
+ hidden: false,
849
+ isComplementary: false,
811
850
  signaturePosition: '400,54,569,90',
812
- signaturePage: 5
851
+ signaturePage: 5,
852
+ point: 0
813
853
  },
814
854
  COMPTA_ASSISTANCE: {
815
855
  id: 45,
816
856
  name: 'Compta Assistance',
817
- isComptable: 1,
818
- isJuridique: 0,
819
- isSocial: 0,
820
- isAttestation: 0,
821
- inAverageCart: 1,
822
- isBack: 0,
823
- price: null,
824
- isCatalog: 0,
825
- hidden: 1,
826
- isComplementary: 0,
857
+ isComptable: true,
858
+ isJuridique: false,
859
+ isSocial: false,
860
+ isAttestation: false,
861
+ inAverageCart: true,
862
+ isBack: false,
863
+ price: null,
864
+ isCatalog: false,
865
+ hidden: true,
866
+ isComplementary: false,
827
867
  signaturePosition: '1,1,1,1',
828
- signaturePage: null
868
+ signaturePage: null,
869
+ point: 0
829
870
  },
830
871
  AVANCE_OU_ABANDON_COMPTE_COURANT_ASSOCIE: {
831
872
  id: 46,
832
873
  name: 'Avance ou abandon de compte courant d’associé',
833
- isComptable: 0,
834
- isJuridique: 1,
835
- isSocial: 0,
836
- isAttestation: 0,
837
- inAverageCart: 0,
838
- isBack: 0,
874
+ isComptable: false,
875
+ isJuridique: true,
876
+ isSocial: false,
877
+ isAttestation: false,
878
+ inAverageCart: false,
879
+ isBack: false,
839
880
  price: 200,
840
- isCatalog: 1,
841
- hidden: 0,
842
- isComplementary: 0,
881
+ isCatalog: true,
882
+ hidden: false,
883
+ isComplementary: false,
843
884
  signaturePosition: null,
844
- signaturePage: null
885
+ signaturePage: null,
886
+ point: 0
845
887
  },
846
888
  ASSISTANCE_JURIDIQUE: {
847
889
  id: 47,
848
890
  name: 'Assistance juridique',
849
- isComptable: 0,
850
- isJuridique: 1,
851
- isSocial: 0,
852
- isAttestation: 0,
853
- inAverageCart: 0,
854
- isBack: 0,
891
+ isComptable: false,
892
+ isJuridique: true,
893
+ isSocial: false,
894
+ isAttestation: false,
895
+ inAverageCart: false,
896
+ isBack: false,
855
897
  price: 249,
856
- isCatalog: 0,
857
- hidden: 1,
858
- isComplementary: 0,
898
+ isCatalog: false,
899
+ hidden: true,
900
+ isComplementary: false,
859
901
  signaturePosition: null,
860
- signaturePage: null
902
+ signaturePage: null,
903
+ point: 0
861
904
  },
862
905
  ASSISTANCE_RECOUVREMENT: {
863
906
  id: 48,
864
907
  name: 'Assistance recouvrement',
865
- isComptable: 0,
866
- isJuridique: 1,
867
- isSocial: 0,
868
- isAttestation: 0,
869
- inAverageCart: 0,
870
- isBack: 0,
908
+ isComptable: false,
909
+ isJuridique: true,
910
+ isSocial: false,
911
+ isAttestation: false,
912
+ inAverageCart: false,
913
+ isBack: false,
871
914
  price: 39,
872
- isCatalog: 0,
873
- hidden: 1,
874
- isComplementary: 0,
915
+ isCatalog: false,
916
+ hidden: true,
917
+ isComplementary: false,
875
918
  signaturePosition: null,
876
919
  signaturePage: null
877
920
  },
878
921
  AUGMENTATION_CAPITAL: {
879
922
  id: 49,
880
923
  name: 'Augmentation de capital',
881
- isComptable: 0,
882
- isJuridique: 1,
883
- isSocial: 0,
884
- isAttestation: 0,
885
- inAverageCart: 0,
886
- isBack: 0,
924
+ isComptable: false,
925
+ isJuridique: true,
926
+ isSocial: false,
927
+ isAttestation: false,
928
+ inAverageCart: false,
929
+ isBack: false,
887
930
  price: 449,
888
- isCatalog: 0,
889
- hidden: 1,
890
- isComplementary: 0,
931
+ isCatalog: false,
932
+ hidden: true,
933
+ isComplementary: false,
891
934
  signaturePosition: null,
892
- signaturePage: null
935
+ signaturePage: null,
936
+ point: 0
893
937
  },
894
938
  BAIL_COMMERCIAL: {
895
939
  id: 50,
896
940
  name: 'Bail commercial',
897
- isComptable: 0,
898
- isJuridique: 1,
899
- isSocial: 0,
900
- isAttestation: 0,
901
- inAverageCart: 0,
902
- isBack: 0,
941
+ isComptable: false,
942
+ isJuridique: true,
943
+ isSocial: false,
944
+ isAttestation: false,
945
+ inAverageCart: false,
946
+ isBack: false,
903
947
  price: 200,
904
- isCatalog: 1,
905
- hidden: 0,
906
- isComplementary: 0,
948
+ isCatalog: true,
949
+ hidden: false,
950
+ isComplementary: false,
907
951
  signaturePosition: null,
908
- signaturePage: null
952
+ signaturePage: null,
953
+ point: 0
909
954
  },
910
955
  CESSION_ACTIONS: {
911
956
  id: 51,
912
957
  name: 'Cession d\'actions',
913
- isComptable: 0,
914
- isJuridique: 1,
915
- isSocial: 0,
916
- isAttestation: 0,
917
- inAverageCart: 0,
918
- isBack: 0,
958
+ isComptable: false,
959
+ isJuridique: true,
960
+ isSocial: false,
961
+ isAttestation: false,
962
+ inAverageCart: false,
963
+ isBack: false,
919
964
  price: 200,
920
- isCatalog: 1,
921
- hidden: 0,
922
- isComplementary: 0,
965
+ isCatalog: true,
966
+ hidden: false,
967
+ isComplementary: false,
923
968
  signaturePosition: null,
924
- signaturePage: null
969
+ signaturePage: null,
970
+ point: 0
925
971
  },
926
972
  MODIFICATION_DATE_CLOTURE_EURL_SASU: {
927
973
  id: 52,
928
974
  name: 'Modification de la date de clôture (EURL/SASU)',
929
- isComptable: 0,
930
- isJuridique: 1,
931
- isSocial: 0,
932
- isAttestation: 0,
933
- inAverageCart: 0,
934
- isBack: 0,
975
+ isComptable: false,
976
+ isJuridique: true,
977
+ isSocial: false,
978
+ isAttestation: false,
979
+ inAverageCart: false,
980
+ isBack: false,
935
981
  price: 249,
936
- isCatalog: 1,
937
- hidden: 0,
938
- isComplementary: 0,
982
+ isCatalog: true,
983
+ hidden: false,
984
+ isComplementary: false,
939
985
  signaturePosition: null,
940
- signaturePage: null
986
+ signaturePage: null,
987
+ point: 0
941
988
  },
942
989
  MODIFICATION_DENOMINATION_SOCIALE_EURL_SASU: {
943
990
  id: 53,
944
991
  name: 'Modification de la dénomination sociale (EURL/SASU)',
945
- isComptable: 0,
946
- isJuridique: 1,
947
- isSocial: 0,
948
- isAttestation: 0,
949
- inAverageCart: 0,
950
- isBack: 0,
992
+ isComptable: false,
993
+ isJuridique: true,
994
+ isSocial: false,
995
+ isAttestation: false,
996
+ inAverageCart: false,
997
+ isBack: false,
951
998
  price: 249,
952
- isCatalog: 1,
953
- hidden: 0,
954
- isComplementary: 0,
999
+ isCatalog: true,
1000
+ hidden: false,
1001
+ isComplementary: false,
955
1002
  signaturePosition: null,
956
- signaturePage: null
1003
+ signaturePage: null,
1004
+ point: 0
957
1005
  },
958
1006
  MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SASU_EURL: {
959
1007
  id: 54,
960
1008
  name: 'Modification d\'un dirigeant ou d\'un commissaire aux compte (SASU / EURL)',
961
- isComptable: 0,
962
- isJuridique: 1,
963
- isSocial: 0,
964
- isAttestation: 0,
965
- inAverageCart: 0,
966
- isBack: 0,
1009
+ isComptable: false,
1010
+ isJuridique: true,
1011
+ isSocial: false,
1012
+ isAttestation: false,
1013
+ inAverageCart: false,
1014
+ isBack: false,
967
1015
  price: 249,
968
- isCatalog: 1,
969
- hidden: 0,
970
- isComplementary: 0,
1016
+ isCatalog: true,
1017
+ hidden: false,
1018
+ isComplementary: false,
971
1019
  signaturePosition: null,
972
- signaturePage: null
1020
+ signaturePage: null,
1021
+ point: 0
973
1022
  },
974
1023
  CONSEIL_JURIDIQUE_CONSEIL: {
975
1024
  id: 55,
976
1025
  name: 'Conseil juridique et conseil',
977
- isComptable: 0,
978
- isJuridique: 1,
979
- isSocial: 0,
980
- isAttestation: 0,
981
- inAverageCart: 0,
982
- isBack: 0,
1026
+ isComptable: false,
1027
+ isJuridique: true,
1028
+ isSocial: false,
1029
+ isAttestation: false,
1030
+ inAverageCart: false,
1031
+ isBack: false,
983
1032
  price: 79,
984
- isCatalog: 0,
985
- hidden: 1,
986
- isComplementary: 0,
1033
+ isCatalog: false,
1034
+ hidden: true,
1035
+ isComplementary: false,
987
1036
  signaturePosition: null,
988
- signaturePage: null
1037
+ signaturePage: null,
1038
+ point: 0
989
1039
  },
990
1040
  CONSTITUTION_SOCIETE: {
991
1041
  id: 56,
992
1042
  name: 'Constitution de société',
993
- isComptable: 0,
994
- isJuridique: 1,
995
- isSocial: 0,
996
- isAttestation: 0,
997
- inAverageCart: 0,
998
- isBack: 0,
1043
+ isComptable: false,
1044
+ isJuridique: true,
1045
+ isSocial: false,
1046
+ isAttestation: false,
1047
+ inAverageCart: false,
1048
+ isBack: false,
999
1049
  price: 299,
1000
- isCatalog: 0,
1001
- hidden: 1,
1002
- isComplementary: 0,
1050
+ isCatalog: false,
1051
+ hidden: true,
1052
+ isComplementary: false,
1003
1053
  signaturePosition: null,
1004
- signaturePage: null
1054
+ signaturePage: null,
1055
+ point: 0
1005
1056
  },
1006
1057
  CONVENTION_DE_MISE_A_DISPOSITION_A_TITRE_GRATUIT: {
1007
1058
  id: 57,
1008
1059
  name: 'Convention de mise à disposition à titre gratuit',
1009
- isComptable: 0,
1010
- isJuridique: 1,
1011
- isSocial: 0,
1012
- isAttestation: 0,
1013
- inAverageCart: 0,
1014
- isBack: 0,
1060
+ isComptable: false,
1061
+ isJuridique: true,
1062
+ isSocial: false,
1063
+ isAttestation: false,
1064
+ inAverageCart: false,
1065
+ isBack: false,
1015
1066
  price: 99,
1016
- isCatalog: 1,
1017
- hidden: 0,
1018
- isComplementary: 0,
1067
+ isCatalog: true,
1068
+ hidden: false,
1069
+ isComplementary: false,
1019
1070
  signaturePosition: null,
1020
- signaturePage: null
1071
+ signaturePage: null,
1072
+ point: 0
1021
1073
  },
1022
1074
  CONVENTION_COMPTE_COURANT: {
1023
1075
  id: 58,
1024
1076
  name: 'Convention compte courant',
1025
- isComptable: 0,
1026
- isJuridique: 1,
1027
- isSocial: 0,
1028
- isAttestation: 0,
1029
- inAverageCart: 0,
1030
- isBack: 0,
1077
+ isComptable: false,
1078
+ isJuridique: true,
1079
+ isSocial: false,
1080
+ isAttestation: false,
1081
+ inAverageCart: false,
1082
+ isBack: false,
1031
1083
  price: 200,
1032
- isCatalog: 1,
1033
- hidden: 0,
1034
- isComplementary: 0,
1084
+ isCatalog: true,
1085
+ hidden: false,
1086
+ isComplementary: false,
1035
1087
  signaturePosition: null,
1036
- signaturePage: null
1088
+ signaturePage: null,
1089
+ point: 0
1037
1090
  },
1038
1091
  CREATION_FERMETURE_ETABLISSEMENT_SECONDAIRE_COMPLEMENTAIRE: {
1039
1092
  id: 59,
1040
1093
  name: 'Création / fermeture établissement secondaire / complémentaire',
1041
- isComptable: 0,
1042
- isJuridique: 1,
1043
- isSocial: 0,
1044
- isAttestation: 0,
1045
- inAverageCart: 0,
1046
- isBack: 0,
1094
+ isComptable: false,
1095
+ isJuridique: true,
1096
+ isSocial: false,
1097
+ isAttestation: false,
1098
+ inAverageCart: false,
1099
+ isBack: false,
1047
1100
  price: 149,
1048
- isCatalog: 1,
1049
- hidden: 0,
1050
- isComplementary: 0,
1101
+ isCatalog: true,
1102
+ hidden: false,
1103
+ isComplementary: false,
1051
1104
  signaturePosition: null,
1052
- signaturePage: null
1105
+ signaturePage: null,
1106
+ point: 0
1053
1107
  },
1054
1108
  DECLARATION_NOM_COMMERCIAL_ENSEIGNE_NOM_DE_DOMAINE: {
1055
1109
  id: 60,
1056
1110
  name: 'Déclaration Nom commercial / Enseigne / Nom de domaine',
1057
- isComptable: 0,
1058
- isJuridique: 1,
1059
- isSocial: 0,
1060
- isAttestation: 0,
1061
- inAverageCart: 0,
1062
- isBack: 0,
1111
+ isComptable: false,
1112
+ isJuridique: true,
1113
+ isSocial: false,
1114
+ isAttestation: false,
1115
+ inAverageCart: false,
1116
+ isBack: false,
1063
1117
  price: 149,
1064
- isCatalog: 1,
1065
- hidden: 0,
1066
- isComplementary: 0,
1118
+ isCatalog: true,
1119
+ hidden: false,
1120
+ isComplementary: false,
1067
1121
  signaturePosition: null,
1068
- signaturePage: null
1122
+ signaturePage: null,
1123
+ point: 0
1069
1124
  },
1070
1125
  DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE: {
1071
1126
  id: 61,
1072
1127
  name: 'Dissolution Liquidation à date de clôture (y compris bilan de liquidation)',
1073
- isComptable: 0,
1074
- isJuridique: 1,
1075
- isSocial: 0,
1076
- isAttestation: 0,
1077
- inAverageCart: 0,
1078
- isBack: 0,
1128
+ isComptable: false,
1129
+ isJuridique: true,
1130
+ isSocial: false,
1131
+ isAttestation: false,
1132
+ inAverageCart: false,
1133
+ isBack: false,
1079
1134
  price: 589,
1080
- isCatalog: 1,
1081
- hidden: 0,
1082
- isComplementary: 0,
1135
+ isCatalog: true,
1136
+ hidden: false,
1137
+ isComplementary: false,
1083
1138
  signaturePosition: null,
1084
- signaturePage: null
1139
+ signaturePage: null,
1140
+ point: 0
1085
1141
  },
1086
1142
  MODIFICATION_OBJET_SOCIAL_EURL_SASU: {
1087
1143
  id: 62,
1088
1144
  name: 'Modification de l\'objet social (EURL/SASU)',
1089
- isComptable: 0,
1090
- isJuridique: 1,
1091
- isSocial: 0,
1092
- isAttestation: 0,
1093
- inAverageCart: 0,
1094
- isBack: 0,
1145
+ isComptable: false,
1146
+ isJuridique: true,
1147
+ isSocial: false,
1148
+ isAttestation: false,
1149
+ inAverageCart: false,
1150
+ isBack: false,
1095
1151
  price: 249,
1096
- isCatalog: 1,
1097
- hidden: 0,
1098
- isComplementary: 0,
1152
+ isCatalog: true,
1153
+ hidden: false,
1154
+ isComplementary: false,
1099
1155
  signaturePosition: null,
1100
- signaturePage: null
1156
+ signaturePage: null,
1157
+ point: 0
1101
1158
  },
1102
1159
  IMMATRICULATION_EI: {
1103
1160
  id: 63,
1104
1161
  name: 'Immatriculation EI',
1105
- isComptable: 0,
1106
- isJuridique: 1,
1107
- isSocial: 0,
1108
- isAttestation: 0,
1109
- inAverageCart: 0,
1110
- isBack: 0,
1162
+ isComptable: false,
1163
+ isJuridique: true,
1164
+ isSocial: false,
1165
+ isAttestation: false,
1166
+ inAverageCart: false,
1167
+ isBack: false,
1111
1168
  price: 99,
1112
- isCatalog: 1,
1113
- hidden: 0,
1114
- isComplementary: 0,
1169
+ isCatalog: true,
1170
+ hidden: false,
1171
+ isComplementary: false,
1115
1172
  signaturePosition: null,
1116
- signaturePage: null
1173
+ signaturePage: null,
1174
+ point: 0
1117
1175
  },
1118
1176
  INTEGRATION_FISCALE: {
1119
1177
  id: 64,
1120
1178
  name: 'Intégration fiscale',
1121
- isComptable: 0,
1122
- isJuridique: 1,
1123
- isSocial: 0,
1124
- isAttestation: 0,
1125
- inAverageCart: 0,
1126
- isBack: 0,
1179
+ isComptable: false,
1180
+ isJuridique: true,
1181
+ isSocial: false,
1182
+ isAttestation: false,
1183
+ inAverageCart: false,
1184
+ isBack: false,
1127
1185
  price: 149,
1128
- isCatalog: 1,
1129
- hidden: 0,
1130
- isComplementary: 0,
1186
+ isCatalog: true,
1187
+ hidden: false,
1188
+ isComplementary: false,
1131
1189
  signaturePosition: null,
1132
- signaturePage: null
1190
+ signaturePage: null,
1191
+ point: 0
1133
1192
  },
1134
1193
  LIBERATION_CAPITAL: {
1135
1194
  id: 65,
1136
1195
  name: 'Libération du capital',
1137
- isComptable: 0,
1138
- isJuridique: 1,
1139
- isSocial: 0,
1140
- isAttestation: 0,
1141
- inAverageCart: 0,
1142
- isBack: 0,
1196
+ isComptable: false,
1197
+ isJuridique: true,
1198
+ isSocial: false,
1199
+ isAttestation: false,
1200
+ inAverageCart: false,
1201
+ isBack: false,
1143
1202
  price: 149,
1144
- isCatalog: 1,
1145
- hidden: 0,
1146
- isComplementary: 0,
1203
+ isCatalog: true,
1204
+ hidden: false,
1205
+ isComplementary: false,
1147
1206
  signaturePosition: null,
1148
- signaturePage: null
1207
+ signaturePage: null,
1208
+ point: 0
1149
1209
  },
1150
1210
  DISTRIBUTION_DIVIDENDES_SUR_RESERVE: {
1151
1211
  id: 66,
1152
1212
  name: 'Distribution de dividendes sur réserves',
1153
- isComptable: 0,
1154
- isJuridique: 1,
1155
- isSocial: 0,
1156
- isAttestation: 0,
1157
- inAverageCart: 0,
1158
- isBack: 0,
1213
+ isComptable: false,
1214
+ isJuridique: true,
1215
+ isSocial: false,
1216
+ isAttestation: false,
1217
+ inAverageCart: false,
1218
+ isBack: false,
1159
1219
  price: 149,
1160
- isCatalog: 1,
1161
- hidden: 0,
1162
- isComplementary: 0,
1220
+ isCatalog: true,
1221
+ hidden: false,
1222
+ isComplementary: false,
1163
1223
  signaturePosition: null,
1164
- signaturePage: null
1224
+ signaturePage: null,
1225
+ point: 0
1165
1226
  },
1166
1227
  MISE_EN_SOMMEIL: {
1167
1228
  id: 67,
1168
1229
  name: 'Mise en sommeil',
1169
- isComptable: 0,
1170
- isJuridique: 1,
1171
- isSocial: 0,
1172
- isAttestation: 0,
1173
- inAverageCart: 0,
1174
- isBack: 0,
1230
+ isComptable: false,
1231
+ isJuridique: true,
1232
+ isSocial: false,
1233
+ isAttestation: false,
1234
+ inAverageCart: false,
1235
+ isBack: false,
1175
1236
  price: 149,
1176
- isCatalog: 1,
1177
- hidden: 0,
1178
- isComplementary: 0,
1237
+ isCatalog: true,
1238
+ hidden: false,
1239
+ isComplementary: false,
1179
1240
  signaturePosition: null,
1180
- signaturePage: null
1241
+ signaturePage: null,
1242
+ point: 0
1181
1243
  },
1182
1244
  MODIFICATION_EIRL: {
1183
1245
  id: 68,
1184
1246
  name: 'Modification EIRL',
1185
- isComptable: 0,
1186
- isJuridique: 1,
1187
- isSocial: 0,
1188
- isAttestation: 0,
1189
- inAverageCart: 0,
1190
- isBack: 0,
1247
+ isComptable: false,
1248
+ isJuridique: true,
1249
+ isSocial: false,
1250
+ isAttestation: false,
1251
+ inAverageCart: false,
1252
+ isBack: false,
1191
1253
  price: 199,
1192
- isCatalog: 1,
1193
- hidden: 0,
1194
- isComplementary: 0,
1254
+ isCatalog: true,
1255
+ hidden: false,
1256
+ isComplementary: false,
1195
1257
  signaturePosition: null,
1196
- signaturePage: null
1258
+ signaturePage: null,
1259
+ point: 0
1197
1260
  },
1198
1261
  PERTE_MOITIE_DU_CAPITAL: {
1199
1262
  id: 69,
1200
1263
  name: 'Perte moitié du capital',
1201
- isComptable: 0,
1202
- isJuridique: 1,
1203
- isSocial: 0,
1204
- isAttestation: 0,
1205
- inAverageCart: 0,
1206
- isBack: 0,
1264
+ isComptable: false,
1265
+ isJuridique: true,
1266
+ isSocial: false,
1267
+ isAttestation: false,
1268
+ inAverageCart: false,
1269
+ isBack: false,
1207
1270
  price: 199,
1208
- isCatalog: 0,
1209
- hidden: 1,
1210
- isComplementary: 0,
1271
+ isCatalog: false,
1272
+ hidden: true,
1273
+ isComplementary: false,
1211
1274
  signaturePosition: null,
1212
- signaturePage: null
1275
+ signaturePage: null,
1276
+ point: 0
1213
1277
  },
1214
1278
  REDUCTION_DU_CAPITAL: {
1215
1279
  id: 70,
1216
1280
  name: 'Réduction de capital',
1217
- isComptable: 0,
1218
- isJuridique: 1,
1219
- isSocial: 0,
1220
- isAttestation: 0,
1221
- inAverageCart: 0,
1222
- isBack: 0,
1281
+ isComptable: false,
1282
+ isJuridique: true,
1283
+ isSocial: false,
1284
+ isAttestation: false,
1285
+ inAverageCart: false,
1286
+ isBack: false,
1223
1287
  price: 499,
1224
- isCatalog: 1,
1225
- hidden: 0,
1226
- isComplementary: 0,
1288
+ isCatalog: true,
1289
+ hidden: false,
1290
+ isComplementary: false,
1227
1291
  signaturePosition: null,
1228
- signaturePage: null
1292
+ signaturePage: null,
1293
+ point: 0
1229
1294
  },
1230
1295
  TRANSFORMATION_SARL_EN_SAS: {
1231
1296
  id: 71,
1232
1297
  name: 'Transformation SARL en SAS',
1233
- isComptable: 0,
1234
- isJuridique: 1,
1235
- isSocial: 0,
1236
- isAttestation: 0,
1237
- inAverageCart: 0,
1238
- isBack: 0,
1298
+ isComptable: false,
1299
+ isJuridique: true,
1300
+ isSocial: false,
1301
+ isAttestation: false,
1302
+ inAverageCart: false,
1303
+ isBack: false,
1239
1304
  price: 796,
1240
- isCatalog: 1,
1241
- hidden: 0,
1242
- isComplementary: 0,
1305
+ isCatalog: true,
1306
+ hidden: false,
1307
+ isComplementary: false,
1243
1308
  signaturePosition: null,
1244
- signaturePage: null
1309
+ signaturePage: null,
1310
+ point: 0
1245
1311
  },
1246
1312
  TRANSFORMATION_SAS_EN_SARL: {
1247
1313
  id: 72,
1248
1314
  name: 'Transformation SAS en SARL',
1249
- isComptable: 0,
1250
- isJuridique: 1,
1251
- isSocial: 0,
1252
- isAttestation: 0,
1253
- inAverageCart: 0,
1254
- isBack: 0,
1315
+ isComptable: false,
1316
+ isJuridique: true,
1317
+ isSocial: false,
1318
+ isAttestation: false,
1319
+ inAverageCart: false,
1320
+ isBack: false,
1255
1321
  price: 596,
1256
- isCatalog: 1,
1257
- hidden: 0,
1258
- isComplementary: 0,
1322
+ isCatalog: true,
1323
+ hidden: false,
1324
+ isComplementary: false,
1259
1325
  signaturePosition: null,
1260
- signaturePage: null
1326
+ signaturePage: null,
1327
+ point: 0
1261
1328
  },
1262
1329
  DECLARATION_MARQUE_INPI: {
1263
1330
  id: 73,
1264
1331
  name: 'Déclaration marque INPI',
1265
- isComptable: 0,
1266
- isJuridique: 1,
1267
- isSocial: 0,
1268
- isAttestation: 0,
1269
- inAverageCart: 0,
1270
- isBack: 0,
1332
+ isComptable: false,
1333
+ isJuridique: true,
1334
+ isSocial: false,
1335
+ isAttestation: false,
1336
+ inAverageCart: false,
1337
+ isBack: false,
1271
1338
  price: 200,
1272
- isCatalog: 1,
1273
- hidden: 0,
1274
- isComplementary: 0,
1339
+ isCatalog: true,
1340
+ hidden: false,
1341
+ isComplementary: false,
1275
1342
  signaturePosition: null,
1276
- signaturePage: null
1343
+ signaturePage: null,
1344
+ point: 0
1277
1345
  },
1278
1346
  FORMALITES: {
1279
1347
  id: 74,
1280
1348
  name: 'Formalités',
1281
- isComptable: 0,
1282
- isJuridique: 1,
1283
- isSocial: 0,
1284
- isAttestation: 0,
1285
- inAverageCart: 0,
1286
- isBack: 0,
1349
+ isComptable: false,
1350
+ isJuridique: true,
1351
+ isSocial: false,
1352
+ isAttestation: false,
1353
+ inAverageCart: false,
1354
+ isBack: false,
1287
1355
  price: 59,
1288
- isCatalog: 1,
1289
- hidden: 0,
1290
- isComplementary: 0,
1356
+ isCatalog: true,
1357
+ hidden: false,
1358
+ isComplementary: false,
1291
1359
  signaturePosition: null,
1292
- signaturePage: null
1360
+ signaturePage: null,
1361
+ point: 0
1293
1362
  },
1294
1363
  TRANSFERT_SIEGE_SOCIAL_SASU_EURL: {
1295
1364
  id: 75,
1296
1365
  name: 'Transfert de siège social (SASU / EURL)',
1297
- isComptable: 0,
1298
- isJuridique: 1,
1299
- isSocial: 0,
1300
- isAttestation: 0,
1301
- inAverageCart: 0,
1302
- isBack: 0,
1366
+ isComptable: false,
1367
+ isJuridique: true,
1368
+ isSocial: false,
1369
+ isAttestation: false,
1370
+ inAverageCart: false,
1371
+ isBack: false,
1303
1372
  price: 249,
1304
- isCatalog: 1,
1305
- hidden: 0,
1306
- isComplementary: 0,
1373
+ isCatalog: true,
1374
+ hidden: false,
1375
+ isComplementary: false,
1307
1376
  signaturePosition: null,
1308
- signaturePage: null
1377
+ signaturePage: null,
1378
+ point: 0
1309
1379
  },
1310
1380
  REDUCTION_CAPITAL_NON_MOTIVEE_PAR_LES_PERTES: {
1311
1381
  id: 76,
1312
1382
  name: 'Réduction de capital non motivée par les pertes',
1313
- isComptable: 0,
1314
- isJuridique: 1,
1315
- isSocial: 0,
1316
- isAttestation: 0,
1317
- inAverageCart: 0,
1318
- isBack: 0,
1383
+ isComptable: false,
1384
+ isJuridique: true,
1385
+ isSocial: false,
1386
+ isAttestation: false,
1387
+ inAverageCart: false,
1388
+ isBack: false,
1319
1389
  price: 499,
1320
- isCatalog: 1,
1321
- hidden: 0,
1322
- isComplementary: 0,
1390
+ isCatalog: true,
1391
+ hidden: false,
1392
+ isComplementary: false,
1323
1393
  signaturePosition: null,
1324
- signaturePage: null
1394
+ signaturePage: null,
1395
+ point: 0
1325
1396
  },
1326
1397
  TRANSMISSION_UNIVERSELLE_PATRIMOINE_ASSOCIE_UNIQUE_EURL_SASU: {
1327
1398
  id: 77,
1328
1399
  name: 'Transmission universelle du patrimoine (si associé unique personne morale - EURL/SASU)',
1329
- isComptable: 0,
1330
- isJuridique: 1,
1331
- isSocial: 0,
1332
- isAttestation: 0,
1333
- inAverageCart: 0,
1334
- isBack: 0,
1400
+ isComptable: false,
1401
+ isJuridique: true,
1402
+ isSocial: false,
1403
+ isAttestation: false,
1404
+ inAverageCart: false,
1405
+ isBack: false,
1335
1406
  price: 399,
1336
- isCatalog: 0,
1337
- hidden: 1,
1338
- isComplementary: 0,
1407
+ isCatalog: false,
1408
+ hidden: true,
1409
+ isComplementary: false,
1339
1410
  signaturePosition: null,
1340
- signaturePage: null
1411
+ signaturePage: null,
1412
+ point: 0
1341
1413
  },
1342
1414
  BULLETIONS_SALAIRE: {
1343
1415
  id: 78,
1344
1416
  name: 'Bulletins de salaires',
1345
- isComptable: 0,
1346
- isJuridique: 0,
1347
- isSocial: 1,
1348
- isAttestation: 0,
1349
- inAverageCart: 0,
1350
- isBack: 0,
1417
+ isComptable: false,
1418
+ isJuridique: false,
1419
+ isSocial: true,
1420
+ isAttestation: false,
1421
+ inAverageCart: false,
1422
+ isBack: false,
1351
1423
  price: 15.9,
1352
- isCatalog: 1,
1353
- hidden: 0,
1354
- isComplementary: 0,
1424
+ isCatalog: true,
1425
+ hidden: false,
1426
+ isComplementary: false,
1355
1427
  signaturePosition: null,
1356
- signaturePage: null
1428
+ signaturePage: null,
1429
+ point: 0
1357
1430
  },
1358
1431
  DSN: {
1359
1432
  id: 79,
1360
1433
  name: 'DSN',
1361
- isComptable: 0,
1362
- isJuridique: 0,
1363
- isSocial: 1,
1364
- isAttestation: 0,
1365
- inAverageCart: 0,
1366
- isBack: 0,
1434
+ isComptable: false,
1435
+ isJuridique: false,
1436
+ isSocial: true,
1437
+ isAttestation: false,
1438
+ inAverageCart: false,
1439
+ isBack: false,
1367
1440
  price: 15,
1368
- isCatalog: 1,
1369
- hidden: 0,
1370
- isComplementary: 0,
1441
+ isCatalog: true,
1442
+ hidden: false,
1443
+ isComplementary: false,
1371
1444
  signaturePosition: null,
1372
- signaturePage: null
1445
+ signaturePage: null,
1446
+ point: 0
1373
1447
  },
1374
1448
  CREATION_DOSSIER_INFORMATIQUE_PAR_SALARIE: {
1375
1449
  id: 80,
1376
1450
  name: 'Création d\'un dossier informatique par salarié',
1377
- isComptable: 0,
1378
- isJuridique: 0,
1379
- isSocial: 1,
1380
- isAttestation: 0,
1381
- inAverageCart: 0,
1382
- isBack: 0,
1451
+ isComptable: false,
1452
+ isJuridique: false,
1453
+ isSocial: true,
1454
+ isAttestation: false,
1455
+ inAverageCart: false,
1456
+ isBack: false,
1383
1457
  price: 20,
1384
- isCatalog: 1,
1385
- hidden: 0,
1386
- isComplementary: 0,
1458
+ isCatalog: true,
1459
+ hidden: false,
1460
+ isComplementary: false,
1387
1461
  signaturePosition: null,
1388
- signaturePage: null
1462
+ signaturePage: null,
1463
+ point: 0
1389
1464
  },
1390
1465
  ETABLISSEMENT_CONTRAT_TRAVAIL: {
1391
1466
  id: 81,
1392
1467
  name: 'Etablissement d\'un contrat de travail',
1393
- isComptable: 0,
1394
- isJuridique: 0,
1395
- isSocial: 1,
1396
- isAttestation: 0,
1397
- inAverageCart: 0,
1398
- isBack: 0,
1468
+ isComptable: false,
1469
+ isJuridique: false,
1470
+ isSocial: true,
1471
+ isAttestation: false,
1472
+ inAverageCart: false,
1473
+ isBack: false,
1399
1474
  price: 78,
1400
- isCatalog: 1,
1401
- hidden: 0,
1402
- isComplementary: 0,
1475
+ isCatalog: true,
1476
+ hidden: false,
1477
+ isComplementary: false,
1403
1478
  signaturePosition: null,
1404
- signaturePage: null
1479
+ signaturePage: null,
1480
+ point: 0
1405
1481
  },
1406
1482
  ATTESTATION_SALAIRE: {
1407
1483
  id: 82,
1408
1484
  name: 'Attestation de salaire',
1409
- isComptable: 0,
1410
- isJuridique: 0,
1411
- isSocial: 1,
1412
- isAttestation: 0,
1413
- inAverageCart: 0,
1414
- isBack: 0,
1485
+ isComptable: false,
1486
+ isJuridique: false,
1487
+ isSocial: true,
1488
+ isAttestation: false,
1489
+ inAverageCart: false,
1490
+ isBack: false,
1415
1491
  price: 18,
1416
- isCatalog: 1,
1417
- hidden: 0,
1418
- isComplementary: 0,
1492
+ isCatalog: true,
1493
+ hidden: false,
1494
+ isComplementary: false,
1419
1495
  signaturePosition: null,
1420
- signaturePage: null
1496
+ signaturePage: null,
1497
+ point: 0
1421
1498
  },
1422
1499
  ADHESION_ORGANISMES_COTISATIONS_OBLIGATOIRES: {
1423
1500
  id: 83,
1424
1501
  name: 'Adhésion aux organismes de cotisations obligatoires',
1425
- isComptable: 0,
1426
- isJuridique: 0,
1427
- isSocial: 1,
1428
- isAttestation: 0,
1429
- inAverageCart: 0,
1430
- isBack: 0,
1502
+ isComptable: false,
1503
+ isJuridique: false,
1504
+ isSocial: true,
1505
+ isAttestation: false,
1506
+ inAverageCart: false,
1507
+ isBack: false,
1431
1508
  price: 56,
1432
- isCatalog: 1,
1433
- hidden: 0,
1434
- isComplementary: 0,
1509
+ isCatalog: true,
1510
+ hidden: false,
1511
+ isComplementary: false,
1435
1512
  signaturePosition: null,
1436
- signaturePage: null
1513
+ signaturePage: null,
1514
+ point: 0
1437
1515
  },
1438
1516
  TAXE_APPRENTISSAGE_ET_FORMATION_CONTINUE: {
1439
1517
  id: 84,
1440
1518
  name: 'Taxe d\'apprentissage et formation continue',
1441
- isComptable: 0,
1442
- isJuridique: 0,
1443
- isSocial: 1,
1444
- isAttestation: 0,
1445
- inAverageCart: 0,
1446
- isBack: 0,
1519
+ isComptable: false,
1520
+ isJuridique: false,
1521
+ isSocial: true,
1522
+ isAttestation: false,
1523
+ inAverageCart: false,
1524
+ isBack: false,
1447
1525
  price: 48,
1448
- isCatalog: 1,
1449
- hidden: 0,
1450
- isComplementary: 0,
1526
+ isCatalog: true,
1527
+ hidden: false,
1528
+ isComplementary: false,
1451
1529
  signaturePosition: null,
1452
- signaturePage: null
1530
+ signaturePage: null,
1531
+ point: 0
1453
1532
  },
1454
1533
  DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE: {
1455
1534
  id: 85,
1456
1535
  name: 'Dissolution Liquidation hors date de clôture (y compris bilan de liquidation)',
1457
- isComptable: 0,
1458
- isJuridique: 1,
1459
- isSocial: 0,
1460
- isAttestation: 0,
1461
- inAverageCart: 0,
1462
- isBack: 0,
1536
+ isComptable: false,
1537
+ isJuridique: true,
1538
+ isSocial: false,
1539
+ isAttestation: false,
1540
+ inAverageCart: false,
1541
+ isBack: false,
1463
1542
  price: 889,
1464
- isCatalog: 1,
1465
- hidden: 0,
1466
- isComplementary: 0,
1543
+ isCatalog: true,
1544
+ hidden: false,
1545
+ isComplementary: false,
1467
1546
  signaturePosition: null,
1468
- signaturePage: null
1547
+ signaturePage: null,
1548
+ point: 0
1469
1549
  },
1470
1550
  AUGMENTATION_CAPITAL_VARIABLE: {
1471
1551
  id: 86,
1472
1552
  name: 'Augmentation de capital variable',
1473
- isComptable: 0,
1474
- isJuridique: 1,
1475
- isSocial: 0,
1476
- isAttestation: 0,
1477
- inAverageCart: 0,
1478
- isBack: 0,
1553
+ isComptable: false,
1554
+ isJuridique: true,
1555
+ isSocial: false,
1556
+ isAttestation: false,
1557
+ inAverageCart: false,
1558
+ isBack: false,
1479
1559
  price: 149,
1480
- isCatalog: 1,
1481
- hidden: 0,
1482
- isComplementary: 0,
1560
+ isCatalog: true,
1561
+ hidden: false,
1562
+ isComplementary: false,
1483
1563
  signaturePosition: null,
1484
- signaturePage: null
1564
+ signaturePage: null,
1565
+ point: 0
1485
1566
  },
1486
1567
  CESSION_PARTS_SOCIALES_EURL: {
1487
1568
  id: 87,
1488
1569
  name: 'Cession de parts sociales (EURL)',
1489
- isComptable: 0,
1490
- isJuridique: 1,
1491
- isSocial: 0,
1492
- isAttestation: 0,
1493
- inAverageCart: 0,
1494
- isBack: 0,
1570
+ isComptable: false,
1571
+ isJuridique: true,
1572
+ isSocial: false,
1573
+ isAttestation: false,
1574
+ inAverageCart: false,
1575
+ isBack: false,
1495
1576
  price: 399,
1496
- isCatalog: 1,
1497
- hidden: 0,
1498
- isComplementary: 0,
1577
+ isCatalog: true,
1578
+ hidden: false,
1579
+ isComplementary: false,
1499
1580
  signaturePosition: null,
1500
- signaturePage: null
1581
+ signaturePage: null,
1582
+ point: 0
1501
1583
  },
1502
1584
  DECLARATION_BENEFICES_EFFECTIFS: {
1503
1585
  id: 88,
1504
1586
  name: 'Déclaration des bénéficiaires effectifs',
1505
- isComptable: 0,
1506
- isJuridique: 1,
1507
- isSocial: 0,
1508
- isAttestation: 0,
1509
- inAverageCart: 0,
1510
- isBack: 0,
1587
+ isComptable: false,
1588
+ isJuridique: true,
1589
+ isSocial: false,
1590
+ isAttestation: false,
1591
+ inAverageCart: false,
1592
+ isBack: false,
1511
1593
  price: 39,
1512
- isCatalog: 1,
1513
- hidden: 0,
1514
- isComplementary: 0,
1594
+ isCatalog: true,
1595
+ hidden: false,
1596
+ isComplementary: false,
1515
1597
  signaturePosition: null,
1516
- signaturePage: null
1598
+ signaturePage: null,
1599
+ point: 0
1517
1600
  },
1518
1601
  IRPP: {
1519
1602
  id: 89,
1520
1603
  name: 'IRPP',
1521
- isComptable: 1,
1522
- isJuridique: 0,
1523
- isSocial: 0,
1524
- isAttestation: 0,
1525
- inAverageCart: 0,
1526
- isBack: 0,
1604
+ isComptable: true,
1605
+ isJuridique: false,
1606
+ isSocial: false,
1607
+ isAttestation: false,
1608
+ inAverageCart: false,
1609
+ isBack: false,
1527
1610
  price: null,
1528
- isCatalog: 1,
1529
- hidden: 0,
1530
- isComplementary: 1,
1611
+ isCatalog: true,
1612
+ hidden: false,
1613
+ isComplementary: true,
1531
1614
  signaturePosition: null,
1532
- signaturePage: null
1615
+ signaturePage: null,
1616
+ point: 0
1533
1617
  },
1534
1618
  EVALUATION: {
1535
1619
  id: 90,
1536
1620
  name: 'Evaluation',
1537
- isComptable: 1,
1538
- isJuridique: 0,
1539
- isSocial: 0,
1540
- isAttestation: 0,
1541
- inAverageCart: 0,
1542
- isBack: 0,
1621
+ isComptable: true,
1622
+ isJuridique: false,
1623
+ isSocial: false,
1624
+ isAttestation: false,
1625
+ inAverageCart: false,
1626
+ isBack: false,
1543
1627
  price: null,
1544
- isCatalog: 1,
1545
- hidden: 0,
1546
- isComplementary: 1,
1628
+ isCatalog: true,
1629
+ hidden: false,
1630
+ isComplementary: true,
1547
1631
  signaturePosition: null,
1548
- signaturePage: null
1632
+ signaturePage: null,
1633
+ point: 0
1549
1634
  },
1550
1635
  ATTESTATIONS_NON_REMUNERATION: {
1551
1636
  id: 91,
1552
1637
  name: 'Attestations de non-rémunération',
1553
- isComptable: 1,
1554
- isJuridique: 0,
1555
- isSocial: 0,
1556
- isAttestation: 0,
1557
- inAverageCart: 0,
1558
- isBack: 0,
1638
+ isComptable: true,
1639
+ isJuridique: false,
1640
+ isSocial: false,
1641
+ isAttestation: false,
1642
+ inAverageCart: false,
1643
+ isBack: false,
1559
1644
  price: null,
1560
- isCatalog: 1,
1561
- hidden: 0,
1562
- isComplementary: 0,
1645
+ isCatalog: true,
1646
+ hidden: false,
1647
+ isComplementary: false,
1563
1648
  signaturePosition: null,
1564
- signaturePage: null
1649
+ signaturePage: null,
1650
+ point: 0
1565
1651
  },
1566
1652
  AUTRE_MISSION_COMPTABLE: {
1567
1653
  id: 93,
1568
1654
  name: 'Autre mission comptable',
1569
- isComptable: 1,
1570
- isJuridique: 0,
1571
- isSocial: 0,
1572
- isAttestation: 0,
1573
- inAverageCart: 0,
1574
- isBack: 0,
1655
+ isComptable: true,
1656
+ isJuridique: false,
1657
+ isSocial: false,
1658
+ isAttestation: false,
1659
+ inAverageCart: false,
1660
+ isBack: false,
1575
1661
  price: null,
1576
- isCatalog: 1,
1577
- hidden: 0,
1578
- isComplementary: 0,
1662
+ isCatalog: true,
1663
+ hidden: false,
1664
+ isComplementary: false,
1579
1665
  signaturePosition: null,
1580
- signaturePage: null
1666
+ signaturePage: null,
1667
+ point: 0
1581
1668
  },
1582
1669
  COMPTA_FREEMIUM: {
1583
1670
  id: 94,
1584
1671
  name: 'Compta Freemium',
1585
- isComptable: 1,
1586
- isJuridique: 0,
1587
- isSocial: 0,
1588
- isAttestation: 0,
1589
- inAverageCart: 0,
1590
- isBack: 0,
1672
+ isComptable: true,
1673
+ isJuridique: false,
1674
+ isSocial: false,
1675
+ isAttestation: false,
1676
+ inAverageCart: false,
1677
+ isBack: false,
1591
1678
  price: 0,
1592
- isCatalog: 0,
1593
- hidden: 1,
1594
- isComplementary: 0,
1679
+ isCatalog: false,
1680
+ hidden: true,
1681
+ isComplementary: false,
1595
1682
  signaturePosition: null,
1596
- signaturePage: null
1683
+ signaturePage: null,
1684
+ point: 0
1597
1685
  },
1598
1686
  ATTESTATION_REMUNERATION: {
1599
1687
  id: 95,
1600
1688
  name: 'Attestation de rémunération',
1601
- isComptable: 1,
1602
- isJuridique: 0,
1603
- isSocial: 0,
1604
- isAttestation: 1,
1605
- inAverageCart: 0,
1606
- isBack: 0,
1689
+ isComptable: true,
1690
+ isJuridique: false,
1691
+ isSocial: false,
1692
+ isAttestation: true,
1693
+ inAverageCart: false,
1694
+ isBack: false,
1607
1695
  price: null,
1608
- isCatalog: 1,
1609
- hidden: 0,
1610
- isComplementary: 0,
1696
+ isCatalog: true,
1697
+ hidden: false,
1698
+ isComplementary: false,
1611
1699
  signaturePosition: null,
1612
- signaturePage: null
1700
+ signaturePage: null,
1701
+ point: 0
1613
1702
  },
1614
1703
  // FIXME: Doublon ?
1615
1704
  ATTESTATION_NON_REMUNERATION: {
1616
1705
  id: 96,
1617
1706
  name: 'Attestation de non-rémunération',
1618
- isComptable: 1,
1619
- isJuridique: 0,
1620
- isSocial: 0,
1621
- isAttestation: 1,
1622
- inAverageCart: 0,
1623
- isBack: 0,
1707
+ isComptable: true,
1708
+ isJuridique: false,
1709
+ isSocial: false,
1710
+ isAttestation: true,
1711
+ inAverageCart: false,
1712
+ isBack: false,
1624
1713
  price: null,
1625
- isCatalog: 1,
1626
- hidden: 0,
1627
- isComplementary: 0,
1714
+ isCatalog: true,
1715
+ hidden: false,
1716
+ isComplementary: false,
1628
1717
  signaturePosition: null,
1629
- signaturePage: null
1718
+ signaturePage: null,
1719
+ point: 0
1630
1720
  },
1631
1721
  ATTESTATION_CA: {
1632
1722
  id: 97,
1633
1723
  name: 'Attestation de chiffre d\'affaires',
1634
- isComptable: 1,
1635
- isJuridique: 0,
1636
- isSocial: 0,
1637
- isAttestation: 1,
1638
- inAverageCart: 0,
1639
- isBack: 0,
1724
+ isComptable: true,
1725
+ isJuridique: false,
1726
+ isSocial: false,
1727
+ isAttestation: true,
1728
+ inAverageCart: false,
1729
+ isBack: false,
1640
1730
  price: null,
1641
- isCatalog: 1,
1642
- hidden: 0,
1643
- isComplementary: 0,
1731
+ isCatalog: true,
1732
+ hidden: false,
1733
+ isComplementary: false,
1644
1734
  signaturePosition: null,
1645
- signaturePage: null
1735
+ signaturePage: null,
1736
+ point: 0
1646
1737
  },
1647
1738
  ATTESTATION_COMPTE_COURANT: {
1648
1739
  id: 98,
1649
1740
  name: 'Attestation de compte-courant',
1650
- isComptable: 1,
1651
- isJuridique: 0,
1652
- isSocial: 0,
1653
- isAttestation: 1,
1654
- inAverageCart: 0,
1655
- isBack: 0,
1741
+ isComptable: true,
1742
+ isJuridique: false,
1743
+ isSocial: false,
1744
+ isAttestation: true,
1745
+ inAverageCart: false,
1746
+ isBack: false,
1656
1747
  price: null,
1657
- isCatalog: 1,
1658
- hidden: 0,
1659
- isComplementary: 0,
1748
+ isCatalog: true,
1749
+ hidden: false,
1750
+ isComplementary: false,
1660
1751
  signaturePosition: null,
1661
- signaturePage: null
1752
+ signaturePage: null,
1753
+ point: 0
1662
1754
  },
1663
1755
  MAJ_ADRESSE_PERSONNELLE_DIRIGEANT_SUR_KBIS: {
1664
1756
  id: 99,
1665
1757
  name: 'Mise à jour de l\'adresse personnelle du dirigeant sur le Kbis',
1666
- isComptable: 0,
1667
- isJuridique: 1,
1668
- isSocial: 0,
1669
- isAttestation: 0,
1670
- inAverageCart: 0,
1671
- isBack: 0,
1758
+ isComptable: false,
1759
+ isJuridique: true,
1760
+ isSocial: false,
1761
+ isAttestation: false,
1762
+ inAverageCart: false,
1763
+ isBack: false,
1672
1764
  price: 149,
1673
- isCatalog: 1,
1674
- hidden: 0,
1675
- isComplementary: 0,
1765
+ isCatalog: true,
1766
+ hidden: false,
1767
+ isComplementary: false,
1676
1768
  signaturePosition: null,
1677
- signaturePage: null
1769
+ signaturePage: null,
1770
+ point: 0
1678
1771
  },
1679
1772
  MODIFICATION_DENOMINATION_SOCIALE_SARL_SAS_SCI: {
1680
1773
  id: 102,
1681
1774
  name: 'Modification de la dénomination sociale (SARL/SAS/SCI)',
1682
- isComptable: 0,
1683
- isJuridique: 1,
1684
- isSocial: 0,
1685
- isAttestation: 0,
1686
- inAverageCart: 0,
1687
- isBack: 0,
1775
+ isComptable: false,
1776
+ isJuridique: true,
1777
+ isSocial: false,
1778
+ isAttestation: false,
1779
+ inAverageCart: false,
1780
+ isBack: false,
1688
1781
  price: 349,
1689
- isCatalog: 1,
1690
- hidden: 0,
1691
- isComplementary: 0,
1782
+ isCatalog: true,
1783
+ hidden: false,
1784
+ isComplementary: false,
1692
1785
  signaturePosition: null,
1693
- signaturePage: null
1786
+ signaturePage: null,
1787
+ point: 0
1694
1788
  },
1695
1789
  MODIFICATION_OBJET_SOCIAL_SARL_SAS_SCI: {
1696
1790
  id: 103,
1697
1791
  name: 'Modification de l\'objet social (SARL/SAS/SCI)',
1698
- isComptable: 0,
1699
- isJuridique: 1,
1700
- isSocial: 0,
1701
- isAttestation: 0,
1702
- inAverageCart: 0,
1703
- isBack: 0,
1792
+ isComptable: false,
1793
+ isJuridique: true,
1794
+ isSocial: false,
1795
+ isAttestation: false,
1796
+ inAverageCart: false,
1797
+ isBack: false,
1704
1798
  price: 349,
1705
- isCatalog: 1,
1706
- hidden: 0,
1707
- isComplementary: 0,
1799
+ isCatalog: true,
1800
+ hidden: false,
1801
+ isComplementary: false,
1708
1802
  signaturePosition: null,
1709
- signaturePage: null
1803
+ signaturePage: null,
1804
+ point: 0
1710
1805
  },
1711
1806
  TRANSFERT_SIEGE_SOCIAL_SAS_SARL_SCI: {
1712
1807
  id: 104,
1713
1808
  name: 'Transfert de siège social (SAS / SARL / SCI)',
1714
- isComptable: 0,
1715
- isJuridique: 1,
1716
- isSocial: 0,
1717
- isAttestation: 0,
1718
- inAverageCart: 0,
1719
- isBack: 0,
1809
+ isComptable: false,
1810
+ isJuridique: true,
1811
+ isSocial: false,
1812
+ isAttestation: false,
1813
+ inAverageCart: false,
1814
+ isBack: false,
1720
1815
  price: 349,
1721
- isCatalog: 1,
1722
- hidden: 0,
1723
- isComplementary: 0,
1816
+ isCatalog: true,
1817
+ hidden: false,
1818
+ isComplementary: false,
1724
1819
  signaturePosition: null,
1725
- signaturePage: null
1820
+ signaturePage: null,
1821
+ point: 0
1726
1822
  },
1727
1823
  MODIFICATION_DATE_CLOTURE_SARL_SAS_SCI: {
1728
1824
  id: 105,
1729
1825
  name: 'Modification de la date de clôture (SARL/SAS/SCI)',
1730
- isComptable: 0,
1731
- isJuridique: 1,
1732
- isSocial: 0,
1733
- isAttestation: 0,
1734
- inAverageCart: 0,
1735
- isBack: 0,
1826
+ isComptable: false,
1827
+ isJuridique: true,
1828
+ isSocial: false,
1829
+ isAttestation: false,
1830
+ inAverageCart: false,
1831
+ isBack: false,
1736
1832
  price: 349,
1737
- isCatalog: 1,
1738
- hidden: 0,
1739
- isComplementary: 0,
1833
+ isCatalog: true,
1834
+ hidden: false,
1835
+ isComplementary: false,
1740
1836
  signaturePosition: null,
1741
- signaturePage: null
1837
+ signaturePage: null,
1838
+ point: 0
1742
1839
  },
1743
1840
  MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SAS_SARL_SCI: {
1744
1841
  id: 106,
1745
1842
  name: 'Modification d’un dirigeant ou d\'un commissaire aux compte (SAS / SARL / SCI)',
1746
- isComptable: 0,
1747
- isJuridique: 1,
1748
- isSocial: 0,
1749
- isAttestation: 0,
1750
- inAverageCart: 0,
1751
- isBack: 0,
1843
+ isComptable: false,
1844
+ isJuridique: true,
1845
+ isSocial: false,
1846
+ isAttestation: false,
1847
+ inAverageCart: false,
1848
+ isBack: false,
1752
1849
  price: 349,
1753
- isCatalog: 1,
1754
- hidden: 0,
1755
- isComplementary: 0,
1850
+ isCatalog: true,
1851
+ hidden: false,
1852
+ isComplementary: false,
1756
1853
  signaturePosition: null,
1757
- signaturePage: null
1854
+ signaturePage: null,
1855
+ point: 0
1758
1856
  },
1759
1857
  FORMALITE_PERTE_CAPITAUX_PROPRES_EURL_SASU: {
1760
1858
  id: 107,
1761
1859
  name: 'Formalité perte des capitaux propres (EURL/SASU)',
1762
- isComptable: 0,
1763
- isJuridique: 1,
1764
- isSocial: 0,
1765
- isAttestation: 0,
1766
- inAverageCart: 0,
1767
- isBack: 0,
1860
+ isComptable: false,
1861
+ isJuridique: true,
1862
+ isSocial: false,
1863
+ isAttestation: false,
1864
+ inAverageCart: false,
1865
+ isBack: false,
1768
1866
  price: 249,
1769
- isCatalog: 1,
1770
- hidden: 0,
1771
- isComplementary: 0,
1867
+ isCatalog: true,
1868
+ hidden: false,
1869
+ isComplementary: false,
1772
1870
  signaturePosition: null,
1773
- signaturePage: null
1871
+ signaturePage: null,
1872
+ point: 0
1774
1873
  },
1775
1874
  FORMALITE_PERTE_CAPITAUX_PROPRES_SARL_SAS_SCI: {
1776
1875
  id: 108,
1777
1876
  name: 'Formalité perte des capitaux propres (SARL/SAS/SCI)',
1778
- isComptable: 0,
1779
- isJuridique: 1,
1780
- isSocial: 0,
1781
- isAttestation: 0,
1782
- inAverageCart: 0,
1783
- isBack: 0,
1877
+ isComptable: false,
1878
+ isJuridique: true,
1879
+ isSocial: false,
1880
+ isAttestation: false,
1881
+ inAverageCart: false,
1882
+ isBack: false,
1784
1883
  price: 349,
1785
- isCatalog: 1,
1786
- hidden: 0,
1787
- isComplementary: 0,
1884
+ isCatalog: true,
1885
+ hidden: false,
1886
+ isComplementary: false,
1788
1887
  signaturePosition: null,
1789
- signaturePage: null
1888
+ signaturePage: null,
1889
+ point: 0
1790
1890
  },
1791
1891
  TRANSFORMATION_SOCIETE_EURL_SASU: {
1792
1892
  id: 109,
1793
1893
  name: 'Transformation de la société (EURL/SASU)',
1794
- isComptable: 0,
1795
- isJuridique: 1,
1796
- isSocial: 0,
1797
- isAttestation: 0,
1798
- inAverageCart: 0,
1799
- isBack: 0,
1894
+ isComptable: false,
1895
+ isJuridique: true,
1896
+ isSocial: false,
1897
+ isAttestation: false,
1898
+ inAverageCart: false,
1899
+ isBack: false,
1800
1900
  price: 399,
1801
- isCatalog: 1,
1802
- hidden: 0,
1803
- isComplementary: 0,
1901
+ isCatalog: true,
1902
+ hidden: false,
1903
+ isComplementary: false,
1804
1904
  signaturePosition: null,
1805
- signaturePage: null
1905
+ signaturePage: null,
1906
+ point: 0
1806
1907
  },
1807
1908
  TRANSFORMATION_SOCIETE_SARL_SAS_SCI: {
1808
1909
  id: 110,
1809
1910
  name: 'Transformation de la société (SARL/SAS/SCI)',
1810
- isComptable: 0,
1811
- isJuridique: 1,
1812
- isSocial: 0,
1813
- isAttestation: 0,
1814
- inAverageCart: 0,
1815
- isBack: 0,
1911
+ isComptable: false,
1912
+ isJuridique: true,
1913
+ isSocial: false,
1914
+ isAttestation: false,
1915
+ inAverageCart: false,
1916
+ isBack: false,
1816
1917
  price: 499,
1817
- isCatalog: 1,
1818
- hidden: 0,
1819
- isComplementary: 0,
1918
+ isCatalog: true,
1919
+ hidden: false,
1920
+ isComplementary: false,
1820
1921
  signaturePosition: null,
1821
- signaturePage: null
1922
+ signaturePage: null,
1923
+ point: 0
1822
1924
  },
1823
1925
  TRANSMISSION_UNIVERSELLE_PATRIMOINE_ASSOCIE_UNIQUE_SARL_SAS_SCI: {
1824
1926
  id: 111,
1825
1927
  name: 'Transmission universelle du patrimoine (si associé unique personne morale - SARL/SAS/SCI)',
1826
- isComptable: 0,
1827
- isJuridique: 1,
1828
- isSocial: 0,
1829
- isAttestation: 0,
1830
- inAverageCart: 0,
1831
- isBack: 0,
1928
+ isComptable: false,
1929
+ isJuridique: true,
1930
+ isSocial: false,
1931
+ isAttestation: false,
1932
+ inAverageCart: false,
1933
+ isBack: false,
1832
1934
  price: 499,
1833
- isCatalog: 1,
1834
- hidden: 0,
1835
- isComplementary: 0,
1935
+ isCatalog: true,
1936
+ hidden: false,
1937
+ isComplementary: false,
1836
1938
  signaturePosition: null,
1837
- signaturePage: null
1939
+ signaturePage: null,
1940
+ point: 0
1838
1941
  },
1839
1942
  CESSION_PARTS_SOCIALES_SARL_SCI: {
1840
1943
  id: 112,
1841
1944
  name: 'Cession de parts sociales (SARL/SCI)',
1842
- isComptable: 0,
1843
- isJuridique: 1,
1844
- isSocial: 0,
1845
- isAttestation: 0,
1846
- inAverageCart: 0,
1847
- isBack: 0,
1945
+ isComptable: false,
1946
+ isJuridique: true,
1947
+ isSocial: false,
1948
+ isAttestation: false,
1949
+ inAverageCart: false,
1950
+ isBack: false,
1848
1951
  price: 499,
1849
- isCatalog: 1,
1850
- hidden: 0,
1851
- isComplementary: 0,
1952
+ isCatalog: true,
1953
+ hidden: false,
1954
+ isComplementary: false,
1852
1955
  signaturePosition: null,
1853
- signaturePage: null
1956
+ signaturePage: null,
1957
+ point: 0
1854
1958
  },
1855
1959
  AUGMENTATION_CAPITAL_SOCIAL_EURL_SASU: {
1856
1960
  id: 113,
1857
1961
  name: 'Augmentation du capital social (EURL/SASU)',
1858
- isComptable: 0,
1859
- isJuridique: 1,
1860
- isSocial: 0,
1861
- isAttestation: 0,
1862
- inAverageCart: 0,
1863
- isBack: 0,
1962
+ isComptable: false,
1963
+ isJuridique: true,
1964
+ isSocial: false,
1965
+ isAttestation: false,
1966
+ inAverageCart: false,
1967
+ isBack: false,
1864
1968
  price: 399,
1865
- isCatalog: 1,
1866
- hidden: 0,
1867
- isComplementary: 0,
1969
+ isCatalog: true,
1970
+ hidden: false,
1971
+ isComplementary: false,
1868
1972
  signaturePosition: null,
1869
- signaturePage: null
1973
+ signaturePage: null,
1974
+ point: 0
1870
1975
  },
1871
1976
  AUGMENTATION_CAPITAL_SOCIAL_SARL_SAS_SCI: {
1872
1977
  id: 114,
1873
1978
  name: 'Augmentation du capital social (SARL/SAS/SCI)',
1874
- isComptable: 0,
1875
- isJuridique: 1,
1876
- isSocial: 0,
1877
- isAttestation: 0,
1878
- inAverageCart: 0,
1879
- isBack: 0,
1979
+ isComptable: false,
1980
+ isJuridique: true,
1981
+ isSocial: false,
1982
+ isAttestation: false,
1983
+ inAverageCart: false,
1984
+ isBack: false,
1880
1985
  price: 499,
1881
- isCatalog: 1,
1882
- hidden: 0,
1883
- isComplementary: 0,
1986
+ isCatalog: true,
1987
+ hidden: false,
1988
+ isComplementary: false,
1884
1989
  signaturePosition: null,
1885
- signaturePage: null
1990
+ signaturePage: null,
1991
+ point: 0
1886
1992
  },
1887
1993
  ATTESTATION_DE_SALAIRE_MALADIE: {
1888
1994
  id: 116,
1889
1995
  name: 'Attestation de salaire maladie',
1890
- isComptable: 1,
1891
- isJuridique: 0,
1892
- isSocial: 0,
1893
- isAttestation: 0,
1894
- inAverageCart: 0,
1895
- isBack: 0,
1996
+ isComptable: true,
1997
+ isJuridique: false,
1998
+ isSocial: false,
1999
+ isAttestation: false,
2000
+ inAverageCart: false,
2001
+ isBack: false,
1896
2002
  price: 18,
1897
- isCatalog: 1,
1898
- hidden: 0,
1899
- isComplementary: 0,
2003
+ isCatalog: true,
2004
+ hidden: false,
2005
+ isComplementary: false,
1900
2006
  signaturePosition: null,
1901
- signaturePage: null
2007
+ signaturePage: null,
2008
+ point: 0
1902
2009
  },
1903
2010
  DOCUMENTS_DE_SORTIE: {
1904
2011
  id: 117,
1905
2012
  name: 'Documents de Sortie',
1906
- isComptable: 0,
1907
- isJuridique: 1,
1908
- isSocial: 0,
1909
- isAttestation: 0,
1910
- inAverageCart: 0,
1911
- isBack: 0,
2013
+ isComptable: false,
2014
+ isJuridique: true,
2015
+ isSocial: false,
2016
+ isAttestation: false,
2017
+ inAverageCart: false,
2018
+ isBack: false,
1912
2019
  price: 41,
1913
- isCatalog: 1,
1914
- hidden: 0,
1915
- isComplementary: 0,
2020
+ isCatalog: true,
2021
+ hidden: false,
2022
+ isComplementary: false,
1916
2023
  signaturePosition: null,
1917
- signaturePage: null
2024
+ signaturePage: null,
2025
+ point: 0
1918
2026
  },
1919
2027
  DPAE: {
1920
2028
  id: 118,
1921
2029
  name: 'DPAE',
1922
- isComptable: 0,
1923
- isJuridique: 1,
1924
- isSocial: 0,
1925
- isAttestation: 0,
1926
- inAverageCart: 0,
1927
- isBack: 0,
2030
+ isComptable: false,
2031
+ isJuridique: true,
2032
+ isSocial: false,
2033
+ isAttestation: false,
2034
+ inAverageCart: false,
2035
+ isBack: false,
1928
2036
  price: 28,
1929
- isCatalog: 1,
1930
- hidden: 0,
1931
- isComplementary: 0,
2037
+ isCatalog: true,
2038
+ hidden: false,
2039
+ isComplementary: false,
1932
2040
  signaturePosition: null,
1933
- signaturePage: null
2041
+ signaturePage: null,
2042
+ point: 0
1934
2043
  },
1935
2044
  ADHESION_AUX_ORGANISMES_OBLIGATOIRES: {
1936
2045
  id: 119,
1937
2046
  name: 'Adhésion aux organismes obligatoires',
1938
- isComptable: 0,
1939
- isJuridique: 1,
1940
- isSocial: 0,
1941
- isAttestation: 0,
1942
- inAverageCart: 0,
1943
- isBack: 0,
2047
+ isComptable: false,
2048
+ isJuridique: true,
2049
+ isSocial: false,
2050
+ isAttestation: false,
2051
+ inAverageCart: false,
2052
+ isBack: false,
1944
2053
  price: 56,
1945
- isCatalog: 1,
1946
- hidden: 0,
1947
- isComplementary: 0,
2054
+ isCatalog: true,
2055
+ hidden: false,
2056
+ isComplementary: false,
1948
2057
  signaturePosition: null,
1949
- signaturePage: null
2058
+ signaturePage: null,
2059
+ point: 0
1950
2060
  },
1951
2061
  AVENANT_CONTRAT_DE_TRAVAIL: {
1952
2062
  id: 120,
1953
2063
  name: 'Avenant au contrat de travail',
1954
- isComptable: 0,
1955
- isJuridique: 1,
1956
- isSocial: 0,
1957
- isAttestation: 0,
1958
- inAverageCart: 0,
1959
- isBack: 0,
2064
+ isComptable: false,
2065
+ isJuridique: true,
2066
+ isSocial: false,
2067
+ isAttestation: false,
2068
+ inAverageCart: false,
2069
+ isBack: false,
1960
2070
  price: 56,
1961
- isCatalog: 1,
1962
- hidden: 0,
1963
- isComplementary: 0,
2071
+ isCatalog: true,
2072
+ hidden: false,
2073
+ isComplementary: false,
1964
2074
  signaturePosition: null,
1965
- signaturePage: null
2075
+ signaturePage: null,
2076
+ point: 0
1966
2077
  },
1967
2078
  RUPTURE_CONVENTIONNELLE: {
1968
2079
  id: 121,
1969
2080
  name: 'Rupture conventionnelle',
1970
- isComptable: 0,
1971
- isJuridique: 0,
1972
- isSocial: 1,
1973
- isAttestation: 0,
1974
- inAverageCart: 0,
1975
- isBack: 0,
2081
+ isComptable: false,
2082
+ isJuridique: false,
2083
+ isSocial: true,
2084
+ isAttestation: false,
2085
+ inAverageCart: false,
2086
+ isBack: false,
1976
2087
  price: 330,
1977
- isCatalog: 1,
1978
- hidden: 0,
1979
- isComplementary: 0,
2088
+ isCatalog: true,
2089
+ hidden: false,
2090
+ isComplementary: false,
1980
2091
  signaturePosition: null,
1981
- signaturePage: null
2092
+ signaturePage: null,
2093
+ point: 0
1982
2094
  },
1983
2095
  EXPERTISE_COMPTABLE: {
1984
2096
  id: 122,
1985
2097
  name: 'Expertise Comptable',
1986
- isComptable: 1,
1987
- isJuridique: 0,
1988
- isSocial: 0,
1989
- isAttestation: 0,
1990
- inAverageCart: 1,
1991
- isBack: 0,
1992
- price: null,
1993
- isCatalog: 0,
1994
- hidden: 0,
1995
- isComplementary: 0,
2098
+ isComptable: true,
2099
+ isJuridique: false,
2100
+ isSocial: false,
2101
+ isAttestation: false,
2102
+ inAverageCart: true,
2103
+ isBack: false,
2104
+ price: null,
2105
+ isCatalog: false,
2106
+ hidden: false,
2107
+ isComplementary: false,
1996
2108
  signaturePosition: '400,54,569,90',
1997
- signaturePage: 5
2109
+ signaturePage: 5,
2110
+ point: 0
1998
2111
  },
1999
2112
  EXPERTISE_COMPTABLE_PLUS: {
2000
2113
  id: 123,
2001
2114
  name: 'Expertise Comptable +',
2002
- isComptable: 1,
2003
- isJuridique: 0,
2004
- isSocial: 0,
2005
- isAttestation: 0,
2006
- inAverageCart: 1,
2007
- isBack: 0,
2008
- price: null,
2009
- isCatalog: 0,
2010
- hidden: 0,
2011
- isComplementary: 0,
2115
+ isComptable: true,
2116
+ isJuridique: false,
2117
+ isSocial: false,
2118
+ isAttestation: false,
2119
+ inAverageCart: true,
2120
+ isBack: false,
2121
+ price: null,
2122
+ isCatalog: false,
2123
+ hidden: false,
2124
+ isComplementary: false,
2012
2125
  signaturePosition: '400,54,569,90',
2013
- signaturePage: 5
2126
+ signaturePage: 5,
2127
+ point: 0
2014
2128
  },
2015
2129
  DEMANDE_CHOMAGE_PARTIEL: {
2016
2130
  id: 124,
2017
2131
  name: 'Demande chomage partiel',
2018
- isComptable: 0,
2019
- isJuridique: 0,
2020
- isSocial: 1,
2021
- isAttestation: 0,
2022
- inAverageCart: 0,
2023
- isBack: 0,
2132
+ isComptable: false,
2133
+ isJuridique: false,
2134
+ isSocial: true,
2135
+ isAttestation: false,
2136
+ inAverageCart: false,
2137
+ isBack: false,
2024
2138
  price: 249,
2025
- isCatalog: 1,
2026
- hidden: 0,
2027
- isComplementary: 0,
2139
+ isCatalog: true,
2140
+ hidden: false,
2141
+ isComplementary: false,
2028
2142
  signaturePosition: null,
2029
- signaturePage: null
2143
+ signaturePage: null,
2144
+ point: 0
2030
2145
  },
2031
2146
  DEMANDE_CONGE_PARENTALE: {
2032
2147
  id: 125,
2033
2148
  name: 'Demande conges parental',
2034
- isComptable: 0,
2035
- isJuridique: 0,
2036
- isSocial: 1,
2037
- isAttestation: 0,
2038
- inAverageCart: 0,
2039
- isBack: 0,
2149
+ isComptable: false,
2150
+ isJuridique: false,
2151
+ isSocial: true,
2152
+ isAttestation: false,
2153
+ inAverageCart: false,
2154
+ isBack: false,
2040
2155
  price: 49,
2041
- isCatalog: 1,
2042
- hidden: 1,
2043
- isComplementary: 0,
2156
+ isCatalog: true,
2157
+ hidden: true,
2158
+ isComplementary: false,
2044
2159
  signaturePosition: null,
2045
- signaturePage: null
2160
+ signaturePage: null,
2161
+ point: 0
2046
2162
  },
2047
2163
  TVS: {
2048
2164
  id: 126,
2049
2165
  name: 'TVS',
2050
- isComptable: 1,
2051
- isJuridique: 0,
2052
- isSocial: 0,
2053
- isAttestation: 0,
2054
- inAverageCart: 0,
2055
- isBack: 0,
2166
+ isComptable: true,
2167
+ isJuridique: false,
2168
+ isSocial: false,
2169
+ isAttestation: false,
2170
+ inAverageCart: false,
2171
+ isBack: false,
2056
2172
  price: 75,
2057
- isCatalog: 1,
2058
- hidden: 0,
2059
- isComplementary: 0,
2173
+ isCatalog: true,
2174
+ hidden: false,
2175
+ isComplementary: false,
2060
2176
  signaturePosition: null,
2061
- signaturePage: null
2177
+ signaturePage: null,
2178
+ point: 0
2062
2179
  },
2063
2180
  ETUDE_FISCALE: {
2064
2181
  id: 127,
2065
2182
  name: 'Étude fiscale',
2066
- isComptable: 0,
2067
- isJuridique: 1,
2068
- isSocial: 0,
2069
- isAttestation: 0,
2070
- inAverageCart: 0,
2071
- isBack: 0,
2183
+ isComptable: false,
2184
+ isJuridique: true,
2185
+ isSocial: false,
2186
+ isAttestation: false,
2187
+ inAverageCart: false,
2188
+ isBack: false,
2072
2189
  price: 149,
2073
- isCatalog: 1,
2074
- hidden: 0,
2075
- isComplementary: 0,
2190
+ isCatalog: true,
2191
+ hidden: false,
2192
+ isComplementary: false,
2076
2193
  signaturePosition: null,
2077
- signaturePage: null
2194
+ signaturePage: null,
2195
+ point: 0
2078
2196
  },
2079
2197
  ATTESTATION_MASSE_SALARIALE: {
2080
2198
  id: 128,
2081
2199
  name: 'Attestation de masse salariale',
2082
- isComptable: 1,
2083
- isJuridique: 0,
2084
- isSocial: 0,
2085
- isAttestation: 1,
2086
- inAverageCart: 0,
2087
- isBack: 0,
2200
+ isComptable: true,
2201
+ isJuridique: false,
2202
+ isSocial: false,
2203
+ isAttestation: true,
2204
+ inAverageCart: false,
2205
+ isBack: false,
2088
2206
  price: null,
2089
- isCatalog: 1,
2090
- hidden: 0,
2091
- isComplementary: 0,
2207
+ isCatalog: true,
2208
+ hidden: false,
2209
+ isComplementary: false,
2092
2210
  signaturePosition: null,
2093
- signaturePage: null
2211
+ signaturePage: null,
2212
+ point: 0
2094
2213
  },
2095
2214
  AUTRE_MISSION_JURIDIQUE: {
2096
2215
  id: 130,
2097
2216
  name: 'Autre mission juridique',
2098
- isComptable: 0,
2099
- isJuridique: 1,
2100
- isSocial: 0,
2101
- isAttestation: 0,
2102
- inAverageCart: 0,
2103
- isBack: 0,
2217
+ isComptable: false,
2218
+ isJuridique: true,
2219
+ isSocial: false,
2220
+ isAttestation: false,
2221
+ inAverageCart: false,
2222
+ isBack: false,
2104
2223
  price: null,
2105
- isCatalog: 1,
2106
- hidden: 0,
2107
- isComplementary: 0,
2224
+ isCatalog: true,
2225
+ hidden: false,
2226
+ isComplementary: false,
2108
2227
  signaturePosition: null,
2109
- signaturePage: null
2228
+ signaturePage: null,
2229
+ point: 0
2110
2230
  },
2111
2231
  AUTRE_MISSION_SOCIALE_HORS_PAIE: {
2112
2232
  id: 131,
2113
2233
  name: 'Autre mission sociale (hors paie)',
2114
- isComptable: 0,
2115
- isJuridique: 0,
2116
- isSocial: 1,
2117
- isAttestation: 0,
2118
- inAverageCart: 0,
2119
- isBack: 0,
2234
+ isComptable: false,
2235
+ isJuridique: false,
2236
+ isSocial: true,
2237
+ isAttestation: false,
2238
+ inAverageCart: false,
2239
+ isBack: false,
2120
2240
  price: null,
2121
- isCatalog: 1,
2122
- hidden: 0,
2123
- isComplementary: 0,
2241
+ isCatalog: true,
2242
+ hidden: false,
2243
+ isComplementary: false,
2124
2244
  signaturePosition: null,
2125
- signaturePage: null
2245
+ signaturePage: null,
2246
+ point: 0
2126
2247
  },
2127
2248
  MODIFICATION_ACTIVITE_KBIS: {
2128
2249
  id: 132,
2129
2250
  name: 'Modification de l’activité exercée sur le KBIS (sans modification de l’objet social)',
2130
- isComptable: 0,
2131
- isJuridique: 1,
2132
- isSocial: 0,
2133
- isAttestation: 0,
2134
- inAverageCart: 0,
2135
- isBack: 0,
2251
+ isComptable: false,
2252
+ isJuridique: true,
2253
+ isSocial: false,
2254
+ isAttestation: false,
2255
+ inAverageCart: false,
2256
+ isBack: false,
2136
2257
  price: 149,
2137
- isCatalog: 1,
2138
- hidden: 0,
2139
- isComplementary: 0,
2258
+ isCatalog: true,
2259
+ hidden: false,
2260
+ isComplementary: false,
2140
2261
  signaturePosition: null,
2141
- signaturePage: null
2262
+ signaturePage: null,
2263
+ point: 0
2142
2264
  },
2143
2265
  REDUCTION_CAPITAL_SOCIAL_SASU_EURL: {
2144
2266
  id: 133,
2145
2267
  name: 'Réduction du capital social (SASU / EURL)',
2146
- isComptable: 0,
2147
- isJuridique: 1,
2148
- isSocial: 0,
2149
- isAttestation: 0,
2150
- inAverageCart: 0,
2151
- isBack: 0,
2268
+ isComptable: false,
2269
+ isJuridique: true,
2270
+ isSocial: false,
2271
+ isAttestation: false,
2272
+ inAverageCart: false,
2273
+ isBack: false,
2152
2274
  price: 399,
2153
- isCatalog: 1,
2154
- hidden: 0,
2155
- isComplementary: 0,
2275
+ isCatalog: true,
2276
+ hidden: false,
2277
+ isComplementary: false,
2156
2278
  signaturePosition: null,
2157
- signaturePage: null
2279
+ signaturePage: null,
2280
+ point: 0
2158
2281
  },
2159
2282
  LIBERATION_CAPITAL_SOCIAL_SAS_SARL_SCI: {
2160
2283
  id: 134,
2161
2284
  name: 'Réduction du capital social (SAS / SARL / SCI)',
2162
- isComptable: 0,
2163
- isJuridique: 1,
2164
- isSocial: 0,
2165
- isAttestation: 0,
2166
- inAverageCart: 0,
2167
- isBack: 0,
2285
+ isComptable: false,
2286
+ isJuridique: true,
2287
+ isSocial: false,
2288
+ isAttestation: false,
2289
+ inAverageCart: false,
2290
+ isBack: false,
2168
2291
  price: 499,
2169
- isCatalog: 1,
2170
- hidden: 0,
2171
- isComplementary: 0,
2292
+ isCatalog: true,
2293
+ hidden: false,
2294
+ isComplementary: false,
2172
2295
  signaturePosition: null,
2173
- signaturePage: null
2296
+ signaturePage: null,
2297
+ point: 0
2174
2298
  },
2175
2299
  LIBERATION_CAPITAL_SOCIAL: {
2176
2300
  id: 135,
2177
2301
  name: 'Libération du capital social',
2178
- isComptable: 0,
2179
- isJuridique: 1,
2180
- isSocial: 0,
2181
- isAttestation: 0,
2182
- inAverageCart: 0,
2183
- isBack: 0,
2302
+ isComptable: false,
2303
+ isJuridique: true,
2304
+ isSocial: false,
2305
+ isAttestation: false,
2306
+ inAverageCart: false,
2307
+ isBack: false,
2184
2308
  price: 149,
2185
- isCatalog: 1,
2186
- hidden: 0,
2187
- isComplementary: 0,
2309
+ isCatalog: true,
2310
+ hidden: false,
2311
+ isComplementary: false,
2188
2312
  signaturePosition: null,
2189
- signaturePage: null
2313
+ signaturePage: null,
2314
+ point: 0
2190
2315
  },
2191
2316
  AUGMENTATION_OU_REDUCTION_DU_CAPITAL_DANS_LIMITE_CAPITAL_VARIABLE: {
2192
2317
  id: 136,
2193
2318
  name: 'Augmentation ou réduction du capital dans la limite du capital variable',
2194
- isComptable: 0,
2195
- isJuridique: 1,
2196
- isSocial: 0,
2197
- isAttestation: 0,
2198
- inAverageCart: 0,
2199
- isBack: 0,
2319
+ isComptable: false,
2320
+ isJuridique: true,
2321
+ isSocial: false,
2322
+ isAttestation: false,
2323
+ inAverageCart: false,
2324
+ isBack: false,
2200
2325
  price: 149,
2201
- isCatalog: 1,
2202
- hidden: 0,
2203
- isComplementary: 0,
2326
+ isCatalog: true,
2327
+ hidden: false,
2328
+ isComplementary: false,
2204
2329
  signaturePosition: null,
2205
- signaturePage: null
2330
+ signaturePage: null,
2331
+ point: 0
2206
2332
  },
2207
2333
  FORMALITE_RECONSTITUTION_DES_CAPITAUX_PROPRES: {
2208
2334
  id: 137,
2209
2335
  name: 'Formalité Reconstitution des capitaux propres',
2210
- isComptable: 0,
2211
- isJuridique: 1,
2212
- isSocial: 0,
2213
- isAttestation: 0,
2214
- inAverageCart: 0,
2215
- isBack: 0,
2336
+ isComptable: false,
2337
+ isJuridique: true,
2338
+ isSocial: false,
2339
+ isAttestation: false,
2340
+ inAverageCart: false,
2341
+ isBack: false,
2216
2342
  price: 149,
2217
- isCatalog: 1,
2218
- hidden: 0,
2219
- isComplementary: 0,
2343
+ isCatalog: true,
2344
+ hidden: false,
2345
+ isComplementary: false,
2220
2346
  signaturePosition: null,
2221
- signaturePage: null
2347
+ signaturePage: null,
2348
+ point: 0
2222
2349
  },
2223
2350
  CONTRAT_APPORT_EN_NATURE: {
2224
2351
  id: 138,
2225
2352
  name: 'Contrat d\'apport en nature',
2226
- isComptable: 0,
2227
- isJuridique: 1,
2228
- isSocial: 0,
2229
- isAttestation: 0,
2230
- inAverageCart: 0,
2231
- isBack: 0,
2353
+ isComptable: false,
2354
+ isJuridique: true,
2355
+ isSocial: false,
2356
+ isAttestation: false,
2357
+ inAverageCart: false,
2358
+ isBack: false,
2232
2359
  price: 200,
2233
- isCatalog: 1,
2234
- hidden: 0,
2235
- isComplementary: 0,
2360
+ isCatalog: true,
2361
+ hidden: false,
2362
+ isComplementary: false,
2236
2363
  signaturePosition: null,
2237
- signaturePage: null
2364
+ signaturePage: null,
2365
+ point: 0
2238
2366
  },
2239
2367
  REGISTRE_AG: {
2240
2368
  id: 139,
2241
2369
  name: 'Registre d’assemblées générale',
2242
- isComptable: 0,
2243
- isJuridique: 1,
2244
- isSocial: 0,
2245
- isAttestation: 0,
2246
- inAverageCart: 0,
2247
- isBack: 0,
2370
+ isComptable: false,
2371
+ isJuridique: true,
2372
+ isSocial: false,
2373
+ isAttestation: false,
2374
+ inAverageCart: false,
2375
+ isBack: false,
2248
2376
  price: 79,
2249
- isCatalog: 1,
2250
- hidden: 0,
2251
- isComplementary: 0,
2377
+ isCatalog: true,
2378
+ hidden: false,
2379
+ isComplementary: false,
2252
2380
  signaturePosition: null,
2253
- signaturePage: null
2381
+ signaturePage: null,
2382
+ point: 0
2254
2383
  },
2255
2384
  REGISTRE_DE_MOUVEMENETS_DE_TITRES: {
2256
2385
  id: 140,
2257
2386
  name: 'Registre de mouvements de titres',
2258
- isComptable: 0,
2259
- isJuridique: 1,
2260
- isSocial: 0,
2261
- isAttestation: 0,
2262
- inAverageCart: 0,
2263
- isBack: 0,
2387
+ isComptable: false,
2388
+ isJuridique: true,
2389
+ isSocial: false,
2390
+ isAttestation: false,
2391
+ inAverageCart: false,
2392
+ isBack: false,
2264
2393
  price: 79,
2265
- isCatalog: 1,
2266
- hidden: 0,
2267
- isComplementary: 0,
2394
+ isCatalog: true,
2395
+ hidden: false,
2396
+ isComplementary: false,
2268
2397
  signaturePosition: null,
2269
- signaturePage: null
2398
+ signaturePage: null,
2399
+ point: 0
2270
2400
  },
2271
2401
  MAJ_REGISTRE_DES_BENEFICES_EFFECTIFS: {
2272
2402
  id: 141,
2273
2403
  name: 'Mise à jour du Registre des bénéfices effectifs',
2274
- isComptable: 0,
2275
- isJuridique: 1,
2276
- isSocial: 0,
2277
- isAttestation: 0,
2278
- inAverageCart: 0,
2279
- isBack: 0,
2404
+ isComptable: false,
2405
+ isJuridique: true,
2406
+ isSocial: false,
2407
+ isAttestation: false,
2408
+ inAverageCart: false,
2409
+ isBack: false,
2280
2410
  price: 39,
2281
- isCatalog: 1,
2282
- hidden: 0,
2283
- isComplementary: 0,
2411
+ isCatalog: true,
2412
+ hidden: false,
2413
+ isComplementary: false,
2284
2414
  signaturePosition: null,
2285
- signaturePage: null
2415
+ signaturePage: null,
2416
+ point: 0
2286
2417
  },
2287
2418
  CREATION_DOSSIER_JURIDIQUE: {
2288
2419
  id: 142,
2289
2420
  name: 'Création du dossier juridique',
2290
- isComptable: 0,
2291
- isJuridique: 1,
2292
- isSocial: 0,
2293
- isAttestation: 0,
2294
- inAverageCart: 0,
2295
- isBack: 0,
2421
+ isComptable: false,
2422
+ isJuridique: true,
2423
+ isSocial: false,
2424
+ isAttestation: false,
2425
+ inAverageCart: false,
2426
+ isBack: false,
2296
2427
  price: 20,
2297
- isCatalog: 1,
2298
- hidden: 0,
2299
- isComplementary: 0,
2428
+ isCatalog: true,
2429
+ hidden: false,
2430
+ isComplementary: false,
2300
2431
  signaturePosition: null,
2301
- signaturePage: null
2432
+ signaturePage: null,
2433
+ point: 0
2302
2434
  },
2303
2435
  DOC_WORD: {
2304
2436
  id: 143,
2305
2437
  name: 'Doc Word',
2306
- isComptable: 0,
2307
- isJuridique: 1,
2308
- isSocial: 0,
2309
- isAttestation: 0,
2310
- inAverageCart: 0,
2311
- isBack: 0,
2438
+ isComptable: false,
2439
+ isJuridique: true,
2440
+ isSocial: false,
2441
+ isAttestation: false,
2442
+ inAverageCart: false,
2443
+ isBack: false,
2312
2444
  price: 29,
2313
- isCatalog: 1,
2314
- hidden: 0,
2315
- isComplementary: 0,
2445
+ isCatalog: true,
2446
+ hidden: false,
2447
+ isComplementary: false,
2316
2448
  signaturePosition: null,
2317
- signaturePage: null
2449
+ signaturePage: null,
2450
+ point: 0
2318
2451
  },
2319
2452
  ENVOI_POSTAL: {
2320
2453
  id: 144,
2321
2454
  name: 'Envoi postal',
2322
- isComptable: 0,
2323
- isJuridique: 1,
2324
- isSocial: 0,
2325
- isAttestation: 0,
2326
- inAverageCart: 0,
2327
- isBack: 0,
2455
+ isComptable: false,
2456
+ isJuridique: true,
2457
+ isSocial: false,
2458
+ isAttestation: false,
2459
+ inAverageCart: false,
2460
+ isBack: false,
2328
2461
  price: 19,
2329
- isCatalog: 1,
2330
- hidden: 0,
2331
- isComplementary: 0,
2462
+ isCatalog: true,
2463
+ hidden: false,
2464
+ isComplementary: false,
2332
2465
  signaturePosition: null,
2333
- signaturePage: null
2466
+ signaturePage: null,
2467
+ point: 0
2334
2468
  },
2335
2469
  DECLARATION_SOCIALE_NOMINATIVE: {
2336
2470
  id: 145,
2337
2471
  name: 'Déclaration sociale nominative',
2338
- isComptable: 0,
2339
- isJuridique: 0,
2340
- isSocial: 1,
2341
- isAttestation: 0,
2342
- inAverageCart: 0,
2343
- isBack: 0,
2472
+ isComptable: false,
2473
+ isJuridique: false,
2474
+ isSocial: true,
2475
+ isAttestation: false,
2476
+ inAverageCart: false,
2477
+ isBack: false,
2344
2478
  price: 15,
2345
- isCatalog: 1,
2346
- hidden: 1,
2347
- isComplementary: 0,
2479
+ isCatalog: true,
2480
+ hidden: true,
2481
+ isComplementary: false,
2348
2482
  signaturePosition: null,
2349
- signaturePage: null
2483
+ signaturePage: null,
2484
+ point: 0
2350
2485
  },
2351
2486
  SOLDE_TOUT_COMPTE_ET_ATTESTATION_ASSEDIC_ET_ATTESTATION_EMPLOI_SALARIE: {
2352
2487
  id: 146,
2353
2488
  name: 'Solde de tout compte et attestation ASSEDIC et attestation emploi/salarié',
2354
- isComptable: 0,
2355
- isJuridique: 0,
2356
- isSocial: 1,
2357
- isAttestation: 0,
2358
- inAverageCart: 0,
2359
- isBack: 0,
2489
+ isComptable: false,
2490
+ isJuridique: false,
2491
+ isSocial: true,
2492
+ isAttestation: false,
2493
+ inAverageCart: false,
2494
+ isBack: false,
2360
2495
  price: 41,
2361
- isCatalog: 1,
2362
- hidden: 0,
2363
- isComplementary: 0,
2496
+ isCatalog: true,
2497
+ hidden: false,
2498
+ isComplementary: false,
2364
2499
  signaturePosition: null,
2365
- signaturePage: null
2500
+ signaturePage: null,
2501
+ point: 0
2366
2502
  },
2367
2503
  ETABLISSEMENT_DECLARATION_PREALABLE_A_L_EMBAUCHE: {
2368
2504
  id: 147,
2369
2505
  name: 'Etablissement de Déclaration Préalable à l’Embauche',
2370
- isComptable: 0,
2371
- isJuridique: 0,
2372
- isSocial: 1,
2373
- isAttestation: 0,
2374
- inAverageCart: 0,
2375
- isBack: 0,
2506
+ isComptable: false,
2507
+ isJuridique: false,
2508
+ isSocial: true,
2509
+ isAttestation: false,
2510
+ inAverageCart: false,
2511
+ isBack: false,
2376
2512
  price: 41,
2377
- isCatalog: 1,
2378
- hidden: 0,
2379
- isComplementary: 0,
2513
+ isCatalog: true,
2514
+ hidden: false,
2515
+ isComplementary: false,
2380
2516
  signaturePosition: null,
2381
- signaturePage: null
2517
+ signaturePage: null,
2518
+ point: 0
2382
2519
  },
2383
2520
  COMPTA_MICRO: {
2384
2521
  id: 185,
2385
2522
  name: 'Compta Micro',
2386
- isComptable: 1,
2387
- isJuridique: 0,
2388
- isSocial: 0,
2389
- isAttestation: 0,
2390
- inAverageCart: 1,
2391
- isBack: 0,
2392
- price: null,
2393
- isCatalog: 0,
2394
- hidden: 0,
2395
- isComplementary: 0,
2523
+ isComptable: true,
2524
+ isJuridique: false,
2525
+ isSocial: false,
2526
+ isAttestation: false,
2527
+ inAverageCart: true,
2528
+ isBack: false,
2529
+ price: null,
2530
+ isCatalog: false,
2531
+ hidden: false,
2532
+ isComplementary: false,
2396
2533
  signaturePosition: '400,54,569,90',
2397
- signaturePage: 7
2534
+ signaturePage: 7,
2535
+ point: 0
2398
2536
  },
2399
2537
  COMPTA_MICRO_EXPRESS: {
2400
2538
  id: 186,
2401
2539
  name: 'Compta Micro Express',
2402
- isComptable: 1,
2403
- isJuridique: 0,
2404
- isSocial: 0,
2405
- isAttestation: 0,
2406
- inAverageCart: 1,
2407
- isBack: 1,
2408
- price: null,
2409
- isCatalog: 0,
2410
- hidden: 0,
2411
- isComplementary: 0,
2540
+ isComptable: true,
2541
+ isJuridique: false,
2542
+ isSocial: false,
2543
+ isAttestation: false,
2544
+ inAverageCart: true,
2545
+ isBack: true,
2546
+ price: null,
2547
+ isCatalog: false,
2548
+ hidden: false,
2549
+ isComplementary: false,
2412
2550
  signaturePosition: '400,54,569,90',
2413
- signaturePage: 7
2551
+ signaturePage: 7,
2552
+ point: 0
2414
2553
  },
2415
2554
  COMPTA_SCI: {
2416
2555
  id: 187,
2417
2556
  name: 'Compta SCI',
2418
- isComptable: 1,
2419
- isJuridique: 0,
2420
- isSocial: 0,
2421
- isAttestation: 0,
2422
- inAverageCart: 1,
2423
- isBack: 0,
2424
- price: null,
2425
- isCatalog: 0,
2426
- hidden: 0,
2427
- isComplementary: 0,
2557
+ isComptable: true,
2558
+ isJuridique: false,
2559
+ isSocial: false,
2560
+ isAttestation: false,
2561
+ inAverageCart: true,
2562
+ isBack: false,
2563
+ price: null,
2564
+ isCatalog: false,
2565
+ hidden: false,
2566
+ isComplementary: false,
2428
2567
  signaturePosition: '400,54,569,90',
2429
- signaturePage: 6
2568
+ signaturePage: 6,
2569
+ point: 0
2430
2570
  },
2431
2571
  COMPTA_SCI_EXPRESS: {
2432
2572
  id: 188,
2433
2573
  name: 'Compta SCI Express',
2434
- isComptable: 1,
2435
- isJuridique: 0,
2436
- isSocial: 0,
2437
- isAttestation: 0,
2438
- inAverageCart: 1,
2439
- isBack: 1,
2440
- price: null,
2441
- isCatalog: 0,
2442
- hidden: 0,
2443
- isComplementary: 0,
2574
+ isComptable: true,
2575
+ isJuridique: false,
2576
+ isSocial: false,
2577
+ isAttestation: false,
2578
+ inAverageCart: true,
2579
+ isBack: true,
2580
+ price: null,
2581
+ isCatalog: false,
2582
+ hidden: false,
2583
+ isComplementary: false,
2444
2584
  signaturePosition: '400,54,569,90',
2445
- signaturePage: 6
2585
+ signaturePage: 6,
2586
+ point: 0
2446
2587
  },
2447
2588
  BILAN_PREVISIONNEL: {
2448
2589
  id: 189,
2449
2590
  name: 'Bilan prévisionnel',
2450
- isComptable: 1,
2451
- isJuridique: 0,
2452
- isSocial: 0,
2453
- isAttestation: 0,
2454
- inAverageCart: 1,
2455
- isBack: 0,
2591
+ isComptable: true,
2592
+ isJuridique: false,
2593
+ isSocial: false,
2594
+ isAttestation: false,
2595
+ inAverageCart: true,
2596
+ isBack: false,
2456
2597
  price: 239,
2457
- isCatalog: 1,
2458
- hidden: 0,
2459
- isComplementary: 0,
2598
+ isCatalog: true,
2599
+ hidden: false,
2600
+ isComplementary: false,
2460
2601
  signaturePosition: '400,54,569,90',
2461
- signaturePage: 5
2602
+ signaturePage: 5,
2603
+ point: 0
2462
2604
  },
2463
2605
  ATTESTATION_1: {
2464
2606
  id: 190,
2465
2607
  name: 'Attestation',
2466
- isComptable: 1,
2467
- isJuridique: 0,
2468
- isSocial: 0,
2469
- isAttestation: 1,
2470
- inAverageCart: 0,
2471
- isBack: 0,
2608
+ isComptable: true,
2609
+ isJuridique: false,
2610
+ isSocial: false,
2611
+ isAttestation: true,
2612
+ inAverageCart: false,
2613
+ isBack: false,
2472
2614
  price: null,
2473
- isCatalog: 1,
2474
- hidden: 0,
2475
- isComplementary: 0,
2615
+ isCatalog: true,
2616
+ hidden: false,
2617
+ isComplementary: false,
2476
2618
  signaturePosition: null,
2477
- signaturePage: null
2619
+ signaturePage: null,
2620
+ point: 0
2478
2621
  },
2479
2622
  DEMANDE_CREATION_SOCIETE_SUPPLEMENTAIRE: {
2480
2623
  id: 191,
2481
2624
  name: 'Demande de création de société supplémentaire',
2482
- isComptable: 0,
2483
- isJuridique: 1,
2484
- isSocial: 0,
2485
- isAttestation: 0,
2486
- inAverageCart: 0,
2487
- isBack: 0,
2625
+ isComptable: false,
2626
+ isJuridique: true,
2627
+ isSocial: false,
2628
+ isAttestation: false,
2629
+ inAverageCart: false,
2630
+ isBack: false,
2488
2631
  price: null,
2489
- isCatalog: 0,
2490
- hidden: 0,
2491
- isComplementary: 0,
2632
+ isCatalog: false,
2633
+ hidden: false,
2634
+ isComplementary: false,
2492
2635
  signaturePosition: null,
2493
- signaturePage: null
2636
+ signaturePage: null,
2637
+ point: 0
2494
2638
  },
2495
2639
  DISSOLUTION_LIQUIDATION: {
2496
2640
  id: 192,
2497
2641
  name: 'Dissolution Liquidation',
2498
- isComptable: 0,
2499
- isJuridique: 1,
2500
- isSocial: 0,
2501
- isAttestation: 0,
2502
- inAverageCart: 0,
2503
- isBack: 0,
2642
+ isComptable: false,
2643
+ isJuridique: true,
2644
+ isSocial: false,
2645
+ isAttestation: false,
2646
+ inAverageCart: false,
2647
+ isBack: false,
2504
2648
  price: null,
2505
- isCatalog: 0,
2506
- hidden: 0,
2507
- isComplementary: 0,
2649
+ isCatalog: false,
2650
+ hidden: false,
2651
+ isComplementary: false,
2508
2652
  signaturePosition: null,
2509
- signaturePage: null
2653
+ signaturePage: null,
2654
+ point: 0
2510
2655
  },
2511
2656
  ELIGIBILITE_FONDS_DE_SOLIDARITE: {
2512
2657
  id: 193,
2513
2658
  name: 'Eligibilité fonds de solidarité',
2514
- isComptable: 0,
2515
- isJuridique: 0,
2516
- isSocial: 1,
2517
- isAttestation: 0,
2518
- inAverageCart: 0,
2519
- isBack: 0,
2659
+ isComptable: false,
2660
+ isJuridique: false,
2661
+ isSocial: true,
2662
+ isAttestation: false,
2663
+ inAverageCart: false,
2664
+ isBack: false,
2520
2665
  price: null,
2521
- isCatalog: 1,
2522
- hidden: 1,
2523
- isComplementary: 0,
2666
+ isCatalog: true,
2667
+ hidden: true,
2668
+ isComplementary: false,
2524
2669
  signaturePosition: null,
2525
- signaturePage: null
2670
+ signaturePage: null,
2671
+ point: 0
2526
2672
  },
2527
2673
  COMPTA_STARTER_PRO: {
2528
2674
  id: 194,
2529
2675
  name: 'Compta Starter Pro',
2530
- isComptable: 1,
2531
- isJuridique: 0,
2532
- isSocial: 0,
2533
- isAttestation: 0,
2534
- inAverageCart: 1,
2535
- isBack: 0,
2536
- price: null,
2537
- isCatalog: 0,
2538
- hidden: 0,
2539
- isComplementary: 0,
2676
+ isComptable: true,
2677
+ isJuridique: false,
2678
+ isSocial: false,
2679
+ isAttestation: false,
2680
+ inAverageCart: true,
2681
+ isBack: false,
2682
+ price: null,
2683
+ isCatalog: false,
2684
+ hidden: false,
2685
+ isComplementary: false,
2540
2686
  signaturePosition: '400,54,569,90',
2541
- signaturePage: 7
2687
+ signaturePage: 7,
2688
+ point: 0
2542
2689
  },
2543
2690
  COMPTA_STARTER_ENTREPRISE: {
2544
2691
  id: 195,
2545
2692
  name: 'Compta Starter Entreprise',
2546
- isComptable: 1,
2547
- isJuridique: 0,
2548
- isSocial: 0,
2549
- isAttestation: 0,
2550
- inAverageCart: 1,
2551
- isBack: 0,
2552
- price: null,
2553
- isCatalog: 0,
2554
- hidden: 0,
2555
- isComplementary: 0,
2693
+ isComptable: true,
2694
+ isJuridique: false,
2695
+ isSocial: false,
2696
+ isAttestation: false,
2697
+ inAverageCart: true,
2698
+ isBack: false,
2699
+ price: null,
2700
+ isCatalog: false,
2701
+ hidden: false,
2702
+ isComplementary: false,
2556
2703
  signaturePosition: '400,54,569,90',
2557
- signaturePage: 7
2704
+ signaturePage: 7,
2705
+ point: 0
2558
2706
  },
2559
2707
  ABO_STRIPE: {
2560
2708
  id: 196,
2561
2709
  name: 'Abonnement Stripe',
2562
- isComptable: 1,
2563
- isJuridique: 0,
2564
- isSocial: 0,
2565
- isAttestation: 0,
2566
- inAverageCart: 1,
2567
- isBack: 0,
2710
+ isComptable: true,
2711
+ isJuridique: false,
2712
+ isSocial: false,
2713
+ isAttestation: false,
2714
+ inAverageCart: true,
2715
+ isBack: false,
2568
2716
  price: null,
2569
- isCatalog: 0,
2570
- hidden: 1,
2571
- isComplementary: 0,
2717
+ isCatalog: false,
2718
+ hidden: true,
2719
+ isComplementary: false,
2572
2720
  signaturePosition: null,
2573
- signaturePage: null
2721
+ signaturePage: null,
2722
+ point: 0
2574
2723
  },
2575
2724
  COMPTA_POURCENTAGE: {
2576
2725
  id: 197,
2577
2726
  name: 'Compta Pourcentage',
2578
- isComptable: 1,
2579
- isJuridique: 0,
2580
- isSocial: 0,
2581
- isAttestation: 0,
2582
- inAverageCart: 1,
2583
- isBack: 0,
2584
- price: null,
2585
- isCatalog: 0,
2586
- hidden: 0,
2587
- isComplementary: 0,
2727
+ isComptable: true,
2728
+ isJuridique: false,
2729
+ isSocial: false,
2730
+ isAttestation: false,
2731
+ inAverageCart: true,
2732
+ isBack: false,
2733
+ price: null,
2734
+ isCatalog: false,
2735
+ hidden: false,
2736
+ isComplementary: false,
2588
2737
  signaturePosition: '400,54,569,90',
2589
- signaturePage: 7
2738
+ signaturePage: 7,
2739
+ point: 0
2590
2740
  },
2591
2741
  COMPTA_PRO_COMPTASTART: {
2592
2742
  id: 198,
2593
2743
  name: 'Compta Pro Comptastart',
2594
- isComptable: 1,
2595
- isJuridique: 0,
2596
- isSocial: 0,
2597
- isAttestation: 0,
2598
- inAverageCart: 1,
2599
- isBack: 0,
2600
- price: null,
2601
- isCatalog: 0,
2602
- hidden: 0,
2603
- isComplementary: 0,
2744
+ isComptable: true,
2745
+ isJuridique: false,
2746
+ isSocial: false,
2747
+ isAttestation: false,
2748
+ inAverageCart: true,
2749
+ isBack: false,
2750
+ price: null,
2751
+ isCatalog: false,
2752
+ hidden: false,
2753
+ isComplementary: false,
2604
2754
  signaturePosition: '400,54,569,90',
2605
- signaturePage: 5
2755
+ signaturePage: 5,
2756
+ point: 0
2606
2757
  },
2607
2758
  COMPTA_PRO_COMPTASTART_EXPRESS: {
2608
2759
  id: 199,
2609
2760
  name: 'Compta Pro Comptastart Express',
2610
- isComptable: 1,
2611
- isJuridique: 0,
2612
- isSocial: 0,
2613
- isAttestation: 0,
2614
- inAverageCart: 1,
2615
- isBack: 1,
2616
- price: null,
2617
- isCatalog: 0,
2618
- hidden: 0,
2619
- isComplementary: 0,
2761
+ isComptable: true,
2762
+ isJuridique: false,
2763
+ isSocial: false,
2764
+ isAttestation: false,
2765
+ inAverageCart: true,
2766
+ isBack: true,
2767
+ price: null,
2768
+ isCatalog: false,
2769
+ hidden: false,
2770
+ isComplementary: false,
2620
2771
  signaturePosition: '400,54,569,90',
2621
- signaturePage: 5
2772
+ signaturePage: 5,
2773
+ point: 0
2622
2774
  },
2623
2775
  ATTESTATION_NON_REMUNERATION_RECURRENTE: {
2624
2776
  id: 200,
2625
2777
  name: 'Attestation non remunération recurrente',
2626
- isComptable: 1,
2627
- isJuridique: 0,
2628
- isSocial: 0,
2629
- isAttestation: 1,
2630
- inAverageCart: 0,
2631
- isBack: 0,
2778
+ isComptable: true,
2779
+ isJuridique: false,
2780
+ isSocial: false,
2781
+ isAttestation: true,
2782
+ inAverageCart: false,
2783
+ isBack: false,
2632
2784
  price: null,
2633
- isCatalog: 1,
2634
- hidden: 0,
2635
- isComplementary: 0,
2785
+ isCatalog: true,
2786
+ hidden: false,
2787
+ isComplementary: false,
2636
2788
  signaturePosition: null,
2637
- signaturePage: null
2789
+ signaturePage: null,
2790
+ point: 0
2638
2791
  },
2639
2792
  COMPTA_BASIC: {
2640
2793
  id: 201,
2641
2794
  name: 'Compta Basic',
2642
- isComptable: 1,
2643
- isJuridique: 0,
2644
- isSocial: 0,
2645
- isAttestation: 0,
2646
- inAverageCart: 1,
2647
- isBack: 0,
2648
- price: null,
2649
- isCatalog: 0,
2650
- hidden: 0,
2651
- isComplementary: 0,
2795
+ isComptable: true,
2796
+ isJuridique: false,
2797
+ isSocial: false,
2798
+ isAttestation: false,
2799
+ inAverageCart: true,
2800
+ isBack: false,
2801
+ price: null,
2802
+ isCatalog: false,
2803
+ hidden: false,
2804
+ isComplementary: false,
2652
2805
  signaturePosition: '400,54,569,90',
2653
- signaturePage: 7
2806
+ signaturePage: 7,
2807
+ point: 0
2654
2808
  },
2655
2809
  COMPTA_PREMIUM: {
2656
2810
  id: 202,
2657
2811
  name: 'Compta Premium',
2658
- isComptable: 1,
2659
- isJuridique: 0,
2660
- isSocial: 0,
2661
- isAttestation: 0,
2662
- inAverageCart: 1,
2663
- isBack: 0,
2664
- price: null,
2665
- isCatalog: 0,
2666
- hidden: 0,
2667
- isComplementary: 0,
2812
+ isComptable: true,
2813
+ isJuridique: false,
2814
+ isSocial: false,
2815
+ isAttestation: false,
2816
+ inAverageCart: true,
2817
+ isBack: false,
2818
+ price: null,
2819
+ isCatalog: false,
2820
+ hidden: false,
2821
+ isComplementary: false,
2668
2822
  signaturePosition: '400,54,569,90',
2669
- signaturePage: 7
2823
+ signaturePage: 7,
2824
+ point: 0
2670
2825
  },
2671
2826
  COMPTA_BUSINESS: {
2672
2827
  id: 203,
2673
2828
  name: 'Compta Business',
2674
- isComptable: 1,
2675
- isJuridique: 0,
2676
- isSocial: 0,
2677
- isAttestation: 0,
2678
- inAverageCart: 1,
2679
- isBack: 0,
2680
- price: null,
2681
- isCatalog: 0,
2682
- hidden: 0,
2683
- isComplementary: 0,
2829
+ isComptable: true,
2830
+ isJuridique: false,
2831
+ isSocial: false,
2832
+ isAttestation: false,
2833
+ inAverageCart: true,
2834
+ isBack: false,
2835
+ price: null,
2836
+ isCatalog: false,
2837
+ hidden: false,
2838
+ isComplementary: false,
2684
2839
  signaturePosition: '400,54,569,90',
2685
- signaturePage: 7
2840
+ signaturePage: 7,
2841
+ point: 0
2686
2842
  },
2687
2843
  DOCUMENT_DE_SORTIE: {
2688
2844
  id: 204,
2689
2845
  name: 'Document de sortie',
2690
- isComptable: 0,
2691
- isJuridique: 0,
2692
- isSocial: 1,
2693
- isAttestation: 0,
2694
- inAverageCart: 0,
2695
- isBack: 0,
2846
+ isComptable: false,
2847
+ isJuridique: false,
2848
+ isSocial: true,
2849
+ isAttestation: false,
2850
+ inAverageCart: false,
2851
+ isBack: false,
2696
2852
  price: 0,
2697
- isCatalog: 1,
2698
- hidden: 0,
2699
- isComplementary: 0,
2853
+ isCatalog: true,
2854
+ hidden: false,
2855
+ isComplementary: false,
2700
2856
  signaturePosition: null,
2701
- signaturePage: null
2857
+ signaturePage: null,
2858
+ point: 0
2702
2859
  },
2703
2860
  COMPTA_POURCENTAGE_PREMIUM: {
2704
2861
  id: 205,
2705
2862
  name: 'Compta Pourcentage Premium',
2706
- isComptable: 1,
2707
- isJuridique: 0,
2708
- isSocial: 0,
2709
- isAttestation: 0,
2710
- inAverageCart: 1,
2711
- isBack: 0,
2712
- price: null,
2713
- isCatalog: 0,
2714
- hidden: 0,
2715
- isComplementary: 0,
2863
+ isComptable: true,
2864
+ isJuridique: false,
2865
+ isSocial: false,
2866
+ isAttestation: false,
2867
+ inAverageCart: true,
2868
+ isBack: false,
2869
+ price: null,
2870
+ isCatalog: false,
2871
+ hidden: false,
2872
+ isComplementary: false,
2716
2873
  signaturePosition: '400,54,569,90',
2717
- signaturePage: 7
2874
+ signaturePage: 7,
2875
+ point: 0
2718
2876
  },
2719
2877
  DECLARATION_IR: {
2720
2878
  id: 206,
2721
2879
  name: 'Déclaration d\'IR',
2722
- isComptable: 1,
2723
- isJuridique: 0,
2724
- isSocial: 0,
2725
- isAttestation: 0,
2726
- inAverageCart: 0,
2727
- isBack: 0,
2728
- price: null,
2729
- isCatalog: 1,
2730
- hidden: 0,
2731
- isComplementary: 0,
2880
+ isComptable: true,
2881
+ isJuridique: false,
2882
+ isSocial: false,
2883
+ isAttestation: false,
2884
+ inAverageCart: false,
2885
+ isBack: false,
2886
+ price: null,
2887
+ isCatalog: true,
2888
+ hidden: false,
2889
+ isComplementary: false,
2732
2890
  signaturePosition: '400,54,569,90',
2733
- signaturePage: null
2891
+ signaturePage: null,
2892
+ point: 0
2734
2893
  },
2735
2894
  COMPTA_POURCENTAGE_EXPRESS: {
2736
2895
  id: 207,
2737
2896
  name: 'Compta Pourcentage Express',
2738
- isComptable: 1,
2739
- isJuridique: 0,
2740
- isSocial: 0,
2741
- isAttestation: 0,
2742
- inAverageCart: 1,
2743
- isBack: 1,
2744
- price: null,
2745
- isCatalog: 0,
2746
- hidden: 0,
2747
- isComplementary: 0,
2897
+ isComptable: true,
2898
+ isJuridique: false,
2899
+ isSocial: false,
2900
+ isAttestation: false,
2901
+ inAverageCart: true,
2902
+ isBack: true,
2903
+ price: null,
2904
+ isCatalog: false,
2905
+ hidden: false,
2906
+ isComplementary: false,
2748
2907
  signaturePosition: '400,54,569,90',
2749
- signaturePage: 7
2908
+ signaturePage: 7,
2909
+ point: 0
2750
2910
  },
2751
2911
  COMPTA_POURCENTAGE_PREMIUM_EXPRESS: {
2752
2912
  id: 208,
2753
2913
  name: 'Compta Pourcentage Premium Express',
2754
- isComptable: 1,
2755
- isJuridique: 0,
2756
- isSocial: 0,
2757
- isAttestation: 0,
2758
- inAverageCart: 1,
2759
- isBack: 1,
2760
- price: null,
2761
- isCatalog: 0,
2762
- hidden: 0,
2763
- isComplementary: 0,
2914
+ isComptable: true,
2915
+ isJuridique: false,
2916
+ isSocial: false,
2917
+ isAttestation: false,
2918
+ inAverageCart: true,
2919
+ isBack: true,
2920
+ price: null,
2921
+ isCatalog: false,
2922
+ hidden: false,
2923
+ isComplementary: false,
2764
2924
  signaturePosition: '400,54,569,90',
2765
- signaturePage: 7
2925
+ signaturePage: 7,
2926
+ point: 0
2766
2927
  },
2767
2928
  ANNONCE_LEGALE: {
2768
2929
  id: 209,
2769
2930
  name: 'Annonces légales',
2770
- isComptable: 0,
2771
- isJuridique: 1,
2772
- isSocial: 0,
2773
- isAttestation: 0,
2774
- inAverageCart: 0,
2775
- isBack: 0,
2776
- price: null,
2777
- isCatalog: 0,
2778
- hidden: 0,
2779
- isComplementary: 0,
2931
+ isComptable: false,
2932
+ isJuridique: true,
2933
+ isSocial: false,
2934
+ isAttestation: false,
2935
+ inAverageCart: false,
2936
+ isBack: false,
2937
+ price: null,
2938
+ isCatalog: false,
2939
+ hidden: false,
2940
+ isComplementary: false,
2780
2941
  signaturePosition: '400,54,569,90',
2781
- signaturePage: 7
2942
+ signaturePage: 7,
2943
+ point: 0
2782
2944
  },
2783
2945
  FRAIS_DE_GREFFE: {
2784
2946
  id: 210,
2785
2947
  name: 'Frais de greffe',
2786
- isComptable: 0,
2787
- isJuridique: 1,
2788
- isSocial: 0,
2789
- isAttestation: 0,
2790
- inAverageCart: 0,
2791
- isBack: 0,
2792
- price: null,
2793
- isCatalog: 0,
2794
- hidden: 0,
2795
- isComplementary: 0,
2948
+ isComptable: false,
2949
+ isJuridique: true,
2950
+ isSocial: false,
2951
+ isAttestation: false,
2952
+ inAverageCart: false,
2953
+ isBack: false,
2954
+ price: null,
2955
+ isCatalog: false,
2956
+ hidden: false,
2957
+ isComplementary: false,
2796
2958
  signaturePosition: '',
2797
- signaturePage: 0
2959
+ signaturePage: 0,
2960
+ point: 0
2798
2961
  }
2799
2962
  };
2800
2963
  //# sourceMappingURL=PrestationType.js.map