From 771b68d8ece431c00e3d4b2c81be317b19ea3cba Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 31 Jul 2023 09:01:53 +0700 Subject: fix source --- indoteknik_custom/views/sale_order.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index f7f9c0ea..cd2b22c3 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -58,7 +58,7 @@ [('id', 'in', [32, 59, 60, 61])] - {'required':[('create_date', '>', '2023-07-30')]} + {'required':[('create_date', '>', '2023-08-30')]} -- cgit v1.2.3 From 2c4c5ef80fe7093c2d017802dd0713d460a5b1f7 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 31 Jul 2023 11:23:49 +0700 Subject: fix source --- indoteknik_custom/views/sale_order.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index cd2b22c3..9bed5c89 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -41,7 +41,7 @@ - + @@ -57,9 +57,7 @@ - [('id', 'in', [32, 59, 60, 61])] - {'required':[('create_date', '>', '2023-08-30')]} - + 1 @@ -113,6 +111,7 @@ + -- cgit v1.2.3 From a58a6148cb903cab6f34a4b5084df98436819c85 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 1 Aug 2023 10:51:53 +0700 Subject: replace source sale order --- indoteknik_custom/views/sale_order.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 9bed5c89..d2a59621 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -28,11 +28,15 @@ + + 1 + + @@ -41,7 +45,7 @@ - + @@ -56,9 +60,6 @@ } - - 1 - - -- cgit v1.2.3 From f371d548f434fac43595dffd9125f1d63f978157 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 1 Aug 2023 16:16:24 +0700 Subject: Add sequence and for_week on banner --- indoteknik_custom/views/x_banner_banner.xml | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/x_banner_banner.xml b/indoteknik_custom/views/x_banner_banner.xml index 4f3f1911..10c762af 100755 --- a/indoteknik_custom/views/x_banner_banner.xml +++ b/indoteknik_custom/views/x_banner_banner.xml @@ -5,12 +5,13 @@ x_banner.banner - - - - - - + + + + + + + @@ -23,15 +24,17 @@ - - - - - + + + + + + + - - + + -- cgit v1.2.3 From aab3d15ab71dacee885beaa05a0ca9b5c7b652dd Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 3 Aug 2023 10:25:29 +0700 Subject: Add order sequence on manufacture API --- indoteknik_custom/views/x_manufactures.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/x_manufactures.xml b/indoteknik_custom/views/x_manufactures.xml index a88c5d34..dd896179 100755 --- a/indoteknik_custom/views/x_manufactures.xml +++ b/indoteknik_custom/views/x_manufactures.xml @@ -16,6 +16,7 @@ x_manufactures + @@ -37,6 +38,7 @@ + -- cgit v1.2.3 From e62baea09db91741d84a2e62c5ab1db7d15cb8c2 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 3 Aug 2023 11:09:30 +0700 Subject: Add products field on categories homepage --- indoteknik_custom/views/website_categories_homepage.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/website_categories_homepage.xml b/indoteknik_custom/views/website_categories_homepage.xml index 22424280..0a7ef2c2 100644 --- a/indoteknik_custom/views/website_categories_homepage.xml +++ b/indoteknik_custom/views/website_categories_homepage.xml @@ -11,8 +11,7 @@ Website Categories Homepage website.categories.homepage - - + @@ -31,11 +30,20 @@ - + + + + + + + + + + -- cgit v1.2.3