The page
Path: Home, Locate, Stock Movement Log. The default view shows the most recent movements for every SKU, paginated. The pagination supports 10, 25, 50, or 100 rows per page; with millions of rows, raising to 100 saves a lot of clicks. The grid has two columns surfaced at the top level:
Click a SKU to drill into the per-SKU movement history with the full context: timestamp, change quantity, before-quantity, after-quantity, source (sale, refund, GRN, stocktake, manual), and the user or system actor.
The top of the page shows:
Searching the log
For an operational question, the search is almost always SKU-led:- Pick
Search by = SKUfrom the dropdown. - Type the SKU into
Enter SKU. - Click
Go.
What gets logged
Every event that changes a stock count creates a Stock Movement Log entry:
Each entry includes the user (if a person triggered it) or the system actor (if a process triggered it).
Use cases
- “This SKU shows 19 in stock but my picker swears there were 25 yesterday.” Search by SKU, sort by timestamp descending. The top rows tell the story. Common findings: a sale dispatched, a refund came in but to a different bin, a damage write-off was recorded, a stocktake adjusted by a known variance.
- “Customer says they got 3 units but the order was for 4.” Search by Order ID. The log shows the four units decrementing and one of them coming back in via a refund-stocked-back. Cross-reference with the Returns report.
- “Year-end stocktake shows variance of -240 units across the catalogue. Where did they go?” Filter the log to the year, group by source, and you get the breakdown: how many lost to damage, how many to manual edits, how many to stocktake adjustments. The damage and stocktake-adjustment numbers usually match the operational shrinkage; large manual-edit counts suggest user-permission tightening is needed.
-
“Why did my Amazon listing go out of stock when CloudHub thinks I have 50 units?”
Search by SKU, look for
Sync Adjustmententries. The marketplace push may have hit a rate limit, retry-failed, and left the channel listing showing zero while CloudHub still has stock. The log catches the failure window.
How the log feeds other surfaces
The log is the single source of truth. Every other inventory-state surface is a projection of it.
Cross-link to the rest of the AI OS
Common questions
Can I export the log to CSV? Today the export is a per-search export. For a full log dump, contact support@247cloudhub.co.uk. The full log is large; most operational questions are better answered with a focused search. How long does CloudHub retain log entries? Indefinitely as the operational record. The full audit history is the basis for the year-end stock provision and the operational audit, so retention is not pruned by default. Can I edit a log entry? No. The log is append-only. Adjustments are recorded as new entries (a manual edit, a stocktake variance) so the audit trail stays intact. Why is the page slow when I do not filter? Six million rows is a lot to paginate. Always filter by SKU or Order ID before browsing. Without a filter the search is across the whole log and the response time reflects that.Next steps
- Return to the Locate overview for the wider warehouse module.
- See Stock Locations to set up the put-away surface that writes to the log.
- Configure user permissions for who can do manual edits under Permissions and Shipping.