@silexpert/core 1.1.196 → 1.1.198

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 (154) hide show
  1. package/dist/cjs/api/resources/Exercice.d.ts +2 -1
  2. package/dist/cjs/api/resources/Exercice.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/Exercice.js +3 -0
  4. package/dist/cjs/api/resources/Exercice.js.map +1 -1
  5. package/dist/cjs/api/resources/PaymentExpectation.d.ts +2 -1
  6. package/dist/cjs/api/resources/PaymentExpectation.d.ts.map +1 -1
  7. package/dist/cjs/api/resources/PaymentExpectation.js +3 -0
  8. package/dist/cjs/api/resources/PaymentExpectation.js.map +1 -1
  9. package/dist/cjs/api/resources/UserSpecialDay.d.ts +10 -0
  10. package/dist/cjs/api/resources/UserSpecialDay.d.ts.map +1 -0
  11. package/dist/cjs/api/resources/UserSpecialDay.js +23 -0
  12. package/dist/cjs/api/resources/UserSpecialDay.js.map +1 -0
  13. package/dist/cjs/api/resources.d.ts +2 -0
  14. package/dist/cjs/api/resources.d.ts.map +1 -1
  15. package/dist/cjs/api/resources.js +2 -0
  16. package/dist/cjs/api/resources.js.map +1 -1
  17. package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts +22 -0
  18. package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -1
  19. package/dist/cjs/types/Enum/PriceGridPourcentage.js +756 -12
  20. package/dist/cjs/types/Enum/PriceGridPourcentage.js.map +1 -1
  21. package/dist/cjs/types/Enum/PriceGridStatutsExpress.d.ts +13 -0
  22. package/dist/cjs/types/Enum/PriceGridStatutsExpress.d.ts.map +1 -0
  23. package/dist/cjs/types/Enum/PriceGridStatutsExpress.js +36 -0
  24. package/dist/cjs/types/Enum/PriceGridStatutsExpress.js.map +1 -0
  25. package/dist/cjs/types/Enum/SpecialDayType.d.ts +4 -0
  26. package/dist/cjs/types/Enum/SpecialDayType.d.ts.map +1 -0
  27. package/dist/cjs/types/Enum/SpecialDayType.js +8 -0
  28. package/dist/cjs/types/Enum/SpecialDayType.js.map +1 -0
  29. package/dist/cjs/types/Interface/api/exercice/{CreateExercice.d.ts → Create.d.ts} +12 -1
  30. package/dist/cjs/types/Interface/api/exercice/Create.d.ts.map +1 -0
  31. package/dist/cjs/types/Interface/api/exercice/{CreateExercice.js → Create.js} +57 -2
  32. package/dist/cjs/types/Interface/api/exercice/Create.js.map +1 -0
  33. package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts +11 -0
  34. package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts.map +1 -0
  35. package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js +58 -0
  36. package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js.map +1 -0
  37. package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.d.ts +1 -0
  38. package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.d.ts.map +1 -1
  39. package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.js +6 -0
  40. package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.js.map +1 -1
  41. package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts +14 -0
  42. package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts.map +1 -0
  43. package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js +63 -0
  44. package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js.map +1 -0
  45. package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts +8 -0
  46. package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts.map +1 -0
  47. package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js +41 -0
  48. package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js.map +1 -0
  49. package/dist/cjs/types/Interface/models/IPaymentExpectation.d.ts +4 -3
  50. package/dist/cjs/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  51. package/dist/cjs/types/Interface/models/IPaymentExpectation.js.map +1 -1
  52. package/dist/cjs/types/Interface/models/IPaymentExpectationCustomer.d.ts +2 -0
  53. package/dist/cjs/types/Interface/models/IPaymentExpectationCustomer.d.ts.map +1 -1
  54. package/dist/cjs/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -1
  55. package/dist/cjs/types/Interface/models/IUserSpecialDay.d.ts +14 -0
  56. package/dist/cjs/types/Interface/models/IUserSpecialDay.d.ts.map +1 -0
  57. package/dist/cjs/types/Interface/models/IUserSpecialDay.js +3 -0
  58. package/dist/cjs/types/Interface/models/IUserSpecialDay.js.map +1 -0
  59. package/dist/cjs/types/index.d.ts +6 -1
  60. package/dist/cjs/types/index.d.ts.map +1 -1
  61. package/dist/cjs/types/index.js +6 -1
  62. package/dist/cjs/types/index.js.map +1 -1
  63. package/dist/cjs/utils/prestation.d.ts +2 -2
  64. package/dist/cjs/utils/prestation.d.ts.map +1 -1
  65. package/dist/cjs/utils/prestation.js +16 -8
  66. package/dist/cjs/utils/prestation.js.map +1 -1
  67. package/dist/mjs/api/resources/Exercice.d.ts +2 -1
  68. package/dist/mjs/api/resources/Exercice.d.ts.map +1 -1
  69. package/dist/mjs/api/resources/Exercice.js +3 -0
  70. package/dist/mjs/api/resources/Exercice.js.map +1 -1
  71. package/dist/mjs/api/resources/PaymentExpectation.d.ts +2 -1
  72. package/dist/mjs/api/resources/PaymentExpectation.d.ts.map +1 -1
  73. package/dist/mjs/api/resources/PaymentExpectation.js +3 -0
  74. package/dist/mjs/api/resources/PaymentExpectation.js.map +1 -1
  75. package/dist/mjs/api/resources/UserSpecialDay.d.ts +10 -0
  76. package/dist/mjs/api/resources/UserSpecialDay.d.ts.map +1 -0
  77. package/dist/mjs/api/resources/UserSpecialDay.js +24 -0
  78. package/dist/mjs/api/resources/UserSpecialDay.js.map +1 -0
  79. package/dist/mjs/api/resources.d.ts +2 -0
  80. package/dist/mjs/api/resources.d.ts.map +1 -1
  81. package/dist/mjs/api/resources.js +2 -0
  82. package/dist/mjs/api/resources.js.map +1 -1
  83. package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts +22 -0
  84. package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -1
  85. package/dist/mjs/types/Enum/PriceGridPourcentage.js +756 -12
  86. package/dist/mjs/types/Enum/PriceGridPourcentage.js.map +1 -1
  87. package/dist/mjs/types/Enum/PriceGridStatutsExpress.d.ts +13 -0
  88. package/dist/mjs/types/Enum/PriceGridStatutsExpress.d.ts.map +1 -0
  89. package/dist/mjs/types/Enum/PriceGridStatutsExpress.js +33 -0
  90. package/dist/mjs/types/Enum/PriceGridStatutsExpress.js.map +1 -0
  91. package/dist/mjs/types/Enum/SpecialDayType.d.ts +4 -0
  92. package/dist/mjs/types/Enum/SpecialDayType.d.ts.map +1 -0
  93. package/dist/mjs/types/Enum/SpecialDayType.js +5 -0
  94. package/dist/mjs/types/Enum/SpecialDayType.js.map +1 -0
  95. package/dist/mjs/types/Interface/api/exercice/{CreateExercice.d.ts → Create.d.ts} +12 -1
  96. package/dist/mjs/types/Interface/api/exercice/Create.d.ts.map +1 -0
  97. package/dist/mjs/types/Interface/api/exercice/{CreateExercice.js → Create.js} +65 -2
  98. package/dist/mjs/types/Interface/api/exercice/Create.js.map +1 -0
  99. package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts +11 -0
  100. package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts.map +1 -0
  101. package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js +61 -0
  102. package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js.map +1 -0
  103. package/dist/mjs/types/Interface/api/society/QueryPaginatedSociety.d.ts +1 -0
  104. package/dist/mjs/types/Interface/api/society/QueryPaginatedSociety.d.ts.map +1 -1
  105. package/dist/mjs/types/Interface/api/society/QueryPaginatedSociety.js +8 -1
  106. package/dist/mjs/types/Interface/api/society/QueryPaginatedSociety.js.map +1 -1
  107. package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts +14 -0
  108. package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts.map +1 -0
  109. package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js +66 -0
  110. package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js.map +1 -0
  111. package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts +8 -0
  112. package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts.map +1 -0
  113. package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js +41 -0
  114. package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js.map +1 -0
  115. package/dist/mjs/types/Interface/models/IPaymentExpectation.d.ts +4 -3
  116. package/dist/mjs/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  117. package/dist/mjs/types/Interface/models/IPaymentExpectation.js.map +1 -1
  118. package/dist/mjs/types/Interface/models/IPaymentExpectationCustomer.d.ts +2 -0
  119. package/dist/mjs/types/Interface/models/IPaymentExpectationCustomer.d.ts.map +1 -1
  120. package/dist/mjs/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -1
  121. package/dist/mjs/types/Interface/models/IUserSpecialDay.d.ts +14 -0
  122. package/dist/mjs/types/Interface/models/IUserSpecialDay.d.ts.map +1 -0
  123. package/dist/mjs/types/Interface/models/IUserSpecialDay.js +2 -0
  124. package/dist/mjs/types/Interface/models/IUserSpecialDay.js.map +1 -0
  125. package/dist/mjs/types/index.d.ts +6 -1
  126. package/dist/mjs/types/index.d.ts.map +1 -1
  127. package/dist/mjs/types/index.js +6 -1
  128. package/dist/mjs/types/index.js.map +1 -1
  129. package/dist/mjs/utils/prestation.d.ts +2 -2
  130. package/dist/mjs/utils/prestation.d.ts.map +1 -1
  131. package/dist/mjs/utils/prestation.js +13 -5
  132. package/dist/mjs/utils/prestation.js.map +1 -1
  133. package/package.json +1 -1
  134. package/ts/api/resources/Exercice.ts +5 -1
  135. package/ts/api/resources/PaymentExpectation.ts +5 -1
  136. package/ts/api/resources/UserSpecialDay.ts +29 -0
  137. package/ts/api/resources.ts +2 -0
  138. package/ts/types/Enum/PriceGridPourcentage.ts +756 -12
  139. package/ts/types/Enum/PriceGridStatutsExpress.ts +34 -0
  140. package/ts/types/Enum/SpecialDayType.ts +3 -0
  141. package/ts/types/Interface/api/exercice/{CreateExercice.ts → Create.ts} +46 -1
  142. package/ts/types/Interface/api/paymentExpectation/CreatePaymentExpecation.ts +37 -0
  143. package/ts/types/Interface/api/society/QueryPaginatedSociety.ts +6 -1
  144. package/ts/types/Interface/api/userSpecialDay/BodyUserSpecialDay.ts +40 -0
  145. package/ts/types/Interface/api/userSpecialDay/QueryUserSpecialDay.ts +23 -0
  146. package/ts/types/Interface/models/IPaymentExpectation.ts +4 -3
  147. package/ts/types/Interface/models/IPaymentExpectationCustomer.ts +2 -0
  148. package/ts/types/Interface/models/IUserSpecialDay.ts +16 -0
  149. package/ts/types/index.ts +6 -1
  150. package/ts/utils/prestation.ts +18 -6
  151. package/dist/cjs/types/Interface/api/exercice/CreateExercice.d.ts.map +0 -1
  152. package/dist/cjs/types/Interface/api/exercice/CreateExercice.js.map +0 -1
  153. package/dist/mjs/types/Interface/api/exercice/CreateExercice.d.ts.map +0 -1
  154. package/dist/mjs/types/Interface/api/exercice/CreateExercice.js.map +0 -1
