From a3e6d8b8fa284f8f07d815c14c8e547321161261 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 20 Jun 2023 14:06:29 +0700 Subject: add qty available bandengan and suggest in requisition --- indoteknik_custom/views/requisition.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/requisition.xml b/indoteknik_custom/views/requisition.xml index 29b3a852..9e9440d8 100644 --- a/indoteknik_custom/views/requisition.xml +++ b/indoteknik_custom/views/requisition.xml @@ -27,6 +27,8 @@ + + -- cgit v1.2.3 From 45583fb16a83602bea6c02711bfd947f7a402265 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 20 Jun 2023 15:09:34 +0700 Subject: add note in product sales order for sales monitoring, and add tracking in midtrans status --- indoteknik_custom/views/sale_monitoring_detail.xml | 2 ++ indoteknik_custom/views/sale_order.xml | 1 + 2 files changed, 3 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_monitoring_detail.xml b/indoteknik_custom/views/sale_monitoring_detail.xml index 824e65e8..ce5b8e9b 100755 --- a/indoteknik_custom/views/sale_monitoring_detail.xml +++ b/indoteknik_custom/views/sale_monitoring_detail.xml @@ -23,6 +23,7 @@ decoration-success="status == 'Siap kirim'" decoration-info="status == 'Delivered' or status == 'Invoiced'" /> + @@ -46,6 +47,7 @@ decoration-success="status == 'Siap kirim'" decoration-info="status == 'Delivered' or status == 'Invoiced'" /> + diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index b160d9b1..ea84eb00 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -61,6 +61,7 @@ "/> + -- cgit v1.2.3