medusa
medusa copied to clipboard
feat(dashboard) admin 3.0 create fulfillment
What
- create fulfilment flow
-
additional fixes:
- condition for displaying
Unfulfilled items
section - show fulfilled quantities instead of line item quantities in
Fulfillment
section - show unfulfilled quantities in
Unfulfilled
section
- condition for displaying
Note
- I've added fulfilment creation for Orders; Claims and Swaps will be added with their domain PRs
TODO
- [x] add info about inventory quantities (awaiting design for that)
⚠️ No Changeset found
Latest commit: b824c058c114f45bcae99df1f88bacb2ce1eda5c
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
medusa-dashboard | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 2, 2024 2:10pm |
3 Ignored Deployments
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
api-reference | ⬜️ Ignored (Inspect) | Apr 2, 2024 2:10pm | ||
docs-ui | ⬜️ Ignored (Inspect) | Visit Preview | Apr 2, 2024 2:10pm | |
medusa-docs | ⬜️ Ignored (Inspect) | Visit Preview | Apr 2, 2024 2:10pm |
Why do we have button here, but in most other flows we use the "actions"?
Also, the actions are currently empty:
I can't click the "Create fulfillment" button:
Why do we have button here, but in most other flows we use the "actions"?
Also, the actions are currently empty:
Good point, the button was there per design but I moved the action to the menu to be consistent.
I can't click the "Create fulfillment" button
Was this happening when you tried to create a partial fulfilment? If that was the case, it should be good now.
Was this happening when you tried to create a partial fulfilment? If that was the case, it should be good now.
Yes, exactly. Works now!