@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
|
@@ -12,6 +12,8 @@ exports.PriceGridLegalstart = [
|
|
|
12
12
|
{
|
|
13
13
|
/* Compta Pro */
|
|
14
14
|
idPrestationList: [PrestationType_1.PrestationType.COMPTA_PRO_COMPTASTART, PrestationType_1.PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],
|
|
15
|
+
priceWithTaxesIncluded: false,
|
|
16
|
+
applicationCost: 0,
|
|
15
17
|
monthlyNbr: [
|
|
16
18
|
{
|
|
17
19
|
minimum: 0,
|
|
@@ -100,6 +102,8 @@ exports.PriceGridLegalstart = [
|
|
|
100
102
|
{
|
|
101
103
|
/* Gestion Juridique */
|
|
102
104
|
idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
|
|
105
|
+
priceWithTaxesIncluded: false,
|
|
106
|
+
applicationCost: 0,
|
|
103
107
|
partner: [
|
|
104
108
|
{
|
|
105
109
|
amountMinimum: 1,
|
|
@@ -121,6 +125,8 @@ exports.PriceGridLegalstart = [
|
|
|
121
125
|
{
|
|
122
126
|
/* Social */
|
|
123
127
|
idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
|
|
128
|
+
priceWithTaxesIncluded: false,
|
|
129
|
+
applicationCost: 0,
|
|
124
130
|
employee: [
|
|
125
131
|
{
|
|
126
132
|
amountMinimum: 1,
|
|
@@ -152,6 +158,8 @@ exports.PriceGridLegalstart = [
|
|
|
152
158
|
{
|
|
153
159
|
/* Assurance Control Fiscal */
|
|
154
160
|
idPrestationList: [PrestationType_1.PrestationType.ASSURANCE_CONTROLE_FISCAL],
|
|
161
|
+
priceWithTaxesIncluded: false,
|
|
162
|
+
applicationCost: 0,
|
|
155
163
|
exerciceNbr: [
|
|
156
164
|
{
|
|
157
165
|
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"}
|
|
@@ -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,
|