summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/down_payment.xml
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-07-18 14:30:09 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-07-18 14:30:09 +0700
commit51a363741a7c40d91052e90f7d1aa0f6defc2f99 (patch)
tree01c9305a4dc3210cfbda31c9688b4ac85a9f19ec /indoteknik_custom/views/down_payment.xml
parentb839d55d39856031b6abfeb8f304b77b0fb145ce (diff)
(andri) add due date
Diffstat (limited to 'indoteknik_custom/views/down_payment.xml')
-rw-r--r--indoteknik_custom/views/down_payment.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/down_payment.xml b/indoteknik_custom/views/down_payment.xml
index 3830154f..4c327d36 100644
--- a/indoteknik_custom/views/down_payment.xml
+++ b/indoteknik_custom/views/down_payment.xml
@@ -50,6 +50,8 @@
<field name="departement_type"/>
<field name="status_pay_down_payment" readonly="1"/>
<field name="create_date" readonly="1"/>
+ <field name="estimated_return_date" readonly="1"/>
+ <field name="days_remaining" readonly="1"/>
<field name="detail_note" attrs="{'readonly': [('status', '=', 'approved')]}"/>
</group>
</group>
@@ -80,6 +82,8 @@
decoration-success="status_pay_down_payment == 'payment'"
decoration-danger="status_pay_down_payment == 'pending'"
widget="badge"/>
+ <field name="estimated_return_date" optional="hide"/>
+ <field name="days_remaining" readonly="1"/>
</tree>
</field>
</record>