From b76065d255794323fb2f02afe723f63c0d57c7ad Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 22 Oct 2025 13:34:10 +0700 Subject: delete useless data and update diff data --- delete_useless_data_account_move_line.ktr | 43 +++++++++++++++++-------------- 1 file changed, 24 insertions(+), 19 deletions(-) (limited to 'delete_useless_data_account_move_line.ktr') diff --git a/delete_useless_data_account_move_line.ktr b/delete_useless_data_account_move_line.ktr index f3cb0ba..daac480 100644 --- a/delete_useless_data_account_move_line.ktr +++ b/delete_useless_data_account_move_line.ktr @@ -436,14 +436,14 @@ - 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,14 +487,14 @@ - erp indoteknik production - localhost + erp indoteknik production (localhost) + 10.148.0.3 POSTGRESQL Native erp_indoteknik - 5901 - odoo - Encrypted 2be98afc82bdfd8dd9a2ca45acc83f6c3 + 5432 + pdi + Encrypted 2be989bb20084ca95810197629d9ea18e @@ -513,7 +513,7 @@ PORT_NUMBER - 5901 + 5432 PRESERVE_RESERVED_WORD_CASE @@ -529,7 +529,7 @@ SUPPORTS_TIMESTAMP_DATA_TYPE - Y + N USE_POOLING @@ -585,7 +585,7 @@ none - dw bi indoteknik + dw bi indoteknik (localhost) 100 public @@ -799,8 +799,10 @@ none - dw bi indoteknik - select id from account_move_line order by id + dw bi indoteknik (localhost) + select id from account_move_line +and to_char(write_date, 'YYYY') = get_now_year() +order by id 0 N @@ -833,8 +835,11 @@ none - erp indoteknik production - select id from account_move_line order by id + erp indoteknik production (localhost) + select id from account_move_line +where 1=1 +and to_char(write_date, 'YYYY') = get_now_year() +order by id 0 N @@ -848,7 +853,7 @@ id 9 0 - Table input + production id ####0;-####0 . -- cgit v1.2.3