feat(dashboard, js-sdk, types): receive return e2e (#8305)

**What**
- receive return flow
- order summary section adjustments
- fix received item in summary
- activity event

---

CLOSES TRI-79 CC-256
This commit is contained in:
Frane Polić
2024-08-01 18:29:11 +00:00
committed by GitHub
parent 7ae1d80380
commit 2280d31396
21 changed files with 1536 additions and 167 deletions
@@ -223,6 +223,11 @@ export const RouteMap: RouteObject[] = [
lazy: () =>
import("../../routes/orders/order-create-fulfillment"),
},
{
path: "returns/:return_id/receive",
lazy: () =>
import("../../routes/orders/order-receive-return"),
},
{
path: "allocate-items",
lazy: () =>