diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-04 15:23:35 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-04 15:23:35 +0700 |
| commit | 9e783f7e3c356eb53f3afe10601a4eb9d0eeecdc (patch) | |
| tree | 69a174e31409ae58cc0a83679efc91c6dbef6ff0 /indoteknik_custom/views | |
| parent | 1d58c7888d95793a4f393c9520b9d89a04f69c08 (diff) | |
(andri) fix template
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/mail_template_invoice_reminder.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/indoteknik_custom/views/mail_template_invoice_reminder.xml b/indoteknik_custom/views/mail_template_invoice_reminder.xml index 6dfbe898..07f2122b 100644 --- a/indoteknik_custom/views/mail_template_invoice_reminder.xml +++ b/indoteknik_custom/views/mail_template_invoice_reminder.xml @@ -16,14 +16,14 @@ <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> - <th>Tanggal Invoice</th> - <th>Jatuh Tempo</th> - <th>Sisa Hari</th> - <th>Total</th> - <th>Payment Term</th> + <th>Customer</th> <th>No. PO</th> - <th>Referensi</th> + <th>Invoice Number</th> + <th>Invoice Date</th> + <th>Due Date</th> + <th>Amount</th> + <th>Term</th> + <th>Days To Due</th> </tr> </thead> <tbody> |
