File tree Expand file tree Collapse file tree
packages/api/src/templates/email/bill/send Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { c } from 'compress-tag'
22
3- const subject = `Outstanding bill`
3+ const subject = `You have an outstanding bill`
44const body = c `</p>Dear {{#if clientDetails.contactPersonName}}{{clientDetails.contactPersonName}}{{else}}{{clientDetails.companyName}}{{/if}},</p>
55
6- <p>In the attachment you can find the bill with an amount due of {{amountDue}}.</p>
6+ <p>In the attachment you can find the bill with an amount due of {{amountDue}}.
7+ We would like to request you to pay this amount online.</p>
78
8- <p>You can also view and pay the bill <a href="\\{{invoiceUrl}}">here</a>.
9+ <p>You can view and pay the bill <a href="\\{{invoiceUrl}}">here</a>.
910
1011<p>If you have any questions about this bill, you can contact us.</p>
1112
Original file line number Diff line number Diff line change 11import { c } from 'compress-tag'
22
3- const subject = `Openstaande rekening`
3+ const subject = `U heeft een openstaande rekening`
44const body = c `
55 <p>Beste {{#if clientDetails.contactPersonName}}{{clientDetails.contactPersonName}}{{else}}{{clientDetails.companyName}}{{/if}},</p>
66
7- <p>Bijgevoegd treft u uw rekening aan met een openstaand bedrag ter hoogte van {{amountDue}}.</p>
7+ <p>Bijgevoegd treft u uw rekening aan met een openstaand bedrag ter hoogte van {{amountDue}}.
8+ We willen u verzoeken om dit bedrag online te betalen.</p>
89
9- <p>U kunt de rekening ook <a href="\\{{invoiceUrl}}">hier</a> bekijken en betalen.
10+ <p>U kunt de rekening <a href="\\{{invoiceUrl}}">hier</a> bekijken en betalen.
1011
1112 <p>Mocht u nog vragen hebben over deze rekening, dan kunt u contact met ons opnemen.</p>
1213
You can’t perform that action at this time.
0 commit comments