-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transactions entry_date is not the actual transaction date #43
Comments
can you provide some example code that shows what you're trying to do and example statement? |
Hi @bumi This is our code:
and this is the file: :20:STARTUMSE This is the parsed data for the second transaction:
|
the transaction is from 30.12.2019 but the actual value booking happened on 31.12.2019 so that should be fine, isn't it? |
@cdhannes we are doing some early spring cleaning 🌷 🧹 is this issue still relevant? |
Issue can be closed, thank you! |
I actually don't know if our source file is valid, but we have a file (real file, coming from a bank) that has opening_date and closing_date set at 2019/12/30, but one transaction with an individual date of 2019/12/31.
The whole case shouldn't be possible, but in this case the cmxl's parsed "entry_date" is "1230" and the "date" field is "191231" - which is the correct date. Not only is the entry_date field wrong (I guess it's taking it's value from the global opening/closing dates) but it also misses the year.
For now, is it safe to use "date" instead of "entry_date"?
The text was updated successfully, but these errors were encountered: