feat(dashboard): basic Order UI (#7225)
**WHAT** - rudimentary list and details pages - fix Order<>Promotion link - fix Order<>SalesChannel link **NOTE** - displaying basic info since we don't have Fulfillments & Payments linked ATM - `disaply_id` needs to be added to order - `tax_rate` needs to be added to order --- https://github.com/medusajs/medusa/assets/16856471/cd4e98c7-345e-4193-8c1e-ad4ed1584993 Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
This commit is contained in:
co-authored by
Carlos R. L. Rodrigues
parent
0430e63b0b
commit
39c3f6d92a
@@ -19,6 +19,7 @@
|
||||
"is": "is",
|
||||
"timeline": "Timeline",
|
||||
"success": "Success",
|
||||
"warning": "Warning",
|
||||
"error": "Error",
|
||||
"select": "Select",
|
||||
"selected": "Selected",
|
||||
@@ -540,6 +541,10 @@
|
||||
"canceled": "Canceled",
|
||||
"requiresAction": "Requires action"
|
||||
},
|
||||
"toast": {
|
||||
"canceled": "Fulfillment successfully canceled",
|
||||
"fulfillmentShipped": "Cannot cancel an already shipped fulfillment"
|
||||
},
|
||||
"trackingLabel": "Tracking",
|
||||
"shippingFromLabel": "Shipping from",
|
||||
"itemsLabel": "Items"
|
||||
|
||||
Reference in New Issue
Block a user