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

Add user_date to the transaction object from the DTUSER field. #151

Merged
merged 1 commit into from
Feb 5, 2020

Conversation

chemtov
Copy link
Contributor

@chemtov chemtov commented 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: #150

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 chemtov force-pushed the feature/add_dtuser branch from feaa03b to b7a9b0a Compare March 27, 2019 23:52
@jseutter
Copy link
Owner

jseutter commented Feb 5, 2020

Great changeset! Thank you for updating the tests!

@jseutter jseutter merged commit 3236cfd into jseutter:master Feb 5, 2020
@sberrevoets
Copy link

Would be great to have a new release with this change!

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 this pull request may close these issues.

Make dtuser available in transaction object.
3 participants