feat(dashboard) admin 3.0 return creation (#6713)

**What**
- request return flow

Co-authored-by: Kasper Fabricius Kristensen <45367945+kasperkristensen@users.noreply.github.com>
This commit is contained in:
Frane Polić
2024-03-22 16:57:18 +00:00
committed by GitHub
co-authored by Kasper Fabricius Kristensen
parent d24c819e7d
commit 2ae8eaa779
19 changed files with 1567 additions and 8 deletions
@@ -19,7 +19,6 @@
"is": "is",
"select": "Select",
"selected": "Selected",
"details": "Details",
"enabled": "Enabled",
"disabled": "Disabled",
"expired": "Expired",
@@ -27,6 +26,7 @@
"revoked": "Revoked",
"admin": "Admin",
"store": "Store",
"details": "Details",
"items_one": "{{count}} item",
"items_other": "{{count}} items",
"countSelected": "{{count}} selected",
@@ -50,12 +50,13 @@
"settings": "Settings"
},
"actions": {
"save": "Save",
"create": "Create",
"delete": "Delete",
"remove": "Remove",
"revoke": "Revoke",
"cancel": "Cancel",
"save": "Save",
"back": "Back",
"continue": "Continue",
"confirm": "Confirm",
"edit": "Edit",
@@ -239,6 +240,7 @@
"cancelWarning": "You are about to cancel the order {{id}}. This action cannot be undone.",
"onDateFromSalesChannel": "{{date}} from {{salesChannel}}",
"summary": {
"requestReturn": "Request return",
"allocateItems": "Allocate items",
"editItems": "Edit items"
},
@@ -270,6 +272,28 @@
"newTotal": "New total",
"differenceDue": "Difference due"
},
"returns": {
"details": "Details",
"chooseItems": "Choose items",
"refundAmount": "Refund amount",
"locationDescription": "Choose which location you want to return the items to.",
"shippingDescription": "Choose which method you want to use for this return.",
"noInventoryLevel": "No inventory level",
"sendNotification": "Send notification",
"sendNotificationHint": "Notify customer of created return.",
"customRefund": "Custom refund",
"shippingPriceTooltip1": "Custom refund is enabled",
"noShippingOptions": "There are no shipping options for the region",
"shippingPriceTooltip2": "Shipping needs to be selected",
"customRefundHint": "If you want to refund something else instead of the total refund.",
"customShippingPrice": "Custom shipping",
"customShippingPriceHint": "Custom shipping cost.",
"noInventoryLevelDesc": "The selected location does not have an inventory level for the selected items. The return can be requested but cant be received until an inventory level is created for the selected location.",
"refundableAmountLabel": "Refundable amount",
"refundableAmountHeader": "Refundable Amount",
"returnableQuantityLabel": "Returnable quantity",
"returnableQuantityHeader": "Returnable Quantity"
},
"reservations": {
"allocatedLabel": "Allocated",
"notAllocatedLabel": "Not allocated"
@@ -721,6 +745,8 @@
"limit": "Limit",
"tags": "Tags",
"type": "Type",
"reason": "Reason",
"note": "Note",
"none": "none",
"all": "all",
"percentage": "Percentage",