Find Inventory Issues
Quickly identify bins with zero or low quantities. These bins are most likely to have counting errors or missing products.
The Cycle Count feature helps you verify inventory accuracy by identifying and counting bins with zero or low quantities. You can search for specific bins, filter by quantity, and update the server with your count results.
Cycle Count is an inventory verification process where you count products in warehouse bins to ensure the recorded quantities match what’s actually in stock. The feature focuses on bins with zero or low quantities, which are most likely to have discrepancies.
Main purpose:
Quickly identify bins with zero or low quantities. These bins are most likely to have counting errors or missing products.
Count products in bins to ensure system records match actual inventory. Keep your warehouse data accurate.
Use filters to find bins by quantity, account, or search by bin name. Work efficiently with large inventories.
Select multiple bins and update them all at once. Save time by processing several bins together.
Open the Main Menu
From the login screen, sign in with your credentials. You’ll see the main menu with all available features.
Select Cycle Count
Tap the Cycle Count icon in the main menu. The app checks your user permissions and opens the Cycle Count screen.
View Bins
The app loads bins with zero or low quantities. You’ll see a list of bins that need counting.
The Cycle Count screen (CycleCountActivity.java) shows:
Main elements:
Information shown for each bin:
The cycle count process follows these steps:
Filter bins by quantity to focus on specific inventory levels:
Filter options:
How to use filters:
Search for specific bins by name:
Filter bins by account:
Tap a bin in the list to see detailed information:
From the detail view, you can:
Select multiple bins for batch processing:
When there are many bins:
When you update counts:
Focus on bins with zero quantities first. These are most likely to have errors and need immediate attention.
Use quantity filters to focus on specific inventory levels. This helps you work efficiently through large inventories.
Double-check your counts before updating the server. Make sure quantities are accurate to maintain inventory accuracy.
If you know a bin name, use search to find it quickly. This is faster than scrolling through long lists.
Select multiple bins with similar issues and update them together. This saves time when processing many bins.
Always check bin details before updating. Make sure you’re counting the correct product and location.
Next Steps:
Activity: CycleCountActivity.java (MVP architecture)
Layout: confirmation.xml
Presenter: CycleCountPresenterClass.java
Detail Fragment: CycleCountDetailFragment.java
The Cycle Count feature uses MVP (Model-View-Presenter) architecture and connects to the Shipedge server to:
Note: Cycle Count requires an active internet connection to load bins and update counts. Some operations may be queued for sync if the connection is temporarily unavailable.