docs: general updates and fixes (#13620)

This commit is contained in:
Shahed Nasser
2025-09-30 08:45:30 +03:00
committed by GitHub
parent dda756dfaa
commit f970e1355a
47 changed files with 358 additions and 306 deletions
@@ -39,7 +39,7 @@ In the list, you can see reservation details such as the SKU and reserved quanti
To create a reservation manually:
1. Go to Inventory → Reservations.
2. Click on the Create button at the top right.
2. Click on the Create button in the main section's header.
3. In the form that opens:
- For the “Item to reserve” field, enter or choose the SKU of the item you want to create a reservation for.
- For the “Location” field, select the location where the reservation is created.
@@ -70,7 +70,7 @@ This will open the reservation's details page.
To edit a reservation:
1. Go to Inventory → Reservations.
2. Find the reservation you want to edit, and click the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> icon on its right.
2. Find the reservation you want to edit, and click the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> icon in its row.
3. Choose Edit from the dropdown.
4. In the side window that opens, you can edit the reservation's location, reserved quantity, and description.
5. Once youre done, click the Save button.
@@ -86,14 +86,14 @@ Metadata is custom data that can be associated with the reservation in key-value
To edit the reservation's metadata:
1. Go to the reservation's details page.
2. Click the <InlineIcon Icon={ArrowUpRightOnBox} alt="arrow" /> icon at the right of the "Metadata" section.
2. Click the <InlineIcon Icon={ArrowUpRightOnBox} alt="arrow" /> icon in the "Metadata" section.
3. In the side window that opens:
- Manage the key-value pairs in the table.
- To add a new row of key-value pairs before or after a row:
- Hover over the row and click the <InlineIcon Icon={EllipsisVertical} alt="three-dots" /> icon at its right.
- Hover over the row and click the <InlineIcon Icon={EllipsisVertical} alt="three-dots" /> icon at its end.
- Choose "Insert row above" or "Insert row below" from the dropdown.
- To delete a row of key-value pairs:
- Hover over the row and click the <InlineIcon Icon={EllipsisVertical} alt="three-dots" /> icon at its right.
- Hover over the row and click the <InlineIcon Icon={EllipsisVertical} alt="three-dots" /> icon at its end.
- Choose "Delete row" from the dropdown.
4. Once you're done, click the Save button.
@@ -110,6 +110,6 @@ Deleting a reservation is irreversible. If you delete a reservation created for
To delete a reservation:
1. Go to Inventory → Reservations.
2. Find the reservation you want to delete, and click the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> icon on its right.
2. Find the reservation you want to delete, and click the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> icon in its row.
3. Choose Delete from the dropdown.
4. Confirm deleting the reservation by clicking the Delete button in the pop-up.