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_purchase_pricelist.ktr | 168 +++++++++++++++++++++--------------------- 1 file changed, 84 insertions(+), 84 deletions(-) (limited to 'import_purchase_pricelist.ktr') diff --git a/import_purchase_pricelist.ktr b/import_purchase_pricelist.ktr index 384d7ff..2ab9f29 100644 --- a/import_purchase_pricelist.ktr +++ b/import_purchase_pricelist.ktr @@ -544,89 +544,6 @@ Y - - dw Insert / update purchase pl - InsertUpdate - - Y - - 1 - - none - - - dw bi indoteknik (localhost) - 100 - N - - public - purchase_pricelist_dw
- - id - id - = - - - - id - id - N - - - product_id - product_id - Y - - - vendor_id - vendor_id - Y - - - vendor - vendor - Y - - - product_price - product_price - Y - - - write_date - write_date - Y - - - system_price - system_price - Y - - - system_last_update - system_last_update - Y - - - human_last_update - human_last_update - Y - -
- - - - - - - - - - 512 - 336 - Y - -
Table input TableInput @@ -643,7 +560,7 @@ pp.system_price, pp.system_last_update, pp.human_last_update from purchase_pricelist pp join res_partner rp on rp.id = pp.vendor_id -where pp.write_date >= (now() - '10 days'::interval) +--where pp.write_date >= (now() - '10 days'::interval) 0 N @@ -873,6 +790,89 @@ where pp.write_date >= (now() - '10 days'::interval) Y + + dw Insert / update purchase pl + InsertUpdate + + Y + + 1 + + none + + + dw bi indoteknik (localhost) + 100 + N + + public + purchase_pricelist_dw
+ + id + id + = + + + + id + id + N + + + product_id + product_id + Y + + + vendor_id + vendor_id + Y + + + vendor + vendor + Y + + + product_price + product_price + Y + + + write_date + write_date + Y + + + system_price + system_price + Y + + + system_last_update + system_last_update + Y + + + human_last_update + human_last_update + Y + +
+ + + + + + + + + + 512 + 336 + Y + +
-- cgit v1.2.3