diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-04 11:56:48 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-04 11:56:48 +0700 |
| commit | 1d58c7888d95793a4f393c9520b9d89a04f69c08 (patch) | |
| tree | 5838bb2d7826c0d4b2ef6a5ded02b3938b7cc146 /indoteknik_custom/views | |
| parent | 09057a3d5074492dfd4de0a48644afb06391102d (diff) | |
(andri) fix template & logic send due
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/mail_template_invoice_reminder.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/indoteknik_custom/views/mail_template_invoice_reminder.xml b/indoteknik_custom/views/mail_template_invoice_reminder.xml index 21055eb0..6dfbe898 100644 --- a/indoteknik_custom/views/mail_template_invoice_reminder.xml +++ b/indoteknik_custom/views/mail_template_invoice_reminder.xml @@ -11,9 +11,9 @@ <div> <p><b>Dear ${object.name},</b></p> - <p>Berikut adalah daftar invoice Anda yang mendekati atau telah jatuh tempo:</p> + <p>${days_to_due_message}</p> - <table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse; width: 100%; font-size: 12px"> + <table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse; font-size: 12px"> <thead> <tr style="background-color: #f2f2f2;" align="left"> <th>Invoice Number</th> @@ -21,6 +21,8 @@ <th>Jatuh Tempo</th> <th>Sisa Hari</th> <th>Total</th> + <th>Payment Term</th> + <th>No. PO</th> <th>Referensi</th> </tr> </thead> @@ -28,7 +30,8 @@ </tbody> </table> - <p>Mohon bantuan dan kerjasamanya agar tetap bisa bekerjasama dengan baik</p> + <p>${closing_message}</p> + <br/> <p>Terima Kasih.</p> <br/> <br/> @@ -42,6 +45,7 @@ <a href="https://wa.me/6285716970374" target="_blank">+62-857-1697-0374</a> | <a href="mailto:finance@indoteknik.co.id">finance@indoteknik.co.id</a> </b></p> + <p><i>Email ini dikirim secara otomatis. Abaikan jika pembayaran telah dilakukan.</i></p> </div> </field> |
