diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-05-14 08:15:17 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-05-14 08:15:17 +0700 |
| commit | 665a5fb1f375c7571b5e0415a2f02a91d54ade2f (patch) | |
| tree | 9a941c0ec02cf943f8b864ebc91d70be6b92f8d8 /import_account_move_line_onetime.ktr | |
| parent | 48d9f4c2b6b8e9b60334e1b9f49e27fc9545a0de (diff) | |
import account move 2023
Diffstat (limited to 'import_account_move_line_onetime.ktr')
| -rw-r--r-- | import_account_move_line_onetime.ktr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import_account_move_line_onetime.ktr b/import_account_move_line_onetime.ktr index 3c2471d..4268ac5 100644 --- a/import_account_move_line_onetime.ktr +++ b/import_account_move_line_onetime.ktr @@ -892,7 +892,7 @@ <connection>erp indoteknik production (localhost)</connection> <sql>select aml.* from account_move_line aml join account_move am on am.id = aml.move_id -where to_char(am.date, 'YYYY') = '2024' +where 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)</sql> <limit>0</limit> |
