@silexpert/core 1.3.17 → 1.3.19
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/CommercialManagement.js +1 -1
- package/dist/cjs/types/Enum/CommercialManagement.js.map +1 -1
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +2 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/types/Enum/CommercialManagement.js +1 -1
- package/dist/mjs/types/Enum/CommercialManagement.js.map +1 -1
- package/dist/mjs/types/index.d.ts +2 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +2 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/CommercialManagement.ts +1 -1
- package/ts/types/index.ts +2 -0
|
@@ -221,7 +221,7 @@ export const DefaultEmailTemplateList: Array<Omit<ISaleEmail, 'idSociety'>> = [
|
|
|
221
221
|
name: 'modèle avoir par défaut',
|
|
222
222
|
subject: 'Votre avoir',
|
|
223
223
|
content:
|
|
224
|
-
'<p>Bonjour <span style="color: rgb(131, 131, 132);">[nom_client]</span>, </p> <p>Vous trouverez ci-joint votre facture
|
|
224
|
+
'<p>Bonjour <span style="color: rgb(131, 131, 132);">[nom_client]</span>, </p> <p>Vous trouverez ci-joint votre facture N°<span style="color: rgb(131, 131, 132);">[reference_document]</span> d’un montant de <span style="color: rgb(131, 131, 132);">[montant_ttc_document]</span>. </p> <p>Vous en souhaitant bonne réception.</p> <p>Cordialement,</p><p><span style="color: rgb(131, 131, 132);">[raison_sociale]</span></p>',
|
|
225
225
|
type: EmailType.ASSET,
|
|
226
226
|
isDefault: false,
|
|
227
227
|
},
|
package/ts/types/index.ts
CHANGED
|
@@ -1188,6 +1188,8 @@ export * from '../utils/checkup';
|
|
|
1188
1188
|
export * from '../utils/noLodash';
|
|
1189
1189
|
export * from '../utils/vat';
|
|
1190
1190
|
export * from '../utils/email';
|
|
1191
|
+
export * from '../utils/commercialManagement/internationalization/choices';
|
|
1192
|
+
export * from '../utils/commercialManagement/internationalization/type';
|
|
1191
1193
|
export * from './Interface/api/affectedPatrimony/CreateAffectedPatrimony';
|
|
1192
1194
|
export * from './Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony';
|
|
1193
1195
|
export * from './Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony';
|