@silexpert/core 1.1.197 → 1.1.199
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api/resources/PaymentExpectation.d.ts +2 -1
- package/dist/cjs/api/resources/PaymentExpectation.d.ts.map +1 -1
- package/dist/cjs/api/resources/PaymentExpectation.js +3 -0
- package/dist/cjs/api/resources/PaymentExpectation.js.map +1 -1
- package/dist/cjs/api/resources/TimeRecorder.d.ts +2 -1
- package/dist/cjs/api/resources/TimeRecorder.d.ts.map +1 -1
- package/dist/cjs/api/resources/TimeRecorder.js +3 -0
- package/dist/cjs/api/resources/TimeRecorder.js.map +1 -1
- package/dist/cjs/api/resources/UserSpecialDay.d.ts +10 -0
- package/dist/cjs/api/resources/UserSpecialDay.d.ts.map +1 -0
- package/dist/cjs/api/resources/UserSpecialDay.js +23 -0
- package/dist/cjs/api/resources/UserSpecialDay.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +2 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +2 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts +22 -0
- package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PriceGridPourcentage.js +624 -0
- package/dist/cjs/types/Enum/PriceGridPourcentage.js.map +1 -1
- package/dist/cjs/types/Enum/SpecialDayType.d.ts +4 -0
- package/dist/cjs/types/Enum/SpecialDayType.d.ts.map +1 -0
- package/dist/cjs/types/Enum/SpecialDayType.js +8 -0
- package/dist/cjs/types/Enum/SpecialDayType.js.map +1 -0
- package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts +11 -0
- package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js +58 -0
- package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js.map +1 -0
- package/dist/cjs/types/Interface/api/timeRecorder/QueryAttendance.d.ts +3 -0
- package/dist/cjs/types/Interface/api/timeRecorder/QueryAttendance.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/QueryAttendance.js +10 -1
- package/dist/cjs/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts +14 -0
- package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js +63 -0
- package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js.map +1 -0
- package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts +8 -0
- package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js +41 -0
- package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js.map +1 -0
- package/dist/cjs/types/Interface/models/IPaymentExpectation.d.ts +4 -3
- package/dist/cjs/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IPaymentExpectation.js.map +1 -1
- package/dist/cjs/types/Interface/models/IPaymentExpectationCustomer.d.ts +2 -0
- package/dist/cjs/types/Interface/models/IPaymentExpectationCustomer.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -1
- package/dist/cjs/types/Interface/models/IUserSpecialDay.d.ts +14 -0
- package/dist/cjs/types/Interface/models/IUserSpecialDay.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IUserSpecialDay.js +3 -0
- package/dist/cjs/types/Interface/models/IUserSpecialDay.js.map +1 -0
- package/dist/cjs/types/index.d.ts +5 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +5 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/PaymentExpectation.d.ts +2 -1
- package/dist/mjs/api/resources/PaymentExpectation.d.ts.map +1 -1
- package/dist/mjs/api/resources/PaymentExpectation.js +3 -0
- package/dist/mjs/api/resources/PaymentExpectation.js.map +1 -1
- package/dist/mjs/api/resources/TimeRecorder.d.ts +2 -1
- package/dist/mjs/api/resources/TimeRecorder.d.ts.map +1 -1
- package/dist/mjs/api/resources/TimeRecorder.js +3 -0
- package/dist/mjs/api/resources/TimeRecorder.js.map +1 -1
- package/dist/mjs/api/resources/UserSpecialDay.d.ts +10 -0
- package/dist/mjs/api/resources/UserSpecialDay.d.ts.map +1 -0
- package/dist/mjs/api/resources/UserSpecialDay.js +24 -0
- package/dist/mjs/api/resources/UserSpecialDay.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +2 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +2 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts +22 -0
- package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PriceGridPourcentage.js +624 -0
- package/dist/mjs/types/Enum/PriceGridPourcentage.js.map +1 -1
- package/dist/mjs/types/Enum/SpecialDayType.d.ts +4 -0
- package/dist/mjs/types/Enum/SpecialDayType.d.ts.map +1 -0
- package/dist/mjs/types/Enum/SpecialDayType.js +5 -0
- package/dist/mjs/types/Enum/SpecialDayType.js.map +1 -0
- package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts +11 -0
- package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js +61 -0
- package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js.map +1 -0
- package/dist/mjs/types/Interface/api/timeRecorder/QueryAttendance.d.ts +3 -0
- package/dist/mjs/types/Interface/api/timeRecorder/QueryAttendance.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/timeRecorder/QueryAttendance.js +9 -0
- package/dist/mjs/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -1
- package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts +14 -0
- package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js +66 -0
- package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js.map +1 -0
- package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts +8 -0
- package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js +41 -0
- package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js.map +1 -0
- package/dist/mjs/types/Interface/models/IPaymentExpectation.d.ts +4 -3
- package/dist/mjs/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IPaymentExpectation.js.map +1 -1
- package/dist/mjs/types/Interface/models/IPaymentExpectationCustomer.d.ts +2 -0
- package/dist/mjs/types/Interface/models/IPaymentExpectationCustomer.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -1
- package/dist/mjs/types/Interface/models/IUserSpecialDay.d.ts +14 -0
- package/dist/mjs/types/Interface/models/IUserSpecialDay.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IUserSpecialDay.js +2 -0
- package/dist/mjs/types/Interface/models/IUserSpecialDay.js.map +1 -0
- package/dist/mjs/types/index.d.ts +5 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +5 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/PaymentExpectation.ts +5 -1
- package/ts/api/resources/TimeRecorder.ts +5 -1
- package/ts/api/resources/UserSpecialDay.ts +29 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/PriceGridPourcentage.ts +624 -0
- package/ts/types/Enum/SpecialDayType.ts +3 -0
- package/ts/types/Interface/api/paymentExpectation/CreatePaymentExpecation.ts +37 -0
- package/ts/types/Interface/api/timeRecorder/QueryAttendance.ts +7 -0
- package/ts/types/Interface/api/userSpecialDay/BodyUserSpecialDay.ts +40 -0
- package/ts/types/Interface/api/userSpecialDay/QueryUserSpecialDay.ts +23 -0
- package/ts/types/Interface/models/IPaymentExpectation.ts +4 -3
- package/ts/types/Interface/models/IPaymentExpectationCustomer.ts +2 -0
- package/ts/types/Interface/models/IUserSpecialDay.ts +16 -0
- package/ts/types/index.ts +5 -0
|
@@ -154,6 +154,110 @@ export const PriceGridPourcentage = [
|
|
|
154
154
|
},
|
|
155
155
|
],
|
|
156
156
|
},
|
|
157
|
+
{
|
|
158
|
+
/* Prévisionnel */
|
|
159
|
+
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
160
|
+
turnoverCreatedYear: [
|
|
161
|
+
{
|
|
162
|
+
turnoverValue: 250000,
|
|
163
|
+
price: 399,
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
turnoverValue: 450000,
|
|
167
|
+
price: 499,
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
turnoverValue: 750000,
|
|
171
|
+
price: 599,
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
turnoverValue: 900000,
|
|
175
|
+
price: 899,
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
turnoverValue: 1200000,
|
|
179
|
+
price: 1300,
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
turnoverValue: 1600000,
|
|
183
|
+
price: 1500,
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
turnoverValue: 2200000,
|
|
187
|
+
price: 1800,
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
turnoverValue: 2500000,
|
|
191
|
+
price: 2000,
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
turnoverValue: 3000000,
|
|
195
|
+
price: 2300,
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
turnoverValue: 3500000,
|
|
199
|
+
price: 2600,
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
turnoverValue: 4000000,
|
|
203
|
+
price: 2900,
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
turnoverValue: 4500000,
|
|
207
|
+
price: 3200,
|
|
208
|
+
},
|
|
209
|
+
],
|
|
210
|
+
turnoverPastYear: [
|
|
211
|
+
{
|
|
212
|
+
turnoverValue: 250000,
|
|
213
|
+
price: 499,
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
turnoverValue: 450000,
|
|
217
|
+
price: 599,
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
turnoverValue: 750000,
|
|
221
|
+
price: 699,
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
turnoverValue: 900000,
|
|
225
|
+
price: 999,
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
turnoverValue: 1200000,
|
|
229
|
+
price: 1400,
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
turnoverValue: 1600000,
|
|
233
|
+
price: 1700,
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
turnoverValue: 2200000,
|
|
237
|
+
price: 2000,
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
turnoverValue: 2500000,
|
|
241
|
+
price: 2200,
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
turnoverValue: 3000000,
|
|
245
|
+
price: 2500,
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
turnoverValue: 3500000,
|
|
249
|
+
price: 2800,
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
turnoverValue: 4000000,
|
|
253
|
+
price: 3100,
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
turnoverValue: 4500000,
|
|
257
|
+
price: 3300,
|
|
258
|
+
},
|
|
259
|
+
],
|
|
260
|
+
},
|
|
157
261
|
{
|
|
158
262
|
/* Gestion Juridique */
|
|
159
263
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
@@ -360,6 +464,110 @@ export const PriceGridPourcentage = [
|
|
|
360
464
|
},
|
|
361
465
|
],
|
|
362
466
|
},
|
|
467
|
+
{
|
|
468
|
+
/* Prévisionnel */
|
|
469
|
+
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
470
|
+
turnoverCreatedYear: [
|
|
471
|
+
{
|
|
472
|
+
turnoverValue: 250000,
|
|
473
|
+
price: 399,
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
turnoverValue: 450000,
|
|
477
|
+
price: 499,
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
turnoverValue: 750000,
|
|
481
|
+
price: 599,
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
turnoverValue: 900000,
|
|
485
|
+
price: 899,
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
turnoverValue: 1200000,
|
|
489
|
+
price: 1300,
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
turnoverValue: 1600000,
|
|
493
|
+
price: 1500,
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
turnoverValue: 2200000,
|
|
497
|
+
price: 1800,
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
turnoverValue: 2500000,
|
|
501
|
+
price: 2000,
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
turnoverValue: 3000000,
|
|
505
|
+
price: 2300,
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
turnoverValue: 3500000,
|
|
509
|
+
price: 2600,
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
turnoverValue: 4000000,
|
|
513
|
+
price: 2900,
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
turnoverValue: 4500000,
|
|
517
|
+
price: 3200,
|
|
518
|
+
},
|
|
519
|
+
],
|
|
520
|
+
turnoverPastYear: [
|
|
521
|
+
{
|
|
522
|
+
turnoverValue: 250000,
|
|
523
|
+
price: 499,
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
turnoverValue: 450000,
|
|
527
|
+
price: 599,
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
turnoverValue: 750000,
|
|
531
|
+
price: 699,
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
turnoverValue: 900000,
|
|
535
|
+
price: 999,
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
turnoverValue: 1200000,
|
|
539
|
+
price: 1400,
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
turnoverValue: 1600000,
|
|
543
|
+
price: 1700,
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
turnoverValue: 2200000,
|
|
547
|
+
price: 2000,
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
turnoverValue: 2500000,
|
|
551
|
+
price: 2200,
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
turnoverValue: 3000000,
|
|
555
|
+
price: 2500,
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
turnoverValue: 3500000,
|
|
559
|
+
price: 2800,
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
turnoverValue: 4000000,
|
|
563
|
+
price: 3100,
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
turnoverValue: 4500000,
|
|
567
|
+
price: 3300,
|
|
568
|
+
},
|
|
569
|
+
],
|
|
570
|
+
},
|
|
363
571
|
{
|
|
364
572
|
/* Gestion Juridique */
|
|
365
573
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
@@ -566,6 +774,110 @@ export const PriceGridPourcentage = [
|
|
|
566
774
|
},
|
|
567
775
|
],
|
|
568
776
|
},
|
|
777
|
+
{
|
|
778
|
+
/* Prévisionnel */
|
|
779
|
+
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
780
|
+
turnoverCreatedYear: [
|
|
781
|
+
{
|
|
782
|
+
turnoverValue: 250000,
|
|
783
|
+
price: 399,
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
turnoverValue: 450000,
|
|
787
|
+
price: 499,
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
turnoverValue: 750000,
|
|
791
|
+
price: 599,
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
turnoverValue: 900000,
|
|
795
|
+
price: 899,
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
turnoverValue: 1200000,
|
|
799
|
+
price: 1300,
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
turnoverValue: 1600000,
|
|
803
|
+
price: 1500,
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
turnoverValue: 2200000,
|
|
807
|
+
price: 1800,
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
turnoverValue: 2500000,
|
|
811
|
+
price: 2000,
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
turnoverValue: 3000000,
|
|
815
|
+
price: 2300,
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
turnoverValue: 3500000,
|
|
819
|
+
price: 2600,
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
turnoverValue: 4000000,
|
|
823
|
+
price: 2900,
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
turnoverValue: 4500000,
|
|
827
|
+
price: 3200,
|
|
828
|
+
},
|
|
829
|
+
],
|
|
830
|
+
turnoverPastYear: [
|
|
831
|
+
{
|
|
832
|
+
turnoverValue: 250000,
|
|
833
|
+
price: 499,
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
turnoverValue: 450000,
|
|
837
|
+
price: 599,
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
turnoverValue: 750000,
|
|
841
|
+
price: 699,
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
turnoverValue: 900000,
|
|
845
|
+
price: 999,
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
turnoverValue: 1200000,
|
|
849
|
+
price: 1400,
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
turnoverValue: 1600000,
|
|
853
|
+
price: 1700,
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
turnoverValue: 2200000,
|
|
857
|
+
price: 2000,
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
turnoverValue: 2500000,
|
|
861
|
+
price: 2200,
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
turnoverValue: 3000000,
|
|
865
|
+
price: 2500,
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
turnoverValue: 3500000,
|
|
869
|
+
price: 2800,
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
turnoverValue: 4000000,
|
|
873
|
+
price: 3100,
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
turnoverValue: 4500000,
|
|
877
|
+
price: 3300,
|
|
878
|
+
},
|
|
879
|
+
],
|
|
880
|
+
},
|
|
569
881
|
{
|
|
570
882
|
/* Gestion Juridique */
|
|
571
883
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
@@ -772,6 +1084,110 @@ export const PriceGridPourcentage = [
|
|
|
772
1084
|
},
|
|
773
1085
|
],
|
|
774
1086
|
},
|
|
1087
|
+
{
|
|
1088
|
+
/* Prévisionnel */
|
|
1089
|
+
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
1090
|
+
turnoverCreatedYear: [
|
|
1091
|
+
{
|
|
1092
|
+
turnoverValue: 250000,
|
|
1093
|
+
price: 399,
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
turnoverValue: 450000,
|
|
1097
|
+
price: 499,
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
turnoverValue: 750000,
|
|
1101
|
+
price: 599,
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
turnoverValue: 900000,
|
|
1105
|
+
price: 899,
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
turnoverValue: 1200000,
|
|
1109
|
+
price: 1300,
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
turnoverValue: 1600000,
|
|
1113
|
+
price: 1500,
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
turnoverValue: 2200000,
|
|
1117
|
+
price: 1800,
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
turnoverValue: 2500000,
|
|
1121
|
+
price: 2000,
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
turnoverValue: 3000000,
|
|
1125
|
+
price: 2300,
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
turnoverValue: 3500000,
|
|
1129
|
+
price: 2600,
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
turnoverValue: 4000000,
|
|
1133
|
+
price: 2900,
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
turnoverValue: 4500000,
|
|
1137
|
+
price: 3200,
|
|
1138
|
+
},
|
|
1139
|
+
],
|
|
1140
|
+
turnoverPastYear: [
|
|
1141
|
+
{
|
|
1142
|
+
turnoverValue: 250000,
|
|
1143
|
+
price: 499,
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
turnoverValue: 450000,
|
|
1147
|
+
price: 599,
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
turnoverValue: 750000,
|
|
1151
|
+
price: 699,
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
turnoverValue: 900000,
|
|
1155
|
+
price: 999,
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
turnoverValue: 1200000,
|
|
1159
|
+
price: 1400,
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
turnoverValue: 1600000,
|
|
1163
|
+
price: 1700,
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
turnoverValue: 2200000,
|
|
1167
|
+
price: 2000,
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
turnoverValue: 2500000,
|
|
1171
|
+
price: 2200,
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
turnoverValue: 3000000,
|
|
1175
|
+
price: 2500,
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
turnoverValue: 3500000,
|
|
1179
|
+
price: 2800,
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
turnoverValue: 4000000,
|
|
1183
|
+
price: 3100,
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
turnoverValue: 4500000,
|
|
1187
|
+
price: 3300,
|
|
1188
|
+
},
|
|
1189
|
+
],
|
|
1190
|
+
},
|
|
775
1191
|
{
|
|
776
1192
|
/* Gestion Juridique */
|
|
777
1193
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
@@ -978,6 +1394,110 @@ export const PriceGridPourcentage = [
|
|
|
978
1394
|
},
|
|
979
1395
|
],
|
|
980
1396
|
},
|
|
1397
|
+
{
|
|
1398
|
+
/* Prévisionnel */
|
|
1399
|
+
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
1400
|
+
turnoverCreatedYear: [
|
|
1401
|
+
{
|
|
1402
|
+
turnoverValue: 250000,
|
|
1403
|
+
price: 399,
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
turnoverValue: 450000,
|
|
1407
|
+
price: 499,
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
turnoverValue: 750000,
|
|
1411
|
+
price: 599,
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
turnoverValue: 900000,
|
|
1415
|
+
price: 899,
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
turnoverValue: 1200000,
|
|
1419
|
+
price: 1300,
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
turnoverValue: 1600000,
|
|
1423
|
+
price: 1500,
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
turnoverValue: 2200000,
|
|
1427
|
+
price: 1800,
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
turnoverValue: 2500000,
|
|
1431
|
+
price: 2000,
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
turnoverValue: 3000000,
|
|
1435
|
+
price: 2300,
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
turnoverValue: 3500000,
|
|
1439
|
+
price: 2600,
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
turnoverValue: 4000000,
|
|
1443
|
+
price: 2900,
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
turnoverValue: 4500000,
|
|
1447
|
+
price: 3200,
|
|
1448
|
+
},
|
|
1449
|
+
],
|
|
1450
|
+
turnoverPastYear: [
|
|
1451
|
+
{
|
|
1452
|
+
turnoverValue: 250000,
|
|
1453
|
+
price: 499,
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
turnoverValue: 450000,
|
|
1457
|
+
price: 599,
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
turnoverValue: 750000,
|
|
1461
|
+
price: 699,
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
turnoverValue: 900000,
|
|
1465
|
+
price: 999,
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
turnoverValue: 1200000,
|
|
1469
|
+
price: 1400,
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
turnoverValue: 1600000,
|
|
1473
|
+
price: 1700,
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
turnoverValue: 2200000,
|
|
1477
|
+
price: 2000,
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
turnoverValue: 2500000,
|
|
1481
|
+
price: 2200,
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
turnoverValue: 3000000,
|
|
1485
|
+
price: 2500,
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
turnoverValue: 3500000,
|
|
1489
|
+
price: 2800,
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
turnoverValue: 4000000,
|
|
1493
|
+
price: 3100,
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
turnoverValue: 4500000,
|
|
1497
|
+
price: 3300,
|
|
1498
|
+
},
|
|
1499
|
+
],
|
|
1500
|
+
},
|
|
981
1501
|
{
|
|
982
1502
|
/* Gestion Juridique */
|
|
983
1503
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
@@ -1184,6 +1704,110 @@ export const PriceGridPourcentage = [
|
|
|
1184
1704
|
},
|
|
1185
1705
|
],
|
|
1186
1706
|
},
|
|
1707
|
+
{
|
|
1708
|
+
/* Prévisionnel */
|
|
1709
|
+
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
1710
|
+
turnoverCreatedYear: [
|
|
1711
|
+
{
|
|
1712
|
+
turnoverValue: 250000,
|
|
1713
|
+
price: 399,
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
turnoverValue: 450000,
|
|
1717
|
+
price: 499,
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
turnoverValue: 750000,
|
|
1721
|
+
price: 599,
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
turnoverValue: 900000,
|
|
1725
|
+
price: 899,
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
turnoverValue: 1200000,
|
|
1729
|
+
price: 1300,
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
turnoverValue: 1600000,
|
|
1733
|
+
price: 1500,
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
turnoverValue: 2200000,
|
|
1737
|
+
price: 1800,
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
turnoverValue: 2500000,
|
|
1741
|
+
price: 2000,
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
turnoverValue: 3000000,
|
|
1745
|
+
price: 2300,
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
turnoverValue: 3500000,
|
|
1749
|
+
price: 2600,
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
turnoverValue: 4000000,
|
|
1753
|
+
price: 2900,
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
turnoverValue: 4500000,
|
|
1757
|
+
price: 3200,
|
|
1758
|
+
},
|
|
1759
|
+
],
|
|
1760
|
+
turnoverPastYear: [
|
|
1761
|
+
{
|
|
1762
|
+
turnoverValue: 250000,
|
|
1763
|
+
price: 499,
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
turnoverValue: 450000,
|
|
1767
|
+
price: 599,
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
turnoverValue: 750000,
|
|
1771
|
+
price: 699,
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
turnoverValue: 900000,
|
|
1775
|
+
price: 999,
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
turnoverValue: 1200000,
|
|
1779
|
+
price: 1400,
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
turnoverValue: 1600000,
|
|
1783
|
+
price: 1700,
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
turnoverValue: 2200000,
|
|
1787
|
+
price: 2000,
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
turnoverValue: 2500000,
|
|
1791
|
+
price: 2200,
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
turnoverValue: 3000000,
|
|
1795
|
+
price: 2500,
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
turnoverValue: 3500000,
|
|
1799
|
+
price: 2800,
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
turnoverValue: 4000000,
|
|
1803
|
+
price: 3100,
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
turnoverValue: 4500000,
|
|
1807
|
+
price: 3300,
|
|
1808
|
+
},
|
|
1809
|
+
],
|
|
1810
|
+
},
|
|
1187
1811
|
{
|
|
1188
1812
|
/* Gestion Juridique */
|
|
1189
1813
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|