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

support refund #208

Closed
syjer opened this issue Sep 17, 2016 · 3 comments
Closed

support refund #208

syjer opened this issue Sep 17, 2016 · 3 comments
Assignees
Milestone

Comments

@syjer
Copy link
Member

syjer commented Sep 17, 2016

Support refund from the admin:

@cbellone cbellone added this to the 1.11 milestone Apr 11, 2017
@syjer syjer changed the title support refund support full refund Apr 20, 2017
@syjer
Copy link
Member Author

syjer commented Apr 20, 2017

Full refund scenario:

  • add a button in reservation view: "Fully refund reservation"
  • this will mark the ticket reservation with status "REFUNDED"
  • free up all the tickets
  • send an email to say that all the tickets are no more valid too?

Partial refund scenario (for multiple tickets in a single reservation case)

  • add a button near a ticket with "Refund ticket"
  • will free only the selected ticket

Add a column refunded_amount in table b_transaction.

Note: if it remain only 1 tickets to be refunded, it should apply to full refund logic.
Note: handle refund of donations too!

@syjer syjer changed the title support full refund support refund Apr 21, 2017
syjer added a commit that referenced this issue Apr 21, 2017
@syjer
Copy link
Member Author

syjer commented Apr 21, 2017

note: it's related to: #114 too.

@syjer
Copy link
Member Author

syjer commented May 3, 2017

can be considered done. Now the work is mostly UI/UX and handling some edge cases, see #114 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants