From 0f3132ffb296dd64015581ba7bbf13f1f6761d7c Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 16 Feb 2024 14:52:22 +0700 Subject: Add promotion product view --- indoteknik_custom/views/promotion/promotion_program_line.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views/promotion/promotion_program_line.xml') diff --git a/indoteknik_custom/views/promotion/promotion_program_line.xml b/indoteknik_custom/views/promotion/promotion_program_line.xml index 346a08c9..280bdfba 100644 --- a/indoteknik_custom/views/promotion/promotion_program_line.xml +++ b/indoteknik_custom/views/promotion/promotion_program_line.xml @@ -21,6 +21,7 @@ + -- cgit v1.2.3 From aec3028acc08c573b68a71b0144558f8fc091607 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 26 Feb 2024 13:20:54 +0700 Subject: Add solr flag and add to queue on program line --- .../views/promotion/promotion_program_line.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'indoteknik_custom/views/promotion/promotion_program_line.xml') diff --git a/indoteknik_custom/views/promotion/promotion_program_line.xml b/indoteknik_custom/views/promotion/promotion_program_line.xml index 280bdfba..4bc737b9 100644 --- a/indoteknik_custom/views/promotion/promotion_program_line.xml +++ b/indoteknik_custom/views/promotion/promotion_program_line.xml @@ -71,4 +71,19 @@ sequence="2" action="promotion_program_line_action" /> + + + + Program Line: Solr Flag to Queue + 1 + hours + -1 + + + model.solr_flag_to_queue() + code + 55 + True + + \ No newline at end of file -- cgit v1.2.3 From abcaa0fc701901cf6864c2872ffb2e469d808628 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 26 Feb 2024 13:51:24 +0700 Subject: Add active and inactive on promotion monitoring --- indoteknik_custom/views/promotion/promotion_program_line.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views/promotion/promotion_program_line.xml') diff --git a/indoteknik_custom/views/promotion/promotion_program_line.xml b/indoteknik_custom/views/promotion/promotion_program_line.xml index 4bc737b9..025ea35a 100644 --- a/indoteknik_custom/views/promotion/promotion_program_line.xml +++ b/indoteknik_custom/views/promotion/promotion_program_line.xml @@ -21,9 +21,10 @@ - + + -- cgit v1.2.3