@silexpert/core 1.1.306 → 1.1.307
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/Commercial.d.ts +4 -1
- package/dist/cjs/api/resources/Commercial.d.ts.map +1 -1
- package/dist/cjs/api/resources/Commercial.js +3 -0
- package/dist/cjs/api/resources/Commercial.js.map +1 -1
- package/dist/cjs/types/Enum/PriceGridClementine.d.ts +22 -0
- package/dist/cjs/types/Enum/PriceGridClementine.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PriceGridClementine.js +27 -1
- package/dist/cjs/types/Enum/PriceGridClementine.js.map +1 -1
- package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts +8 -0
- package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PriceGridLegalstart.js +8 -0
- package/dist/cjs/types/Enum/PriceGridLegalstart.js.map +1 -1
- package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts +10 -0
- package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PriceGridPourcentage.js +84 -0
- package/dist/cjs/types/Enum/PriceGridPourcentage.js.map +1 -1
- package/dist/cjs/types/Enum/StatisticType.d.ts +2 -1
- package/dist/cjs/types/Enum/StatisticType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/StatisticType.js +1 -0
- package/dist/cjs/types/Enum/StatisticType.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryGetStatsHistory.d.ts +7 -0
- package/dist/cjs/types/Interface/api/commercial/QueryGetStatsHistory.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/commercial/QueryGetStatsHistory.js +42 -0
- package/dist/cjs/types/Interface/api/commercial/QueryGetStatsHistory.js.map +1 -0
- package/dist/cjs/types/Interface/api/payment/Util.d.ts +2 -0
- package/dist/cjs/types/Interface/api/payment/Util.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Util.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryInternal.d.ts +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryInternal.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryInternal.js +5 -5
- package/dist/cjs/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/dist/cjs/types/index.d.ts +1 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +1 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/payment.d.ts +1 -0
- package/dist/cjs/utils/payment.d.ts.map +1 -1
- package/dist/cjs/utils/payment.js +67 -59
- package/dist/cjs/utils/payment.js.map +1 -1
- package/dist/cjs/utils/prestation.d.ts +60 -0
- package/dist/cjs/utils/prestation.d.ts.map +1 -1
- package/dist/cjs/utils/prestation.js +4 -3
- package/dist/cjs/utils/prestation.js.map +1 -1
- package/dist/cjs/utils/tests/payment.spec.js +72 -36
- package/dist/cjs/utils/tests/payment.spec.js.map +1 -1
- package/dist/mjs/api/resources/Commercial.d.ts +4 -1
- package/dist/mjs/api/resources/Commercial.d.ts.map +1 -1
- package/dist/mjs/api/resources/Commercial.js +7 -0
- package/dist/mjs/api/resources/Commercial.js.map +1 -1
- package/dist/mjs/types/Enum/PriceGridClementine.d.ts +22 -0
- package/dist/mjs/types/Enum/PriceGridClementine.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PriceGridClementine.js +27 -1
- package/dist/mjs/types/Enum/PriceGridClementine.js.map +1 -1
- package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts +8 -0
- package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PriceGridLegalstart.js +8 -0
- package/dist/mjs/types/Enum/PriceGridLegalstart.js.map +1 -1
- package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts +10 -0
- package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PriceGridPourcentage.js +84 -0
- package/dist/mjs/types/Enum/PriceGridPourcentage.js.map +1 -1
- package/dist/mjs/types/Enum/StatisticType.d.ts +2 -1
- package/dist/mjs/types/Enum/StatisticType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/StatisticType.js +1 -0
- package/dist/mjs/types/Enum/StatisticType.js.map +1 -1
- package/dist/mjs/types/Interface/api/commercial/QueryGetStatsHistory.d.ts +7 -0
- package/dist/mjs/types/Interface/api/commercial/QueryGetStatsHistory.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/commercial/QueryGetStatsHistory.js +42 -0
- package/dist/mjs/types/Interface/api/commercial/QueryGetStatsHistory.js.map +1 -0
- package/dist/mjs/types/Interface/api/payment/Util.d.ts +2 -0
- package/dist/mjs/types/Interface/api/payment/Util.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/payment/Util.js.map +1 -1
- package/dist/mjs/types/Interface/api/statistic/QueryInternal.d.ts +1 -1
- package/dist/mjs/types/Interface/api/statistic/QueryInternal.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/statistic/QueryInternal.js +3 -3
- package/dist/mjs/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/dist/mjs/types/index.d.ts +1 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +1 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/payment.d.ts +1 -0
- package/dist/mjs/utils/payment.d.ts.map +1 -1
- package/dist/mjs/utils/payment.js +67 -59
- package/dist/mjs/utils/payment.js.map +1 -1
- package/dist/mjs/utils/prestation.d.ts +60 -0
- package/dist/mjs/utils/prestation.d.ts.map +1 -1
- package/dist/mjs/utils/prestation.js +1 -1
- package/dist/mjs/utils/prestation.js.map +1 -1
- package/dist/mjs/utils/tests/payment.spec.js +72 -36
- package/dist/mjs/utils/tests/payment.spec.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Commercial.ts +8 -0
- package/ts/types/Enum/PriceGridClementine.ts +27 -1
- package/ts/types/Enum/PriceGridLegalstart.ts +8 -0
- package/ts/types/Enum/PriceGridPourcentage.ts +84 -0
- package/ts/types/Enum/StatisticType.ts +1 -0
- package/ts/types/Interface/api/commercial/QueryGetStatsHistory.ts +26 -0
- package/ts/types/Interface/api/payment/Util.ts +2 -0
- package/ts/types/Interface/api/statistic/QueryInternal.ts +1 -1
- package/ts/types/index.ts +1 -0
- package/ts/utils/payment.ts +69 -63
- package/ts/utils/prestation.ts +3 -1
- package/ts/utils/tests/payment.spec.ts +72 -36
|
@@ -12,6 +12,8 @@ export const PriceGridClementine = [
|
|
|
12
12
|
{
|
|
13
13
|
/* Compta Pro */
|
|
14
14
|
idPrestationList: [PrestationType.COMPTA_PRO, PrestationType.COMPTA_PRO_EXPRESS],
|
|
15
|
+
applicationCost: 14.9,
|
|
16
|
+
priceWithTaxesIncluded: false,
|
|
15
17
|
monthlyNbr: [
|
|
16
18
|
{
|
|
17
19
|
minimum: 0,
|
|
@@ -80,6 +82,8 @@ export const PriceGridClementine = [
|
|
|
80
82
|
{
|
|
81
83
|
/* Compta Entreprise */
|
|
82
84
|
idPrestationList: [PrestationType.COMPTA_ENTREPRISE, PrestationType.COMPTA_ENTREPRISE_EXPRESS],
|
|
85
|
+
applicationCost: 14.9,
|
|
86
|
+
priceWithTaxesIncluded: false,
|
|
83
87
|
monthlyNbr: [
|
|
84
88
|
{
|
|
85
89
|
minimum: 0,
|
|
@@ -152,6 +156,8 @@ export const PriceGridClementine = [
|
|
|
152
156
|
{
|
|
153
157
|
/* Compta SCI */
|
|
154
158
|
idPrestationList: [PrestationType.COMPTA_SCI, PrestationType.COMPTA_SCI_EXPRESS],
|
|
159
|
+
applicationCost: 9.9,
|
|
160
|
+
priceWithTaxesIncluded: false,
|
|
155
161
|
monthlyNbr: [
|
|
156
162
|
{
|
|
157
163
|
minimum: 0,
|
|
@@ -234,6 +240,8 @@ export const PriceGridClementine = [
|
|
|
234
240
|
{
|
|
235
241
|
/* Prévisionnel */
|
|
236
242
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
243
|
+
applicationCost: 14.9,
|
|
244
|
+
priceWithTaxesIncluded: false,
|
|
237
245
|
turnoverCreatedYear: [
|
|
238
246
|
{
|
|
239
247
|
turnoverValue: 75000,
|
|
@@ -282,6 +290,8 @@ export const PriceGridClementine = [
|
|
|
282
290
|
{
|
|
283
291
|
/* Gestion Juridique */
|
|
284
292
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
293
|
+
applicationCost: 14.9,
|
|
294
|
+
priceWithTaxesIncluded: false,
|
|
285
295
|
partner: [
|
|
286
296
|
{
|
|
287
297
|
amountMinimum: 1,
|
|
@@ -303,6 +313,8 @@ export const PriceGridClementine = [
|
|
|
303
313
|
{
|
|
304
314
|
/* Social */
|
|
305
315
|
idPrestationList: [PrestationType.SOCIAL],
|
|
316
|
+
applicationCost: 14.9,
|
|
317
|
+
priceWithTaxesIncluded: false,
|
|
306
318
|
employee: [
|
|
307
319
|
{
|
|
308
320
|
amountMinimum: 1,
|
|
@@ -334,6 +346,8 @@ export const PriceGridClementine = [
|
|
|
334
346
|
{
|
|
335
347
|
/* Assurance Control Fiscal */
|
|
336
348
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
349
|
+
applicationCost: 14.9,
|
|
350
|
+
priceWithTaxesIncluded: false,
|
|
337
351
|
exerciceNbr: [
|
|
338
352
|
{
|
|
339
353
|
minimum: 1,
|
|
@@ -371,6 +385,8 @@ export const PriceGridClementine = [
|
|
|
371
385
|
{
|
|
372
386
|
// Compta Micro
|
|
373
387
|
idPrestationList: [PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS],
|
|
388
|
+
priceWithTaxesIncluded: true,
|
|
389
|
+
applicationCost: 0,
|
|
374
390
|
turnoverMonthly: [
|
|
375
391
|
{
|
|
376
392
|
turnoverValue: 50000,
|
|
@@ -413,6 +429,8 @@ export const PriceGridClementine = [
|
|
|
413
429
|
{
|
|
414
430
|
// Compta EI
|
|
415
431
|
idPrestationList: [PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_EI_KLEMS_EXPRESS],
|
|
432
|
+
priceWithTaxesIncluded: true,
|
|
433
|
+
applicationCost: 0,
|
|
416
434
|
turnoverMonthly: [
|
|
417
435
|
{
|
|
418
436
|
turnoverValue: 50000,
|
|
@@ -461,8 +479,10 @@ export const PriceGridClementine = [
|
|
|
461
479
|
],
|
|
462
480
|
},
|
|
463
481
|
{
|
|
464
|
-
/* Compta SCI */
|
|
482
|
+
/* Compta SCI Clems */
|
|
465
483
|
idPrestationList: [PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
|
|
484
|
+
priceWithTaxesIncluded: true,
|
|
485
|
+
applicationCost: 0,
|
|
466
486
|
properties: [
|
|
467
487
|
{
|
|
468
488
|
amount: 1,
|
|
@@ -493,6 +513,8 @@ export const PriceGridClementine = [
|
|
|
493
513
|
{
|
|
494
514
|
/* Prévisionnel */
|
|
495
515
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
516
|
+
applicationCost: 14.9,
|
|
517
|
+
priceWithTaxesIncluded: false,
|
|
496
518
|
turnoverCreatedYear: [
|
|
497
519
|
{
|
|
498
520
|
turnoverValue: 75000,
|
|
@@ -541,6 +563,8 @@ export const PriceGridClementine = [
|
|
|
541
563
|
{
|
|
542
564
|
/* Social */
|
|
543
565
|
idPrestationList: [PrestationType.SOCIAL],
|
|
566
|
+
applicationCost: 14.9,
|
|
567
|
+
priceWithTaxesIncluded: false,
|
|
544
568
|
employeeByLegalForm: [
|
|
545
569
|
{
|
|
546
570
|
idLegalForm: LegalFormTypeEnum.EI,
|
|
@@ -555,6 +579,8 @@ export const PriceGridClementine = [
|
|
|
555
579
|
{
|
|
556
580
|
/* Assurance Control Fiscal */
|
|
557
581
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
582
|
+
applicationCost: 14.9,
|
|
583
|
+
priceWithTaxesIncluded: false,
|
|
558
584
|
exerciceNbr: [
|
|
559
585
|
{
|
|
560
586
|
minimum: 1,
|
|
@@ -10,6 +10,8 @@ export const PriceGridLegalstart = [
|
|
|
10
10
|
{
|
|
11
11
|
/* Compta Pro */
|
|
12
12
|
idPrestationList: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],
|
|
13
|
+
priceWithTaxesIncluded: false,
|
|
14
|
+
applicationCost: 0,
|
|
13
15
|
monthlyNbr: [
|
|
14
16
|
{
|
|
15
17
|
minimum: 0,
|
|
@@ -98,6 +100,8 @@ export const PriceGridLegalstart = [
|
|
|
98
100
|
{
|
|
99
101
|
/* Gestion Juridique */
|
|
100
102
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
103
|
+
priceWithTaxesIncluded: false,
|
|
104
|
+
applicationCost: 0,
|
|
101
105
|
partner: [
|
|
102
106
|
{
|
|
103
107
|
amountMinimum: 1,
|
|
@@ -119,6 +123,8 @@ export const PriceGridLegalstart = [
|
|
|
119
123
|
{
|
|
120
124
|
/* Social */
|
|
121
125
|
idPrestationList: [PrestationType.SOCIAL],
|
|
126
|
+
priceWithTaxesIncluded: false,
|
|
127
|
+
applicationCost: 0,
|
|
122
128
|
employee: [
|
|
123
129
|
{
|
|
124
130
|
amountMinimum: 1,
|
|
@@ -150,6 +156,8 @@ export const PriceGridLegalstart = [
|
|
|
150
156
|
{
|
|
151
157
|
/* Assurance Control Fiscal */
|
|
152
158
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
159
|
+
priceWithTaxesIncluded: false,
|
|
160
|
+
applicationCost: 0,
|
|
153
161
|
exerciceNbr: [
|
|
154
162
|
{
|
|
155
163
|
minimum: 1,
|
|
@@ -10,6 +10,8 @@ export const PriceGridPourcentage = [
|
|
|
10
10
|
{
|
|
11
11
|
/* Compta Premium */
|
|
12
12
|
idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
13
|
+
priceWithTaxesIncluded: false,
|
|
14
|
+
applicationCost: 14.9,
|
|
13
15
|
monthlyNbr: [
|
|
14
16
|
{
|
|
15
17
|
minimum: 0,
|
|
@@ -98,6 +100,8 @@ export const PriceGridPourcentage = [
|
|
|
98
100
|
{
|
|
99
101
|
/* Compta Pourcentage */
|
|
100
102
|
idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
103
|
+
priceWithTaxesIncluded: false,
|
|
104
|
+
applicationCost: 14.9,
|
|
101
105
|
monthlyNbr: [
|
|
102
106
|
{
|
|
103
107
|
minimum: 0,
|
|
@@ -158,6 +162,8 @@ export const PriceGridPourcentage = [
|
|
|
158
162
|
{
|
|
159
163
|
/* Prévisionnel */
|
|
160
164
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
165
|
+
priceWithTaxesIncluded: false,
|
|
166
|
+
applicationCost: 14.9,
|
|
161
167
|
turnoverCreatedYear: [
|
|
162
168
|
{
|
|
163
169
|
turnoverValue: 250000,
|
|
@@ -262,6 +268,8 @@ export const PriceGridPourcentage = [
|
|
|
262
268
|
{
|
|
263
269
|
/* Gestion Juridique */
|
|
264
270
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
271
|
+
priceWithTaxesIncluded: false,
|
|
272
|
+
applicationCost: 14.9,
|
|
265
273
|
partner: [
|
|
266
274
|
{
|
|
267
275
|
amountMinimum: 1,
|
|
@@ -283,6 +291,8 @@ export const PriceGridPourcentage = [
|
|
|
283
291
|
{
|
|
284
292
|
/* Social */
|
|
285
293
|
idPrestationList: [PrestationType.SOCIAL],
|
|
294
|
+
priceWithTaxesIncluded: false,
|
|
295
|
+
applicationCost: 14.9,
|
|
286
296
|
employee: [
|
|
287
297
|
{
|
|
288
298
|
amountMinimum: 1,
|
|
@@ -314,6 +324,8 @@ export const PriceGridPourcentage = [
|
|
|
314
324
|
{
|
|
315
325
|
/* Assurance Control Fiscal */
|
|
316
326
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
327
|
+
priceWithTaxesIncluded: false,
|
|
328
|
+
applicationCost: 14.9,
|
|
317
329
|
exerciceNbr: [
|
|
318
330
|
{
|
|
319
331
|
minimum: 1,
|
|
@@ -336,6 +348,8 @@ export const PriceGridPourcentage = [
|
|
|
336
348
|
{
|
|
337
349
|
/* Compta Premium */
|
|
338
350
|
idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
351
|
+
priceWithTaxesIncluded: false,
|
|
352
|
+
applicationCost: 14.9,
|
|
339
353
|
monthlyNbr: [
|
|
340
354
|
{
|
|
341
355
|
minimum: 0,
|
|
@@ -424,6 +438,8 @@ export const PriceGridPourcentage = [
|
|
|
424
438
|
{
|
|
425
439
|
/* Compta Pourcentage */
|
|
426
440
|
idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
441
|
+
priceWithTaxesIncluded: false,
|
|
442
|
+
applicationCost: 14.9,
|
|
427
443
|
monthlyNbr: [
|
|
428
444
|
{
|
|
429
445
|
minimum: 0,
|
|
@@ -484,6 +500,8 @@ export const PriceGridPourcentage = [
|
|
|
484
500
|
{
|
|
485
501
|
/* Prévisionnel */
|
|
486
502
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
503
|
+
priceWithTaxesIncluded: false,
|
|
504
|
+
applicationCost: 14.9,
|
|
487
505
|
turnoverCreatedYear: [
|
|
488
506
|
{
|
|
489
507
|
turnoverValue: 250000,
|
|
@@ -588,6 +606,8 @@ export const PriceGridPourcentage = [
|
|
|
588
606
|
{
|
|
589
607
|
/* Gestion Juridique */
|
|
590
608
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
609
|
+
priceWithTaxesIncluded: false,
|
|
610
|
+
applicationCost: 14.9,
|
|
591
611
|
partner: [
|
|
592
612
|
{
|
|
593
613
|
amountMinimum: 1,
|
|
@@ -609,6 +629,8 @@ export const PriceGridPourcentage = [
|
|
|
609
629
|
{
|
|
610
630
|
/* Social */
|
|
611
631
|
idPrestationList: [PrestationType.SOCIAL],
|
|
632
|
+
priceWithTaxesIncluded: false,
|
|
633
|
+
applicationCost: 14.9,
|
|
612
634
|
employee: [
|
|
613
635
|
{
|
|
614
636
|
amountMinimum: 1,
|
|
@@ -640,6 +662,8 @@ export const PriceGridPourcentage = [
|
|
|
640
662
|
{
|
|
641
663
|
/* Assurance Control Fiscal */
|
|
642
664
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
665
|
+
priceWithTaxesIncluded: false,
|
|
666
|
+
applicationCost: 14.9,
|
|
643
667
|
exerciceNbr: [
|
|
644
668
|
{
|
|
645
669
|
minimum: 1,
|
|
@@ -662,6 +686,8 @@ export const PriceGridPourcentage = [
|
|
|
662
686
|
{
|
|
663
687
|
/* Compta Premium */
|
|
664
688
|
idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
689
|
+
priceWithTaxesIncluded: false,
|
|
690
|
+
applicationCost: 14.9,
|
|
665
691
|
monthlyNbr: [
|
|
666
692
|
{
|
|
667
693
|
minimum: 0,
|
|
@@ -750,6 +776,8 @@ export const PriceGridPourcentage = [
|
|
|
750
776
|
{
|
|
751
777
|
/* Compta Pourcentage */
|
|
752
778
|
idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
779
|
+
priceWithTaxesIncluded: false,
|
|
780
|
+
applicationCost: 14.9,
|
|
753
781
|
monthlyNbr: [
|
|
754
782
|
{
|
|
755
783
|
minimum: 0,
|
|
@@ -810,6 +838,8 @@ export const PriceGridPourcentage = [
|
|
|
810
838
|
{
|
|
811
839
|
/* Prévisionnel */
|
|
812
840
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
841
|
+
priceWithTaxesIncluded: false,
|
|
842
|
+
applicationCost: 14.9,
|
|
813
843
|
turnoverCreatedYear: [
|
|
814
844
|
{
|
|
815
845
|
turnoverValue: 250000,
|
|
@@ -914,6 +944,8 @@ export const PriceGridPourcentage = [
|
|
|
914
944
|
{
|
|
915
945
|
/* Gestion Juridique */
|
|
916
946
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
947
|
+
priceWithTaxesIncluded: false,
|
|
948
|
+
applicationCost: 14.9,
|
|
917
949
|
partner: [
|
|
918
950
|
{
|
|
919
951
|
amountMinimum: 1,
|
|
@@ -935,6 +967,8 @@ export const PriceGridPourcentage = [
|
|
|
935
967
|
{
|
|
936
968
|
/* Social */
|
|
937
969
|
idPrestationList: [PrestationType.SOCIAL],
|
|
970
|
+
priceWithTaxesIncluded: false,
|
|
971
|
+
applicationCost: 14.9,
|
|
938
972
|
employee: [
|
|
939
973
|
{
|
|
940
974
|
amountMinimum: 1,
|
|
@@ -966,6 +1000,8 @@ export const PriceGridPourcentage = [
|
|
|
966
1000
|
{
|
|
967
1001
|
/* Assurance Control Fiscal */
|
|
968
1002
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
1003
|
+
priceWithTaxesIncluded: false,
|
|
1004
|
+
applicationCost: 14.9,
|
|
969
1005
|
exerciceNbr: [
|
|
970
1006
|
{
|
|
971
1007
|
minimum: 1,
|
|
@@ -988,6 +1024,8 @@ export const PriceGridPourcentage = [
|
|
|
988
1024
|
{
|
|
989
1025
|
/* Compta Premium */
|
|
990
1026
|
idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
1027
|
+
priceWithTaxesIncluded: false,
|
|
1028
|
+
applicationCost: 14.9,
|
|
991
1029
|
monthlyNbr: [
|
|
992
1030
|
{
|
|
993
1031
|
minimum: 0,
|
|
@@ -1076,6 +1114,8 @@ export const PriceGridPourcentage = [
|
|
|
1076
1114
|
{
|
|
1077
1115
|
/* Compta Pourcentage */
|
|
1078
1116
|
idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
1117
|
+
priceWithTaxesIncluded: false,
|
|
1118
|
+
applicationCost: 14.9,
|
|
1079
1119
|
monthlyNbr: [
|
|
1080
1120
|
{
|
|
1081
1121
|
minimum: 0,
|
|
@@ -1136,6 +1176,8 @@ export const PriceGridPourcentage = [
|
|
|
1136
1176
|
{
|
|
1137
1177
|
/* Prévisionnel */
|
|
1138
1178
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
1179
|
+
priceWithTaxesIncluded: false,
|
|
1180
|
+
applicationCost: 14.9,
|
|
1139
1181
|
turnoverCreatedYear: [
|
|
1140
1182
|
{
|
|
1141
1183
|
turnoverValue: 250000,
|
|
@@ -1240,6 +1282,8 @@ export const PriceGridPourcentage = [
|
|
|
1240
1282
|
{
|
|
1241
1283
|
/* Gestion Juridique */
|
|
1242
1284
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
1285
|
+
priceWithTaxesIncluded: false,
|
|
1286
|
+
applicationCost: 14.9,
|
|
1243
1287
|
partner: [
|
|
1244
1288
|
{
|
|
1245
1289
|
amountMinimum: 1,
|
|
@@ -1261,6 +1305,8 @@ export const PriceGridPourcentage = [
|
|
|
1261
1305
|
{
|
|
1262
1306
|
/* Social */
|
|
1263
1307
|
idPrestationList: [PrestationType.SOCIAL],
|
|
1308
|
+
priceWithTaxesIncluded: false,
|
|
1309
|
+
applicationCost: 14.9,
|
|
1264
1310
|
employee: [
|
|
1265
1311
|
{
|
|
1266
1312
|
amountMinimum: 1,
|
|
@@ -1292,6 +1338,8 @@ export const PriceGridPourcentage = [
|
|
|
1292
1338
|
{
|
|
1293
1339
|
/* Assurance Control Fiscal */
|
|
1294
1340
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
1341
|
+
priceWithTaxesIncluded: false,
|
|
1342
|
+
applicationCost: 14.9,
|
|
1295
1343
|
exerciceNbr: [
|
|
1296
1344
|
{
|
|
1297
1345
|
minimum: 1,
|
|
@@ -1314,6 +1362,8 @@ export const PriceGridPourcentage = [
|
|
|
1314
1362
|
{
|
|
1315
1363
|
/* Compta Premium */
|
|
1316
1364
|
idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
1365
|
+
priceWithTaxesIncluded: false,
|
|
1366
|
+
applicationCost: 14.9,
|
|
1317
1367
|
monthlyNbr: [
|
|
1318
1368
|
{
|
|
1319
1369
|
minimum: 0,
|
|
@@ -1390,6 +1440,8 @@ export const PriceGridPourcentage = [
|
|
|
1390
1440
|
{
|
|
1391
1441
|
/* Compta Pourcentage */
|
|
1392
1442
|
idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
1443
|
+
priceWithTaxesIncluded: false,
|
|
1444
|
+
applicationCost: 14.9,
|
|
1393
1445
|
monthlyNbr: [
|
|
1394
1446
|
{
|
|
1395
1447
|
minimum: 0,
|
|
@@ -1450,6 +1502,8 @@ export const PriceGridPourcentage = [
|
|
|
1450
1502
|
{
|
|
1451
1503
|
/* Prévisionnel */
|
|
1452
1504
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
1505
|
+
priceWithTaxesIncluded: false,
|
|
1506
|
+
applicationCost: 14.9,
|
|
1453
1507
|
turnoverCreatedYear: [
|
|
1454
1508
|
{
|
|
1455
1509
|
turnoverValue: 250000,
|
|
@@ -1554,6 +1608,8 @@ export const PriceGridPourcentage = [
|
|
|
1554
1608
|
{
|
|
1555
1609
|
/* Gestion Juridique */
|
|
1556
1610
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
1611
|
+
priceWithTaxesIncluded: false,
|
|
1612
|
+
applicationCost: 14.9,
|
|
1557
1613
|
partner: [
|
|
1558
1614
|
{
|
|
1559
1615
|
amountMinimum: 1,
|
|
@@ -1575,6 +1631,8 @@ export const PriceGridPourcentage = [
|
|
|
1575
1631
|
{
|
|
1576
1632
|
/* Social */
|
|
1577
1633
|
idPrestationList: [PrestationType.SOCIAL],
|
|
1634
|
+
priceWithTaxesIncluded: false,
|
|
1635
|
+
applicationCost: 14.9,
|
|
1578
1636
|
employee: [
|
|
1579
1637
|
{
|
|
1580
1638
|
amountMinimum: 1,
|
|
@@ -1606,6 +1664,8 @@ export const PriceGridPourcentage = [
|
|
|
1606
1664
|
{
|
|
1607
1665
|
/* Assurance Control Fiscal */
|
|
1608
1666
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
1667
|
+
priceWithTaxesIncluded: false,
|
|
1668
|
+
applicationCost: 14.9,
|
|
1609
1669
|
exerciceNbr: [
|
|
1610
1670
|
{
|
|
1611
1671
|
minimum: 1,
|
|
@@ -1628,6 +1688,8 @@ export const PriceGridPourcentage = [
|
|
|
1628
1688
|
{
|
|
1629
1689
|
/* Compta Premium */
|
|
1630
1690
|
idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
1691
|
+
priceWithTaxesIncluded: false,
|
|
1692
|
+
applicationCost: 14.9,
|
|
1631
1693
|
monthlyNbr: [
|
|
1632
1694
|
{
|
|
1633
1695
|
minimum: 0,
|
|
@@ -1716,6 +1778,8 @@ export const PriceGridPourcentage = [
|
|
|
1716
1778
|
{
|
|
1717
1779
|
/* Compta Pourcentage */
|
|
1718
1780
|
idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
1781
|
+
priceWithTaxesIncluded: false,
|
|
1782
|
+
applicationCost: 14.9,
|
|
1719
1783
|
monthlyNbr: [
|
|
1720
1784
|
{
|
|
1721
1785
|
minimum: 0,
|
|
@@ -1776,6 +1840,8 @@ export const PriceGridPourcentage = [
|
|
|
1776
1840
|
{
|
|
1777
1841
|
/* Prévisionnel */
|
|
1778
1842
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
1843
|
+
priceWithTaxesIncluded: false,
|
|
1844
|
+
applicationCost: 14.9,
|
|
1779
1845
|
turnoverCreatedYear: [
|
|
1780
1846
|
{
|
|
1781
1847
|
turnoverValue: 250000,
|
|
@@ -1880,6 +1946,8 @@ export const PriceGridPourcentage = [
|
|
|
1880
1946
|
{
|
|
1881
1947
|
/* Gestion Juridique */
|
|
1882
1948
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
1949
|
+
priceWithTaxesIncluded: false,
|
|
1950
|
+
applicationCost: 14.9,
|
|
1883
1951
|
partner: [
|
|
1884
1952
|
{
|
|
1885
1953
|
amountMinimum: 1,
|
|
@@ -1901,6 +1969,8 @@ export const PriceGridPourcentage = [
|
|
|
1901
1969
|
{
|
|
1902
1970
|
/* Social */
|
|
1903
1971
|
idPrestationList: [PrestationType.SOCIAL],
|
|
1972
|
+
priceWithTaxesIncluded: false,
|
|
1973
|
+
applicationCost: 14.9,
|
|
1904
1974
|
employee: [
|
|
1905
1975
|
{
|
|
1906
1976
|
amountMinimum: 1,
|
|
@@ -1932,6 +2002,8 @@ export const PriceGridPourcentage = [
|
|
|
1932
2002
|
{
|
|
1933
2003
|
/* Assurance Control Fiscal */
|
|
1934
2004
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
2005
|
+
priceWithTaxesIncluded: false,
|
|
2006
|
+
applicationCost: 14.9,
|
|
1935
2007
|
exerciceNbr: [
|
|
1936
2008
|
{
|
|
1937
2009
|
minimum: 1,
|
|
@@ -1954,6 +2026,8 @@ export const PriceGridPourcentage = [
|
|
|
1954
2026
|
{
|
|
1955
2027
|
/* Compta Premium */
|
|
1956
2028
|
idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
2029
|
+
priceWithTaxesIncluded: false,
|
|
2030
|
+
applicationCost: 14.9,
|
|
1957
2031
|
monthlyNbr: [
|
|
1958
2032
|
{
|
|
1959
2033
|
minimum: 0,
|
|
@@ -2030,6 +2104,8 @@ export const PriceGridPourcentage = [
|
|
|
2030
2104
|
{
|
|
2031
2105
|
/* Compta Pourcentage */
|
|
2032
2106
|
idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
2107
|
+
priceWithTaxesIncluded: false,
|
|
2108
|
+
applicationCost: 14.9,
|
|
2033
2109
|
monthlyNbr: [
|
|
2034
2110
|
{
|
|
2035
2111
|
minimum: 0,
|
|
@@ -2090,6 +2166,8 @@ export const PriceGridPourcentage = [
|
|
|
2090
2166
|
{
|
|
2091
2167
|
/* Prévisionnel */
|
|
2092
2168
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
2169
|
+
priceWithTaxesIncluded: false,
|
|
2170
|
+
applicationCost: 14.9,
|
|
2093
2171
|
turnoverCreatedYear: [
|
|
2094
2172
|
{
|
|
2095
2173
|
turnoverValue: 250000,
|
|
@@ -2194,6 +2272,8 @@ export const PriceGridPourcentage = [
|
|
|
2194
2272
|
{
|
|
2195
2273
|
/* Gestion Juridique */
|
|
2196
2274
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
2275
|
+
priceWithTaxesIncluded: false,
|
|
2276
|
+
applicationCost: 14.9,
|
|
2197
2277
|
partner: [
|
|
2198
2278
|
{
|
|
2199
2279
|
amountMinimum: 1,
|
|
@@ -2215,6 +2295,8 @@ export const PriceGridPourcentage = [
|
|
|
2215
2295
|
{
|
|
2216
2296
|
/* Social */
|
|
2217
2297
|
idPrestationList: [PrestationType.SOCIAL],
|
|
2298
|
+
priceWithTaxesIncluded: false,
|
|
2299
|
+
applicationCost: 14.9,
|
|
2218
2300
|
employee: [
|
|
2219
2301
|
{
|
|
2220
2302
|
amountMinimum: 1,
|
|
@@ -2246,6 +2328,8 @@ export const PriceGridPourcentage = [
|
|
|
2246
2328
|
{
|
|
2247
2329
|
/* Assurance Control Fiscal */
|
|
2248
2330
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
2331
|
+
priceWithTaxesIncluded: false,
|
|
2332
|
+
applicationCost: 14.9,
|
|
2249
2333
|
exerciceNbr: [
|
|
2250
2334
|
{
|
|
2251
2335
|
minimum: 1,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
IsInt, IsOptional,
|
|
3
|
+
} from 'class-validator';
|
|
4
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
5
|
+
|
|
6
|
+
export class QueryGetStatsHistory {
|
|
7
|
+
@ApiPropertyOptional()
|
|
8
|
+
@IsOptional()
|
|
9
|
+
@IsInt()
|
|
10
|
+
day?: number;
|
|
11
|
+
|
|
12
|
+
@ApiPropertyOptional()
|
|
13
|
+
@IsOptional()
|
|
14
|
+
@IsInt()
|
|
15
|
+
month?: number;
|
|
16
|
+
|
|
17
|
+
@ApiPropertyOptional()
|
|
18
|
+
@IsOptional()
|
|
19
|
+
@IsInt()
|
|
20
|
+
year?: number;
|
|
21
|
+
|
|
22
|
+
@ApiPropertyOptional()
|
|
23
|
+
@IsOptional()
|
|
24
|
+
@IsInt()
|
|
25
|
+
idUser?: number;
|
|
26
|
+
}
|
|
@@ -7,12 +7,14 @@ export interface PartialExercicePrestationExpress {
|
|
|
7
7
|
totalAmount: number
|
|
8
8
|
}
|
|
9
9
|
export interface ParamsForPaymentsAuto {
|
|
10
|
+
idTypeBrand: number;
|
|
10
11
|
firstExerciceNonExpresssEndDate: Date;
|
|
11
12
|
goToClient: Date;
|
|
12
13
|
idPrestation: number;
|
|
13
14
|
idVat: number;
|
|
14
15
|
prestationList: IPrestationList;
|
|
15
16
|
yearlyAmountNonExpress: number;
|
|
17
|
+
nextYearlyAmountNonExpress: number;
|
|
16
18
|
listPartialExercicePrestationExpress: PartialExercicePrestationExpress[];
|
|
17
19
|
listRegulations: IRegulation[];
|
|
18
20
|
}
|
package/ts/types/index.ts
CHANGED
|
@@ -630,6 +630,7 @@ export * from './Interface/api/facturation/CreateRebilling';
|
|
|
630
630
|
export * from './Interface/api/facturation/GoToFacturation';
|
|
631
631
|
export * from './Interface/api/OnBoarding';
|
|
632
632
|
export * from './Interface/api/commercial/QueryGetStats';
|
|
633
|
+
export * from './Interface/api/commercial/QueryGetStatsHistory';
|
|
633
634
|
export * from './Interface/api/commercial/RequiredDocsTypeParams';
|
|
634
635
|
export * from './Interface/api/commercial/QueryFetchDialogDatasInfosOk';
|
|
635
636
|
export * from './Interface/api/commercial/QueryMovePrestationsToNextMonth';
|