From 0ac6c227f0fba64af0908f2df9baadc270b15d80 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 8 May 2024 11:11:05 +0700 Subject: import account move onetime - import all data --- import_account_move.ktr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'import_account_move.ktr') diff --git a/import_account_move.ktr b/import_account_move.ktr index c126c55..fcfb96d 100644 --- a/import_account_move.ktr +++ b/import_account_move.ktr @@ -1020,7 +1020,8 @@ erp indoteknik production (localhost) select am.* from account_move am -where (am.move_type = 'out_invoice' or journal_id = 3) +where 1=1 +--and (am.move_type = 'out_invoice' or journal_id = 3) and am.write_date >= (now() - '5 days'::interval) 0 -- cgit v1.2.3