From 665a5fb1f375c7571b5e0415a2f02a91d54ade2f Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 14 May 2024 08:15:17 +0700 Subject: import account move 2023 --- import_account_move_onetime.ktr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'import_account_move_onetime.ktr') diff --git a/import_account_move_onetime.ktr b/import_account_move_onetime.ktr index dcb4a73..40e41cf 100644 --- a/import_account_move_onetime.ktr +++ b/import_account_move_onetime.ktr @@ -1021,7 +1021,7 @@ erp indoteknik production (localhost) select am.* from account_move am -where to_char(am.date, 'YYYY') = '2024' +where to_char(am.date, 'YYYY') = '2023' --and (am.move_type = 'out_invoice' or journal_id = 3) --and am.write_date >= (now() - '5 days'::interval) 0 -- cgit v1.2.3