From e2d186dd98b2c0d1bc9bab8ea9b7d80c59873046 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 19 Aug 2025 14:02:45 +0700 Subject: add percent pie on sale order --- indoteknik_custom/views/sale_order.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'indoteknik_custom/views/sale_order.xml') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 868bce7b..518bc9d6 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -290,6 +290,9 @@ + + + @@ -461,6 +464,9 @@ + + + -- cgit v1.2.3 From c225119cb9bdcee03ca9706ec58dfceb717b5027 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 19 Aug 2025 14:42:27 +0700 Subject: fix percentpie --- indoteknik_custom/views/sale_order.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views/sale_order.xml') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 518bc9d6..5fad5700 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -464,9 +464,9 @@ + - @@ -483,6 +483,9 @@ + + + -- cgit v1.2.3 From 1d44c04f3ec25d3adc19eb8e34589c6461ef8a66 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 20 Aug 2025 10:04:10 +0700 Subject: fix bug percentpie retur --- indoteknik_custom/views/sale_order.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indoteknik_custom/views/sale_order.xml') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 5fad5700..be31456b 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -483,6 +483,10 @@ + -- cgit v1.2.3 From fcef24bcce3d9e1d916bef3ff74429c990edf3b7 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 20 Aug 2025 14:00:06 +0700 Subject: fix bug --- indoteknik_custom/views/sale_order.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views/sale_order.xml') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index be31456b..0a99fe3a 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -486,7 +486,7 @@ + decoration-warning="payment_state_custom == 'partial'" optional="hide"/> -- cgit v1.2.3 From fc6f0a00ab98a72ad3d08f1d5ad6f8120e21814a Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 21 Aug 2025 15:50:29 +0700 Subject: push --- indoteknik_custom/views/sale_order.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'indoteknik_custom/views/sale_order.xml') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 0a99fe3a..a1a5e0cd 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -464,9 +464,6 @@ - - - @@ -487,9 +484,9 @@ decoration-danger="payment_state_custom == 'unpaid'" decoration-success="payment_state_custom == 'paid'" decoration-warning="payment_state_custom == 'partial'" optional="hide"/> - - - + + + -- cgit v1.2.3