This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Payment History modal receipt filenames should handle multiple same-day transaction edge case #4605
Labels
Milestone
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: