@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 @@ exports.PriceGridPourcentage = [
|
|
|
12
12
|
{
|
|
13
13
|
/* Compta Premium */
|
|
14
14
|
idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
15
|
+
priceWithTaxesIncluded: false,
|
|
16
|
+
applicationCost: 14.9,
|
|
15
17
|
monthlyNbr: [
|
|
16
18
|
{
|
|
17
19
|
minimum: 0,
|
|
@@ -100,6 +102,8 @@ exports.PriceGridPourcentage = [
|
|
|
100
102
|
{
|
|
101
103
|
/* Compta Pourcentage */
|
|
102
104
|
idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
105
|
+
priceWithTaxesIncluded: false,
|
|
106
|
+
applicationCost: 14.9,
|
|
103
107
|
monthlyNbr: [
|
|
104
108
|
{
|
|
105
109
|
minimum: 0,
|
|
@@ -160,6 +164,8 @@ exports.PriceGridPourcentage = [
|
|
|
160
164
|
{
|
|
161
165
|
/* Prévisionnel */
|
|
162
166
|
idPrestationList: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
167
|
+
priceWithTaxesIncluded: false,
|
|
168
|
+
applicationCost: 14.9,
|
|
163
169
|
turnoverCreatedYear: [
|
|
164
170
|
{
|
|
165
171
|
turnoverValue: 250000,
|
|
@@ -264,6 +270,8 @@ exports.PriceGridPourcentage = [
|
|
|
264
270
|
{
|
|
265
271
|
/* Gestion Juridique */
|
|
266
272
|
idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
|
|
273
|
+
priceWithTaxesIncluded: false,
|
|
274
|
+
applicationCost: 14.9,
|
|
267
275
|
partner: [
|
|
268
276
|
{
|
|
269
277
|
amountMinimum: 1,
|
|
@@ -285,6 +293,8 @@ exports.PriceGridPourcentage = [
|
|
|
285
293
|
{
|
|
286
294
|
/* Social */
|
|
287
295
|
idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
|
|
296
|
+
priceWithTaxesIncluded: false,
|
|
297
|
+
applicationCost: 14.9,
|
|
288
298
|
employee: [
|
|
289
299
|
{
|
|
290
300
|
amountMinimum: 1,
|
|
@@ -316,6 +326,8 @@ exports.PriceGridPourcentage = [
|
|
|
316
326
|
{
|
|
317
327
|
/* Assurance Control Fiscal */
|
|
318
328
|
idPrestationList: [PrestationType_1.PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
329
|
+
priceWithTaxesIncluded: false,
|
|
330
|
+
applicationCost: 14.9,
|
|
319
331
|
exerciceNbr: [
|
|
320
332
|
{
|
|
321
333
|
minimum: 1,
|
|
@@ -338,6 +350,8 @@ exports.PriceGridPourcentage = [
|
|
|
338
350
|
{
|
|
339
351
|
/* Compta Premium */
|
|
340
352
|
idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
353
|
+
priceWithTaxesIncluded: false,
|
|
354
|
+
applicationCost: 14.9,
|
|
341
355
|
monthlyNbr: [
|
|
342
356
|
{
|
|
343
357
|
minimum: 0,
|
|
@@ -426,6 +440,8 @@ exports.PriceGridPourcentage = [
|
|
|
426
440
|
{
|
|
427
441
|
/* Compta Pourcentage */
|
|
428
442
|
idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
443
|
+
priceWithTaxesIncluded: false,
|
|
444
|
+
applicationCost: 14.9,
|
|
429
445
|
monthlyNbr: [
|
|
430
446
|
{
|
|
431
447
|
minimum: 0,
|
|
@@ -486,6 +502,8 @@ exports.PriceGridPourcentage = [
|
|
|
486
502
|
{
|
|
487
503
|
/* Prévisionnel */
|
|
488
504
|
idPrestationList: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
505
|
+
priceWithTaxesIncluded: false,
|
|
506
|
+
applicationCost: 14.9,
|
|
489
507
|
turnoverCreatedYear: [
|
|
490
508
|
{
|
|
491
509
|
turnoverValue: 250000,
|
|
@@ -590,6 +608,8 @@ exports.PriceGridPourcentage = [
|
|
|
590
608
|
{
|
|
591
609
|
/* Gestion Juridique */
|
|
592
610
|
idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
|
|
611
|
+
priceWithTaxesIncluded: false,
|
|
612
|
+
applicationCost: 14.9,
|
|
593
613
|
partner: [
|
|
594
614
|
{
|
|
595
615
|
amountMinimum: 1,
|
|
@@ -611,6 +631,8 @@ exports.PriceGridPourcentage = [
|
|
|
611
631
|
{
|
|
612
632
|
/* Social */
|
|
613
633
|
idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
|
|
634
|
+
priceWithTaxesIncluded: false,
|
|
635
|
+
applicationCost: 14.9,
|
|
614
636
|
employee: [
|
|
615
637
|
{
|
|
616
638
|
amountMinimum: 1,
|
|
@@ -642,6 +664,8 @@ exports.PriceGridPourcentage = [
|
|
|
642
664
|
{
|
|
643
665
|
/* Assurance Control Fiscal */
|
|
644
666
|
idPrestationList: [PrestationType_1.PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
667
|
+
priceWithTaxesIncluded: false,
|
|
668
|
+
applicationCost: 14.9,
|
|
645
669
|
exerciceNbr: [
|
|
646
670
|
{
|
|
647
671
|
minimum: 1,
|
|
@@ -664,6 +688,8 @@ exports.PriceGridPourcentage = [
|
|
|
664
688
|
{
|
|
665
689
|
/* Compta Premium */
|
|
666
690
|
idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
691
|
+
priceWithTaxesIncluded: false,
|
|
692
|
+
applicationCost: 14.9,
|
|
667
693
|
monthlyNbr: [
|
|
668
694
|
{
|
|
669
695
|
minimum: 0,
|
|
@@ -752,6 +778,8 @@ exports.PriceGridPourcentage = [
|
|
|
752
778
|
{
|
|
753
779
|
/* Compta Pourcentage */
|
|
754
780
|
idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
781
|
+
priceWithTaxesIncluded: false,
|
|
782
|
+
applicationCost: 14.9,
|
|
755
783
|
monthlyNbr: [
|
|
756
784
|
{
|
|
757
785
|
minimum: 0,
|
|
@@ -812,6 +840,8 @@ exports.PriceGridPourcentage = [
|
|
|
812
840
|
{
|
|
813
841
|
/* Prévisionnel */
|
|
814
842
|
idPrestationList: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
843
|
+
priceWithTaxesIncluded: false,
|
|
844
|
+
applicationCost: 14.9,
|
|
815
845
|
turnoverCreatedYear: [
|
|
816
846
|
{
|
|
817
847
|
turnoverValue: 250000,
|
|
@@ -916,6 +946,8 @@ exports.PriceGridPourcentage = [
|
|
|
916
946
|
{
|
|
917
947
|
/* Gestion Juridique */
|
|
918
948
|
idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
|
|
949
|
+
priceWithTaxesIncluded: false,
|
|
950
|
+
applicationCost: 14.9,
|
|
919
951
|
partner: [
|
|
920
952
|
{
|
|
921
953
|
amountMinimum: 1,
|
|
@@ -937,6 +969,8 @@ exports.PriceGridPourcentage = [
|
|
|
937
969
|
{
|
|
938
970
|
/* Social */
|
|
939
971
|
idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
|
|
972
|
+
priceWithTaxesIncluded: false,
|
|
973
|
+
applicationCost: 14.9,
|
|
940
974
|
employee: [
|
|
941
975
|
{
|
|
942
976
|
amountMinimum: 1,
|
|
@@ -968,6 +1002,8 @@ exports.PriceGridPourcentage = [
|
|
|
968
1002
|
{
|
|
969
1003
|
/* Assurance Control Fiscal */
|
|
970
1004
|
idPrestationList: [PrestationType_1.PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
1005
|
+
priceWithTaxesIncluded: false,
|
|
1006
|
+
applicationCost: 14.9,
|
|
971
1007
|
exerciceNbr: [
|
|
972
1008
|
{
|
|
973
1009
|
minimum: 1,
|
|
@@ -990,6 +1026,8 @@ exports.PriceGridPourcentage = [
|
|
|
990
1026
|
{
|
|
991
1027
|
/* Compta Premium */
|
|
992
1028
|
idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
1029
|
+
priceWithTaxesIncluded: false,
|
|
1030
|
+
applicationCost: 14.9,
|
|
993
1031
|
monthlyNbr: [
|
|
994
1032
|
{
|
|
995
1033
|
minimum: 0,
|
|
@@ -1078,6 +1116,8 @@ exports.PriceGridPourcentage = [
|
|
|
1078
1116
|
{
|
|
1079
1117
|
/* Compta Pourcentage */
|
|
1080
1118
|
idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
1119
|
+
priceWithTaxesIncluded: false,
|
|
1120
|
+
applicationCost: 14.9,
|
|
1081
1121
|
monthlyNbr: [
|
|
1082
1122
|
{
|
|
1083
1123
|
minimum: 0,
|
|
@@ -1138,6 +1178,8 @@ exports.PriceGridPourcentage = [
|
|
|
1138
1178
|
{
|
|
1139
1179
|
/* Prévisionnel */
|
|
1140
1180
|
idPrestationList: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
1181
|
+
priceWithTaxesIncluded: false,
|
|
1182
|
+
applicationCost: 14.9,
|
|
1141
1183
|
turnoverCreatedYear: [
|
|
1142
1184
|
{
|
|
1143
1185
|
turnoverValue: 250000,
|
|
@@ -1242,6 +1284,8 @@ exports.PriceGridPourcentage = [
|
|
|
1242
1284
|
{
|
|
1243
1285
|
/* Gestion Juridique */
|
|
1244
1286
|
idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
|
|
1287
|
+
priceWithTaxesIncluded: false,
|
|
1288
|
+
applicationCost: 14.9,
|
|
1245
1289
|
partner: [
|
|
1246
1290
|
{
|
|
1247
1291
|
amountMinimum: 1,
|
|
@@ -1263,6 +1307,8 @@ exports.PriceGridPourcentage = [
|
|
|
1263
1307
|
{
|
|
1264
1308
|
/* Social */
|
|
1265
1309
|
idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
|
|
1310
|
+
priceWithTaxesIncluded: false,
|
|
1311
|
+
applicationCost: 14.9,
|
|
1266
1312
|
employee: [
|
|
1267
1313
|
{
|
|
1268
1314
|
amountMinimum: 1,
|
|
@@ -1294,6 +1340,8 @@ exports.PriceGridPourcentage = [
|
|
|
1294
1340
|
{
|
|
1295
1341
|
/* Assurance Control Fiscal */
|
|
1296
1342
|
idPrestationList: [PrestationType_1.PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
1343
|
+
priceWithTaxesIncluded: false,
|
|
1344
|
+
applicationCost: 14.9,
|
|
1297
1345
|
exerciceNbr: [
|
|
1298
1346
|
{
|
|
1299
1347
|
minimum: 1,
|
|
@@ -1316,6 +1364,8 @@ exports.PriceGridPourcentage = [
|
|
|
1316
1364
|
{
|
|
1317
1365
|
/* Compta Premium */
|
|
1318
1366
|
idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
1367
|
+
priceWithTaxesIncluded: false,
|
|
1368
|
+
applicationCost: 14.9,
|
|
1319
1369
|
monthlyNbr: [
|
|
1320
1370
|
{
|
|
1321
1371
|
minimum: 0,
|
|
@@ -1392,6 +1442,8 @@ exports.PriceGridPourcentage = [
|
|
|
1392
1442
|
{
|
|
1393
1443
|
/* Compta Pourcentage */
|
|
1394
1444
|
idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
1445
|
+
priceWithTaxesIncluded: false,
|
|
1446
|
+
applicationCost: 14.9,
|
|
1395
1447
|
monthlyNbr: [
|
|
1396
1448
|
{
|
|
1397
1449
|
minimum: 0,
|
|
@@ -1452,6 +1504,8 @@ exports.PriceGridPourcentage = [
|
|
|
1452
1504
|
{
|
|
1453
1505
|
/* Prévisionnel */
|
|
1454
1506
|
idPrestationList: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
1507
|
+
priceWithTaxesIncluded: false,
|
|
1508
|
+
applicationCost: 14.9,
|
|
1455
1509
|
turnoverCreatedYear: [
|
|
1456
1510
|
{
|
|
1457
1511
|
turnoverValue: 250000,
|
|
@@ -1556,6 +1610,8 @@ exports.PriceGridPourcentage = [
|
|
|
1556
1610
|
{
|
|
1557
1611
|
/* Gestion Juridique */
|
|
1558
1612
|
idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
|
|
1613
|
+
priceWithTaxesIncluded: false,
|
|
1614
|
+
applicationCost: 14.9,
|
|
1559
1615
|
partner: [
|
|
1560
1616
|
{
|
|
1561
1617
|
amountMinimum: 1,
|
|
@@ -1577,6 +1633,8 @@ exports.PriceGridPourcentage = [
|
|
|
1577
1633
|
{
|
|
1578
1634
|
/* Social */
|
|
1579
1635
|
idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
|
|
1636
|
+
priceWithTaxesIncluded: false,
|
|
1637
|
+
applicationCost: 14.9,
|
|
1580
1638
|
employee: [
|
|
1581
1639
|
{
|
|
1582
1640
|
amountMinimum: 1,
|
|
@@ -1608,6 +1666,8 @@ exports.PriceGridPourcentage = [
|
|
|
1608
1666
|
{
|
|
1609
1667
|
/* Assurance Control Fiscal */
|
|
1610
1668
|
idPrestationList: [PrestationType_1.PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
1669
|
+
priceWithTaxesIncluded: false,
|
|
1670
|
+
applicationCost: 14.9,
|
|
1611
1671
|
exerciceNbr: [
|
|
1612
1672
|
{
|
|
1613
1673
|
minimum: 1,
|
|
@@ -1630,6 +1690,8 @@ exports.PriceGridPourcentage = [
|
|
|
1630
1690
|
{
|
|
1631
1691
|
/* Compta Premium */
|
|
1632
1692
|
idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
1693
|
+
priceWithTaxesIncluded: false,
|
|
1694
|
+
applicationCost: 14.9,
|
|
1633
1695
|
monthlyNbr: [
|
|
1634
1696
|
{
|
|
1635
1697
|
minimum: 0,
|
|
@@ -1718,6 +1780,8 @@ exports.PriceGridPourcentage = [
|
|
|
1718
1780
|
{
|
|
1719
1781
|
/* Compta Pourcentage */
|
|
1720
1782
|
idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
1783
|
+
priceWithTaxesIncluded: false,
|
|
1784
|
+
applicationCost: 14.9,
|
|
1721
1785
|
monthlyNbr: [
|
|
1722
1786
|
{
|
|
1723
1787
|
minimum: 0,
|
|
@@ -1778,6 +1842,8 @@ exports.PriceGridPourcentage = [
|
|
|
1778
1842
|
{
|
|
1779
1843
|
/* Prévisionnel */
|
|
1780
1844
|
idPrestationList: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
1845
|
+
priceWithTaxesIncluded: false,
|
|
1846
|
+
applicationCost: 14.9,
|
|
1781
1847
|
turnoverCreatedYear: [
|
|
1782
1848
|
{
|
|
1783
1849
|
turnoverValue: 250000,
|
|
@@ -1882,6 +1948,8 @@ exports.PriceGridPourcentage = [
|
|
|
1882
1948
|
{
|
|
1883
1949
|
/* Gestion Juridique */
|
|
1884
1950
|
idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
|
|
1951
|
+
priceWithTaxesIncluded: false,
|
|
1952
|
+
applicationCost: 14.9,
|
|
1885
1953
|
partner: [
|
|
1886
1954
|
{
|
|
1887
1955
|
amountMinimum: 1,
|
|
@@ -1903,6 +1971,8 @@ exports.PriceGridPourcentage = [
|
|
|
1903
1971
|
{
|
|
1904
1972
|
/* Social */
|
|
1905
1973
|
idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
|
|
1974
|
+
priceWithTaxesIncluded: false,
|
|
1975
|
+
applicationCost: 14.9,
|
|
1906
1976
|
employee: [
|
|
1907
1977
|
{
|
|
1908
1978
|
amountMinimum: 1,
|
|
@@ -1934,6 +2004,8 @@ exports.PriceGridPourcentage = [
|
|
|
1934
2004
|
{
|
|
1935
2005
|
/* Assurance Control Fiscal */
|
|
1936
2006
|
idPrestationList: [PrestationType_1.PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
2007
|
+
priceWithTaxesIncluded: false,
|
|
2008
|
+
applicationCost: 14.9,
|
|
1937
2009
|
exerciceNbr: [
|
|
1938
2010
|
{
|
|
1939
2011
|
minimum: 1,
|
|
@@ -1956,6 +2028,8 @@ exports.PriceGridPourcentage = [
|
|
|
1956
2028
|
{
|
|
1957
2029
|
/* Compta Premium */
|
|
1958
2030
|
idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
2031
|
+
priceWithTaxesIncluded: false,
|
|
2032
|
+
applicationCost: 14.9,
|
|
1959
2033
|
monthlyNbr: [
|
|
1960
2034
|
{
|
|
1961
2035
|
minimum: 0,
|
|
@@ -2032,6 +2106,8 @@ exports.PriceGridPourcentage = [
|
|
|
2032
2106
|
{
|
|
2033
2107
|
/* Compta Pourcentage */
|
|
2034
2108
|
idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
2109
|
+
priceWithTaxesIncluded: false,
|
|
2110
|
+
applicationCost: 14.9,
|
|
2035
2111
|
monthlyNbr: [
|
|
2036
2112
|
{
|
|
2037
2113
|
minimum: 0,
|
|
@@ -2092,6 +2168,8 @@ exports.PriceGridPourcentage = [
|
|
|
2092
2168
|
{
|
|
2093
2169
|
/* Prévisionnel */
|
|
2094
2170
|
idPrestationList: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
2171
|
+
priceWithTaxesIncluded: false,
|
|
2172
|
+
applicationCost: 14.9,
|
|
2095
2173
|
turnoverCreatedYear: [
|
|
2096
2174
|
{
|
|
2097
2175
|
turnoverValue: 250000,
|
|
@@ -2196,6 +2274,8 @@ exports.PriceGridPourcentage = [
|
|
|
2196
2274
|
{
|
|
2197
2275
|
/* Gestion Juridique */
|
|
2198
2276
|
idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
|
|
2277
|
+
priceWithTaxesIncluded: false,
|
|
2278
|
+
applicationCost: 14.9,
|
|
2199
2279
|
partner: [
|
|
2200
2280
|
{
|
|
2201
2281
|
amountMinimum: 1,
|
|
@@ -2217,6 +2297,8 @@ exports.PriceGridPourcentage = [
|
|
|
2217
2297
|
{
|
|
2218
2298
|
/* Social */
|
|
2219
2299
|
idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
|
|
2300
|
+
priceWithTaxesIncluded: false,
|
|
2301
|
+
applicationCost: 14.9,
|
|
2220
2302
|
employee: [
|
|
2221
2303
|
{
|
|
2222
2304
|
amountMinimum: 1,
|
|
@@ -2248,6 +2330,8 @@ exports.PriceGridPourcentage = [
|
|
|
2248
2330
|
{
|
|
2249
2331
|
/* Assurance Control Fiscal */
|
|
2250
2332
|
idPrestationList: [PrestationType_1.PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
2333
|
+
priceWithTaxesIncluded: false,
|
|
2334
|
+
applicationCost: 14.9,
|
|
2251
2335
|
exerciceNbr: [
|
|
2252
2336
|
{
|
|
2253
2337
|
minimum: 1,
|