@@ -52,8 +52,28 @@ export const PriceGridPourcentage = [
52
52
  price: 399,
53
53
  },
54
54
  {
55
- turnoverValue: 1000000000000,
56
- price: 399,
55
+ turnoverValue: 2000000,
56
+ price: 529,
57
+ },
58
+ {
59
+ turnoverValue: 2500000,
60
+ price: 579,
61
+ },
62
+ {
63
+ turnoverValue: 3000000,
64
+ price: 639,
65
+ },
66
+ {
67
+ turnoverValue: 3500000,
68
+ price: 689,
69
+ },
70
+ {
71
+ turnoverValue: 4000000,
72
+ price: 739,
73
+ },
74
+ {
75
+ turnoverValue: 4500000,
76
+ price: 819,
57
77
  },
58
78
  ],
59
79
  vatRegimeMonthly: [
@@ -135,6 +155,110 @@ export const PriceGridPourcentage = [
135
155
  },
136
156
  ],
137
157
  },
158
+ {
159
+ /* Prévisionnel */
160
+ idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
161
+ turnoverCreatedYear: [
162
+ {
163
+ turnoverValue: 250000,
164
+ price: 399,
165
+ },
166
+ {
167
+ turnoverValue: 450000,
168
+ price: 499,
169
+ },
170
+ {
171
+ turnoverValue: 750000,
172
+ price: 599,
173
+ },
174
+ {
175
+ turnoverValue: 900000,
176
+ price: 899,
177
+ },
178
+ {
179
+ turnoverValue: 1200000,
180
+ price: 1300,
181
+ },
182
+ {
183
+ turnoverValue: 1600000,
184
+ price: 1500,
185
+ },
186
+ {
187
+ turnoverValue: 2200000,
188
+ price: 1800,
189
+ },
190
+ {
191
+ turnoverValue: 2500000,
192
+ price: 2000,
193
+ },
194
+ {
195
+ turnoverValue: 3000000,
196
+ price: 2300,
197
+ },
198
+ {
199
+ turnoverValue: 3500000,
200
+ price: 2600,
201
+ },
202
+ {
203
+ turnoverValue: 4000000,
204
+ price: 2900,
205
+ },
206
+ {
207
+ turnoverValue: 4500000,
208
+ price: 3200,
209
+ },
210
+ ],
211
+ turnoverPastYear: [
212
+ {
213
+ turnoverValue: 250000,
214
+ price: 499,
215
+ },
216
+ {
217
+ turnoverValue: 450000,
218
+ price: 599,
219
+ },
220
+ {
221
+ turnoverValue: 750000,
222
+ price: 699,
223
+ },
224
+ {
225
+ turnoverValue: 900000,
226
+ price: 999,
227
+ },
228
+ {
229
+ turnoverValue: 1200000,
230
+ price: 1400,
231
+ },
232
+ {
233
+ turnoverValue: 1600000,
234
+ price: 1700,
235
+ },
236
+ {
237
+ turnoverValue: 2200000,
238
+ price: 2000,
239
+ },
240
+ {
241
+ turnoverValue: 2500000,
242
+ price: 2200,
243
+ },
244
+ {
245
+ turnoverValue: 3000000,
246
+ price: 2500,
247
+ },
248
+ {
249
+ turnoverValue: 3500000,
250
+ price: 2800,
251
+ },
252
+ {
253
+ turnoverValue: 4000000,
254
+ price: 3100,
255
+ },
256
+ {
257
+ turnoverValue: 4500000,
258
+ price: 3300,
259
+ },
260
+ ],
261
+ },
138
262
  {
139
263
  /* Gestion Juridique */
140
264
  idPrestationList: [PrestationType.GESTION_JURIDIQUE],
@@ -238,8 +362,28 @@ export const PriceGridPourcentage = [
238
362
  price: 399,
239
363
  },
240
364
  {
241
- turnoverValue: 1000000000000,
242
- price: 399,
365
+ turnoverValue: 2000000,
366
+ price: 529,
367
+ },
368
+ {
369
+ turnoverValue: 2500000,
370
+ price: 579,
371
+ },
372
+ {
373
+ turnoverValue: 3000000,
374
+ price: 639,
375
+ },
376
+ {
377
+ turnoverValue: 3500000,
378
+ price: 689,
379
+ },
380
+ {
381
+ turnoverValue: 4000000,
382
+ price: 739,
383
+ },
384
+ {
385
+ turnoverValue: 4500000,
386
+ price: 819,
243
387
  },
244
388
  ],
245
389
  vatRegimeMonthly: [
@@ -321,6 +465,110 @@ export const PriceGridPourcentage = [
321
465
  },
322
466
  ],
323
467
  },
468
+ {
469
+ /* Prévisionnel */
470
+ idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
471
+ turnoverCreatedYear: [
472
+ {
473
+ turnoverValue: 250000,
474
+ price: 399,
475
+ },
476
+ {
477
+ turnoverValue: 450000,
478
+ price: 499,
479
+ },
480
+ {
481
+ turnoverValue: 750000,
482
+ price: 599,
483
+ },
484
+ {
485
+ turnoverValue: 900000,
486
+ price: 899,
487
+ },
488
+ {
489
+ turnoverValue: 1200000,
490
+ price: 1300,
491
+ },
492
+ {
493
+ turnoverValue: 1600000,
494
+ price: 1500,
495
+ },
496
+ {
497
+ turnoverValue: 2200000,
498
+ price: 1800,
499
+ },
500
+ {
501
+ turnoverValue: 2500000,
502
+ price: 2000,
503
+ },
504
+ {
505
+ turnoverValue: 3000000,
506
+ price: 2300,
507
+ },
508
+ {
509
+ turnoverValue: 3500000,
510
+ price: 2600,
511
+ },
512
+ {
513
+ turnoverValue: 4000000,
514
+ price: 2900,
515
+ },
516
+ {
517
+ turnoverValue: 4500000,
518
+ price: 3200,
519
+ },
520
+ ],
521
+ turnoverPastYear: [
522
+ {
523
+ turnoverValue: 250000,
524
+ price: 499,
525
+ },
526
+ {
527
+ turnoverValue: 450000,
528
+ price: 599,
529
+ },
530
+ {
531
+ turnoverValue: 750000,
532
+ price: 699,
533
+ },
534
+ {
535
+ turnoverValue: 900000,
536
+ price: 999,
537
+ },
538
+ {
539
+ turnoverValue: 1200000,
540
+ price: 1400,
541
+ },
542
+ {
543
+ turnoverValue: 1600000,
544
+ price: 1700,
545
+ },
546
+ {
547
+ turnoverValue: 2200000,
548
+ price: 2000,
549
+ },
550
+ {
551
+ turnoverValue: 2500000,
552
+ price: 2200,
553
+ },
554
+ {
555
+ turnoverValue: 3000000,
556
+ price: 2500,
557
+ },
558
+ {
559
+ turnoverValue: 3500000,
560
+ price: 2800,
561
+ },
562
+ {
563
+ turnoverValue: 4000000,
564
+ price: 3100,
565
+ },
566
+ {
567
+ turnoverValue: 4500000,
568
+ price: 3300,
569
+ },
570
+ ],
571
+ },
324
572
  {
325
573
  /* Gestion Juridique */
326
574
  idPrestationList: [PrestationType.GESTION_JURIDIQUE],
@@ -424,8 +672,28 @@ export const PriceGridPourcentage = [
424
672
  price: 399,
425
673
  },
426
674
  {
427
- turnoverValue: 1000000000000,
428
- price: 399,
675
+ turnoverValue: 2000000,
676
+ price: 529,
677
+ },
678
+ {
679
+ turnoverValue: 2500000,
680
+ price: 579,
681
+ },
682
+ {
683
+ turnoverValue: 3000000,
684
+ price: 639,
685
+ },
686
+ {
687
+ turnoverValue: 3500000,
688
+ price: 689,
689
+ },
690
+ {
691
+ turnoverValue: 4000000,
692
+ price: 739,
693
+ },
694
+ {
695
+ turnoverValue: 4500000,
696
+ price: 819,
429
697
  },
430
698
  ],
431
699
  vatRegimeMonthly: [
@@ -507,6 +775,110 @@ export const PriceGridPourcentage = [
507
775
  },
508
776
  ],
509
777
  },
778
+ {
779
+ /* Prévisionnel */
780
+ idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
781
+ turnoverCreatedYear: [
782
+ {
783
+ turnoverValue: 250000,
784
+ price: 399,
785
+ },
786
+ {
787
+ turnoverValue: 450000,
788
+ price: 499,
789
+ },
790
+ {
791
+ turnoverValue: 750000,
792
+ price: 599,
793
+ },
794
+ {
795
+ turnoverValue: 900000,
796
+ price: 899,
797
+ },
798
+ {
799
+ turnoverValue: 1200000,
800
+ price: 1300,
801
+ },
802
+ {
803
+ turnoverValue: 1600000,
804
+ price: 1500,
805
+ },
806
+ {
807
+ turnoverValue: 2200000,
808
+ price: 1800,
809
+ },
810
+ {
811
+ turnoverValue: 2500000,
812
+ price: 2000,
813
+ },
814
+ {
815
+ turnoverValue: 3000000,
816
+ price: 2300,
817
+ },
818
+ {
819
+ turnoverValue: 3500000,
820
+ price: 2600,
821
+ },
822
+ {
823
+ turnoverValue: 4000000,
824
+ price: 2900,
825
+ },
826
+ {
827
+ turnoverValue: 4500000,
828
+ price: 3200,
829
+ },
830
+ ],
831
+ turnoverPastYear: [
832
+ {
833
+ turnoverValue: 250000,
834
+ price: 499,
835
+ },
836
+ {
837
+ turnoverValue: 450000,
838
+ price: 599,
839
+ },
840
+ {
841
+ turnoverValue: 750000,
842
+ price: 699,
843
+ },
844
+ {
845
+ turnoverValue: 900000,
846
+ price: 999,
847
+ },
848
+ {
849
+ turnoverValue: 1200000,
850
+ price: 1400,
851
+ },
852
+ {
853
+ turnoverValue: 1600000,
854
+ price: 1700,
855
+ },
856
+ {
857
+ turnoverValue: 2200000,
858
+ price: 2000,
859
+ },
860
+ {
861
+ turnoverValue: 2500000,
862
+ price: 2200,
863
+ },
864
+ {
865
+ turnoverValue: 3000000,
866
+ price: 2500,
867
+ },
868
+ {
869
+ turnoverValue: 3500000,
870
+ price: 2800,
871
+ },
872
+ {
873
+ turnoverValue: 4000000,
874
+ price: 3100,
875
+ },
876
+ {
877
+ turnoverValue: 4500000,
878
+ price: 3300,
879
+ },
880
+ ],
881
+ },
510
882
  {
511
883
  /* Gestion Juridique */
512
884
  idPrestationList: [PrestationType.GESTION_JURIDIQUE],
@@ -610,8 +982,28 @@ export const PriceGridPourcentage = [
610
982
  price: 399,
611
983
  },
612
984
  {
613
- turnoverValue: 1000000000000,
614
- price: 399,
985
+ turnoverValue: 2000000,
986
+ price: 529,
987
+ },
988
+ {
989
+ turnoverValue: 2500000,
990
+ price: 579,
991
+ },
992
+ {
993
+ turnoverValue: 3000000,
994
+ price: 639,
995
+ },
996
+ {
997
+ turnoverValue: 3500000,
998
+ price: 689,
999
+ },
1000
+ {
1001
+ turnoverValue: 4000000,
1002
+ price: 739,
1003
+ },
1004
+ {
1005
+ turnoverValue: 4500000,
1006
+ price: 819,
615
1007
  },
616
1008
  ],
617
1009
  vatRegimeMonthly: [
@@ -693,6 +1085,110 @@ export const PriceGridPourcentage = [
693
1085
  },
694
1086
  ],
695
1087
  },
1088
+ {
1089
+ /* Prévisionnel */
1090
+ idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
1091
+ turnoverCreatedYear: [
1092
+ {
1093
+ turnoverValue: 250000,
1094
+ price: 399,
1095
+ },
1096
+ {
1097
+ turnoverValue: 450000,
1098
+ price: 499,
1099
+ },
1100
+ {
1101
+ turnoverValue: 750000,
1102
+ price: 599,
1103
+ },
1104
+ {
1105
+ turnoverValue: 900000,
1106
+ price: 899,
1107
+ },
1108
+ {
1109
+ turnoverValue: 1200000,
1110
+ price: 1300,
1111
+ },
1112
+ {
1113
+ turnoverValue: 1600000,
1114
+ price: 1500,
1115
+ },
1116
+ {
1117
+ turnoverValue: 2200000,
1118
+ price: 1800,
1119
+ },
1120
+ {
1121
+ turnoverValue: 2500000,
1122
+ price: 2000,
1123
+ },
1124
+ {
1125
+ turnoverValue: 3000000,
1126
+ price: 2300,
1127
+ },
1128
+ {
1129
+ turnoverValue: 3500000,
1130
+ price: 2600,
1131
+ },
1132
+ {
1133
+ turnoverValue: 4000000,
1134
+ price: 2900,
1135
+ },
1136
+ {
1137
+ turnoverValue: 4500000,
1138
+ price: 3200,
1139
+ },
1140
+ ],
1141
+ turnoverPastYear: [
1142
+ {
1143
+ turnoverValue: 250000,
1144
+ price: 499,
1145
+ },
1146
+ {
1147
+ turnoverValue: 450000,
1148
+ price: 599,
1149
+ },
1150
+ {
1151
+ turnoverValue: 750000,
1152
+ price: 699,
1153
+ },
1154
+ {
1155
+ turnoverValue: 900000,
1156
+ price: 999,
1157
+ },
1158
+ {
1159
+ turnoverValue: 1200000,
1160
+ price: 1400,
1161
+ },
1162
+ {
1163
+ turnoverValue: 1600000,
1164
+ price: 1700,
1165
+ },
1166
+ {
1167
+ turnoverValue: 2200000,
1168
+ price: 2000,
1169
+ },
1170
+ {
1171
+ turnoverValue: 2500000,
1172
+ price: 2200,
1173
+ },
1174
+ {
1175
+ turnoverValue: 3000000,
1176
+ price: 2500,
1177
+ },
1178
+ {
1179
+ turnoverValue: 3500000,
1180
+ price: 2800,
1181
+ },
1182
+ {
1183
+ turnoverValue: 4000000,
1184
+ price: 3100,
1185
+ },
1186
+ {
1187
+ turnoverValue: 4500000,
1188
+ price: 3300,
1189
+ },
1190
+ ],
1191
+ },
696
1192
  {
697
1193
  /* Gestion Juridique */
698
1194
  idPrestationList: [PrestationType.GESTION_JURIDIQUE],
@@ -796,8 +1292,28 @@ export const PriceGridPourcentage = [
796
1292
  price: 399,
797
1293
  },
798
1294
  {
799
- turnoverValue: 1000000000000,
800
- price: 399,
1295
+ turnoverValue: 2000000,
1296
+ price: 529,
1297
+ },
1298
+ {
1299
+ turnoverValue: 2500000,
1300
+ price: 579,
1301
+ },
1302
+ {
1303
+ turnoverValue: 3000000,
1304
+ price: 639,
1305
+ },
1306
+ {
1307
+ turnoverValue: 3500000,
1308
+ price: 689,
1309
+ },
1310
+ {
1311
+ turnoverValue: 4000000,
1312
+ price: 739,
1313
+ },
1314
+ {
1315
+ turnoverValue: 4500000,
1316
+ price: 819,
801
1317
  },
802
1318
  ],
803
1319
  vatRegimeMonthly: [
@@ -879,6 +1395,110 @@ export const PriceGridPourcentage = [
879
1395
  },
880
1396
  ],
881
1397
  },
1398
+ {
1399
+ /* Prévisionnel */
1400
+ idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
1401
+ turnoverCreatedYear: [
1402
+ {
1403
+ turnoverValue: 250000,
1404
+ price: 399,
1405
+ },
1406
+ {
1407
+ turnoverValue: 450000,
1408
+ price: 499,
1409
+ },
1410
+ {
1411
+ turnoverValue: 750000,
1412
+ price: 599,
1413
+ },
1414
+ {
1415
+ turnoverValue: 900000,
1416
+ price: 899,
1417
+ },
1418
+ {
1419
+ turnoverValue: 1200000,
1420
+ price: 1300,
1421
+ },
1422
+ {
1423
+ turnoverValue: 1600000,
1424
+ price: 1500,
1425
+ },
1426
+ {
1427
+ turnoverValue: 2200000,
1428
+ price: 1800,
1429
+ },
1430
+ {
1431
+ turnoverValue: 2500000,
1432
+ price: 2000,
1433
+ },
1434
+ {
1435
+ turnoverValue: 3000000,
1436
+ price: 2300,
1437
+ },
1438
+ {
1439
+ turnoverValue: 3500000,
1440
+ price: 2600,
1441
+ },
1442
+ {
1443
+ turnoverValue: 4000000,
1444
+ price: 2900,
1445
+ },
1446
+ {
1447
+ turnoverValue: 4500000,
1448
+ price: 3200,
1449
+ },
1450
+ ],
1451
+ turnoverPastYear: [
1452
+ {
1453
+ turnoverValue: 250000,
1454
+ price: 499,
1455
+ },
1456
+ {
1457
+ turnoverValue: 450000,
1458
+ price: 599,
1459
+ },
1460
+ {
1461
+ turnoverValue: 750000,
1462
+ price: 699,
1463
+ },
1464
+ {
1465
+ turnoverValue: 900000,
1466
+ price: 999,
1467
+ },
1468
+ {
1469
+ turnoverValue: 1200000,
1470
+ price: 1400,
1471
+ },
1472
+ {
1473
+ turnoverValue: 1600000,
1474
+ price: 1700,
1475
+ },
1476
+ {
1477
+ turnoverValue: 2200000,
1478
+ price: 2000,
1479
+ },
1480
+ {
1481
+ turnoverValue: 2500000,
1482
+ price: 2200,
1483
+ },
1484
+ {
1485
+ turnoverValue: 3000000,
1486
+ price: 2500,
1487
+ },
1488
+ {
1489
+ turnoverValue: 3500000,
1490
+ price: 2800,
1491
+ },
1492
+ {
1493
+ turnoverValue: 4000000,
1494
+ price: 3100,
1495
+ },
1496
+ {
1497
+ turnoverValue: 4500000,
1498
+ price: 3300,
1499
+ },
1500
+ ],
1501
+ },
882
1502
  {
883
1503
  /* Gestion Juridique */
884
1504
  idPrestationList: [PrestationType.GESTION_JURIDIQUE],
@@ -982,8 +1602,28 @@ export const PriceGridPourcentage = [
982
1602
  price: 399,
983
1603
  },
984
1604
  {
985
- turnoverValue: 1000000000000,
986
- price: 399,
1605
+ turnoverValue: 2000000,
1606
+ price: 529,
1607
+ },
1608
+ {
1609
+ turnoverValue: 2500000,
1610
+ price: 579,
1611
+ },
1612
+ {
1613
+ turnoverValue: 3000000,
1614
+ price: 639,
1615
+ },
1616
+ {
1617
+ turnoverValue: 3500000,
1618
+ price: 689,
1619
+ },
1620
+ {
1621
+ turnoverValue: 4000000,
1622
+ price: 739,
1623
+ },
1624
+ {
1625
+ turnoverValue: 4500000,
1626
+ price: 819,
987
1627
  },
988
1628
  ],
989
1629
  vatRegimeMonthly: [
@@ -1065,6 +1705,110 @@ export const PriceGridPourcentage = [
1065
1705
  },
1066
1706
  ],
1067
1707
  },
1708
+ {
1709
+ /* Prévisionnel */
1710
+ idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
1711
+ turnoverCreatedYear: [
1712
+ {
1713
+ turnoverValue: 250000,
1714
+ price: 399,
1715
+ },
1716
+ {
1717
+ turnoverValue: 450000,
1718
+ price: 499,
1719
+ },
1720
+ {
1721
+ turnoverValue: 750000,
1722
+ price: 599,
1723
+ },
1724
+ {
1725
+ turnoverValue: 900000,
1726
+ price: 899,
1727
+ },
1728
+ {
1729
+ turnoverValue: 1200000,
1730
+ price: 1300,
1731
+ },
1732
+ {
1733
+ turnoverValue: 1600000,
1734
+ price: 1500,
1735
+ },
1736
+ {
1737
+ turnoverValue: 2200000,
1738
+ price: 1800,
1739
+ },
1740
+ {
1741
+ turnoverValue: 2500000,
1742
+ price: 2000,
1743
+ },
1744
+ {
1745
+ turnoverValue: 3000000,
1746
+ price: 2300,
1747
+ },
1748
+ {
1749
+ turnoverValue: 3500000,
1750
+ price: 2600,
1751
+ },
1752
+ {
1753
+ turnoverValue: 4000000,
1754
+ price: 2900,
1755
+ },
1756
+ {
1757
+ turnoverValue: 4500000,
1758
+ price: 3200,
1759
+ },
1760
+ ],
1761
+ turnoverPastYear: [
1762
+ {
1763
+ turnoverValue: 250000,
1764
+ price: 499,
1765
+ },
1766
+ {
1767
+ turnoverValue: 450000,
1768
+ price: 599,
1769
+ },
1770
+ {
1771
+ turnoverValue: 750000,
1772
+ price: 699,
1773
+ },
1774
+ {
1775
+ turnoverValue: 900000,
1776
+ price: 999,
1777
+ },
1778
+ {
1779
+ turnoverValue: 1200000,
1780
+ price: 1400,
1781
+ },
1782
+ {
1783
+ turnoverValue: 1600000,
1784
+ price: 1700,
1785
+ },
1786
+ {
1787
+ turnoverValue: 2200000,
1788
+ price: 2000,
1789
+ },
1790
+ {
1791
+ turnoverValue: 2500000,
1792
+ price: 2200,
1793
+ },
1794
+ {
1795
+ turnoverValue: 3000000,
1796
+ price: 2500,
1797
+ },
1798
+ {
1799
+ turnoverValue: 3500000,
1800
+ price: 2800,
1801
+ },
1802
+ {
1803
+ turnoverValue: 4000000,
1804
+ price: 3100,
1805
+ },
1806
+ {
1807
+ turnoverValue: 4500000,
1808
+ price: 3300,
1809
+ },
1810
+ ],
1811
+ },
1068
1812
  {
1069
1813
  /* Gestion Juridique */
1070
1814
  idPrestationList: [PrestationType.GESTION_JURIDIQUE],