Feat(admin-next, core-flows, link-modules, medusa, types): Inventory end to end flows (#7020)
* add reservation endpoints * add changeset * initial * add reservations table * add edit-item modal * udpate inventory item attributes * manage locations skeleton * add combi batch endpoint * cleanup * fix manage locations * add adjust inventory * prep for pr * update versions * fix for pr * fix for pr * cleanup * Update packages/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com> * Update packages/core-flows/src/inventory/steps/delete-levels-by-item-and-location.ts Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com> * rm wack import * fix build --------- 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
276278cbe7
commit
ab7ff64c4a
@@ -30,6 +30,7 @@
|
||||
"items_one": "{{count}} item",
|
||||
"items_other": "{{count}} items",
|
||||
"countSelected": "{{count}} selected",
|
||||
"countOfTotalSelected": "{{count}} of {{total}} selected",
|
||||
"plusCount": "+ {{count}}",
|
||||
"plusCountMore": "+ {{count}} more",
|
||||
"areYouSure": "Are you sure?",
|
||||
@@ -265,6 +266,7 @@
|
||||
},
|
||||
"inventory": {
|
||||
"header": "Stock & Inventory",
|
||||
"editItemDetails": "Edit item details",
|
||||
"manageInventoryLabel": "Manage inventory",
|
||||
"manageInventoryHint": "When enabled the inventory level will be regulated when orders and returns are created.",
|
||||
"allowBackordersLabel": "Allow backorders",
|
||||
@@ -311,6 +313,10 @@
|
||||
"inventory": {
|
||||
"domain": "Inventory",
|
||||
"reserved": "Reserved",
|
||||
"available": "Available",
|
||||
"locationLevels": "Location levels",
|
||||
"associatedVariants": "Associated variants",
|
||||
"manageLocations": "Manage locations",
|
||||
"deleteWarning": "You are about to delete an inventory item. This action cannot be undone."
|
||||
},
|
||||
"giftCards": {
|
||||
@@ -943,6 +949,7 @@
|
||||
"addSalesChannels": "Add sales channels",
|
||||
"detailsHint": "Specify the details of the location.",
|
||||
"noLocationsFound": "No locations found",
|
||||
"selectLocations": "Select locations that stock the item.",
|
||||
"deleteLocationWarning": "You are about to delete the location {{name}}. This action cannot be undone.",
|
||||
"removeSalesChannelsWarning_one": "You are about to remove {{count}} sales channel from the location.",
|
||||
"removeSalesChannelsWarning_other": "You are about to remove {{count}} sales channels from the location."
|
||||
|
||||
Reference in New Issue
Block a user