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

Write payee for transfers in CSV export #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dtruebin
Copy link
Contributor

Fixes #143

As far as tests go, I decided to only update the expected result(-s) without updating any of the actuals. In particular:

  • should_export_regular_transfer did not have a payee in its test transaction,
    so it stayed the same
  • should_export_split_transfer had a payee, meaning the export result should
    have it as well from now on

As far as tests go, I decided to only update the expected result(-s)
without updating any of the actuals. In particular:
- should_export_regular_transfer did not have a payee in its test transaction,
  so it stayed the same
- should_export_split_transfer had a payee, meaning the export result should
  have it as well from now on
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.

Export CSV - Payee Name in transfers
1 participant