From b44c37eee356d2aa94922cb7790c8416adbb285a Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 21 Aug 2023 09:47:53 +0700 Subject: add field system and human in pricelist --- import_purchase_pricelist.ktr | 227 +++++++++++++++++++++++++++++------------- 1 file changed, 156 insertions(+), 71 deletions(-) diff --git a/import_purchase_pricelist.ktr b/import_purchase_pricelist.ktr index 0357684..e64fd60 100644 --- a/import_purchase_pricelist.ktr +++ b/import_purchase_pricelist.ktr @@ -430,7 +430,7 @@ 2023/08/18 10:52:30.848 - 2023/08/18 10:52:30.848 - + H4sIAAAAAAAAAAMAAAAAAAAAAAA= N @@ -544,6 +544,89 @@ Y + + Insert / update + InsertUpdate + + Y + + 1 + + none + + + dw bi indoteknik + 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 @@ -556,10 +639,11 @@ erp indoteknik production - select pp.id, pp.product_id, pp.vendor_id, rp.name as vendor, pp.product_price, pp.write_date + select pp.id, pp.product_id, pp.vendor_id, rp.name as vendor, pp.product_price, pp.write_date, +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() - '5 days'::interval) +where pp.write_date >= (now() - '10 days'::interval) 0 N @@ -705,6 +789,75 @@ where pp.write_date >= (now() - '5 days'::interval) Asia/Bangkok N + + Number + normal + system_price + -1 + -1 + Table input + system_price + ####0.0#########;-####0.0######### + . + , + + none + N + Y + 0 + N + N + N + en_US + Asia/Bangkok + N + + + Timestamp + normal + system_last_update + 6 + -1 + Table input + system_last_update + + . + , + + none + N + Y + 0 + N + N + N + en_US + Asia/Bangkok + N + + + Timestamp + normal + human_last_update + 6 + -1 + Table input + human_last_update + + . + , + + none + N + Y + 0 + N + N + N + en_US + Asia/Bangkok + N + @@ -720,74 +873,6 @@ where pp.write_date >= (now() - '5 days'::interval) Y - - Insert / update - InsertUpdate - - Y - - 1 - - none - - - dw bi indoteknik - 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 - -
- - - - - - - - - - 512 - 336 - Y - -
-- cgit v1.2.3