From 984ff84af0f042afafc0bfeee76f381d4558d9c6 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 16 Nov 2023 17:15:42 +0700 Subject: one time import account move --- import_account_move.ktr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'import_account_move.ktr') diff --git a/import_account_move.ktr b/import_account_move.ktr index b7155fb..a9b4ffe 100644 --- a/import_account_move.ktr +++ b/import_account_move.ktr @@ -1010,8 +1010,8 @@ erp indoteknik production (localhost) select am.* from account_move am -where am.move_type = 'out_invoice' -and am.write_date >= (now() - '5 days'::interval) +where (am.move_type = 'out_invoice' or journal_id = 3) +--and am.write_date >= (now() - '5 days'::interval) 0 N -- cgit v1.2.3