From 46742d881f0b2fabfbaaf5e823cea113625dbfa3 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Sun, 1 Oct 2023 16:30:39 +0700 Subject: remake again pricelist --- import_brand.ktr | 128 +++++++++++++++++++++++++++---------------------------- 1 file changed, 64 insertions(+), 64 deletions(-) (limited to 'import_brand.ktr') diff --git a/import_brand.ktr b/import_brand.ktr index 7b0d313..122b864 100644 --- a/import_brand.ktr +++ b/import_brand.ktr @@ -544,69 +544,6 @@ Y - - dw Insert / update brand - InsertUpdate - - Y - - 1 - - none - - - dw bi indoteknik (localhost) - 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 @@ -622,7 +559,7 @@ select id, x_name, x_manufacture_level, (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) +--where xm.write_date >= (now() - '15 days'::interval) 0 N @@ -760,6 +697,69 @@ where xm.write_date >= (now() - '15 days'::interval) Y + + dw Insert / update brand + InsertUpdate + + Y + + 1 + + none + + + dw bi indoteknik (localhost) + 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 + +
-- cgit v1.2.3