From 9c80cca617555bfaa38cd7bc747afa6914b49267 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 25 Jun 2024 14:41:20 +0700 Subject: import account move one time only june 2024 --- import_account_move_line_onetime.ktr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'import_account_move_line_onetime.ktr') diff --git a/import_account_move_line_onetime.ktr b/import_account_move_line_onetime.ktr index 4268ac5..9962196 100644 --- a/import_account_move_line_onetime.ktr +++ b/import_account_move_line_onetime.ktr @@ -892,7 +892,9 @@ erp indoteknik production (localhost) select aml.* from account_move_line aml join account_move am on am.id = aml.move_id -where to_char(am.date, 'YYYY') = '2023' +where 1=1 +and aml.write_date between '2024-06-01' and '2024-06-30' +--and to_char(am.date, 'YYYY') = '2023' --and (am.move_type = 'out_invoice' or am.journal_id = 3) --and aml.write_date >= (now() - '5 days'::interval) 0 -- cgit v1.2.3