Skip to content
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

Make dtuser available in transaction object. #150

Closed
chemtov opened this issue Mar 27, 2019 · 0 comments · Fixed by #151
Closed

Make dtuser available in transaction object. #150

chemtov opened this issue Mar 27, 2019 · 0 comments · Fixed by #151

Comments

@chemtov
Copy link
Contributor

chemtov commented Mar 27, 2019

Hi,

for a credit card the dtposted of the transaction is the time when I pay all the previous month transaction. The actual date of the transaction is in dtuser.

<DTPOSTED>20190304
<DTUSER>20190131

here the transaction was done on the 0131 and paid the 0304.

To be able to get that information, dtuser should be made available.

Regards,

chemtov pushed a commit to chemtov/ofxparse that referenced this issue Mar 27, 2019
In a transaction dtuser reflects the date at which the transaction is
actually done. dtposted (the current date property of the transaction
object) reflects the date at which the transaction is effective.

This patch adds the dtuser to the transaction object as user_date.

Closes: jseutter#150
chemtov added a commit to chemtov/ofxparse that referenced this issue Mar 27, 2019
In a transaction dtuser reflects the date at which the transaction is
actually done. dtposted (the current date property of the transaction
object) reflects the date at which the transaction is effective.

This patch adds the dtuser to the transaction object as user_date.

Closes: jseutter#150
ludo-c pushed a commit to ludo-c/ofxparse that referenced this issue Nov 27, 2023
In a transaction dtuser reflects the date at which the transaction is
actually done. dtposted (the current date property of the transaction
object) reflects the date at which the transaction is effective.

This patch adds the dtuser to the transaction object as user_date.

Closes: jseutter#150
ludo-c pushed a commit to ludo-c/ofxparse that referenced this issue Nov 27, 2023
In a transaction dtuser reflects the date at which the transaction is
actually done. dtposted (the current date property of the transaction
object) reflects the date at which the transaction is effective.

This patch adds the dtuser to the transaction object as user_date.

Closes: jseutter#150
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant