summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-03-20 14:46:25 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-03-20 14:46:25 +0700
commitcdd6919af886ab6eba9daa32d10254c6f3e14101 (patch)
treed61bde78dd1d7f4fc578d470a85a1b185049f58d /indoteknik_custom/views
parentd8750844beed392c0dd3e588ea242be3c86f2be9 (diff)
add ongkir and selisih in process uang muka penjualan
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/uangmuka_penjualan.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/uangmuka_penjualan.xml b/indoteknik_custom/views/uangmuka_penjualan.xml
index b2353f12..f2fc83bc 100644
--- a/indoteknik_custom/views/uangmuka_penjualan.xml
+++ b/indoteknik_custom/views/uangmuka_penjualan.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_uangmukapenjualan" id="create_uangmukapenjualan" string="Create" type="object" required="1"/>