|
1 | 1 | --- |
2 | 2 | description: >- |
3 | | - Guide to creating and managing draft cycle counts in the Cycle Count app, |
| 3 | + Guide to creating and managing draft cycle counts in the Cycle Count App, |
4 | 4 | including adding products, assigning facilities, and setting due dates. |
5 | 5 | --- |
6 | 6 |
|
7 | 7 | # Draft Counts |
8 | 8 |
|
9 | | -A directed cycle count begins as drafts. When logging into the `Cycle Count` app, the `Drafts` page is the first page you’ll see. To create a new draft, click on the `+` icon at the bottom right of the screen. |
| 9 | +A directed cycle count begins as a draft. When logging into the Cycle Count App, the `Drafts` page is the first page you’ll see. To create a new draft, click on the `+` icon at the bottom right of the screen. |
10 | 10 |
|
11 | | -A new draft count will open up on a new page where you can begin setting up a new count. |
| 11 | +A new Draft count will open up on a new page where you can begin setting up a new count. |
12 | 12 |
|
13 | 13 | ## Steps to draft new cycle count |
14 | 14 |
|
15 | 15 | 1. **Name your cycle count, a cycle count ID will be automatically assigned to it.** |
16 | | -2. **Add Products to the Count** |
17 | | - * **Enter SKUs to Add to the Count** |
18 | | - * **Adding Individual Products**\ |
19 | | - Retailers require cycle counts of a product in case they believe there is a discrepancy in the inventory of the product. For example, if the store has rejected the order with the reason `Not in stock` but the store should have available inventory. |
20 | | - * As you enter the product's SKU, it will show up to the right of the input field. Ensure that the product SKU is accurate, otherwise the products won't appear in the results. |
21 | | - * If the product you want to add to the draft count appears, click on the `+` button next to the product details. |
22 | | - * To instantly add the result shown as a result of your search, press the enter key while the input field is selected. |
23 | | - * **Adding Products in Bulk**\ |
| 16 | +2. **Add products to the count** |
| 17 | + * **Adding Individual Products** |
| 18 | + * Click on the text field below the count name. As you enter the product's SKU, it will show up to the right of the input field. Ensure that the product SKU is accurate, otherwise the products won't appear in the results. |
| 19 | + * If the product you want to add to the draft count appears, click on the `+` button next to the product details or simply press enter on your keyboard. |
| 20 | + * **Adding Products in Bulk**\ |
24 | 21 | If you already have a list of products in a CSV file format, you can upload the list of products by clicking the `upload` button in the upper right of the page. |
25 | | - * Select a file from your local file system and upload it to the app. |
| 22 | + * Select a file from your computer and upload it to the app. |
26 | 23 | * Once uploaded, you’ll be prompted to select which product identification you’ve uploaded in the CSV and which column the products are located in. |
27 | 24 | * Click the `save` button and the products will be added to your count. Products that are already added to the count will not be added again. |
28 | 25 | * **Removing Products**\ |
29 | 26 | If a product has been added that needs to be removed, click on the `x` button at the end of any product's row. |
30 | 27 | 3. **Add a Due Date**\ |
31 | | - Due dates are optional on directed cycle counts and can be added by clicking on the date-time button from the configuration options. For example, retailers may want to ensure that all the inventory is counted before commencing a season-end sale. |
| 28 | + Due dates can be added by clicking on the date button from the configuration options. For example, retailers may want to ensure that all the inventory is counted before commencing a season-end sale. |
32 | 29 | 4. **Assign a Facility**\ |
33 | | - Retailers need to decide the cycle count is created for which facility where the physical counting should happen. Assigning a facility is required to move a count from `Draft` to `Assigned`. To assign a facility, click on the `+ Assign` button and select a facility from the facility selection modal. |
| 30 | + Retailers must assign a cycle count facility to move a count from Draft to Assigned. Click `+ Assign` and select a facility from the modal. |
34 | 31 |
|
35 | | -Once a count is ready to be assigned to a facility, click on the `send` button at the bottom right of the `draft detail` page. The created draft will now appear in the assigned tab and on the [store management side](https://docs.hotwax.co/documents/inventory/directed-cycle-count) of the `Cycle Count` app. |
| 32 | +Once a count is ready to be assigned to a facility, click on the `send` button at the bottom right of the draft cycle count. The created draft will now appear in the assigned tab and on the [for the store team](https://docs.hotwax.co/documents/inventory/directed-cycle-count) of the `Cycle Count` App. |
36 | 33 |
|
37 | 34 | {% embed url="https://youtu.be/C1Emwnm3P2I" %} |
| 35 | + |
| 36 | +## Search, Sort and Filter Draft Counts |
| 37 | + |
| 38 | +The Draft Counts page allows sorting by Created Date (default), Due Date, or Alphabetical order. |
| 39 | + |
| 40 | +Admins can narrow results with the facility filter as well: |
| 41 | +- A specific facility |
| 42 | +- Unassigned counts |
| 43 | + |
| 44 | +By default, counts across all locations are visible. |
| 45 | + |
| 46 | +## Automatically Created Draft Cycle Counts for Rejected Items |
| 47 | + |
| 48 | +Order rejections in a store may lead to change in the inventory. In the event where an order is rejected with a reason like Damaged or Not in Stock, means that physical inventory present in the store doesn’t match systemic inventory, indicating the need for a cycle count. |
| 49 | + |
| 50 | +For this, there is a configurable product store setting named `Create cycle count for rejected items`, which automatically creates a draft count in HotWax’s `Cycle Count` App whenever an order rejection causes a change in the inventory levels, to identify the actual stock and address the discrepancy. |
| 51 | + |
| 52 | +### How It Works |
| 53 | + |
| 54 | +- When an order item is rejected and causes a variance in Available to Promise (ATP), a draft cycle count named **Rejected Item Count** is created. |
| 55 | + |
| 56 | +- A link to the draft count is automatically sent to the operations team or admins, so that they can assign it to the facility that rejected the order item. |
| 57 | + |
| 58 | +- The draft count stays in a **Draft** status until it is assigned. If additional rejections from the same facility occur before the count is assigned, they are also added to the same count. |
| 59 | + |
| 60 | +- If the count has already been assigned and further rejections from the same facility occur, a new draft cycle count is created for those items. |
| 61 | + |
0 commit comments