diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-09-03 17:53:25 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-09-03 17:53:25 +0700 |
| commit | 1b389be56daecec87008f791e856205d2234e053 (patch) | |
| tree | 32319c86882f2148ce8531ec79c7740e5605823d /indoteknik_custom/views/letter_receivable.xml | |
| parent | 4aae32a042a5f77feebfa7e4f504f32a5375eaae (diff) | |
(andri) add template mail & try testing
Diffstat (limited to 'indoteknik_custom/views/letter_receivable.xml')
| -rw-r--r-- | indoteknik_custom/views/letter_receivable.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indoteknik_custom/views/letter_receivable.xml b/indoteknik_custom/views/letter_receivable.xml index 15875da9..e5acaef4 100644 --- a/indoteknik_custom/views/letter_receivable.xml +++ b/indoteknik_custom/views/letter_receivable.xml @@ -27,6 +27,7 @@ <header> <field name="state" widget="statusbar" statusbar_visible="draft,approval_pimpinan,sent"/> <button name="action_approve" type="object" string="Approval & Send" class="btn-primary"/> + <button name="action_send_letter" type="object" string="Email Send" class="btn-primary"/> </header> <div class="alert alert-info" role="alert" @@ -73,8 +74,8 @@ style="height: 40px; margin-bottom:0px;"> <strong>Info!</strong> Hanya invoice yang dipilih (tercentang) akan disertakan dalam dokumen surat piutang. </div> - <div> - <strong>Grand Total Invoice Terpilih: Rp. + <div style="margin-bottom:4px; margin-top:4px;"> + <strong>Grand Total Invoice Terpilih:<br/>Rp. <field name="grand_total"/> ( <field name="grand_total_text"/> ) |
