summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-11-25 11:53:48 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-11-25 11:53:48 +0700
commit5b9613b45cc9563bbfda76880fd7c6fb945c9c56 (patch)
treeb5e9c7c0d669b305253be1f33f0939fab53c7428
parentd9fd5e590ba3bba1fc832a151f9892dc0f119262 (diff)
add sum
-rw-r--r--indoteknik_custom/views/unpaid_invoice_view.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/unpaid_invoice_view.xml b/indoteknik_custom/views/unpaid_invoice_view.xml
index 0c0a7d35..86b15a07 100644
--- a/indoteknik_custom/views/unpaid_invoice_view.xml
+++ b/indoteknik_custom/views/unpaid_invoice_view.xml
@@ -15,8 +15,8 @@
<field name="invoice_date_due" widget="badge" decoration-danger="invoice_day_to_due &lt; 0"/>
<field name="invoice_day_to_due" widget="badge" decoration-danger="invoice_day_to_due &lt; 0" readonly="1"/>
<field name="new_invoice_day_to_due" widget="badge" decoration-danger="invoice_day_to_due &lt; 0" readonly="1"/>
- <field name="amount_total"/>
- <field name="amount_residual"/>
+ <field name="amount_total" sum="Total Amount"/>
+ <field name="amount_residual" sum="Sisa Amount"/>
<field name="payment_state" widget="badge"
decoration-danger="payment_state == 'not_paid'"
decoration-warning="payment_state == 'partial'"/>