From 14df7d032aae457fd0b9842f5b793c9abd687338 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 26 Aug 2024 10:21:39 +0700 Subject: fix import delivery carrier --- import_delivery_carrier.ktr | 382 ++++++++++++++++++++++---------------------- 1 file changed, 191 insertions(+), 191 deletions(-) (limited to 'import_delivery_carrier.ktr') diff --git a/import_delivery_carrier.ktr b/import_delivery_carrier.ktr index 78d3949..cf04c71 100644 --- a/import_delivery_carrier.ktr +++ b/import_delivery_carrier.ktr @@ -430,20 +430,20 @@ 2024/08/23 10:37:58.175 - 2024/08/23 10:37:58.175 - + H4sIAAAAAAAAAAMAAAAAAAAAAAA= N - dw bi indoteknik + dw bi indoteknik (localhost) localhost POSTGRESQL Native dw_bi_indoteknik - 5703 - metabase - Encrypted 2be98dfba28d7bf86853c9f58cfc4f889 + 5432 + odoo + Encrypted 2be98afc82bdfd8dd9a2ca45acc83f6c3 @@ -462,7 +462,7 @@ PORT_NUMBER - 5703 + 5432 PRESERVE_RESERVED_WORD_CASE @@ -478,7 +478,7 @@ SUPPORTS_TIMESTAMP_DATA_TYPE - Y + N USE_POOLING @@ -487,12 +487,12 @@ - erp indoteknik production - localhost + erp indoteknik production (localhost) + 10.148.0.3 POSTGRESQL Native erp_indoteknik - 5901 + 5432 odoo Encrypted 2be98afc82bdfd8dd9a2ca45acc83f6c3 @@ -513,7 +513,7 @@ PORT_NUMBER - 5901 + 5432 PRESERVE_RESERVED_WORD_CASE @@ -529,7 +529,7 @@ SUPPORTS_TIMESTAMP_DATA_TYPE - Y + N USE_POOLING @@ -544,6 +544,184 @@ Y + + Insert / update + InsertUpdate + + Y + + 1 + + none + + + dw bi indoteknik (localhost) + 100 + N + + public + delivery_carrier
+ + id + id + = + + + + id + id + N + + + name + name + Y + + + active + active + Y + + + sequence + sequence + Y + + + integration_level + integration_level + Y + + + prod_environment + prod_environment + Y + + + debug_logging + debug_logging + Y + + + company_id + company_id + Y + + + product_id + product_id + Y + + + invoice_policy + invoice_policy + Y + + + zip_from + zip_from + Y + + + zip_to + zip_to + Y + + + margin + margin + Y + + + free_over + free_over + Y + + + amount + amount + Y + + + return_label_on_delivery + return_label_on_delivery + Y + + + get_return_label_from_portal + get_return_label_from_portal + Y + + + fixed_price + fixed_price + Y + + + delivery_type + delivery_type + Y + + + create_uid + create_uid + Y + + + create_date + create_date + Y + + + write_uid + write_uid + Y + + + write_date + write_date + Y + + + website_id + website_id + Y + + + is_published + is_published + Y + + + pic_name + pic_name + Y + + + pic_phone + pic_phone + Y + + + address + address + Y + +
+ + + + + + + + + + 480 + 112 + Y + +
Table input TableInput @@ -555,7 +733,7 @@ none - erp indoteknik production + erp indoteknik production (localhost) select * from delivery_carrier where 1=1 and write_date >= (now() - '3 days'::interval) @@ -1225,184 +1403,6 @@ and write_date >= (now() - '3 days'::interval) Y - - Insert / update - InsertUpdate - - Y - - 1 - - none - - - dw bi indoteknik - 100 - N - - public - delivery_carrier
- - id - id - = - - - - id - id - N - - - name - name - Y - - - active - active - Y - - - sequence - sequence - Y - - - integration_level - integration_level - Y - - - prod_environment - prod_environment - Y - - - debug_logging - debug_logging - Y - - - company_id - company_id - Y - - - product_id - product_id - Y - - - invoice_policy - invoice_policy - Y - - - zip_from - zip_from - Y - - - zip_to - zip_to - Y - - - margin - margin - Y - - - free_over - free_over - Y - - - amount - amount - Y - - - return_label_on_delivery - return_label_on_delivery - Y - - - get_return_label_from_portal - get_return_label_from_portal - Y - - - fixed_price - fixed_price - Y - - - delivery_type - delivery_type - Y - - - create_uid - create_uid - Y - - - create_date - create_date - Y - - - write_uid - write_uid - Y - - - write_date - write_date - Y - - - website_id - website_id - Y - - - is_published - is_published - Y - - - pic_name - pic_name - Y - - - pic_phone - pic_phone - Y - - - address - address - Y - -
- - - - - - - - - - 480 - 112 - Y - -
-- cgit v1.2.3