summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/purchase_order.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2024-09-12 14:17:36 +0700
committerstephanchrst <stephanchrst@gmail.com>2024-09-12 14:17:36 +0700
commita37bc839612b5162b4446182ac23c1dfd1c3253e (patch)
tree6dc7020025cf6eeaea6bc86ce591fd269f34d0de /indoteknik_custom/views/purchase_order.xml
parenta8e539c92236453ce7aad06d23cf117f4b7239fc (diff)
calculate margin after purchase delivery deduction
Diffstat (limited to 'indoteknik_custom/views/purchase_order.xml')
-rwxr-xr-xindoteknik_custom/views/purchase_order.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml
index 6bc97bbf..346b31a5 100755
--- a/indoteknik_custom/views/purchase_order.xml
+++ b/indoteknik_custom/views/purchase_order.xml
@@ -34,12 +34,12 @@
<field name="sale_order"/>
<field name="is_create_uangmuka"/>
<field name="approval_status"/>
- <field name="amount_total_without_service"/>
</field>
<field name="approval_status" position="after">
<field name="revisi_po" invisible="1"/>
</field>
<field name="incoterm_id" position="after">
+ <field name="amount_total_without_service"/>
<field name="delivery_amt"/>
</field>
<field name="currency_id" position="after">
@@ -237,6 +237,9 @@
<field name="product_id"/>
<field name="qty_so"/>
<field name="qty_po"/>
+ <field name="margin_item" optional="hide"/>
+ <field name="delivery_amt" optional="hide"/>
+ <field name="margin_deduct" optional="hide"/>
<field name="margin_so"/>
</tree>
</field>