Skip to content

Commit 547ad2c

Browse files
committed
Add more template
1 parent a086f12 commit 547ad2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sql/data.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topi
3838
INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('sellyoursaas', 'facture_send', 'InvoicePaymentSuccess', '', 100, '[__[SELLYOURSAAS_NAME]__] - Invoice Payment Success __REF__', 0, '<body>\n <p>Dear __[SELLYOURSAAS_NAME]__ user,<br><br>\nThis email confirms a successful payment (__AMOUNT_FORMATED__) from your __[SELLYOURSAAS_NAME]__ instance <strong>__REFCLIENT__</strong> account. You can login to your <a href="__[SELLYOURSAAS_ACCOUNT_URL]__?username=__THIRDPARTY_EMAIL_URLENCODED__">__[SELLYOURSAAS_NAME]__ dashboard</a> to download your PDF invoices at any time.<br />\nRemind: Your __[SELLYOURSAAS_NAME]__ dashboard login is <strong>__THIRDPARTY_EMAIL__</strong><br />\n </p>\n <p><a href="__DIRECTDOWNLOAD_URL_INVOICE__">Direct link to download the PDF of this invoice</a><br /><br />If you have any questions relating to the above please do not hesitate get in touch.</p>\n<br />\n\n Sincerely, <br />\n The __[SELLYOURSAAS_NAME]__ Team <br />\n ----------------------------------------- <br />\n EMail: __[SELLYOURSAAS_MAIN_EMAIL]__<br />\n</body>\n ');
3939
INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('sellyoursaas', 'facture_send', 'InvoicePaymentFailure', '', 100, '[__[SELLYOURSAAS_NAME]__] - Invoice Payment Failure __REF__', 0, '<body>\n <p>Dear __[SELLYOURSAAS_NAME]__ user,<br><br>\nAn attempt to take payment for your __[SELLYOURSAAS_NAME]__ subscription (invoice __REF__ for the instance __REFCLIENT__) has failed. Please update your payment method, or contact your bank or payment method provider.<br />\n Should failure to take this payment continue, access to our service will be discontinued, and any data you have with us maybe lost.<br />\n<br />\nPlease login to your <a href="__[SELLYOURSAAS_ACCOUNT_URL]__">__[SELLYOURSAAS_NAME]__ dashboard</a> to update and fix your payment information as soon as possible to prevent any interuptions in service.<br />\nRemind: Your __[SELLYOURSAAS_NAME]__ dashboard login is <strong>__THIRDPARTY_EMAIL__</strong><br />\n </p>\n <p>\n The error we received from your bank was: <br />\n __SELLYOURSAAS_PAYMENT_ERROR_DESC__\n </p><br />\n\n Sincerely, <br />\n The __[SELLYOURSAAS_NAME]__ Team <br />\n ----------------------------------------- <br />\n EMail: __[SELLYOURSAAS_MAIN_EMAIL]__<br />\n</body>\n ');
4040
INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('sellyoursaas', 'contract', 'CustomerAccountSuspendedTrial', '', 100, '[__[SELLYOURSAAS_NAME]__] - Account Suspension of __REFCLIENT__ after end of trial', 0, '<body>\n <p>Dear __[SELLYOURSAAS_NAME]__ user,<br><br>\nWe wish to inform you that your instance __REFCLIENT__ has been suspended.<br>This is likely due to the end of your trial period. If you wish to continue using your application, please login to your <a href="__[SELLYOURSAAS_ACCOUNT_URL]__?username=__THIRDPARTY_EMAIL_URLENCODED__">__[SELLYOURSAAS_NAME]__ dashboard</a> to enter a payment mode. Your instance access will be restored. If you don''t want to engage with us, no action is needed: Your instance and data will we deleted in a few days.</p><br />\n Sincerely, <br /> \n The __[SELLYOURSAAS_NAME]__ Team <br />\n ----------------------------------------- <br />\n EMail: __[SELLYOURSAAS_MAIN_EMAIL]__<br />\n</body>\n ');
41+
INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('sellyoursaas', 'contract', 'CustomerAccountSuspendedTrialFreeInstance', '', 100, '[__[SELLYOURSAAS_NAME]__] - Account Suspension of __REFCLIENT__ after end of trial', 0, '<body>\n <p>Dear __[SELLYOURSAAS_NAME]__ user,<br><br>\nWe wish to inform you that your instance __REFCLIENT__ has been suspended.<br>This is likely due to the end of your trial period. If you wish to continue using your application, please login to your <a href="__[SELLYOURSAAS_ACCOUNT_URL]__?username=__THIRDPARTY_EMAIL_URLENCODED__">__[SELLYOURSAAS_NAME]__ dashboard</a> to confirm the final validation of your instance. Your instance access will be definitely restored (if you do not confirm, the instance will be destroyed soon).</p><br />\n Sincerely, <br /> \n The __[SELLYOURSAAS_NAME]__ Team <br />\n ----------------------------------------- <br />\n EMail: __[SELLYOURSAAS_MAIN_EMAIL]__<br />\n</body>\n ');
4142
INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('sellyoursaas', 'contract', 'CustomerAccountSuspended', '', 100, '[__[SELLYOURSAAS_NAME]__] - Account Suspension of __REFCLIENT__', 0, '<body>\n <p>Dear __[SELLYOURSAAS_NAME]__ user,<br><br>\nWe wish to inform you that your instance __REFCLIENT__ has been suspended.<br>This is likely due to a payment problem. If you wish to continue using your application, please login to your <a href="__[SELLYOURSAAS_ACCOUNT_URL]__?username=__THIRDPARTY_EMAIL_URLENCODED__">__[SELLYOURSAAS_NAME]__ dashboard</a> to fix your payment mode. Your instance access will be restored. If you don''t want to continue with us, just ignore this email and following reminders: Your instance and data will we deleted in a few weeks.</p><br />\n<br />\n Sincerely, <br />\n The __[SELLYOURSAAS_NAME]__ Team <br />\n ----------------------------------------- <br />\n EMail: __[SELLYOURSAAS_MAIN_EMAIL]__<br />\n</body>\n ');
4243
INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('sellyoursaas', 'contract', 'CustomerInstanceUpgraded', '', 100, '[__[SELLYOURSAAS_NAME]__] - Upgrade of instance __REFCLIENT__', 0, '<body>\n <p>Dear __[SELLYOURSAAS_NAME]__ user,<br><br>\nWe wish to inform you your instance has been upgraded to a higher stable version.<br>If you experience problem after this upgrade, you can contact us at __[SELLYOURSAAS_MAIN_EMAIL]__ </p><br />\n Sincerely, <br /> \n The __[SELLYOURSAAS_NAME]__ Team <br />\n ----------------------------------------- <br />\n EMail: __[SELLYOURSAAS_MAIN_EMAIL]__<br />\n</body>\n ');
4344
INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('sellyoursaas', 'thirdparty', 'YourYearlyPaymentRequest', '', 100, '[__[SELLYOURSAAS_NAME]__] - Your yearly payment request for your __[SELLYOURSAAS_NAME]__ subscription', 0, '<body>\n <p>Dear __[SELLYOURSAAS_NAME]__ user,<br><br>\nYour request to make a yearly payment for the subscription to __[SELLYOURSAAS_NAME]__ was recorded. Just after next deadline, the payment will be done for the full year.<br>For payment per credit/debit card, you will receive an email to make the payment online.<br /><br />\nThe __[SELLYOURSAAS_NAME]__ Team <br />\n ----------------------------------------- <br />\n EMail: __[SELLYOURSAAS_MAIN_EMAIL]__<br />\n</body>\n ');
@@ -55,6 +56,7 @@ INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topi
5556
INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('sellyoursaas', 'facture_send', 'InvoicePaymentSuccess', 'fr_FR',100, '[__[SELLYOURSAAS_NAME]__] - Paiement réussi de la facture __REF__', 0, '<body>\n <p>Cher utilisateur/utilisatrice __[SELLYOURSAAS_NAME]__,<br><br>\nCet email confirme un paiement avec succès (__AMOUNT_FORMATED__) pour votre instance __[SELLYOURSAAS_NAME]__ <strong>__REFCLIENT__</strong>. Vous pouvez vous logguer sur votre <a href="__[SELLYOURSAAS_ACCOUNT_URL]__?username=__THIRDPARTY_EMAIL_URLENCODED__">Espace client __[SELLYOURSAAS_NAME]__</a> pour télécharger vos factures PDF à tout moment.<br />\nRappel: Votre login de votre Espace Client __[SELLYOURSAAS_NAME]__ est <strong>__THIRDPARTY_EMAIL__</strong><br />\n </p>\n <p><a href="__DIRECTDOWNLOAD_URL_INVOICE__">Lien direct pour télécharger le PDF de cette facture</a><br /><br />Si vous avez des questions en rapport avec ce message, n''hésitez pas à nous contacter.</p>\n<br />\n\n Cordialement, <br />\n L''équipe __[SELLYOURSAAS_NAME]__<br />\n ----------------------------------------- <br />\n EMail: __[SELLYOURSAAS_MAIN_EMAIL]__<br />\n</body>\n ');
5657
INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('sellyoursaas', 'facture_send', 'InvoicePaymentFailure', 'fr_FR',100, '[__[SELLYOURSAAS_NAME]__] - Paiement en échec de la facture __REF__', 0, '<body>\n <p>Cher utilisateur/utilisatrice __[SELLYOURSAAS_NAME]__,<br><br>\nUne tentative pour réaliser le paiement de votre abonnement __[SELLYOURSAAS_NAME]__ (facture __REF__ pour l''instance __REFCLIENT__) a échoué.\n\nMerci de vérifier/mettre à jour votre mode de paiement, ou contacter votre banque ou fournisseur de votre mode de paiement pour autoriser les prochaines tentatives si ce dernier est bien correct.<br />\n Plusieurs tentatives seront réalisées mais au cas où les échecs de paiements se prolongeraient, l''accès au service pourrait être interrompu (et vos données pourraient être détruites 2 mois après).<br />\n<br />\nMerci de vous logguer à votre <a href="__[SELLYOURSAAS_ACCOUNT_URL]__">Espace Client __[SELLYOURSAAS_NAME]__</a> pour corriger votre mode de paiement si ce dernier le nécessite, pour éviter toute interruption de service.<br />\nRappel: Votre login d''accès à l''Espace Client __[SELLYOURSAAS_NAME]__ est <strong>__THIRDPARTY_EMAIL__</strong><br />\n </p>\n <p>\n L''erreur renvoyée par votre banque est la suivante: <br />\n __SELLYOURSAAS_PAYMENT_ERROR_DESC__\n </p><br />\n\n Cordialement, <br />\n L''équipe __[SELLYOURSAAS_NAME]__<br />\n ----------------------------------------- <br />\n EMail: __[SELLYOURSAAS_MAIN_EMAIL]__<br />\n</body>\n ');
5758
INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('sellyoursaas', 'contract', 'CustomerAccountSuspendedTrial', 'fr_FR',100, '[__[SELLYOURSAAS_NAME]__] - Suspension de l''instance __REFCLIENT__ après fin de période d''essai', 0, '<body>\n <p>Cher utilisateur/utilisatrice __[SELLYOURSAAS_NAME]__,<br><br>\nNous attirons votre attention sur le fait que votre instance __REFCLIENT__ a été suspendue.<br>Ceci est probablement due à la fin de votre période d''essai. Si vous désirez continuer à utiliser l''application, merci de vous connecter à votre <a href="__[SELLYOURSAAS_ACCOUNT_URL]__?username=__THIRDPARTY_EMAIL_URLENCODED__">Espace Client __[SELLYOURSAAS_NAME]__</a> pour entrer un mode de paiement. L''accès à votre instance sera alors rétabli immédiatement. Si vous ne désirez pas continuer, ignorez simplement cet email et votre instance et ses données seront détruites dans quelques jours.</p><br />\n Cordialement, <br />\n L''équipe __[SELLYOURSAAS_NAME]__<br />\n ----------------------------------------- <br />\n EMail: __[SELLYOURSAAS_MAIN_EMAIL]__<br />\n</body>\n ');
59+
INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('sellyoursaas', 'contract', 'CustomerAccountSuspendedTrialFreeInstance', 'fr_FR',100, '[__[SELLYOURSAAS_NAME]__] - Suspension de l''instance __REFCLIENT__ après fin de période d''essai', 0, '<body>\n <p>Cher utilisateur/utilisatrice __[SELLYOURSAAS_NAME]__,<br><br>\nNous attirons votre attention sur le fait que votre instance __REFCLIENT__ a été suspendue.<br>Ceci est probablement due à la fin de votre période d''essai. Si vous désirez continuer à utiliser l''application, merci de vous connecter à votre <a href="__[SELLYOURSAAS_ACCOUNT_URL]__?username=__THIRDPARTY_EMAIL_URLENCODED__">Espace Client __[SELLYOURSAAS_NAME]__</a> pour confirmer la validation définitive de votre instance. L''accès à votre instance sera alors rétabli immédiatement (sans cela votre instance sera détruite d''ici quelques jours).</p><br />\n Cordialement, <br />\n L''équipe __[SELLYOURSAAS_NAME]__<br />\n ----------------------------------------- <br />\n EMail: __[SELLYOURSAAS_MAIN_EMAIL]__<br />\n</body>\n ');
5860
INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('sellyoursaas', 'contract', 'CustomerAccountSuspended', 'fr_FR',100, '[__[SELLYOURSAAS_NAME]__] - Suspension de l''instance __REFCLIENT__', 0, '<body>\n <p>Cher utilisateur/utilisatrice __[SELLYOURSAAS_NAME]__,<br><br>\nNous attirons votre attention sur le fait que votre instance __REFCLIENT__ a été suspendue.<br>Ceci est probablement due à des problèmes de paiements. Si vous désirez continuer à utiliser l''application, merci de vous connecter à votre <a href="__[SELLYOURSAAS_ACCOUNT_URL]__?username=__THIRDPARTY_EMAIL_URLENCODED__">Espace Client __[SELLYOURSAAS_NAME]__</a> pour entrer un mode de paiement. L''accès à votre instance sera alors rétabli immédiatement. Si vous ne désirez pas continuer, ignorez simplement cet email et les autres rappels à venir, et votre instance et ses données seront détruites dans quelques semaines.</p><br />\n Cordialement, <br />\n L''équipe __[SELLYOURSAAS_NAME]__<br />\n ----------------------------------------- <br />\n EMail: __[SELLYOURSAAS_MAIN_EMAIL]__<br />\n</body>\n ');
5961
INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('sellyoursaas', 'contract', 'CustomerInstanceUpgraded', 'fr_FR',100, '[__[SELLYOURSAAS_NAME]__] - Mise à jour de l''instance __REFCLIENT__', 0, '<body>\n <p>Cher utilisateur/utilisatrice __[SELLYOURSAAS_NAME]__,<br><br>\nNous vous informons que votre instance a été mise à jour sur une version stable supérieure.<br>Si vous rencontrez des difficultés après cette mise à jour, contacter nous à __[SELLYOURSAAS_MAIN_EMAIL]__ </p><br />\n Cordialement, <br /> \n L''équipe __[SELLYOURSAAS_NAME]__<br />\n ----------------------------------------- <br />\n EMail: __[SELLYOURSAAS_MAIN_EMAIL]__<br />\n</body>\n ');
6062
INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('sellyoursaas', 'thirdparty', 'YourYearlyPaymentRequest', 'fr_FR',100, '[__[SELLYOURSAAS_NAME]__] - Votre demande de paiement annuel pour votre abonnement __[SELLYOURSAAS_NAME]__', 0, '<body>\n <p>Cher utilisateur/utilisatrice __[SELLYOURSAAS_NAME]__,<br><br>\nVotre demande de paiement annuel pour l''abonnement au service __[SELLYOURSAAS_NAME]__ a été enregistrée. A la prochaine échance, le paiement se fera pour une année entière.<br>Dans le cas de paiement par carte, vous recevrez un mail, peu après le début de la nouvelle période annuelle pour réaliser le paiement en ligne.<br /><br />\nL''équipe __[SELLYOURSAAS_NAME]__<br />\n ----------------------------------------- <br />\n EMail: __[SELLYOURSAAS_MAIN_EMAIL]__<br />\n</body>\n ');

0 commit comments

Comments
 (0)