From 8cca552e51decb429ebb69703c82fc7b9d157df2 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 14 Feb 2023 14:08:33 +0700 Subject: search by invoice in dunning run --- indoteknik_custom/views/dunning_run.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/dunning_run.xml b/indoteknik_custom/views/dunning_run.xml index cae9cc32..ac080fcf 100644 --- a/indoteknik_custom/views/dunning_run.xml +++ b/indoteknik_custom/views/dunning_run.xml @@ -91,6 +91,7 @@ + -- cgit v1.2.3 From 258717cb3c0a326ff85200dd9a724818dd9fca18 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 15 Feb 2023 13:15:51 +0700 Subject: add date surat jalan --- indoteknik_custom/views/stock_picking.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index a189e399..908820c5 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -45,6 +45,7 @@ + -- cgit v1.2.3 From 6e1b1715764630631cf6ee78fd0d6407a3185e9c Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 15 Feb 2023 15:02:53 +0700 Subject: add date doc kirim in sj tree --- indoteknik_custom/views/stock_picking.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 908820c5..866c1aac 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -8,6 +8,7 @@ + -- cgit v1.2.3 From 19f823c479d8a8f7c0a5c4486ed124d7f4a9c40c Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 16 Feb 2023 09:42:49 +0700 Subject: add last tgl kirim in sale order --- indoteknik_custom/views/sale_order.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 1b6f31aa..ff684451 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -29,6 +29,9 @@ + + + { @@ -101,6 +104,7 @@ + -- cgit v1.2.3 From 3ea572e1292eca97b193c971091d7d2f7bbb260b Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 21 Feb 2023 10:12:39 +0700 Subject: add cleanup wati notification and add some field in manufactures --- indoteknik_custom/views/x_manufactures.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/x_manufactures.xml b/indoteknik_custom/views/x_manufactures.xml index e51cb6a7..ce00c980 100755 --- a/indoteknik_custom/views/x_manufactures.xml +++ b/indoteknik_custom/views/x_manufactures.xml @@ -22,8 +22,7 @@ - - + @@ -43,7 +42,8 @@ - + + -- cgit v1.2.3 From 861bb64e5a972b8ce9b09d2345dbb6250d041435 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 21 Feb 2023 13:27:16 +0700 Subject: add cleansing wati cron --- indoteknik_custom/views/wati.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 indoteknik_custom/views/wati.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/wati.xml b/indoteknik_custom/views/wati.xml new file mode 100644 index 00000000..fd0306be --- /dev/null +++ b/indoteknik_custom/views/wati.xml @@ -0,0 +1,14 @@ + + + + Wati: Cleansing Notification + 15 + days + -1 + + + model._cleanup() + code + 28 + + -- cgit v1.2.3 From e2e755caeb00b12f469841a9b17db135790cbd32 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 21 Feb 2023 13:35:14 +0700 Subject: add cron for parsing midtrans notification --- indoteknik_custom/views/midtrans.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 indoteknik_custom/views/midtrans.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/midtrans.xml b/indoteknik_custom/views/midtrans.xml new file mode 100644 index 00000000..487e7b7e --- /dev/null +++ b/indoteknik_custom/views/midtrans.xml @@ -0,0 +1,14 @@ + + + + Midtrans: Parsing Notification + 17 + minutes + -1 + + + model._parse_notification() + code + 29 + + -- cgit v1.2.3 From 644093559480ed41b53de9f265f1ad508f8cae79 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 21 Feb 2023 13:51:27 +0700 Subject: add midtrans info in sale order form --- indoteknik_custom/views/sale_order.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index ff684451..d6df24a0 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -69,13 +69,18 @@ - + + + + + + -- cgit v1.2.3