From 1b48e721cdebe0d1b963cd21de81161149e39fd3 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 22 Aug 2023 13:53:48 +0700 Subject: calculate price --- import_brand.ktr | 148 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 88 insertions(+), 60 deletions(-) (limited to 'import_brand.ktr') diff --git a/import_brand.ktr b/import_brand.ktr index 88e2be7..cc956af 100644 --- a/import_brand.ktr +++ b/import_brand.ktr @@ -430,7 +430,7 @@ 2023/08/09 15:22:50.719 - 2023/08/09 15:22:50.719 - + H4sIAAAAAAAAAAMAAAAAAAAAAAA= N @@ -544,6 +544,69 @@ Y + + Insert / update + InsertUpdate + + Y + + 1 + + none + + + dw bi indoteknik + 100 + N + + public + brand
+ + id + id + = + + + + id + id + N + + + name + x_name + Y + + + type + x_manufacture_level + Y + + + parent + parent + Y + + + pricing_group + pricing_group + Y + +
+ + + + + + + + + + 272 + 96 + Y + +
Table input TableInput @@ -557,7 +620,7 @@ erp indoteknik production select id, x_name, x_manufacture_level, -(select x_name from x_manufactures xm2 where xm2.id = xm.parent_id) as parent +(select x_name from x_manufactures xm2 where xm2.id = xm.parent_id) as parent, pricing_group from x_manufactures xm where xm.write_date >= (now() - '15 days'::interval) 0 @@ -659,6 +722,29 @@ where xm.write_date >= (now() - '15 days'::interval) Asia/Bangkok N + + String + normal + pricing_group + 2147483647 + -1 + Table input + pricing_group + + . + , + + none + N + Y + 0 + N + N + N + en_US + Asia/Bangkok + N + @@ -674,64 +760,6 @@ where xm.write_date >= (now() - '15 days'::interval) Y - - Insert / update - InsertUpdate - - Y - - 1 - - none - - - dw bi indoteknik - 100 - N - - public - brand
- - id - id - = - - - - id - id - N - - - name - x_name - Y - - - type - x_manufacture_level - Y - - - parent - parent - Y - -
- - - - - - - - - - 272 - 96 - Y - -
-- cgit v1.2.3