From 4cec68ef40a33071d949c33c1592c146779f1abe Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 16 Jan 2023 11:43:41 +0700 Subject: add delivered validation system parameter and add sequence for new product template scheduler --- indoteknik_custom/views/x_manufactures.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/x_manufactures.xml b/indoteknik_custom/views/x_manufactures.xml index c7cedd9c..cc8fd10c 100755 --- a/indoteknik_custom/views/x_manufactures.xml +++ b/indoteknik_custom/views/x_manufactures.xml @@ -65,6 +65,7 @@ + -- cgit v1.2.3 From 83ead9edac739720168d615f6282e3978634e461 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 16 Jan 2023 15:44:51 +0700 Subject: fix generate dunning run --- indoteknik_custom/views/dunning_run.xml | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/dunning_run.xml b/indoteknik_custom/views/dunning_run.xml index ab01d476..c251b206 100644 --- a/indoteknik_custom/views/dunning_run.xml +++ b/indoteknik_custom/views/dunning_run.xml @@ -5,10 +5,14 @@ dunning.run - + + + + + @@ -39,14 +43,33 @@
- - - +
+ + + +
+ + + + + +
-- cgit v1.2.3 From f960f1c092cdb7669152f8caca7afad314a59877 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 16 Jan 2023 17:00:16 +0700 Subject: change logic api new product --- indoteknik_custom/views/x_manufactures.xml | 3 --- 1 file changed, 3 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/x_manufactures.xml b/indoteknik_custom/views/x_manufactures.xml index cc8fd10c..e51cb6a7 100755 --- a/indoteknik_custom/views/x_manufactures.xml +++ b/indoteknik_custom/views/x_manufactures.xml @@ -43,7 +43,6 @@ - @@ -64,8 +63,6 @@ - - -- cgit v1.2.3 From 780f1a71a5fe3d053b0163f7be495497c84349d7 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 18 Jan 2023 14:34:26 +0700 Subject: add salesname, and achievement in sales target --- indoteknik_custom/views/sales_target.xml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sales_target.xml b/indoteknik_custom/views/sales_target.xml index 6ccea260..b77ea5d4 100644 --- a/indoteknik_custom/views/sales_target.xml +++ b/indoteknik_custom/views/sales_target.xml @@ -1,26 +1,39 @@ + + sales.target.list.select + sales.target + + + + + + + + Sales Target sales.target + tree,form - Sales Target sales.target + + + - Sales Target sales.target @@ -30,12 +43,16 @@ + + + + -- cgit v1.2.3 From 09c074be5de4fc10f6322303236b5919ff8234fb Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 18 Jan 2023 14:37:50 +0700 Subject: add reference number in sales target --- indoteknik_custom/views/sales_target.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sales_target.xml b/indoteknik_custom/views/sales_target.xml index b77ea5d4..08218913 100644 --- a/indoteknik_custom/views/sales_target.xml +++ b/indoteknik_custom/views/sales_target.xml @@ -43,6 +43,7 @@ + -- cgit v1.2.3 From b33103dea998552d110d029d7f50ed08f58ce192 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 18 Jan 2023 15:57:33 +0700 Subject: add payment term validation in sales order and add website ads --- indoteknik_custom/views/website_ads.xml | 69 +++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 indoteknik_custom/views/website_ads.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/website_ads.xml b/indoteknik_custom/views/website_ads.xml new file mode 100644 index 00000000..b66b0346 --- /dev/null +++ b/indoteknik_custom/views/website_ads.xml @@ -0,0 +1,69 @@ + + + + + website.ads.list.select + website.ads + + + + + + + + + + + + + Website Ads + website.ads + + tree,form + + + + Website Ads + website.ads + + + + + + + + + + + + + + Website Ads + website.ads + +
+ + + + + + + + + + + + +
+
+
+ + +
+
\ No newline at end of file -- cgit v1.2.3 From 74e22ea21d16389937fe8d571a475218fda7ffa5 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 19 Jan 2023 11:59:23 +0700 Subject: add cache reset stock vendor --- indoteknik_custom/views/stock_vendor.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/stock_vendor.xml b/indoteknik_custom/views/stock_vendor.xml index ebf63a6a..35931750 100755 --- a/indoteknik_custom/views/stock_vendor.xml +++ b/indoteknik_custom/views/stock_vendor.xml @@ -18,6 +18,7 @@ +
@@ -33,6 +34,7 @@ + -- cgit v1.2.3