@silexpert/core 1.1.253 → 1.1.254
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/types/Enum/BrandClementine.d.ts +3 -4
- package/dist/cjs/types/Enum/BrandClementine.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BrandClementine.js +3 -337
- package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/cjs/types/Enum/BrandLegalstart.d.ts +2 -3
- package/dist/cjs/types/Enum/BrandLegalstart.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BrandLegalstart.js +2 -106
- package/dist/cjs/types/Enum/BrandLegalstart.js.map +1 -1
- package/dist/cjs/types/Enum/BrandPourcentage.d.ts +6 -105
- package/dist/cjs/types/Enum/BrandPourcentage.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BrandPourcentage.js +46 -617
- package/dist/cjs/types/Enum/BrandPourcentage.js.map +1 -1
- package/dist/cjs/types/Enum/SalesContractBrandClementine.d.ts +42 -0
- package/dist/cjs/types/Enum/SalesContractBrandClementine.d.ts.map +1 -0
- package/dist/cjs/types/Enum/SalesContractBrandClementine.js +339 -0
- package/dist/cjs/types/Enum/SalesContractBrandClementine.js.map +1 -0
- package/dist/cjs/types/Enum/SalesContractBrandLegalstart.d.ts +17 -0
- package/dist/cjs/types/Enum/SalesContractBrandLegalstart.d.ts.map +1 -0
- package/dist/cjs/types/Enum/SalesContractBrandLegalstart.js +110 -0
- package/dist/cjs/types/Enum/SalesContractBrandLegalstart.js.map +1 -0
- package/dist/cjs/types/Enum/SalesContractBrandPourcentage.d.ts +101 -0
- package/dist/cjs/types/Enum/SalesContractBrandPourcentage.d.ts.map +1 -0
- package/dist/cjs/types/Enum/SalesContractBrandPourcentage.js +488 -0
- package/dist/cjs/types/Enum/SalesContractBrandPourcentage.js.map +1 -0
- package/dist/mjs/types/Enum/BrandClementine.d.ts +3 -4
- package/dist/mjs/types/Enum/BrandClementine.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BrandClementine.js +3 -337
- package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/mjs/types/Enum/BrandLegalstart.d.ts +2 -3
- package/dist/mjs/types/Enum/BrandLegalstart.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BrandLegalstart.js +2 -106
- package/dist/mjs/types/Enum/BrandLegalstart.js.map +1 -1
- package/dist/mjs/types/Enum/BrandPourcentage.d.ts +6 -105
- package/dist/mjs/types/Enum/BrandPourcentage.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BrandPourcentage.js +46 -617
- package/dist/mjs/types/Enum/BrandPourcentage.js.map +1 -1
- package/dist/mjs/types/Enum/SalesContractBrandClementine.d.ts +42 -0
- package/dist/mjs/types/Enum/SalesContractBrandClementine.d.ts.map +1 -0
- package/dist/mjs/types/Enum/SalesContractBrandClementine.js +336 -0
- package/dist/mjs/types/Enum/SalesContractBrandClementine.js.map +1 -0
- package/dist/mjs/types/Enum/SalesContractBrandLegalstart.d.ts +17 -0
- package/dist/mjs/types/Enum/SalesContractBrandLegalstart.d.ts.map +1 -0
- package/dist/mjs/types/Enum/SalesContractBrandLegalstart.js +107 -0
- package/dist/mjs/types/Enum/SalesContractBrandLegalstart.js.map +1 -0
- package/dist/mjs/types/Enum/SalesContractBrandPourcentage.d.ts +101 -0
- package/dist/mjs/types/Enum/SalesContractBrandPourcentage.d.ts.map +1 -0
- package/dist/mjs/types/Enum/SalesContractBrandPourcentage.js +485 -0
- package/dist/mjs/types/Enum/SalesContractBrandPourcentage.js.map +1 -0
- package/package.json +1 -1
- package/ts/types/Enum/BrandClementine.ts +3 -337
- package/ts/types/Enum/BrandLegalstart.ts +2 -106
- package/ts/types/Enum/BrandPourcentage.ts +47 -618
- package/ts/types/Enum/SalesContractBrandClementine.ts +337 -0
- package/ts/types/Enum/SalesContractBrandLegalstart.ts +107 -0
- package/ts/types/Enum/SalesContractBrandPourcentage.ts +487 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SalesContractClementine, SalesContractKlems } from './SalesContractBrandClementine';
|
|
2
2
|
|
|
3
3
|
export const BrandClementine = [
|
|
4
4
|
{
|
|
@@ -117,192 +117,7 @@ export const BrandClementine = [
|
|
|
117
117
|
name: 'Télétravail',
|
|
118
118
|
},
|
|
119
119
|
},
|
|
120
|
-
salesContractConfig:
|
|
121
|
-
// pour les pages statiques
|
|
122
|
-
{
|
|
123
|
-
label: 'Page d\'introduction',
|
|
124
|
-
name: 'page_intro',
|
|
125
|
-
needBgImage: true,
|
|
126
|
-
versionable: false,
|
|
127
|
-
idPrestationType: allPrestationsWithBrochure,
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
label: 'Page chiffres',
|
|
131
|
-
name: 'page_numbers',
|
|
132
|
-
needBgImage: true,
|
|
133
|
-
versionable: false,
|
|
134
|
-
idPrestationType: allPrestationsWithBrochure,
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
label: 'Page simplifié',
|
|
138
|
-
name: 'page_simplified',
|
|
139
|
-
needBgImage: true,
|
|
140
|
-
versionable: false,
|
|
141
|
-
idPrestationType: allPrestationsWithBrochure,
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
label: 'Détail de la lettre de mission',
|
|
145
|
-
name: 'page_detail_ldm',
|
|
146
|
-
needBgImage: false,
|
|
147
|
-
versionable: false,
|
|
148
|
-
idPrestationType: Object.values(PrestationDetail).filter(p => !p.isBack && !p.hidden && allPrestationsWithBrochure.includes(p.id!)).map(({ id }) => id), // Prestations non express
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
label: 'Détail de la lettre de mission (express)',
|
|
152
|
-
name: 'page_detail_ldm_back',
|
|
153
|
-
needBgImage: false,
|
|
154
|
-
versionable: false,
|
|
155
|
-
idPrestationType: Object.values(PrestationDetail).filter(p => p.isBack && !p.hidden && allPrestationsWithBrochure.includes(p.id!)).map(({ id }) => id), // Prestations express
|
|
156
|
-
},
|
|
157
|
-
// pour les pages dynamiques
|
|
158
|
-
{
|
|
159
|
-
label: 'Compta Pro',
|
|
160
|
-
name: 'bloc_compta_pro',
|
|
161
|
-
needBgImage: false,
|
|
162
|
-
versionable: true,
|
|
163
|
-
idPrestationType: [PrestationType.COMPTA_PRO, PrestationType.COMPTA_PRO_EXPRESS],
|
|
164
|
-
keyName: 'isWithApplicationFees',
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
label: 'Compta Entreprise',
|
|
168
|
-
name: 'bloc_compta_entreprise',
|
|
169
|
-
needBgImage: false,
|
|
170
|
-
versionable: true,
|
|
171
|
-
keyName: 'isWithApplicationFees',
|
|
172
|
-
idPrestationType: [PrestationType.COMPTA_ENTREPRISE, PrestationType.COMPTA_ENTREPRISE_EXPRESS, PrestationType.COMPTA_STARTER_ENTREPRISE],
|
|
173
|
-
condition: (turnover: number): boolean => turnover < 900000,
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
label: 'Compta Entreprise sur mesure',
|
|
177
|
-
name: 'bloc_compta_entreprise_sm',
|
|
178
|
-
needBgImage: false,
|
|
179
|
-
versionable: true,
|
|
180
|
-
keyName: 'isWithApplicationFees',
|
|
181
|
-
idPrestationType: [PrestationType.COMPTA_ENTREPRISE, PrestationType.COMPTA_ENTREPRISE_EXPRESS, PrestationType.COMPTA_STARTER_ENTREPRISE],
|
|
182
|
-
condition: (turnover: number): boolean => turnover >= 900000,
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
label: 'Compta Micro',
|
|
186
|
-
name: 'bloc_compta_micro',
|
|
187
|
-
needBgImage: false,
|
|
188
|
-
versionable: true,
|
|
189
|
-
idPrestationType: [PrestationType.COMPTA_MICRO, PrestationType.COMPTA_MICRO_EXPRESS],
|
|
190
|
-
keyName: 'isWithApplicationFees',
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
label: 'Compta SCI',
|
|
194
|
-
name: 'bloc_compta_sci',
|
|
195
|
-
needBgImage: false,
|
|
196
|
-
versionable: true,
|
|
197
|
-
idPrestationType: [PrestationType.COMPTA_SCI, PrestationType.COMPTA_SCI_EXPRESS],
|
|
198
|
-
keyName: 'isWithApplicationFees',
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
label: 'Forfait social',
|
|
202
|
-
name: 'bloc_social',
|
|
203
|
-
needBgImage: false,
|
|
204
|
-
versionable: true,
|
|
205
|
-
idPrestationType: allPrestationsWithBrochure.filter(p => p !== PrestationType.BILAN_PREVISIONNEL),
|
|
206
|
-
keyName: 'idPrestationSocial',
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
label: 'Forfait création société',
|
|
210
|
-
name: 'bloc_creation',
|
|
211
|
-
idPrestationType: allPrestationsWithBrochure.filter(p => p !== PrestationType.COMPTA_MICRO_EXPRESS && p !== PrestationType.COMPTA_MICRO && p !== PrestationType.BILAN_PREVISIONNEL),
|
|
212
|
-
needBgImage: false,
|
|
213
|
-
versionable: true,
|
|
214
|
-
keyName: 'idPrestationCreation',
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
label: 'Forfait création société (Création d\'entreprise gratuite)',
|
|
218
|
-
name: 'bloc_creation_free',
|
|
219
|
-
idPrestationType: [PrestationType.COMPTA_MICRO, PrestationType.COMPTA_MICRO_EXPRESS],
|
|
220
|
-
needBgImage: false,
|
|
221
|
-
versionable: true,
|
|
222
|
-
keyName: 'idPrestationCreation',
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
label: 'Forfait création Entreprise + accompagnement comptable',
|
|
226
|
-
name: 'bloc_creation_enterprise_accompagnement',
|
|
227
|
-
idPrestationType: [PrestationType.CREATION_SOCIETE],
|
|
228
|
-
needBgImage: false,
|
|
229
|
-
versionable: true,
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
label: 'Forfait création Entreprise + bilan prévisionnel',
|
|
233
|
-
name: 'bloc_creation_enterprise_bilan_previsionnel',
|
|
234
|
-
idPrestationType: [],
|
|
235
|
-
needBgImage: false,
|
|
236
|
-
versionable: true,
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
label: 'Forfait approbation des comptes annuels',
|
|
240
|
-
name: 'bloc_annual_accounts',
|
|
241
|
-
needBgImage: false,
|
|
242
|
-
idPrestationType: allPrestationsWithBrochure.filter(p => p !== PrestationType.BILAN_PREVISIONNEL),
|
|
243
|
-
versionable: true,
|
|
244
|
-
keyName: 'idPrestationJuridique',
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
label: 'Prise en charge de votre déclaration d\'impôts sur le revenu',
|
|
248
|
-
name: 'bloc_tax_return',
|
|
249
|
-
needBgImage: false,
|
|
250
|
-
idPrestationType: [],
|
|
251
|
-
versionable: true,
|
|
252
|
-
keyName: 'idPrestationDeclarationIR',
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
label: 'Accompagnement contrôle fiscal',
|
|
256
|
-
name: 'bloc_tax_audit',
|
|
257
|
-
needBgImage: false,
|
|
258
|
-
idPrestationType: allPrestationsWithBrochure.filter(p => p !== PrestationType.BILAN_PREVISIONNEL),
|
|
259
|
-
versionable: true,
|
|
260
|
-
keyName: 'idPrestationControleFiscal',
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
label: 'Bilan Prévisionnel',
|
|
264
|
-
name: 'bloc_bilan_previsionnel',
|
|
265
|
-
needBgImage: false,
|
|
266
|
-
idPrestationType: [PrestationType.CREATION_SOCIETE, PrestationType.BILAN_PREVISIONNEL],
|
|
267
|
-
versionable: true,
|
|
268
|
-
keyName: 'prestationOptions',
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
label: 'Signature',
|
|
272
|
-
name: 'bloc_sign',
|
|
273
|
-
needBgImage: false,
|
|
274
|
-
idPrestationType: allPrestationsWithBrochure,
|
|
275
|
-
versionable: false,
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
label: 'Conditions Générals de Vente (CGV) 1/2',
|
|
279
|
-
name: 'bloc_cgv_first',
|
|
280
|
-
needBgImage: false,
|
|
281
|
-
idPrestationType: allPrestationsWithBrochure,
|
|
282
|
-
versionable: false,
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
label: 'Conditions Générals de Vente (CGV) 2/2',
|
|
286
|
-
name: 'bloc_cgv_second',
|
|
287
|
-
needBgImage: false,
|
|
288
|
-
idPrestationType: allPrestationsWithBrochure,
|
|
289
|
-
versionable: false,
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
label: 'Mandat de prélèvement SEPA',
|
|
293
|
-
name: 'bloc_sepa',
|
|
294
|
-
needBgImage: false,
|
|
295
|
-
idPrestationType: allPrestationsWithBrochure,
|
|
296
|
-
versionable: false,
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
label: 'Pièces à nous envoyer',
|
|
300
|
-
name: 'bloc_send_files',
|
|
301
|
-
needBgImage: false,
|
|
302
|
-
idPrestationType: allPrestationsWithBrochure,
|
|
303
|
-
versionable: false,
|
|
304
|
-
},
|
|
305
|
-
],
|
|
120
|
+
salesContractConfig: SalesContractClementine,
|
|
306
121
|
},
|
|
307
122
|
{
|
|
308
123
|
idTypeBrand: 2,
|
|
@@ -510,155 +325,6 @@ export const BrandClementine = [
|
|
|
510
325
|
vatIntracom: 'FR47752566687',
|
|
511
326
|
email: 'facturation@compta-clementine.fr',
|
|
512
327
|
},
|
|
513
|
-
salesContractConfig:
|
|
514
|
-
// pour les pages statiques
|
|
515
|
-
{
|
|
516
|
-
label: 'Page d\'introduction',
|
|
517
|
-
name: 'page_intro',
|
|
518
|
-
needBgImage: true,
|
|
519
|
-
versionable: false,
|
|
520
|
-
idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType.BILAN_PREVISIONNEL],
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
label: 'Page chiffres',
|
|
524
|
-
name: 'page_numbers',
|
|
525
|
-
needBgImage: true,
|
|
526
|
-
versionable: false,
|
|
527
|
-
idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType.BILAN_PREVISIONNEL],
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
label: 'Page simplifié',
|
|
531
|
-
name: 'page_simplified',
|
|
532
|
-
needBgImage: true,
|
|
533
|
-
versionable: false,
|
|
534
|
-
idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType.BILAN_PREVISIONNEL],
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
label: 'Détail de la lettre de mission',
|
|
538
|
-
name: 'page_detail_ldm',
|
|
539
|
-
needBgImage: false,
|
|
540
|
-
versionable: false,
|
|
541
|
-
idPrestationType: Object.values(PrestationDetail).filter(p => !p.isBack && !p.hidden && [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.BILAN_PREVISIONNEL].includes(p.id!)).map(({ id }) => id), // Prestations non express
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
label: 'Détail de la lettre de mission (express)',
|
|
545
|
-
name: 'page_detail_ldm_back',
|
|
546
|
-
needBgImage: false,
|
|
547
|
-
versionable: false,
|
|
548
|
-
idPrestationType: Object.values(PrestationDetail).filter(p => p.isBack && !p.hidden && [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS].includes(p.id!)).map(({ id }) => id), // Prestations express
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
label: 'Forfait Expertise Micro',
|
|
552
|
-
name: 'bloc_compta_micro',
|
|
553
|
-
needBgImage: false,
|
|
554
|
-
versionable: false,
|
|
555
|
-
idPrestationType: [PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS],
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
label: 'Forfait Expertise Entreprise individuelle',
|
|
559
|
-
name: 'bloc_entreprise_individuelle',
|
|
560
|
-
needBgImage: false,
|
|
561
|
-
versionable: false,
|
|
562
|
-
idPrestationType: [PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_EI_KLEMS_EXPRESS],
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
label: 'Forfait Expertise Loueur meublé non pro',
|
|
566
|
-
name: 'bloc_compta_loueur_meuble_non_pro',
|
|
567
|
-
needBgImage: false,
|
|
568
|
-
versionable: false,
|
|
569
|
-
idPrestationType: [PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
label: 'Forfait social (TTC)',
|
|
573
|
-
name: 'bloc_social_ttc',
|
|
574
|
-
needBgImage: false,
|
|
575
|
-
versionable: true,
|
|
576
|
-
idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
|
|
577
|
-
keyName: 'idPrestationSocial',
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
label: 'Forfait social (HT)',
|
|
581
|
-
name: 'bloc_social_ht',
|
|
582
|
-
needBgImage: false,
|
|
583
|
-
versionable: true,
|
|
584
|
-
idPrestationType: [PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_EI_KLEMS_EXPRESS],
|
|
585
|
-
keyName: 'idPrestationSocial',
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
label: 'Forfait Création d\'entreprise (TTC)',
|
|
589
|
-
name: 'bloc_creation_entreprise_ttc',
|
|
590
|
-
idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
|
|
591
|
-
needBgImage: false,
|
|
592
|
-
versionable: true,
|
|
593
|
-
keyName: 'idPrestationCreation',
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
label: 'Forfait Création d\'entreprise (HT)',
|
|
597
|
-
name: 'bloc_creation_entreprise_ht',
|
|
598
|
-
idPrestationType:[PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_EI_KLEMS_EXPRESS],
|
|
599
|
-
needBgImage: false,
|
|
600
|
-
versionable: true,
|
|
601
|
-
keyName: 'idPrestationCreation',
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
label: 'Accompagnement contrôle fiscal (TTC)',
|
|
605
|
-
name: 'bloc_tax_audit_ttc',
|
|
606
|
-
needBgImage: false,
|
|
607
|
-
versionable: true,
|
|
608
|
-
idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
|
|
609
|
-
keyName: 'idPrestationControleFiscal',
|
|
610
|
-
},
|
|
611
|
-
{
|
|
612
|
-
label: 'Accompagnement contrôle fiscal (HT)',
|
|
613
|
-
name: 'bloc_tax_audit_ht',
|
|
614
|
-
needBgImage: false,
|
|
615
|
-
idPrestationType: [PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_EI_KLEMS_EXPRESS],
|
|
616
|
-
versionable: true,
|
|
617
|
-
keyName: 'idPrestationControleFiscal',
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
label: 'Bilan Prévisionnel Klems',
|
|
621
|
-
name: 'bloc_bilan_previsionnel',
|
|
622
|
-
needBgImage: false,
|
|
623
|
-
idPrestationType: [PrestationType.BILAN_PREVISIONNEL],
|
|
624
|
-
versionable: true,
|
|
625
|
-
keyName: 'prestationOptions',
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
label: 'Signature',
|
|
629
|
-
name: 'bloc_sign',
|
|
630
|
-
needBgImage: false,
|
|
631
|
-
idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType.BILAN_PREVISIONNEL],
|
|
632
|
-
versionable: false,
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
label: 'Conditions Générals de Vente (CGV) 1/2',
|
|
636
|
-
name: 'bloc_cgv_first',
|
|
637
|
-
needBgImage: false,
|
|
638
|
-
idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType.BILAN_PREVISIONNEL],
|
|
639
|
-
versionable: false,
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
label: 'Conditions Générals de Vente (CGV) 2/2',
|
|
643
|
-
name: 'bloc_cgv_second',
|
|
644
|
-
needBgImage: false,
|
|
645
|
-
idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType.BILAN_PREVISIONNEL],
|
|
646
|
-
versionable: false,
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
label: 'Mandat de prélèvement SEPA',
|
|
650
|
-
name: 'bloc_sepa',
|
|
651
|
-
needBgImage: false,
|
|
652
|
-
idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType.BILAN_PREVISIONNEL],
|
|
653
|
-
versionable: false,
|
|
654
|
-
},
|
|
655
|
-
{
|
|
656
|
-
label: 'Pièces à nous envoyer',
|
|
657
|
-
name: 'bloc_send_files',
|
|
658
|
-
needBgImage: false,
|
|
659
|
-
idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType.BILAN_PREVISIONNEL],
|
|
660
|
-
versionable: false,
|
|
661
|
-
},
|
|
662
|
-
],
|
|
328
|
+
salesContractConfig: SalesContractKlems,
|
|
663
329
|
},
|
|
664
330
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SalesContractLegalstart } from './SalesContractBrandLegalstart';
|
|
2
2
|
|
|
3
3
|
export const BrandLegalstart = [
|
|
4
4
|
{
|
|
@@ -108,110 +108,6 @@ export const BrandLegalstart = [
|
|
|
108
108
|
name: 'Télétravail',
|
|
109
109
|
},
|
|
110
110
|
},
|
|
111
|
-
salesContractConfig:
|
|
112
|
-
// pour les pages statiques
|
|
113
|
-
{
|
|
114
|
-
label: 'Page d\'introduction',
|
|
115
|
-
name: 'page_intro',
|
|
116
|
-
needBgImage: true,
|
|
117
|
-
versionable: false,
|
|
118
|
-
idPrestationType: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
label: 'Page chiffres',
|
|
122
|
-
name: 'page_numbers',
|
|
123
|
-
needBgImage: true,
|
|
124
|
-
versionable: false,
|
|
125
|
-
idPrestationType: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
label: 'Page simplifié',
|
|
129
|
-
name: 'page_simplified',
|
|
130
|
-
needBgImage: true,
|
|
131
|
-
versionable: false,
|
|
132
|
-
idPrestationType: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
label: 'Détail de la lettre de mission',
|
|
136
|
-
name: 'page_detail_ldm',
|
|
137
|
-
needBgImage: false,
|
|
138
|
-
versionable: false,
|
|
139
|
-
idPrestationType: [PrestationType.COMPTA_PRO_COMPTASTART], // Prestations non express
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
label: 'Détail de la lettre de mission (express)',
|
|
143
|
-
name: 'page_detail_ldm_back',
|
|
144
|
-
needBgImage: false,
|
|
145
|
-
versionable: false,
|
|
146
|
-
idPrestationType: [PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS], // Prestations express
|
|
147
|
-
},
|
|
148
|
-
// pour les pages dynamiques
|
|
149
|
-
{
|
|
150
|
-
label: 'Compta Pro Comptastart',
|
|
151
|
-
name: 'bloc_compta_pro',
|
|
152
|
-
needBgImage: false,
|
|
153
|
-
versionable: true,
|
|
154
|
-
idPrestationType: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],
|
|
155
|
-
keyName: 'isWithApplicationFees',
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
label: 'Compta Pro Comptastart sur mesure',
|
|
159
|
-
name: 'bloc_compta_pro_sm',
|
|
160
|
-
needBgImage: false,
|
|
161
|
-
versionable: false,
|
|
162
|
-
idPrestationType: [],
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
label: 'Prise en charge de votre déclaration d\'impôts sur le revenu',
|
|
166
|
-
name: 'bloc_tax_return',
|
|
167
|
-
needBgImage: false,
|
|
168
|
-
idPrestationType: [],
|
|
169
|
-
versionable: true,
|
|
170
|
-
keyName: 'idPrestationDeclarationIR',
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
label: 'Accompagnement contrôle fiscal',
|
|
174
|
-
name: 'bloc_tax_audit',
|
|
175
|
-
needBgImage: false,
|
|
176
|
-
idPrestationType: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],
|
|
177
|
-
versionable: true,
|
|
178
|
-
keyName: 'idPrestationControleFiscal',
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
label: 'Signature',
|
|
182
|
-
name: 'bloc_sign',
|
|
183
|
-
needBgImage: false,
|
|
184
|
-
idPrestationType: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],
|
|
185
|
-
versionable: false,
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
label: 'Conditions Générals de Vente (CGV) 1/2',
|
|
189
|
-
name: 'bloc_cgv_first',
|
|
190
|
-
needBgImage: false,
|
|
191
|
-
idPrestationType: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],
|
|
192
|
-
versionable: false,
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
label: 'Conditions Générals de Vente (CGV) 2/2',
|
|
196
|
-
name: 'bloc_cgv_second',
|
|
197
|
-
needBgImage: false,
|
|
198
|
-
idPrestationType: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],
|
|
199
|
-
versionable: false,
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
label: 'Mandat de prélèvement SEPA',
|
|
203
|
-
name: 'bloc_sepa',
|
|
204
|
-
needBgImage: false,
|
|
205
|
-
idPrestationType: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],
|
|
206
|
-
versionable: false,
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
label: 'Pièces à nous envoyer',
|
|
210
|
-
name: 'bloc_send_files',
|
|
211
|
-
needBgImage: false,
|
|
212
|
-
idPrestationType: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],
|
|
213
|
-
versionable: false,
|
|
214
|
-
},
|
|
215
|
-
],
|
|
111
|
+
salesContractConfig: SalesContractLegalstart,
|
|
216
112
|
},
|
|
217
113
|
];
|