From dc681870443fa3be7fffbb7f7e0374ae619a81b5 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 3 Oct 2024 09:39:55 +0700 Subject: change localhost --- calculate_pareto_status.ktr | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'calculate_pareto_status.ktr') diff --git a/calculate_pareto_status.ktr b/calculate_pareto_status.ktr index 36745cb..1cb14ff 100644 --- a/calculate_pareto_status.ktr +++ b/calculate_pareto_status.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,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 @@ -1012,7 +1012,7 @@ none - erp indoteknik production + erp indoteknik production (localhost) N 100 N @@ -1057,7 +1057,7 @@ none - dw bi indoteknik + dw bi indoteknik (localhost) N 100 N @@ -1102,7 +1102,7 @@ none - dw bi indoteknik + dw bi indoteknik (localhost) select am.partner_id, sum(coalesce(am.amount_untaxed, 0)) as value, count(am."name") as trx from account_move am where 1=1 @@ -1330,7 +1330,7 @@ order by am.partner_id none - dw bi indoteknik + dw bi indoteknik (localhost) select id, name from res_partner where pareto_status is null -- cgit v1.2.3