@silexpert/core 1.1.305 → 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/Closing.d.ts +2 -1
- package/dist/cjs/api/resources/Closing.d.ts.map +1 -1
- package/dist/cjs/api/resources/Closing.js +3 -0
- package/dist/cjs/api/resources/Closing.js.map +1 -1
- 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/api/resources/Exercice.d.ts +2 -2
- package/dist/cjs/api/resources/Exercice.d.ts.map +1 -1
- package/dist/cjs/api/resources/Exercice.js +2 -2
- package/dist/cjs/api/resources/Exercice.js.map +1 -1
- package/dist/cjs/api/resources/IntermediateManagementRebate.d.ts.map +1 -1
- package/dist/cjs/api/resources/IntermediateManagementRebate.js +6 -1
- package/dist/cjs/api/resources/IntermediateManagementRebate.js.map +1 -1
- package/dist/cjs/api/resources/Payment.d.ts +2 -1
- package/dist/cjs/api/resources/Payment.d.ts.map +1 -1
- package/dist/cjs/api/resources/Payment.js +3 -0
- package/dist/cjs/api/resources/Payment.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/authentification/ConnectFromSSO.d.ts +4 -0
- package/dist/cjs/types/Interface/api/authentification/ConnectFromSSO.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/authentification/ConnectFromSSO.js +23 -0
- package/dist/cjs/types/Interface/api/authentification/ConnectFromSSO.js.map +1 -0
- 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/exercice/QueryExercice.d.ts +3 -0
- package/dist/cjs/types/Interface/api/exercice/QueryExercice.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/exercice/QueryExercice.js +11 -1
- package/dist/cjs/types/Interface/api/exercice/QueryExercice.js.map +1 -1
- package/dist/cjs/types/Interface/api/exercice/UpdateExercice.d.ts +1 -0
- package/dist/cjs/types/Interface/api/exercice/UpdateExercice.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/exercice/UpdateExercice.js +7 -0
- package/dist/cjs/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Params.d.ts +4 -0
- package/dist/cjs/types/Interface/api/payment/Params.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/payment/Params.js +24 -0
- package/dist/cjs/types/Interface/api/payment/Params.js.map +1 -0
- package/dist/cjs/types/Interface/api/payment/Util.d.ts +27 -0
- package/dist/cjs/types/Interface/api/payment/Util.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/payment/Util.js +3 -0
- package/dist/cjs/types/Interface/api/payment/Util.js.map +1 -0
- package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.d.ts +1 -0
- package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.js +8 -0
- package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.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/Interface/api/user/ParamsGetAllUserWithRoles.js +1 -1
- package/dist/cjs/types/Interface/api/user/ParamsGetAllUserWithRoles.js.map +1 -1
- package/dist/cjs/types/Interface/models/IExercicePrestation.d.ts +1 -0
- package/dist/cjs/types/Interface/models/IExercicePrestation.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IExercicePrestation.js.map +1 -1
- package/dist/cjs/types/Interface/models/ISociety.d.ts +2 -1
- package/dist/cjs/types/Interface/models/ISociety.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ISociety.js.map +1 -1
- package/dist/cjs/types/index.d.ts +4 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +4 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/payment.d.ts +15 -2
- package/dist/cjs/utils/payment.d.ts.map +1 -1
- package/dist/cjs/utils/payment.js +180 -2
- 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.d.ts +2 -0
- package/dist/cjs/utils/tests/payment.spec.d.ts.map +1 -0
- package/dist/cjs/utils/tests/payment.spec.js +494 -0
- package/dist/cjs/utils/tests/payment.spec.js.map +1 -0
- package/dist/cjs/utils/vat/utils.d.ts +2 -0
- package/dist/cjs/utils/vat/utils.d.ts.map +1 -1
- package/dist/cjs/utils/vat/utils.js +19 -1
- package/dist/cjs/utils/vat/utils.js.map +1 -1
- package/dist/mjs/api/resources/Closing.d.ts +2 -1
- package/dist/mjs/api/resources/Closing.d.ts.map +1 -1
- package/dist/mjs/api/resources/Closing.js +3 -0
- package/dist/mjs/api/resources/Closing.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/api/resources/Exercice.d.ts +2 -2
- package/dist/mjs/api/resources/Exercice.d.ts.map +1 -1
- package/dist/mjs/api/resources/Exercice.js +2 -2
- package/dist/mjs/api/resources/Exercice.js.map +1 -1
- package/dist/mjs/api/resources/IntermediateManagementRebate.d.ts.map +1 -1
- package/dist/mjs/api/resources/IntermediateManagementRebate.js +6 -1
- package/dist/mjs/api/resources/IntermediateManagementRebate.js.map +1 -1
- package/dist/mjs/api/resources/Payment.d.ts +2 -1
- package/dist/mjs/api/resources/Payment.d.ts.map +1 -1
- package/dist/mjs/api/resources/Payment.js +3 -0
- package/dist/mjs/api/resources/Payment.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/authentification/ConnectFromSSO.d.ts +4 -0
- package/dist/mjs/types/Interface/api/authentification/ConnectFromSSO.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/authentification/ConnectFromSSO.js +20 -0
- package/dist/mjs/types/Interface/api/authentification/ConnectFromSSO.js.map +1 -0
- 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/exercice/QueryExercice.d.ts +3 -0
- package/dist/mjs/types/Interface/api/exercice/QueryExercice.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/exercice/QueryExercice.js +10 -0
- package/dist/mjs/types/Interface/api/exercice/QueryExercice.js.map +1 -1
- package/dist/mjs/types/Interface/api/exercice/UpdateExercice.d.ts +1 -0
- package/dist/mjs/types/Interface/api/exercice/UpdateExercice.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/exercice/UpdateExercice.js +8 -0
- package/dist/mjs/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
- package/dist/mjs/types/Interface/api/payment/Params.d.ts +4 -0
- package/dist/mjs/types/Interface/api/payment/Params.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/payment/Params.js +21 -0
- package/dist/mjs/types/Interface/api/payment/Params.js.map +1 -0
- package/dist/mjs/types/Interface/api/payment/Util.d.ts +27 -0
- package/dist/mjs/types/Interface/api/payment/Util.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/payment/Util.js +2 -0
- package/dist/mjs/types/Interface/api/payment/Util.js.map +1 -0
- package/dist/mjs/types/Interface/api/society/QueryPaginatedSociety.d.ts +1 -0
- package/dist/mjs/types/Interface/api/society/QueryPaginatedSociety.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/society/QueryPaginatedSociety.js +8 -0
- package/dist/mjs/types/Interface/api/society/QueryPaginatedSociety.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/Interface/api/user/ParamsGetAllUserWithRoles.js +1 -1
- package/dist/mjs/types/Interface/api/user/ParamsGetAllUserWithRoles.js.map +1 -1
- package/dist/mjs/types/Interface/models/IExercicePrestation.d.ts +1 -0
- package/dist/mjs/types/Interface/models/IExercicePrestation.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IExercicePrestation.js.map +1 -1
- package/dist/mjs/types/Interface/models/ISociety.d.ts +2 -1
- package/dist/mjs/types/Interface/models/ISociety.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ISociety.js.map +1 -1
- package/dist/mjs/types/index.d.ts +4 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +4 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/payment.d.ts +15 -2
- package/dist/mjs/utils/payment.d.ts.map +1 -1
- package/dist/mjs/utils/payment.js +178 -1
- 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.d.ts +2 -0
- package/dist/mjs/utils/tests/payment.spec.d.ts.map +1 -0
- package/dist/mjs/utils/tests/payment.spec.js +485 -0
- package/dist/mjs/utils/tests/payment.spec.js.map +1 -0
- package/dist/mjs/utils/vat/utils.d.ts +2 -0
- package/dist/mjs/utils/vat/utils.d.ts.map +1 -1
- package/dist/mjs/utils/vat/utils.js +14 -0
- package/dist/mjs/utils/vat/utils.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Closing.ts +6 -1
- package/ts/api/resources/Commercial.ts +8 -0
- package/ts/api/resources/Exercice.ts +3 -3
- package/ts/api/resources/IntermediateManagementRebate.ts +6 -1
- package/ts/api/resources/Payment.ts +5 -1
- 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/authentification/ConnectFromSSO.ts +8 -0
- package/ts/types/Interface/api/commercial/QueryGetStatsHistory.ts +26 -0
- package/ts/types/Interface/api/exercice/QueryExercice.ts +8 -0
- package/ts/types/Interface/api/exercice/UpdateExercice.ts +6 -0
- package/ts/types/Interface/api/payment/Params.ts +9 -0
- package/ts/types/Interface/api/payment/Util.ts +28 -0
- package/ts/types/Interface/api/society/QueryPaginatedSociety.ts +6 -0
- package/ts/types/Interface/api/statistic/QueryInternal.ts +1 -1
- package/ts/types/Interface/api/user/ParamsGetAllUserWithRoles.ts +1 -1
- package/ts/types/Interface/models/IExercicePrestation.ts +1 -0
- package/ts/types/Interface/models/ISociety.ts +2 -0
- package/ts/types/index.ts +4 -0
- package/ts/utils/payment.ts +200 -2
- package/ts/utils/prestation.ts +3 -1
- package/ts/utils/tests/payment.spec.ts +502 -0
- package/ts/utils/vat/utils.ts +16 -0
|
@@ -5,6 +5,8 @@ export declare const PriceGridLegalstart: {
|
|
|
5
5
|
idTypeBrand: number;
|
|
6
6
|
price: ({
|
|
7
7
|
idPrestationList: PrestationType[];
|
|
8
|
+
priceWithTaxesIncluded: boolean;
|
|
9
|
+
applicationCost: number;
|
|
8
10
|
monthlyNbr: {
|
|
9
11
|
minimum: number;
|
|
10
12
|
maximum: number;
|
|
@@ -32,6 +34,8 @@ export declare const PriceGridLegalstart: {
|
|
|
32
34
|
exerciceNbr?: undefined;
|
|
33
35
|
} | {
|
|
34
36
|
idPrestationList: PrestationType[];
|
|
37
|
+
priceWithTaxesIncluded: boolean;
|
|
38
|
+
applicationCost: number;
|
|
35
39
|
partner: {
|
|
36
40
|
amountMinimum: number;
|
|
37
41
|
amountMaximum: number;
|
|
@@ -46,6 +50,8 @@ export declare const PriceGridLegalstart: {
|
|
|
46
50
|
exerciceNbr?: undefined;
|
|
47
51
|
} | {
|
|
48
52
|
idPrestationList: PrestationType[];
|
|
53
|
+
priceWithTaxesIncluded: boolean;
|
|
54
|
+
applicationCost: number;
|
|
49
55
|
employee: {
|
|
50
56
|
amountMinimum: number;
|
|
51
57
|
amountMaximum: number;
|
|
@@ -60,6 +66,8 @@ export declare const PriceGridLegalstart: {
|
|
|
60
66
|
exerciceNbr?: undefined;
|
|
61
67
|
} | {
|
|
62
68
|
idPrestationList: PrestationType[];
|
|
69
|
+
priceWithTaxesIncluded: boolean;
|
|
70
|
+
applicationCost: number;
|
|
63
71
|
exerciceNbr: {
|
|
64
72
|
minimum: number;
|
|
65
73
|
maximum: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PriceGridLegalstart.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridLegalstart.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"PriceGridLegalstart.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridLegalstart.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2K/B,CAAC"}
|
|
@@ -9,6 +9,8 @@ export const PriceGridLegalstart = [
|
|
|
9
9
|
{
|
|
10
10
|
/* Compta Pro */
|
|
11
11
|
idPrestationList: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],
|
|
12
|
+
priceWithTaxesIncluded: false,
|
|
13
|
+
applicationCost: 0,
|
|
12
14
|
monthlyNbr: [
|
|
13
15
|
{
|
|
14
16
|
minimum: 0,
|
|
@@ -97,6 +99,8 @@ export const PriceGridLegalstart = [
|
|
|
97
99
|
{
|
|
98
100
|
/* Gestion Juridique */
|
|
99
101
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
102
|
+
priceWithTaxesIncluded: false,
|
|
103
|
+
applicationCost: 0,
|
|
100
104
|
partner: [
|
|
101
105
|
{
|
|
102
106
|
amountMinimum: 1,
|
|
@@ -118,6 +122,8 @@ export const PriceGridLegalstart = [
|
|
|
118
122
|
{
|
|
119
123
|
/* Social */
|
|
120
124
|
idPrestationList: [PrestationType.SOCIAL],
|
|
125
|
+
priceWithTaxesIncluded: false,
|
|
126
|
+
applicationCost: 0,
|
|
121
127
|
employee: [
|
|
122
128
|
{
|
|
123
129
|
amountMinimum: 1,
|
|
@@ -149,6 +155,8 @@ export const PriceGridLegalstart = [
|
|
|
149
155
|
{
|
|
150
156
|
/* Assurance Control Fiscal */
|
|
151
157
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
158
|
+
priceWithTaxesIncluded: false,
|
|
159
|
+
applicationCost: 0,
|
|
152
160
|
exerciceNbr: [
|
|
153
161
|
{
|
|
154
162
|
minimum: 1,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PriceGridLegalstart.js","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridLegalstart.ts"],"names":[],"mappings":"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","sourcesContent":["import { VatRegime } from './VatRegime';\nimport { ClosingType } from './ClosingType';\nimport { PrestationType } from './PrestationType';\n\nexport const PriceGridLegalstart = [\n {\n /* LegalStart */\n idTypeBrand: 1,\n price: [\n {\n /* Compta Pro */\n idPrestationList: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],\n monthlyNbr: [\n {\n minimum: 0,\n maximum: 4,\n value: 6,\n closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],\n },\n {\n minimum: 5,\n maximum: 9,\n value: 9,\n closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],\n },\n {\n minimum: 12,\n maximum: 16,\n value: 16,\n closingType: [ClosingType.OUTDATED],\n },\n ],\n turnoverMonthly: [\n {\n turnoverValue: 50000,\n price: 60,\n },\n {\n turnoverValue: 150000,\n price: 75,\n },\n {\n turnoverValue: 234000,\n price: 90,\n },\n ],\n turnoverYearlyy: [\n {\n turnoverValue: 50000,\n price: 600,\n },\n {\n turnoverValue: 150000,\n price: 750,\n },\n {\n turnoverValue: 234000,\n price: 900,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 20,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 30,\n },\n {\n type: VatRegime.MONTHLY,\n price: 40,\n },\n ],\n vatRegimeYearly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 200,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 300,\n },\n {\n type: VatRegime.MONTHLY,\n price: 400,\n },\n ],\n },\n {\n /* Gestion Juridique */\n idPrestationList: [PrestationType.GESTION_JURIDIQUE],\n partner: [\n {\n amountMinimum: 1,\n amountMaximum: 1,\n price: 249,\n },\n {\n amountMinimum: 2,\n amountMaximum: 4,\n price: 299,\n },\n {\n amountMinimum: 5,\n amountMaximum: 1000000,\n price: 399,\n },\n ],\n },\n {\n /* Social */\n idPrestationList: [PrestationType.SOCIAL],\n employee: [\n {\n amountMinimum: 1,\n amountMaximum: 1,\n price: 33,\n },\n {\n amountMinimum: 2,\n amountMaximum: 5,\n price: 30,\n },\n {\n amountMinimum: 6,\n amountMaximum: 20,\n price: 28,\n },\n {\n amountMinimum: 21,\n amountMaximum: 50,\n price: 27,\n },\n {\n amountMinimum: 50,\n amountMaximum: 1000000,\n price: 25,\n },\n ],\n },\n {\n /* Assurance Control Fiscal */\n idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],\n exerciceNbr: [\n {\n minimum: 1,\n maximum: 2,\n price: 149,\n },\n {\n minimum: 3,\n maximum: 1000,\n price: 299,\n },\n ],\n },\n ],\n },\n];"]}
|
|
1
|
+
{"version":3,"file":"PriceGridLegalstart.js","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridLegalstart.ts"],"names":[],"mappings":"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","sourcesContent":["import { VatRegime } from './VatRegime';\nimport { ClosingType } from './ClosingType';\nimport { PrestationType } from './PrestationType';\n\nexport const PriceGridLegalstart = [\n {\n /* LegalStart */\n idTypeBrand: 1,\n price: [\n {\n /* Compta Pro */\n idPrestationList: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],\n priceWithTaxesIncluded: false,\n applicationCost: 0,\n monthlyNbr: [\n {\n minimum: 0,\n maximum: 4,\n value: 6,\n closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],\n },\n {\n minimum: 5,\n maximum: 9,\n value: 9,\n closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],\n },\n {\n minimum: 12,\n maximum: 16,\n value: 16,\n closingType: [ClosingType.OUTDATED],\n },\n ],\n turnoverMonthly: [\n {\n turnoverValue: 50000,\n price: 60,\n },\n {\n turnoverValue: 150000,\n price: 75,\n },\n {\n turnoverValue: 234000,\n price: 90,\n },\n ],\n turnoverYearlyy: [\n {\n turnoverValue: 50000,\n price: 600,\n },\n {\n turnoverValue: 150000,\n price: 750,\n },\n {\n turnoverValue: 234000,\n price: 900,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 20,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 30,\n },\n {\n type: VatRegime.MONTHLY,\n price: 40,\n },\n ],\n vatRegimeYearly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 200,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 300,\n },\n {\n type: VatRegime.MONTHLY,\n price: 400,\n },\n ],\n },\n {\n /* Gestion Juridique */\n idPrestationList: [PrestationType.GESTION_JURIDIQUE],\n priceWithTaxesIncluded: false,\n applicationCost: 0,\n partner: [\n {\n amountMinimum: 1,\n amountMaximum: 1,\n price: 249,\n },\n {\n amountMinimum: 2,\n amountMaximum: 4,\n price: 299,\n },\n {\n amountMinimum: 5,\n amountMaximum: 1000000,\n price: 399,\n },\n ],\n },\n {\n /* Social */\n idPrestationList: [PrestationType.SOCIAL],\n priceWithTaxesIncluded: false,\n applicationCost: 0,\n employee: [\n {\n amountMinimum: 1,\n amountMaximum: 1,\n price: 33,\n },\n {\n amountMinimum: 2,\n amountMaximum: 5,\n price: 30,\n },\n {\n amountMinimum: 6,\n amountMaximum: 20,\n price: 28,\n },\n {\n amountMinimum: 21,\n amountMaximum: 50,\n price: 27,\n },\n {\n amountMinimum: 50,\n amountMaximum: 1000000,\n price: 25,\n },\n ],\n },\n {\n /* Assurance Control Fiscal */\n idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],\n priceWithTaxesIncluded: false,\n applicationCost: 0,\n exerciceNbr: [\n {\n minimum: 1,\n maximum: 2,\n price: 149,\n },\n {\n minimum: 3,\n maximum: 1000,\n price: 299,\n },\n ],\n },\n ],\n },\n];"]}
|
|
@@ -5,6 +5,8 @@ export declare const PriceGridPourcentage: {
|
|
|
5
5
|
idTypeBrand: number;
|
|
6
6
|
price: ({
|
|
7
7
|
idPrestationList: PrestationType[];
|
|
8
|
+
priceWithTaxesIncluded: boolean;
|
|
9
|
+
applicationCost: number;
|
|
8
10
|
monthlyNbr: {
|
|
9
11
|
minimum: number;
|
|
10
12
|
maximum: number;
|
|
@@ -26,6 +28,8 @@ export declare const PriceGridPourcentage: {
|
|
|
26
28
|
exerciceNbr?: undefined;
|
|
27
29
|
} | {
|
|
28
30
|
idPrestationList: PrestationType[];
|
|
31
|
+
priceWithTaxesIncluded: boolean;
|
|
32
|
+
applicationCost: number;
|
|
29
33
|
turnoverCreatedYear: {
|
|
30
34
|
turnoverValue: number;
|
|
31
35
|
price: number;
|
|
@@ -42,6 +46,8 @@ export declare const PriceGridPourcentage: {
|
|
|
42
46
|
exerciceNbr?: undefined;
|
|
43
47
|
} | {
|
|
44
48
|
idPrestationList: PrestationType[];
|
|
49
|
+
priceWithTaxesIncluded: boolean;
|
|
50
|
+
applicationCost: number;
|
|
45
51
|
partner: {
|
|
46
52
|
amountMinimum: number;
|
|
47
53
|
amountMaximum: number;
|
|
@@ -56,6 +62,8 @@ export declare const PriceGridPourcentage: {
|
|
|
56
62
|
exerciceNbr?: undefined;
|
|
57
63
|
} | {
|
|
58
64
|
idPrestationList: PrestationType[];
|
|
65
|
+
priceWithTaxesIncluded: boolean;
|
|
66
|
+
applicationCost: number;
|
|
59
67
|
employee: {
|
|
60
68
|
amountMinimum: number;
|
|
61
69
|
amountMaximum: number;
|
|
@@ -70,6 +78,8 @@ export declare const PriceGridPourcentage: {
|
|
|
70
78
|
exerciceNbr?: undefined;
|
|
71
79
|
} | {
|
|
72
80
|
idPrestationList: PrestationType[];
|
|
81
|
+
priceWithTaxesIncluded: boolean;
|
|
82
|
+
applicationCost: number;
|
|
73
83
|
exerciceNbr: {
|
|
74
84
|
minimum: number;
|
|
75
85
|
maximum: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PriceGridPourcentage.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridPourcentage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"PriceGridPourcentage.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridPourcentage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuyEhC,CAAC"}
|
|
@@ -9,6 +9,8 @@ export const PriceGridPourcentage = [
|
|
|
9
9
|
{
|
|
10
10
|
/* Compta Premium */
|
|
11
11
|
idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
12
|
+
priceWithTaxesIncluded: false,
|
|
13
|
+
applicationCost: 14.9,
|
|
12
14
|
monthlyNbr: [
|
|
13
15
|
{
|
|
14
16
|
minimum: 0,
|
|
@@ -97,6 +99,8 @@ export const PriceGridPourcentage = [
|
|
|
97
99
|
{
|
|
98
100
|
/* Compta Pourcentage */
|
|
99
101
|
idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
102
|
+
priceWithTaxesIncluded: false,
|
|
103
|
+
applicationCost: 14.9,
|
|
100
104
|
monthlyNbr: [
|
|
101
105
|
{
|
|
102
106
|
minimum: 0,
|
|
@@ -157,6 +161,8 @@ export const PriceGridPourcentage = [
|
|
|
157
161
|
{
|
|
158
162
|
/* Prévisionnel */
|
|
159
163
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
164
|
+
priceWithTaxesIncluded: false,
|
|
165
|
+
applicationCost: 14.9,
|
|
160
166
|
turnoverCreatedYear: [
|
|
161
167
|
{
|
|
162
168
|
turnoverValue: 250000,
|
|
@@ -261,6 +267,8 @@ export const PriceGridPourcentage = [
|
|
|
261
267
|
{
|
|
262
268
|
/* Gestion Juridique */
|
|
263
269
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
270
|
+
priceWithTaxesIncluded: false,
|
|
271
|
+
applicationCost: 14.9,
|
|
264
272
|
partner: [
|
|
265
273
|
{
|
|
266
274
|
amountMinimum: 1,
|
|
@@ -282,6 +290,8 @@ export const PriceGridPourcentage = [
|
|
|
282
290
|
{
|
|
283
291
|
/* Social */
|
|
284
292
|
idPrestationList: [PrestationType.SOCIAL],
|
|
293
|
+
priceWithTaxesIncluded: false,
|
|
294
|
+
applicationCost: 14.9,
|
|
285
295
|
employee: [
|
|
286
296
|
{
|
|
287
297
|
amountMinimum: 1,
|
|
@@ -313,6 +323,8 @@ export const PriceGridPourcentage = [
|
|
|
313
323
|
{
|
|
314
324
|
/* Assurance Control Fiscal */
|
|
315
325
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
326
|
+
priceWithTaxesIncluded: false,
|
|
327
|
+
applicationCost: 14.9,
|
|
316
328
|
exerciceNbr: [
|
|
317
329
|
{
|
|
318
330
|
minimum: 1,
|
|
@@ -335,6 +347,8 @@ export const PriceGridPourcentage = [
|
|
|
335
347
|
{
|
|
336
348
|
/* Compta Premium */
|
|
337
349
|
idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
350
|
+
priceWithTaxesIncluded: false,
|
|
351
|
+
applicationCost: 14.9,
|
|
338
352
|
monthlyNbr: [
|
|
339
353
|
{
|
|
340
354
|
minimum: 0,
|
|
@@ -423,6 +437,8 @@ export const PriceGridPourcentage = [
|
|
|
423
437
|
{
|
|
424
438
|
/* Compta Pourcentage */
|
|
425
439
|
idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
440
|
+
priceWithTaxesIncluded: false,
|
|
441
|
+
applicationCost: 14.9,
|
|
426
442
|
monthlyNbr: [
|
|
427
443
|
{
|
|
428
444
|
minimum: 0,
|
|
@@ -483,6 +499,8 @@ export const PriceGridPourcentage = [
|
|
|
483
499
|
{
|
|
484
500
|
/* Prévisionnel */
|
|
485
501
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
502
|
+
priceWithTaxesIncluded: false,
|
|
503
|
+
applicationCost: 14.9,
|
|
486
504
|
turnoverCreatedYear: [
|
|
487
505
|
{
|
|
488
506
|
turnoverValue: 250000,
|
|
@@ -587,6 +605,8 @@ export const PriceGridPourcentage = [
|
|
|
587
605
|
{
|
|
588
606
|
/* Gestion Juridique */
|
|
589
607
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
608
|
+
priceWithTaxesIncluded: false,
|
|
609
|
+
applicationCost: 14.9,
|
|
590
610
|
partner: [
|
|
591
611
|
{
|
|
592
612
|
amountMinimum: 1,
|
|
@@ -608,6 +628,8 @@ export const PriceGridPourcentage = [
|
|
|
608
628
|
{
|
|
609
629
|
/* Social */
|
|
610
630
|
idPrestationList: [PrestationType.SOCIAL],
|
|
631
|
+
priceWithTaxesIncluded: false,
|
|
632
|
+
applicationCost: 14.9,
|
|
611
633
|
employee: [
|
|
612
634
|
{
|
|
613
635
|
amountMinimum: 1,
|
|
@@ -639,6 +661,8 @@ export const PriceGridPourcentage = [
|
|
|
639
661
|
{
|
|
640
662
|
/* Assurance Control Fiscal */
|
|
641
663
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
664
|
+
priceWithTaxesIncluded: false,
|
|
665
|
+
applicationCost: 14.9,
|
|
642
666
|
exerciceNbr: [
|
|
643
667
|
{
|
|
644
668
|
minimum: 1,
|
|
@@ -661,6 +685,8 @@ export const PriceGridPourcentage = [
|
|
|
661
685
|
{
|
|
662
686
|
/* Compta Premium */
|
|
663
687
|
idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
688
|
+
priceWithTaxesIncluded: false,
|
|
689
|
+
applicationCost: 14.9,
|
|
664
690
|
monthlyNbr: [
|
|
665
691
|
{
|
|
666
692
|
minimum: 0,
|
|
@@ -749,6 +775,8 @@ export const PriceGridPourcentage = [
|
|
|
749
775
|
{
|
|
750
776
|
/* Compta Pourcentage */
|
|
751
777
|
idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
778
|
+
priceWithTaxesIncluded: false,
|
|
779
|
+
applicationCost: 14.9,
|
|
752
780
|
monthlyNbr: [
|
|
753
781
|
{
|
|
754
782
|
minimum: 0,
|
|
@@ -809,6 +837,8 @@ export const PriceGridPourcentage = [
|
|
|
809
837
|
{
|
|
810
838
|
/* Prévisionnel */
|
|
811
839
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
840
|
+
priceWithTaxesIncluded: false,
|
|
841
|
+
applicationCost: 14.9,
|
|
812
842
|
turnoverCreatedYear: [
|
|
813
843
|
{
|
|
814
844
|
turnoverValue: 250000,
|
|
@@ -913,6 +943,8 @@ export const PriceGridPourcentage = [
|
|
|
913
943
|
{
|
|
914
944
|
/* Gestion Juridique */
|
|
915
945
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
946
|
+
priceWithTaxesIncluded: false,
|
|
947
|
+
applicationCost: 14.9,
|
|
916
948
|
partner: [
|
|
917
949
|
{
|
|
918
950
|
amountMinimum: 1,
|
|
@@ -934,6 +966,8 @@ export const PriceGridPourcentage = [
|
|
|
934
966
|
{
|
|
935
967
|
/* Social */
|
|
936
968
|
idPrestationList: [PrestationType.SOCIAL],
|
|
969
|
+
priceWithTaxesIncluded: false,
|
|
970
|
+
applicationCost: 14.9,
|
|
937
971
|
employee: [
|
|
938
972
|
{
|
|
939
973
|
amountMinimum: 1,
|
|
@@ -965,6 +999,8 @@ export const PriceGridPourcentage = [
|
|
|
965
999
|
{
|
|
966
1000
|
/* Assurance Control Fiscal */
|
|
967
1001
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
1002
|
+
priceWithTaxesIncluded: false,
|
|
1003
|
+
applicationCost: 14.9,
|
|
968
1004
|
exerciceNbr: [
|
|
969
1005
|
{
|
|
970
1006
|
minimum: 1,
|
|
@@ -987,6 +1023,8 @@ export const PriceGridPourcentage = [
|
|
|
987
1023
|
{
|
|
988
1024
|
/* Compta Premium */
|
|
989
1025
|
idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
1026
|
+
priceWithTaxesIncluded: false,
|
|
1027
|
+
applicationCost: 14.9,
|
|
990
1028
|
monthlyNbr: [
|
|
991
1029
|
{
|
|
992
1030
|
minimum: 0,
|
|
@@ -1075,6 +1113,8 @@ export const PriceGridPourcentage = [
|
|
|
1075
1113
|
{
|
|
1076
1114
|
/* Compta Pourcentage */
|
|
1077
1115
|
idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
1116
|
+
priceWithTaxesIncluded: false,
|
|
1117
|
+
applicationCost: 14.9,
|
|
1078
1118
|
monthlyNbr: [
|
|
1079
1119
|
{
|
|
1080
1120
|
minimum: 0,
|
|
@@ -1135,6 +1175,8 @@ export const PriceGridPourcentage = [
|
|
|
1135
1175
|
{
|
|
1136
1176
|
/* Prévisionnel */
|
|
1137
1177
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
1178
|
+
priceWithTaxesIncluded: false,
|
|
1179
|
+
applicationCost: 14.9,
|
|
1138
1180
|
turnoverCreatedYear: [
|
|
1139
1181
|
{
|
|
1140
1182
|
turnoverValue: 250000,
|
|
@@ -1239,6 +1281,8 @@ export const PriceGridPourcentage = [
|
|
|
1239
1281
|
{
|
|
1240
1282
|
/* Gestion Juridique */
|
|
1241
1283
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
1284
|
+
priceWithTaxesIncluded: false,
|
|
1285
|
+
applicationCost: 14.9,
|
|
1242
1286
|
partner: [
|
|
1243
1287
|
{
|
|
1244
1288
|
amountMinimum: 1,
|
|
@@ -1260,6 +1304,8 @@ export const PriceGridPourcentage = [
|
|
|
1260
1304
|
{
|
|
1261
1305
|
/* Social */
|
|
1262
1306
|
idPrestationList: [PrestationType.SOCIAL],
|
|
1307
|
+
priceWithTaxesIncluded: false,
|
|
1308
|
+
applicationCost: 14.9,
|
|
1263
1309
|
employee: [
|
|
1264
1310
|
{
|
|
1265
1311
|
amountMinimum: 1,
|
|
@@ -1291,6 +1337,8 @@ export const PriceGridPourcentage = [
|
|
|
1291
1337
|
{
|
|
1292
1338
|
/* Assurance Control Fiscal */
|
|
1293
1339
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
1340
|
+
priceWithTaxesIncluded: false,
|
|
1341
|
+
applicationCost: 14.9,
|
|
1294
1342
|
exerciceNbr: [
|
|
1295
1343
|
{
|
|
1296
1344
|
minimum: 1,
|
|
@@ -1313,6 +1361,8 @@ export const PriceGridPourcentage = [
|
|
|
1313
1361
|
{
|
|
1314
1362
|
/* Compta Premium */
|
|
1315
1363
|
idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
1364
|
+
priceWithTaxesIncluded: false,
|
|
1365
|
+
applicationCost: 14.9,
|
|
1316
1366
|
monthlyNbr: [
|
|
1317
1367
|
{
|
|
1318
1368
|
minimum: 0,
|
|
@@ -1389,6 +1439,8 @@ export const PriceGridPourcentage = [
|
|
|
1389
1439
|
{
|
|
1390
1440
|
/* Compta Pourcentage */
|
|
1391
1441
|
idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
1442
|
+
priceWithTaxesIncluded: false,
|
|
1443
|
+
applicationCost: 14.9,
|
|
1392
1444
|
monthlyNbr: [
|
|
1393
1445
|
{
|
|
1394
1446
|
minimum: 0,
|
|
@@ -1449,6 +1501,8 @@ export const PriceGridPourcentage = [
|
|
|
1449
1501
|
{
|
|
1450
1502
|
/* Prévisionnel */
|
|
1451
1503
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
1504
|
+
priceWithTaxesIncluded: false,
|
|
1505
|
+
applicationCost: 14.9,
|
|
1452
1506
|
turnoverCreatedYear: [
|
|
1453
1507
|
{
|
|
1454
1508
|
turnoverValue: 250000,
|
|
@@ -1553,6 +1607,8 @@ export const PriceGridPourcentage = [
|
|
|
1553
1607
|
{
|
|
1554
1608
|
/* Gestion Juridique */
|
|
1555
1609
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
1610
|
+
priceWithTaxesIncluded: false,
|
|
1611
|
+
applicationCost: 14.9,
|
|
1556
1612
|
partner: [
|
|
1557
1613
|
{
|
|
1558
1614
|
amountMinimum: 1,
|
|
@@ -1574,6 +1630,8 @@ export const PriceGridPourcentage = [
|
|
|
1574
1630
|
{
|
|
1575
1631
|
/* Social */
|
|
1576
1632
|
idPrestationList: [PrestationType.SOCIAL],
|
|
1633
|
+
priceWithTaxesIncluded: false,
|
|
1634
|
+
applicationCost: 14.9,
|
|
1577
1635
|
employee: [
|
|
1578
1636
|
{
|
|
1579
1637
|
amountMinimum: 1,
|
|
@@ -1605,6 +1663,8 @@ export const PriceGridPourcentage = [
|
|
|
1605
1663
|
{
|
|
1606
1664
|
/* Assurance Control Fiscal */
|
|
1607
1665
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
1666
|
+
priceWithTaxesIncluded: false,
|
|
1667
|
+
applicationCost: 14.9,
|
|
1608
1668
|
exerciceNbr: [
|
|
1609
1669
|
{
|
|
1610
1670
|
minimum: 1,
|
|
@@ -1627,6 +1687,8 @@ export const PriceGridPourcentage = [
|
|
|
1627
1687
|
{
|
|
1628
1688
|
/* Compta Premium */
|
|
1629
1689
|
idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
1690
|
+
priceWithTaxesIncluded: false,
|
|
1691
|
+
applicationCost: 14.9,
|
|
1630
1692
|
monthlyNbr: [
|
|
1631
1693
|
{
|
|
1632
1694
|
minimum: 0,
|
|
@@ -1715,6 +1777,8 @@ export const PriceGridPourcentage = [
|
|
|
1715
1777
|
{
|
|
1716
1778
|
/* Compta Pourcentage */
|
|
1717
1779
|
idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
1780
|
+
priceWithTaxesIncluded: false,
|
|
1781
|
+
applicationCost: 14.9,
|
|
1718
1782
|
monthlyNbr: [
|
|
1719
1783
|
{
|
|
1720
1784
|
minimum: 0,
|
|
@@ -1775,6 +1839,8 @@ export const PriceGridPourcentage = [
|
|
|
1775
1839
|
{
|
|
1776
1840
|
/* Prévisionnel */
|
|
1777
1841
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
1842
|
+
priceWithTaxesIncluded: false,
|
|
1843
|
+
applicationCost: 14.9,
|
|
1778
1844
|
turnoverCreatedYear: [
|
|
1779
1845
|
{
|
|
1780
1846
|
turnoverValue: 250000,
|
|
@@ -1879,6 +1945,8 @@ export const PriceGridPourcentage = [
|
|
|
1879
1945
|
{
|
|
1880
1946
|
/* Gestion Juridique */
|
|
1881
1947
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
1948
|
+
priceWithTaxesIncluded: false,
|
|
1949
|
+
applicationCost: 14.9,
|
|
1882
1950
|
partner: [
|
|
1883
1951
|
{
|
|
1884
1952
|
amountMinimum: 1,
|
|
@@ -1900,6 +1968,8 @@ export const PriceGridPourcentage = [
|
|
|
1900
1968
|
{
|
|
1901
1969
|
/* Social */
|
|
1902
1970
|
idPrestationList: [PrestationType.SOCIAL],
|
|
1971
|
+
priceWithTaxesIncluded: false,
|
|
1972
|
+
applicationCost: 14.9,
|
|
1903
1973
|
employee: [
|
|
1904
1974
|
{
|
|
1905
1975
|
amountMinimum: 1,
|
|
@@ -1931,6 +2001,8 @@ export const PriceGridPourcentage = [
|
|
|
1931
2001
|
{
|
|
1932
2002
|
/* Assurance Control Fiscal */
|
|
1933
2003
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
2004
|
+
priceWithTaxesIncluded: false,
|
|
2005
|
+
applicationCost: 14.9,
|
|
1934
2006
|
exerciceNbr: [
|
|
1935
2007
|
{
|
|
1936
2008
|
minimum: 1,
|
|
@@ -1953,6 +2025,8 @@ export const PriceGridPourcentage = [
|
|
|
1953
2025
|
{
|
|
1954
2026
|
/* Compta Premium */
|
|
1955
2027
|
idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
|
|
2028
|
+
priceWithTaxesIncluded: false,
|
|
2029
|
+
applicationCost: 14.9,
|
|
1956
2030
|
monthlyNbr: [
|
|
1957
2031
|
{
|
|
1958
2032
|
minimum: 0,
|
|
@@ -2029,6 +2103,8 @@ export const PriceGridPourcentage = [
|
|
|
2029
2103
|
{
|
|
2030
2104
|
/* Compta Pourcentage */
|
|
2031
2105
|
idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
|
|
2106
|
+
priceWithTaxesIncluded: false,
|
|
2107
|
+
applicationCost: 14.9,
|
|
2032
2108
|
monthlyNbr: [
|
|
2033
2109
|
{
|
|
2034
2110
|
minimum: 0,
|
|
@@ -2089,6 +2165,8 @@ export const PriceGridPourcentage = [
|
|
|
2089
2165
|
{
|
|
2090
2166
|
/* Prévisionnel */
|
|
2091
2167
|
idPrestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
2168
|
+
priceWithTaxesIncluded: false,
|
|
2169
|
+
applicationCost: 14.9,
|
|
2092
2170
|
turnoverCreatedYear: [
|
|
2093
2171
|
{
|
|
2094
2172
|
turnoverValue: 250000,
|
|
@@ -2193,6 +2271,8 @@ export const PriceGridPourcentage = [
|
|
|
2193
2271
|
{
|
|
2194
2272
|
/* Gestion Juridique */
|
|
2195
2273
|
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
2274
|
+
priceWithTaxesIncluded: false,
|
|
2275
|
+
applicationCost: 14.9,
|
|
2196
2276
|
partner: [
|
|
2197
2277
|
{
|
|
2198
2278
|
amountMinimum: 1,
|
|
@@ -2214,6 +2294,8 @@ export const PriceGridPourcentage = [
|
|
|
2214
2294
|
{
|
|
2215
2295
|
/* Social */
|
|
2216
2296
|
idPrestationList: [PrestationType.SOCIAL],
|
|
2297
|
+
priceWithTaxesIncluded: false,
|
|
2298
|
+
applicationCost: 14.9,
|
|
2217
2299
|
employee: [
|
|
2218
2300
|
{
|
|
2219
2301
|
amountMinimum: 1,
|
|
@@ -2245,6 +2327,8 @@ export const PriceGridPourcentage = [
|
|
|
2245
2327
|
{
|
|
2246
2328
|
/* Assurance Control Fiscal */
|
|
2247
2329
|
idPrestationList: [PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
2330
|
+
priceWithTaxesIncluded: false,
|
|
2331
|
+
applicationCost: 14.9,
|
|
2248
2332
|
exerciceNbr: [
|
|
2249
2333
|
{
|
|
2250
2334
|
minimum: 1,
|