summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-03-20 16:19:04 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-03-20 16:19:04 +0700
commit36964fe87a29803265fa33223a208db66d434891 (patch)
tree468f580af53c801ce558173d421ecac1a8abe9bd /indoteknik_custom/views
parentcdd6919af886ab6eba9daa32d10254c6f3e14101 (diff)
add selisih and ongkir in uang muka pembelian
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/uangmuka_pembelian.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/uangmuka_pembelian.xml b/indoteknik_custom/views/uangmuka_pembelian.xml
index 6cd0bec5..7bc6e7a6 100644
--- a/indoteknik_custom/views/uangmuka_pembelian.xml
+++ b/indoteknik_custom/views/uangmuka_pembelian.xml
@@ -10,7 +10,10 @@
</p>
<group>
<field name="pay_amt"/>
+ <field name="ongkir_amt"/>
+ <field name="selisih_amt"/>
<field name="account_id" domain="[('name', 'ilike', 'intransit')]"/>
+ <field name="total_amt" readonly="1"/>
</group>
<footer>
<button name="create_uangmukapembelian" id="create_uangmukapembelian" string="Create" type="object" required="1"/>