feat(dashboard): allocate items (#8021)

**What**
- add Allocate items flow

---


https://github.com/medusajs/medusa/assets/16856471/8485c8dc-b1f2-4239-bb22-996345d5d2ad
This commit is contained in:
Frane Polić
2024-07-12 09:57:00 +02:00
committed by GitHub
parent ba06c9557c
commit 4c2e9a3239
12 changed files with 820 additions and 27 deletions

View File

@@ -217,6 +217,11 @@ export const RouteMap: RouteObject[] = [
lazy: () =>
import("../../routes/orders/order-create-fulfillment"),
},
{
path: "allocate-items",
lazy: () =>
import("../../routes/orders/order-allocate-items"),
},
{
path: ":f_id/create-shipment",
lazy: () =>