From 1ef99735feb84dbe33047fd54857cc4ae686f9cf Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 11 Sep 2023 15:19:28 +0700 Subject: recovery data --- import_pricelist.ktr | 122 +++++++++++++++++++++++++-------------------------- 1 file changed, 61 insertions(+), 61 deletions(-) (limited to 'import_pricelist.ktr') diff --git a/import_pricelist.ktr b/import_pricelist.ktr index 68442e5..16fa89f 100644 --- a/import_pricelist.ktr +++ b/import_pricelist.ktr @@ -430,7 +430,7 @@ 2023/08/09 15:49:32.100 - 2023/08/09 15:49:32.100 - + H4sIAAAAAAAAAAMAAAAAAAAAAAA= N @@ -544,6 +544,64 @@ Y + + Insert / update + InsertUpdate + + Y + + 1 + + none + + + dw bi indoteknik + 100 + N + + public + pricelist
+ + id + id + = + + + + id + id + N + + + product_id + product_id + Y + + + write_date + write_date + Y + + + price + price + Y + +
+ + + + + + + + + + 368 + 176 + Y + +
Table input TableInput @@ -557,8 +615,8 @@ erp indoteknik production select ppi.id, ppi.product_id, ppi.write_date, ppi.fixed_price as price -from product_pricelist_item ppi where ppi.pricelist_id = 1 and -ppi.write_date >= (now() - '5 days'::interval) +from product_pricelist_item ppi where ppi.pricelist_id = 1 +--and ppi.write_date >= (now() - '5 days'::interval) 0 N @@ -673,64 +731,6 @@ ppi.write_date >= (now() - '5 days'::interval) Y - - Insert / update - InsertUpdate - - Y - - 1 - - none - - - dw bi indoteknik - 100 - N - - public - pricelist
- - id - id - = - - - - id - id - N - - - product_id - product_id - Y - - - write_date - write_date - Y - - - price - price - Y - -
- - - - - - - - - - 368 - 176 - Y - -
-- cgit v1.2.3