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 ability to link a refund to the original transaction #721

Merged
merged 4 commits into from
Mar 4, 2023

Conversation

VMelnalksnis
Copy link
Owner

Fixes #179

Changes proposed in this pull request:

  • Add RefundedBy to transactions
  • Add UI to link the refund transaction to the original transaction

@VMelnalksnis VMelnalksnis added type:enhancement New feature or request area:ui Relating to user interface area:api labels Mar 4, 2023
@codecov
Copy link

codecov bot commented Mar 4, 2023

Codecov Report

Merging #721 (d7e0921) into master (e2fdc64) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #721      +/-   ##
==========================================
+ Coverage   72.26%   72.27%   +0.01%     
==========================================
  Files         219      219              
  Lines        6305     6309       +4     
  Branches      412      412              
==========================================
+ Hits         4556     4560       +4     
  Misses       1580     1580              
  Partials      169      169              
Impacted Files Coverage Δ
...urce/Gnomeshade.Data/Entities/TransactionEntity.cs 100.00% <100.00%> (ø)
...omeshade.WebApi.Models/Transactions/Transaction.cs 100.00% <100.00%> (ø)
....WebApi.Models/Transactions/TransactionCreation.cs 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@VMelnalksnis VMelnalksnis merged commit d7e0921 into master Mar 4, 2023
@VMelnalksnis VMelnalksnis deleted the refunds branch March 4, 2023 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:api area:ui Relating to user interface type:enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Link related transactions, for example, purchase and refund
1 participant