From 7557b0cedb2f6db70f30aae506aed83265af3576 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 7 Jun 2024 11:15:30 +0700 Subject: add import account payment term line --- import_payment_term.ktr | 164 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 151 insertions(+), 13 deletions(-) (limited to 'import_payment_term.ktr') diff --git a/import_payment_term.ktr b/import_payment_term.ktr index 4da70b8..fe74f64 100644 --- a/import_payment_term.ktr +++ b/import_payment_term.ktr @@ -430,7 +430,7 @@ 2023/11/17 09:24:28.339 - 2023/11/17 09:24:28.339 - + H4sIAAAAAAAAAAMAAAAAAAAAAAA= N @@ -543,7 +543,100 @@ Insert / update Y + + Table input 2 + Insert / update 2 + Y + + + Insert / update + InsertUpdate + + Y + + 1 + + none + + + dw bi indoteknik (localhost) + 100 + N + + public + account_payment_term
+ + id + id + = + + + + id + id + N + + + name + name + Y + + + active + active + Y + + + note + note + Y + + + company_id + company_id + Y + + + sequence + sequence + Y + + + create_uid + create_uid + Y + + + create_date + create_date + Y + + + write_uid + write_uid + Y + + + write_date + write_date + Y + +
+ + + + + + + + + + 368 + 128 + Y + +
Table input TableInput @@ -557,7 +650,7 @@ erp indoteknik production (localhost) select * from account_payment_term -where write_date >= (now() - '5 days'::interval) +where write_date >= (now() - '3 days'::interval) 0 N @@ -811,7 +904,42 @@ where write_date >= (now() - '5 days'::interval) - Insert / update + Table input 2 + TableInput + + Y + + 1 + + none + + + erp indoteknik production (localhost) + select * from account_payment_term_line +--where write_date >= (now() - '5 days'::interval) + 0 + + N + N + N + N + + + + + + + + + + + 224 + 272 + Y + + + + Insert / update 2 InsertUpdate Y @@ -826,7 +954,7 @@ where write_date >= (now() - '5 days'::interval) N public - account_payment_term
+ account_payment_term_line
id id @@ -839,23 +967,33 @@ where write_date >= (now() - '5 days'::interval) N - name - name + value + value Y - active - active + value_amount + value_amount Y - note - note + days + days Y - company_id - company_id + day_of_the_month + day_of_the_month + Y + + + option + option + Y + + + payment_id + payment_id Y @@ -894,7 +1032,7 @@ where write_date >= (now() - '5 days'::interval) 368 - 128 + 272 Y
-- cgit v1.2.3