From 1eebb8c2cbd3b79e4a9385653fb82433168d032e Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 21 Jan 2026 10:18:30 +0700 Subject: add calculate price group to 10 --- import_price_group.ktr | 202 ++++++++++++++++++++++++++----------------------- 1 file changed, 106 insertions(+), 96 deletions(-) (limited to 'import_price_group.ktr') diff --git a/import_price_group.ktr b/import_price_group.ktr index 459c61c..8eebead 100644 --- a/import_price_group.ktr +++ b/import_price_group.ktr @@ -442,8 +442,8 @@ Native dw_bi_indoteknik 5432 - pdi - Encrypted 2be989bb20084ca95810197629d9ea18e + odoo + Encrypted 2be98afc82bdfd8dd9a2ca45acc83f6c3 @@ -544,99 +544,6 @@ Y - - dw Insert / update group - InsertUpdate - - Y - - 1 - - none - - - dw bi indoteknik (localhost) - 100 - N - - public - price_group_dw
- - id - id - = - - - - id - id - N - - - name - name - Y - - - pricelist_id - pricelist_id - Y - - - group1 - group1 - Y - - - group2 - group2 - Y - - - group3 - group3 - Y - - - group4 - group4 - Y - - - group5 - group5 - Y - - - group6 - group6 - Y - - - group7 - group7 - Y - - - group8 - group8 - Y - -
- - - - - - - - - - 480 - 112 - Y - -
Table input TableInput @@ -649,7 +556,7 @@ erp indoteknik production (localhost) - select id, name, pricelist_id, group1, group2, group3, group4, group5, group6, group7, group8 from price_group pg + select id, name, pricelist_id, group1, group2, group3, group4, group5, group6, group7, group8, group9, group10 from price_group pg 0 N @@ -856,6 +763,109 @@ Y + + dw Insert / update group + InsertUpdate + + Y + + 1 + + none + + + dw bi indoteknik (localhost) + 100 + N + + public + price_group_dw
+ + id + id + = + + + + id + id + N + + + name + name + Y + + + pricelist_id + pricelist_id + Y + + + group1 + group1 + Y + + + group2 + group2 + Y + + + group3 + group3 + Y + + + group4 + group4 + Y + + + group5 + group5 + Y + + + group6 + group6 + Y + + + group7 + group7 + Y + + + group8 + group8 + Y + + + group9 + group9 + Y + + + group10 + group10 + Y + +
+ + + + + + + + + + 480 + 112 + Y + +
-- cgit v1.2.3