How to modify mail notification templates for admin and users in Budget Control application

to version Application Suite 201x (any version)

Applies to:

Application suite

Description:

How to modify mail notification templates for admin and users in Budget Control applications

How-to:

Modify default template globally:

1. Open the language (en-English, it-Italian, fr-French, ecc..) folder in 
<StonevoiceAS>\Apps\BudgetControl\Locale\ accordingly to the template language you need to modify

2. Make a copy of the template file User.mails.template.txt

3. Rename the copy with .user extension like User.mails.template.txt.user​

4. Edit the file


Add images from an external source:
 

​In the same txt file add html tag

<img id="logoID" src="https://[ImageUrl]"/>

Example:

[Section: NewBudgetAssigned_Body]
<html>
<img id="logoID" src="https://[ImageUrl]"/>
<br/>
A new budget was assigned to ?BudgetType? ?BudgetFor? with Imagicle Budget Control
<br/>
<br/>
<table>
<tr>
<td nowrap>Budget value: </td><td nowrap>?BudgetValue?</td>
</tr><tr>
<td nowrap>Budget period: </td><td nowrap>?BudgetPeriod?</td>
</tr><tr>
<td nowrap>Phone lock on budget limit: </td><td nowrap>?LockPhoneYesNo?</td>
</tr><tr>
<td nowrap>Budget accumulation: </td><td nowrap>?BudgetAccumulation?</td>
</tr><tr>
<td nowrap></td><td nowrap></td>
</tr><tr>
<td nowrap>Actual cost: </td><td nowrap>?ActualCost?</td>
</tr><tr>
<td nowrap></td><td nowrap></td>
</tr><tr>
<td nowrap>Date and time: </td><td nowrap>?CurrentDateTime?</td>
</tr>
</table>
</html>



Article ID: 637
Last updated: 10 Jan, 2019
Revision: 4
Imagicle AppSuite Cross Platform -> Budget Control -> FAQ and Solutions -> How to modify mail notification templates for admin and users in Budget Control application
https://kbp.imagicle.com/kb/entry/637/