You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing bank statements using a sheet file that contains a column with timestamps in date format, the sequence of generated journal items may not match the sequence of lines in the imported file. This happens because the rows are currently being sorted by the timestamp column.
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
When importing bank statements using a sheet file that contains a column with timestamps in date format, the sequence of generated journal items may not match the sequence of lines in the imported file. This happens because the rows are currently being sorted by the timestamp column.
The code that sorts rows by timestamp:
bank-statement-import/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py
Line 68 in 9dca998
Example:
generated these journal items
Describe the solution you'd like
A way to avoid sorting rows upon import to preserve their original order. Alternatively, allow for sorting by multiple columns.
The text was updated successfully, but these errors were encountered: