diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-06-25 14:41:20 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-06-25 14:41:20 +0700 |
| commit | 9c80cca617555bfaa38cd7bc747afa6914b49267 (patch) | |
| tree | da3575f6f739a23a070049e1c107f302483082db /import_account_move_onetime.ktr | |
| parent | a93d47cdbb383b9c17c44f676ea7bca813a3eb5a (diff) | |
import account move one time only june 2024
Diffstat (limited to 'import_account_move_onetime.ktr')
| -rw-r--r-- | import_account_move_onetime.ktr | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/import_account_move_onetime.ktr b/import_account_move_onetime.ktr index 40e41cf..dc62062 100644 --- a/import_account_move_onetime.ktr +++ b/import_account_move_onetime.ktr @@ -1021,7 +1021,9 @@ </partitioning> <connection>erp indoteknik production (localhost)</connection> <sql>select am.* from account_move am -where to_char(am.date, 'YYYY') = '2023' +where 1=1 +and am.write_date between '2024-06-01' and '2024-06-30' +--and to_char(am.date, 'YYYY') = '2023' --and (am.move_type = 'out_invoice' or journal_id = 3) --and am.write_date >= (now() - '5 days'::interval)</sql> <limit>0</limit> |
