-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Order managers should be able to set an order or multiple orders to a specific status #2341
Comments
Links for designs below Reaction core team link: Public link: |
Notes:
Updates:
|
Updates:
|
Updates:
Just a couple of questions on this ticket @spencern:
|
Hi @kieha Yes, I think it's important that people can regress order status, even to status that we're not skipped. Perhaps this is something that could be an admin setting ( Curious what @aaronjudd thinks on this, but it's something I've built before and was highly requested feature at GetOutfitted until we built it. Sometime's users accidentally click a button or in a bulk action select the wrong order. They need to be able to undo it. As with every order related action, it should be logged, including the user who performed the action, but I do think that we need this functionality. |
Updates:
|
Not to be a bummer but is there a reason that I can't "Approve" orders in bulk? |
@zenweasel I was discussing this with @spencern and unless the approval step is a requirement for some payment provider then I think we should remove that step entirely. The payment and fulfillment flows should be as streamlined as possible. Since people will have to do these steps over and over. Do we need that step at all? |
I'm not the defender of the Approve step 😄 , it's just always been here. But if we all agree there's no point to it, let's get rid of it for sure. I just wish I knew why it was there in the first place. |
@spencern in regards to the |
@kieha |
Yeah, @spencern. Good to go on this. |
Opened new issue #2724 for order shipping fulfillment flow re-implementation. |
Users with permission to view and process orders should be able to update the status of multiple orders in bulk.
If any orders are selected and bulk set to a state that is not the next status in the order flow, there should be a confirmation such as:
While setting the state of the selected orders, the orders should have an event added to their history showing that they have been set into a specific state by a bulk operation.
See: #2325 for how to select orders for bulk processing.
The text was updated successfully, but these errors were encountered: