Assignment Review
Review all pre-assigned bins before confirming receiving. Verify that assignments are correct before processing.
Assign Pre-Bins is a tool that allows you to review, confirm, and complete the assignment of pre-configured bins to products during the receiving process. After assigning initial bins from Assign Bins, you can use Assign Pre-Bins to verify assignments, enter received quantities, update product information, and confirm receiving by checking the confirmation checkbox.
This functionality allows you to prepare bin assignment before physically receiving inventory, and then complete the receiving process in an organized and efficient manner.
Review all pre-assigned bins before confirming receiving. Verify that assignments are correct before processing.
Edit multiple products at once in Grid Edit mode. Update received quantities, weights, UPC, and dimensions efficiently.
Confirm receiving by checking the checkbox. The system automatically processes bin assignment and updates inventory.
Update weight, UPC, and dimensions (width, height, length) while processing receiving. Keep information complete from the start.
The system automatically validates that all required fields are complete before allowing receiving confirmation.
View all pre-assigned bins with their volumes. Understand which bins were assigned and where you came from.
Assign initial bins
First, from Assign Bins (/AssignBinlist.php), assign bins to products using “Assign new BIN”. This creates the pre-bins.
Navigate to Assign Pre-Bins
After assigning bins, you’ll be automatically redirected to Assign Pre-Bins, or you can access directly at /AssignPreBinlist.php?RequestID=[ID]&a=gridedit where [ID] is the replenishment request ID.
Verify your permissions
Make sure you have AssignPreBin level permissions with listing and editing capabilities. If you don’t have permissions, you’ll be redirected to login.
The page automatically displays all products from the replenishment request that have pre-assigned bins. The table includes the following columns:
BIN[v: volume])Use the search field
At the top of the page, you’ll find a basic search field.
Enter your search term
Type the SKU, UPC, or product description you’re looking for. The search looks for partial matches.
Select the search type
Choose between:
Click Search
The list will automatically filter showing only products that match your search.
Clear search
Click “Show all” to view all products again.
Click Grid Edit
At the top of the table, click the “Grid Edit” link.
Table changes to edit mode
All editable fields will become text fields or checkboxes, allowing you to edit multiple products at once.
Buttons change
You’ll see “Submit” and “Cancel” buttons instead of “Grid Edit”.
Activate Grid Edit
Click “Grid Edit” to activate edit mode.
Review pre-assigned bins
Verify that bins shown in the “Bin” column are correct. Each bin shows its volume in brackets: [v: volume].
Enter received quantity
In the “Qty Received” column, enter the quantity you actually received. The system may pre-fill this field with the requested quantity or with pre_qty_received if it exists.
Update product information (optional)
You can update:
Check the confirmation checkbox
In the “pre_bin_check” column, check the checkbox for products you want to confirm as received. Only products with checked checkbox will be processed.
Validate data
The system will automatically validate that:
Click Submit
Click “Submit” to process changes. The system will:
repleUpdating)QtyRecive in requestdetailConfirm the result
You’ll see confirmation messages and processed products will show the checkbox checked and disabled, indicating that receiving was completed.
Click Cancel
If you’re in Grid Edit mode and want to cancel changes, click “Cancel”.
Return to normal view
The table will return to view mode without saving any changes.
Products that were already confirmed (with pre_bin_check = 'Y') show:
These products already have inventory assigned and don’t need additional processing.
When you check pre_bin_check = 'Y' and click Submit, the system executes this process:
Validates pre-assigned bin:
pre_bin) is not emptyCreates or updates bin:
insert_bin() function to handle creation/assignmentUpdates product information:
Weight) in the products tableUpc) in the products tableExecutes receiving:
repleUpdating() with received quantityQtyRecive in requestdetailNotifies result:
repleUpdated() for additional notificationsThe system automatically validates these fields when pre_bin_check is checked:
The system can use pre_qty_received from requestdetail if it exists. If this field has a value, it’s used instead of QtyRequest as the default value for “Qty Received”. This allows receiving quantities different from requested.
If a product has lot or expiration date configured, this information is displayed in the “Description” column with special format:
This information is important because bins are grouped by lot, expiration, and UOM.
Each pre-assigned bin shows its volume in the format [v: volume]. This volume was configured when the bin was assigned from Assign Bins.
To use Assign Pre-Bins you need:
AssignPreBinCanList() - To view the listCanEdit() - To edit and confirm receivingIf you don’t have these permissions, you’ll see messages indicating you don’t have the necessary rights.
Always review pre-assigned bins and product information before checking the confirmation checkbox. Once confirmed, changes are permanent.
Enter exact received quantities. Don’t use approximate quantities, as this affects inventory and can cause discrepancies.
Take advantage of Grid Edit mode to update weight and UPC while processing receiving. Keep product information complete and updated.
If you receive products with different lots or expiration dates, process each lot separately to maintain organization and avoid errors.
If you have dimension information (width, height, length), update it during receiving. This information is useful for shipping and storage calculations.
Only check the confirmation checkbox for products you’ve actually physically received. Don’t confirm products that haven’t arrived yet.
Problem: The page is empty or shows “No records found”.
Solutions:
RequestID in the URL is validAssignPreBin level permissions with listing capabilityProblem: The “Grid Edit” button doesn’t appear or doesn’t work.
Solutions:
CanEdit)Problem: The Submit button doesn’t work or a validation error appears.
Solutions:
pre_bin_check checkboxProblem: After confirming, the bin doesn’t appear assigned or there’s an error.
Solutions:
Problem: I enter a quantity but it doesn’t save after Submit.
Solutions:
pre_bin_check checkbox for that productProblem: Products with checked and disabled checkbox cannot be edited.
Solutions:
Problem: I enter dimensions but they don’t save.
Solutions:
products tablepre_bin_check checkbox checked for it to be processedNext Steps: