Complete Needs Overview
See all flow bins that need refill in a single report. Quickly identify which bins require immediate attention.
Bin Refill is a specialized report that shows all flow bins that are below their configured minimum level and need replenishment. The report, called “ROLL: Refill Order Line List”, provides detailed information about which source bins can be used to replenish each flow bin and the suggested quantities to move.
This tool helps you plan and execute the replenishment of multiple flow bins efficiently, ensuring that priority bins maintain optimal inventory levels.
See all flow bins that need refill in a single report. Quickly identify which bins require immediate attention.
The system automatically identifies the most suitable source bins for each refill, considering lot, UOM, expiration date, and location.
The report automatically calculates suggested quantities to move based on configured minimum and maximum levels.
Plan refill for multiple bins at once. See all the information needed to execute movements in an organized manner.
Each report line includes SKU, description, locations, lots, expiration dates, UOM, and current and suggested quantities.
Print the complete report to use as a physical guide during the refill process in the warehouse.
Verify that Bin Flow is enabled
Bin Refill is only available if Bin Flow is enabled in warehouse preferences. If you don’t see the option, contact the administrator.
Navigate to Bin Refill
Access /bin_flow_refill.php directly from your browser or from the system menu if available.
Review the report
The page will automatically display the “ROLL: Refill Order Line List” report with all flow bins that need refill.
When you access Bin Refill, you’ll automatically see a report in table format showing all flow bins that are below their minimum level. The report includes the following columns:
Identify bins that need refill
The report only shows flow bins where the current quantity (QtyProductID) is less than the configured minimum level (qty_min).
Review product information
Each row shows complete product information including SKU, UPC, description, lot, expiration date, and UOM. This information is important to ensure you move the correct product.
Identify the source bin
The “Source LOC/BIN” column shows the recommended location and bin from which to move inventory. The system selects source bins that have:
Review the suggested quantity
The “Qty Move” column shows the calculated quantity needed to move to bring the flow bin to maximum level. This is a suggestion based on the difference between maximum and current quantity.
Verify the target flow bin
The “Target Flow bin” column shows the bin that will receive the inventory, its current quantity, and the configured minimum and maximum levels.
The Bin Refill report is primarily informational and for planning purposes. To execute refill movements, you have two options:
Option 1: Individual Refill from Bin Flow
Open Bin Flow
Navigate to /bin_flow.php to see the complete list of flow bins.
Identify the bin that needs refill
Find the flow bin that appears in the Bin Refill report.
Click Refill
Click the “Refill” button in the flow bin row.
Follow the refill process
Complete the individual refill process as described in the Bin Flow documentation.
Option 2: Manual Movement from Inventory Control
Use the report as a guide
Print or keep the Bin Refill report open as a reference.
Open Inventory Control
Navigate to Inventory > Corrections or use the Inventory Control application.
Create manual movements
For each report line, create a manual movement from the source bin to the target flow bin with the suggested quantity.
Verify the details
Make sure the movement matches the lot, UOM, and expiration date shown in the report.
Click Print ROLL
At the top of the page, you’ll find a “Print ROLL” button.
Review the format
The report will open in a print-optimized window with all information formatted.
Print or save
Use your browser options to print the report or save it as PDF for future reference.
Use the report in the warehouse
Take the printed report to the warehouse to guide the physical refill process.
A flow bin appears in the Bin Refill report only if it meets all these conditions:
preferences_wh.bin_flow = 'true'bincategory_id = 5qty_min > 0QtyProductID < qty_minDistributionCenter = '1'The system selects source bins for each flow bin based on these criteria:
ProductIDlotUOMexpirbincategory_id in (2, 0, 4) - not blocked (1, 3)QtyProductID > 0The suggested quantity to move is calculated considering:
qty_maxQtyProductIDQtyProductID minus quantity in processingThe system attempts to fill the flow bin to maximum, but respects the restrictions of available quantity in source bins.
The report sorts bins by bin name (BIN) in ascending order, facilitating physical location in the warehouse.
Each report line includes the account name (CompanyName) associated with the flow bin, which is useful when managing multiple accounts in the same warehouse.
Review the Bin Refill report daily or according to your picking frequency to keep flow bins stocked.
Identify which flow bins are most critical for your operation and refill them first. Use the report to plan work order.
Before executing a refill, physically verify that the source bin has the available quantity shown in the report.
Print the report and use it as a physical guide in the warehouse. Mark completed lines to avoid duplicating work.
If multiple people execute refills, coordinate who handles which bins to avoid conflicts and duplicate efforts.
If you adjust suggested quantities or use different source bins, document the reason for future reference and analysis.
Problem: The report doesn’t show any bins or the page is blank.
Solutions:
bincategory_id = 5QtyProductID < qty_minqty_min > 0 configuredProblem: Some flow bins appear in the report but don’t have recommended source bins.
Solutions:
Problem: The quantities in “Qty Move” don’t seem correct.
Solutions:
qty_max - QtyProductID of the flow binProblem: The print button doesn’t work or the format is incorrect.
Solutions:
Problem: The report shows information that doesn’t match warehouse reality.
Solutions:
Problem: I know there are flow bins below minimum but they don’t appear in the report.
Solutions:
bincategory_id = 5 (flow bin)qty_min > 0 configuredQtyProductID < qty_min)DistributionCenter = '1'Next Steps: