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