This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 970
Payment History modal receipt filenames should handle multiple same-day transaction edge case #4605
Labels
Milestone
Comments
Merged
4 tasks
@willy-b - can you submit a PR for this? thanks! |
i think that's #4632 thanks! @diracdeltas - could you review? thanks! |
diracdeltas
added a commit
that referenced
this issue
Oct 10, 2016
…csv-filenames-4605-rebase-2 Payment History receipt filenames for transactions with same date get unique suffix (#4605)
This was referenced Oct 12, 2016
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Did you search for similar issues before submitting this one?
Yes. This is in response to comments from @alexwykoff and @mrose17 in #4332:
#4332 (comment)
Describe the issue you encountered:
Quoting @alexwykoff:
"what about the edge case of multiple transactions on the same day? should there be a differentiator for the file name? otherwise the user is likely to overwrite their own file on export."
Currently, if a developer manually triggers mutliple reconciliations in a single day, the receipt CSVs will have the same suggested/displayed filename, e.g.
brave_ledger10-7-2016.csv
, as the filename is based on the date at day resolution.Expected behavior:
When a given day has multiple transactions/reconciliations, the receipt filenames after the first should take on a suffix to distinguish them, e.g.
brave_ledger10-7-2016.csv
for the 1st transaction andbrave_ledger10-7-2016_2.csv
for the 2nd.All.
0.12.3dev and onwards
@mrose17 shared this one in Small adjustments to Payment History modal and CSV files #4332:
Small adjustments to Payment History modal and CSV files #4332
The text was updated successfully, but these errors were encountered: