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

Void/Cancel button #331

Open
srkirkland opened this issue Jul 22, 2022 · 1 comment
Open

Void/Cancel button #331

srkirkland opened this issue Jul 22, 2022 · 1 comment
Labels
Priority Fix this first

Comments

@srkirkland
Copy link
Member

  1. Void/Cancel button - right now we have two options for how to address an unpaid invoice:
    a- we can delete it, which removes it from the invoice list altogether and makes it invisible to users
    b- we can mark it as paid
    We need a third option to be able to cancel or void an invoice in situations where we want to cancel the payment/invoice because something changed (we are no longer able to provide the service/product, the customer changed their mind, etc.) but we want to keep the record of the "cancelled" invoice in our data.

I can see in the filter options in the system right now there seems to be a status for "Cancelled" invoices, but this filter never returns results because any invoice that was deleted does not appear in this status.
[cid:[email protected]]
I think this is an important feature/option for users to be able to change the status to cancelled but not have the invoice gone/deleted/invisible forever.

@srkirkland srkirkland added the Priority Fix this first label Jul 22, 2022
@jSylvestre
Copy link
Member

jSylvestre commented Jul 25, 2022

Deleting does not make it invisible to users, but it is a filter that defaults to hide these.

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

No branches or pull requests

2 participants