From f72374b88de6647eb3be1db7b1427e8f29b5530d Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 17 Nov 2023 09:38:06 +0700 Subject: add job import payment term and property --- import_all_data_bi_indoteknik.kjb | 96 +++++++++++++++++++++++++++++++++++++++ import_payment_term.ktr | 2 +- import_property.ktr | 2 +- 3 files changed, 98 insertions(+), 2 deletions(-) diff --git a/import_all_data_bi_indoteknik.kjb b/import_all_data_bi_indoteknik.kjb index f2d92cd..e47394f 100644 --- a/import_all_data_bi_indoteknik.kjb +++ b/import_all_data_bi_indoteknik.kjb @@ -1073,6 +1073,84 @@ 656 + + import property + + TRANS + + filename + + /home/stephan/transformation-job-bi/import_property.ktr + + N + N + N + N + N + N + + + N + N + Basic + N + + N + Y + N + N + N + Pentaho local + N + + Y + + N + Y + 0 + 432 + 656 + + + + import payment term + + TRANS + + filename + + /home/stephan/transformation-job-bi/import_payment_term.ktr + + N + N + N + N + N + N + + + N + N + Basic + N + + N + Y + N + N + N + Pentaho local + N + + Y + + N + Y + 0 + 288 + 656 + + @@ -1255,6 +1333,24 @@ Y N + + import invoice margin + import property + 0 + 0 + Y + Y + N + + + import property + import payment term + 0 + 0 + Y + Y + N + diff --git a/import_payment_term.ktr b/import_payment_term.ktr index 32d48ab..4da70b8 100644 --- a/import_payment_term.ktr +++ b/import_payment_term.ktr @@ -557,7 +557,7 @@ erp indoteknik production (localhost) select * from account_payment_term ---where write_date >= (now() - '5 days'::interval) +where write_date >= (now() - '5 days'::interval) 0 N diff --git a/import_property.ktr b/import_property.ktr index a7af364..518f63e 100644 --- a/import_property.ktr +++ b/import_property.ktr @@ -558,7 +558,7 @@ erp indoteknik production (localhost) select * from ir_property ip where (ip.name = 'property_supplier_payment_term_id' or ip.name = 'property_payment_term_id') ---and ip.write_date >= (now() - '5 days'::interval) +and ip.write_date >= (now() - '5 days'::interval) 0 N -- cgit v1.2.3