Skip to content

Commit 4876838

Browse files
committed
feat: Add bulk upload instructions for hard counts, clarify cycle count reject actions, and detail session management actions.
1 parent 49c6256 commit 4876838

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

documents/retail-operations/inventory/cycle-count/bulk-upload.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ After uploading your CSV, map each column to the correct system field so values
4444
4545
* After mapping successfully, click `Submit` to begin processing.
4646

47+
## Creating Hard Counts with bulk upload
48+
49+
Hard counts are created from the same CSV flow. To avoid missing-product errors when you don’t want to preload item lines:
50+
51+
1. In your CSV, set `purposeType` to `HARD_COUNT` for the rows you want to create as hard counts.
52+
2. During field mapping, choose `Skip` for the product identifier field (`productSku`). This tells the uploader not to look for item rows when building the count.
53+
3. Map the remaining required fields (for example, `countImportName`, `facility`, `estimatedStartDate`, `estimatedCompletionDate`) and submit.
54+
55+
The uploader will create a hard count with no product list preloaded, so the count opens as a blank, full physical count in the app without throwing a missing-product error.
56+
4757
## Recently uploaded counts
4858

4959
Below the `Submit` button, you’ll find the recently uploaded counts section. This displays all bulk uploads along with their processing status.

documents/retail-operations/inventory/cycle-count/closed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The `Closed` page in the Cycle Count app lets you review every cycle count that
1212

1313
1. Open the Cycle Count app. Use the navigation drawer on the left side of the screen.
1414

15-
2. Select `Closed` from the menu. The Closed Counts view displays all cycle counts that have been completed (previously known as “cycle counts history”).
15+
2. Select `Closed` from the menu. The Closed Counts view displays all cycle counts that have been completed.
1616

1717
3. The main pane shows a list of closed counts along with filters at the top. Each row corresponds to a completed cycle count and shows the count name, ID, facility, created date and closed date.
1818

documents/retail-operations/inventory/cycle-count/pending-review.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Each item row contains the following information:
150150
3. **Actions**
151151

152152
* `Accept`: Approve the counted quantity.
153-
* `Reject`: Reject the count and send the item for recount.
153+
* `Reject`: Mark the item as rejected; the counted variance is skipped and the system quantity stays unchanged.
154154

155155
Note: Bulk actions can be applied when multiple items are selected using the checkboxes.
156156

@@ -159,7 +159,7 @@ Note: Bulk actions can be applied when multiple items are selected using the che
159159
At the top of the item list, you can perform bulk actions for all selected items:
160160

161161
* `Accept`: Accepts the counted quantities of selected items.
162-
* `Reject`: Rejects selected items and sends them for recount.
162+
* `Reject`: Marks selected items as rejected so their variances are skipped and system quantities are left as-is.
163163

164164
Clicking these buttons will apply the chosen action to all selected rows simultaneously.
165165

@@ -197,9 +197,9 @@ When the admin clicks `Close count`, the system opens a confirmation modal with
197197
* Example: If three items are still open and the admin wants to approve them at once, selecting this option completes the review quickly.
198198

199199
2. Reject all outstanding variances and close
200-
* Automatically rejects all remaining open variances.
201-
* Useful when the admin wants those items to be recounted or corrected later.
202-
* Example: If several items show unusual variances, the admin can reject all of them in one action.
200+
* Automatically rejects all remaining open variances and keeps system quantities unchanged for them.
201+
* Useful when the admin does not want to apply the proposed variances.
202+
* Example: If several items show unusual variances, the admin can reject all of them in one action to leave inventory as-is.
203203

204204
Closing the cycle count ensures that the cycle count lifecycle is completed and that the inventory updates are accurately reflected in the system.
205205

documents/store-operations/cycle-count/start-complete-session.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ Inside a session, the associate will see:
3232
* Option to discard the session
3333
* `Submit` button for when the session is complete
3434

35+
### Session actions (edit, discard, submit)
36+
37+
* **Edit**: Opens a modal to update the session name and area. Available while the session is `In progress` and not locked by another user.
38+
* **Discard**: Shows a confirmation before marking the session as discarded. Available while the session is `In progress` and not locked. Once discarded, the session is removed from review and you are returned to the counts list.
39+
* **Submit**: Completes the session. Appears only while the session is `In progress`; disabled when the session is locked. Submission is blocked until all unmatched items are resolved.
40+
* **Locked sessions**: If another user/device holds the lock, all action buttons are disabled until the lock is released.
41+
* **After submission**: The action bar only shows `Re-open session` (outline, yellow) so you can resume counting if needed.
42+
* **Discarded sessions**: The action bar shows a `Session discarded` badge; no other actions are available.
43+
3544
### Scanning items
3645

3746
The scan action button changes based on session state:

0 commit comments

Comments
 (0)