From bb7121ab8a7dbdfb104eefbeddc9fb6d4383054b Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Sat, 8 Nov 2025 11:00:09 +0700 Subject: initial commit for branch feature/komisi-sales-internal --- indoteknik_custom/views/commission_internal.xml | 105 ++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 indoteknik_custom/views/commission_internal.xml (limited to 'indoteknik_custom/views/commission_internal.xml') diff --git a/indoteknik_custom/views/commission_internal.xml b/indoteknik_custom/views/commission_internal.xml new file mode 100644 index 00000000..1489a83b --- /dev/null +++ b/indoteknik_custom/views/commission_internal.xml @@ -0,0 +1,105 @@ + + + + commission.internal.tree + commission.internal + + + + + + + + + + + + + + commission.internal.form + commission.internal + +
+ +
+ + + + + + + + + + +
+
+
+
+ + + + + + +
+ + +
+ + + + + + commission.internal.line.tree + commission.internal.line + + + + + + + + + + + + + + + + + + + + + + + commission.internal.list.select + commission.internal + + + + + + + + + + Commission Internal + ir.actions.act_window + commission.internal + + tree,form + + + + \ No newline at end of file -- cgit v1.2.3 From 37469d36fe1d03f3c497e8aba34bc6d81fff033f Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 13 Nov 2025 16:29:35 +0700 Subject: checkpoint calculate commission internal using helper --- indoteknik_custom/views/commission_internal.xml | 55 +++++++++++++++++++++++++ 1 file changed, 55 insertions(+) (limited to 'indoteknik_custom/views/commission_internal.xml') diff --git a/indoteknik_custom/views/commission_internal.xml b/indoteknik_custom/views/commission_internal.xml index 1489a83b..2f3db5b0 100644 --- a/indoteknik_custom/views/commission_internal.xml +++ b/indoteknik_custom/views/commission_internal.xml @@ -38,12 +38,27 @@ type="object" />
+
+
+
+
+ + +
@@ -74,6 +89,46 @@ + + + + + + + + + + + commission.internal.result.tree + commission.internal.result + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3