Original F1
FUNCTIONALITY OVERVIEW
The sales order advanced screen is used to release picking slips for sales orders but in large batches or waves. The typical stock reservation process applies as per the “Sales Order Release” function but in this case many sales orders are processed at the same time. The module is used extensively to release waves of orders into a large warehouse.&edsp;
These waves are created by entering various user defined filters into the selection window at the start of the process. For instance one can select to only review sales order lanes that are over due and due for delivery in the next 3 days where the customers routes are within a selection and where the order type is equal to "A" (A being high priority orders). This release will then focus the warehouse on a range or orders that will all be delivered on the routes selected.&edsp;
The process is fundamentally 3 steps, as follows
Order selection&edsp;
Decide which orders are candidates for picking based on the following filters as a range or a single filter
Sales order&edsp;
Customer
Order Type
Order Priority
Geographic Area&edsp;&edsp;&edsp;
Sales Order Creation Date&edsp;&edsp;
Customer Branch&edsp;&edsp;&edsp;&edsp;
Route&edsp;&edsp;&edsp;
Ship Date&edsp;&edsp;&edsp;
Order Status (1, 2, 3)&edsp;&edsp;
Include/exclude SCT / IBT&edsp;
Only show where no active picks (sales orders are excluded if any lines are reserved on a picking slip)&edsp;&edsp;
Available Qty>0&edsp;
Net Qty>0&edsp;
BackOrder Customer only (custom form field setup)
Warehouse (the Warehouse against the Sales order line)
Maintain safety stock (allows safety stock levels to be accounted for at a stock code & warehouse level)
On running the entered selection the screen will pull all matching sales order lines and will present the data as shown below – this is a line level view for each sales order.
&edsp;
Reservation of stock&edsp;
This can be done by either using the hyper link to select stock for each line, or using the auto-reserve button to reserve all lines on the screen. The auto-reserve button will apply the logic of which ever auto-reservation rule has been selected in the warehouse settings.
The following reservation rules exist: (these are detailed below)
Rule 1 – Pack Size from Bulk then remainder from Pick face
Rule -2 Smallest Absolute Variance (closes sized pallet in warehouse)
Rule 3 - Exact from Pick face
Rule 4 - Pick face (if configured) then Bulk&edsp;
Rule 5 – Bulk/Pick face Optimized (reserve from bulk is requirement above 40% of pick face max)
Rule 6 - Reserve from Pick face if less than minimum, then reserve from bulk
Rule 7 – for jobs only – full pack size from bulk warehouse, remainders from pick face.
Rule 8 - Voice picking/Carton Cubing
Rule 9 - MHE (Material Handling Equipment) pick slip split over MHE’s
Rule 10 - Not in Use
Rule 11 - FIFO Lot/Expiry Date (reserve first lot that will expire)
Rule 12 - Consolidated Sequencing (pick slip split over each warehouse area – picked by different pickers)
Confirmation/release of the orders to create reservations (picking slips)
Orders can be grouped by master customer, and then Sales Order alternate key (used as an EDI reference) or customer. The grid summing allows the user to quickly evaluate which orders to release based on the fill rate % and the reserved value.
Orders can be released at a group level – right clicking and selecting Release Orders in Group. This will ensure that each order’s picking slip has the same Master shipment number.
&edsp;
If the grouping is undone, a single order can be selected the the right click option of “Release this order” can be used
Lastly, if the grouping is undone, the user can click the Confirm button and a picking slip per sales order will be released.
SPECIAL FEATURES
Lines with backorder quantity of 0 can be displayed based on a system setting (shown below)
Users can be prevented from entering the same order at the same time, or just warned (system setting)
The auto reservation process can work with the sales order quantities in back order or in the reserved qty field available from SYSPRO 6.1 up.
Credit checking can be applied when the order is opened, with the order being removed from the candidate list on the screen if it fails the credit check
Picking slip printing can be suppressed at the end of releasing the pick (used with rules 8, 9 and 12)
The sales order line can be loaded against a WH in SYSPRO and reserved from an alternate WH (see document on alternate Warehouse picking)
Setups where the orders are loaded in alt uom in SYSPRO, but picked in the stocking uom, can be handled here too
Users can allocate stock, and then end reservation without releasing a picking slip. This allows the user to “soft reserve” while waiting for a missing item to fill the order.
SPECIAL FEATURES
&edsp;- The software can be set to release the printing slip/s without printing or release the picking slip/s with automated printing turned on. If the picking slip is not printed here it can be printed from the Load Planning module.
&edsp;- All orders released are automatically linked to an MSN number (Master Shipment Number). Grouped orders going to the same customer and released in a batch from the Wave Release screen will have the same MSN. At checkout and dispatch these picking slips can be grouped together for shipment.
TECHNICAL
Relevant Settings
&edsp;Please refer to the settings help window for related settings that affect this module.
SYSPRO Requirements & Business objects used
N/a
DATASCOPE Table updates
&edsp;- On Release of the picking slip:
tblSalesOrders – Relevant Sales Order details from Syspro
tblPalletReservedAllocation – table to store reservation details before the picking slip is created
tblPalletReservedAllocationLock – table to store who has the sales order (or job) locked
tblBin/tblPallet/tblPalletItem – for queries on stock availability, reservation rules.
&edsp;- On Printing of the picking slip:
tblPickingSlip – Picking Slip Header Details
tblPickingSlipSource – Picking Source (Job or Sales Order), Customer Details
tblPickingSlipItem – Stock Items to pick for the picking slip
tblPalletReserved – Details of the reservations for the picking slip items
AUTO RESERVATION RULES
When using the Auto reservation function within the sales order releasing screens the software can be set to reference a predefined auto reservation rule or can be set to run a custom developed reservation. The custom rule allows a company to become very creative in what inventory should be reserved for an order and in what sequence. For instance a custom rule could validate the Sales Order Type field and based on this could run a completely different reservation process.&edsp;
The following list describes all of the standard reservation rules and their logic:
Rule 1 - Packs from Bulk then Pick face
This rule will first reserve full packs from bulk and then the balance from pick face.&edsp;
e.g.
If we have a requirement of 550Kg a pack size in 250Kg and a bulk pallet of 750 and some stock in pick face. The system will reserve 500 (2 Packs) from bulk and 50 from pick face.
Rule 2 - Smallest Absolute Variance
This rule will reserve from Bulk only and will select the pallet with the closest quantity to the requirement. This rule will not break bulk pallets but may over or under allocate on a specific line.
e.g.
If we have the following pallets available in bulk
Pallet&edsp;&edsp;&edsp;Qty
1001&edsp;&edsp;&edsp;100
1002&edsp;&edsp;&edsp;250&edsp;
1003&edsp;&edsp;&edsp;500&edsp;
1004&edsp;&edsp;&edsp;700&edsp;
For the following are some examples
Requirement&edsp;&edsp;Pallet Reserved
220&edsp;&edsp;&edsp;1002 (250) Over Reserved&edsp;
550&edsp;&edsp;&edsp;1003 (500) Under Reserved&edsp;
605&edsp;&edsp;&edsp;1005 (700) Over Reserved
Rule 3 - Exact from Pick face
This rule will simply reserve all the requirement from the pick face locations only. This rule will not over reserve it will only reserve if there is stock in the pick face, else nothing will be reserved.
Rule 4 - Pick face (if configured) then Bulk&edsp;
This rule will first try and reserve from pick face, provided one has been configured. If configured the system will also over reserve if this is allowed. If over reserving is not allowed or there is no pick face location set up, the system will reserve the stock from bulk in FIFO order. Prior to version 4.0.13 there had to be enough stock in pick face to fulfill the whole order. If not, the entire reservation was done from bulk. After 4.0.13 the system will reserve as much as possible from Pick face and then reserve the remaining quantity from bulk.
Rule 5 - Bulk/Pick face Optimized
This rule will perform the following in order and is designed to use up old stock first, then take from bulk without breaking pallet and finally from pick face but not depleting the pick face fully.
Reserve from any bulk pallet that will expire in the next 3 months
Reserve any full pallets where the quantity <= the requirement, this will be a loop that will continue until there are no pallet with a quantity <= requirement or the requirement is satisfied.
Reserve the remaining requirement from pickface provided the quantity required is within 40% of the minimum of the pickface, if not get from bulk.
The system will always exclude expired stock and if a stock items has an expiry of 0000-00-00 it will NEVER be reserved
Rule 6 - Reserve from Pickface, if cannot, then reserve from bulk
This rule will first reserve all quantities from pickface unless the requirement is more than the minimum pickface replenishment level for that stockcode.&edsp;&edsp;(No over-reservation in pickface will be allowed.)
If the requirement is more than the minimum level, no reservation from pickface and everything reserved from a bulk location within the same warehouse.
If there is no pickface setup for the product in the main warehouse, reserve from bulk within the main warehouse, provided there is sufficient stock in the bulk location.
If there is no pickface setup and there is insufficient stock in bulk in the main warehouse, the software will not reserve the line and manual reservation will be required.
Where the Auto-allocation rule does not automatically reserve stock, the user will be required to enter each unreserved line and manually reserve the stock by selecting which pallet and bin to use.
The Auto-allocation rule selects oldest pallets first by default.
Rule 7 - (used for WIP JOBS ONLY)
Each line will be divided by the SYSPRO pan size. Full pan sizes will be reserved in the supplying warehouse (as configured in the Pickface Management).
The balance will be reserved in the pickface warehouse.&edsp;
All job allocation lines will be auto allocated. As from version 4.0.15, if the SYSPRO pack size of an item is set to 999999.99, the line will not be autoreserved and will be highlighted in purple. The Operator will then need to manually reserve these; this is intended to cater for items where the packsize varies from time to time.
Rule 8 - Voice picking/Carton Cubing
This Rule is used when running in a voice Environment. It also performs warehouse splitting.
This rule can only be applied in an environment where the sales orders are loaded per warehouse (This will not work if a Sales Order has more than one warehouse).
This Rule affects the autoallocate process as well as the pickslip creation (confirmation) stage.
Autoreserve:
The system checks the packsize (SYSPRO Pan Size).
a) Multiples of packsize – will be allocated from Pickface Source warehouse. The Pickface will be allocated first and then the bulk
b) Less than the packsize – Allocated form the warehouse on the Sales Order warehouse. Reserving will take place in bulk bins first and then pickface bins (to clear any bulk bins first)&edsp;
Confirm:
At Confirmation is where the carton cubing logic comes into effect.
A pickslip will be created for each sales order number and the system will add to the pickslip header.
Packsizes:
a. Create a new carton for every packsize
b. Write the new carton number to each reservation line in the reservation table
Less than Packsize:
a. Sort lines by wearer and then by SKU
b. Open a Large Carton
c. Allocated SKU to that carton
d. Allocate next SKU to carton
e. When the carton is full, open a new carton and load the SKUs
f. Once all SKUs have been loaded for the wearer, reduce the size of the last carton to the smallest size carton or bag that can still fit all of the wearer’s SKUs.
Multi Wearer Cartons:
a. In the case where a wearer’s SKUs can fit into a bag, the software wull not allocate a bag, but will sideline the requirement until the whole order has been processed. All bag allocations will then be grouped and reallocated into large cartons. These cartons will contain bags for multiple wearers.&edsp;
b. This will affect the process at the induction station. 1 carton label will be produced, but instead of just one PackingSlip, a packing slip for each wearer is produced. Each packing slip will be attached to the bag inside the carton for that wearer.
Rule 9 - MHE&edsp;
This Auto Allocation Rule caters for picking with different Material Handling Equipment (MHE) within the warehouse. At a high level, the following 3 steps are involved in the reservation of stock:
Reserve from single SKU Tracking IDs.
Reserve from Multi SKU Tracking IDs
Remainder from Single SKU Tracking IDs with current reservations
Rule 10 - Not in Use
This Rule Number is reserved and not in current use
Rule 11 - FIFO Lot/Expiry Date
Identify all Tracking IDs for the Sales Order Lines Stockcode and Warehouse.
Sort the Tracking IDs by the Lot Expiry date
Reserve from these Tracking IDs in DATE order (results from sort – “oldest” first).
The picking strategies are set in WAREHOUSE SETTINGS under PICKING_SALES_ALLOCATION > AUTO_RESERVATION_RULE
Rule 12 - Consolidated Sequencing
Rule 12 facilitates that a Picking Slip can be split, so that it can be picked by different operators in different locations within the main warehouse at the same time. This is done using the Area definition against the bin locations to split the picking.&edsp;
Before the Picking Operators pick, they specify the Area in which they are working, on their scanner. When assigning a pick, a Picking Area Instruction Document is created. This is used to identify the details of the picking slip for the specific area that the operator is working in.
This is called consolidated sequencing the operator in each area can take several smaller work tasks, spanning multiple orders and pick them simultaneously in their area.
Look at the quantity to be reserved on the sales order line and check the following:
If the quantity is less than or equal the percentage defined in RULE_12_PERCENT, PICKING_SALES_ALLOCATION of the Maximum Level of the pick face bin of the stock code, create a full reservation against that pick face Bin. (This might create an over-reservation in pick face but this is allowed provided there is enough stock in the entire warehouse.). Note if (2) below has already been performed thus this is not the first iteration, the system should ignore the 40% logic and reserve what it can.
If the quantity is greater than the percentage defined in RULE_12_PERCENT, PICKING_SALES_ALLOCATION of the Maximum Level of the pick face bin of the stock code, Reserve from the pallet with the closest quantity available to the remaining requirement. I.e. try satisfy the order from one bulk location if possible.&edsp;&edsp;(If there are equal available quantities, take the oldest pallet based on SYSPRO’s Lot expiry date (if available), otherwise reserve in Pallet Number order.) NOTE the rule must search for pallets with quantity available greater or equal to the required quantity first and then if there is no pallet look for pallets with a quantity less than the required but still closest to the required quantity.&edsp;&edsp;&edsp;This is done to cater for the following scenario, qty required = 5, pallet A’s qty available = 7, pallet B’s qty available = 4. The variance between pallet B and the required qty is the smallest but it will be better to reserve from pallet A which can satisfy the entire line.
Once the first pallet has been reserved in point (1), re-calculate the requirement and then re-run point (1) and (2) on the revised amount until the entire requirement is satisfied.&edsp;&edsp;Where there is not enough stock in the entire warehouse, reserve what can be reserved.
Code Block |
---|
<span style="font-family:Arial; font-size:9pt;"><span style="font-weight:bold;text-decoration: underline;"><br/>FUNCTIONALITY OVERVIEW<br/><span style="font-weight:normal;text-decoration: none;"><br/>The sales order advanced screen is used to release picking slips for sales orders but in large batches or waves. The typical stock reservation process applies as per the “Sales Order Release” function but in this case many sales orders are processed at the same time. The module is used extensively to release waves of orders into a large warehouse.&edsp;<br/><br/>These waves are created by entering various user defined filters into the selection window at the start of the process. For instance one can select to only review sales order lanes that are over due and due for delivery in the next 3 days where the customers routes are within a selection and where the order type is equal to "A" (A being high priority orders). This release will then focus the warehouse on a range or orders that will all be delivered on the routes selected.&edsp;<br/><br/>The process is fundamentally 3 steps, as follows<br/><br/><span style="font-weight:bold;">1. Order selection&edsp;</span><br/>Decide which orders are candidates for picking based on the following filters as a range or a single filter<br/><br/>• Sales order&edsp;<br/>• Customer<br/>• Order Type<br/>• Order Priority<br/>• Geographic Area&edsp;&edsp;&edsp;<br/>• Sales Order Creation Date&edsp;&edsp;<br/>• Customer Branch&edsp;&edsp;&edsp;&edsp;<br/>• Route&edsp;&edsp;&edsp;<br/>• Ship Date&edsp;&edsp;&edsp;<br/>• Order Status (1, 2, 3)&edsp;&edsp;<br/>• Include/exclude SCT / IBT&edsp;<br/>• Only show where no active picks (sales orders are excluded if any lines are reserved on a picking slip)&edsp;&edsp;<br/>• Available Qty>0&edsp;<br/>• Net Qty>0&edsp;<br/>• BackOrder Customer only (custom form field setup)<br/>• Warehouse (the Warehouse against the Sales order line)<br/>• Maintain safety stock (allows safety stock levels to be accounted for at a stock code & warehouse level)<br/>On running the entered selection the screen will pull all matching sales order lines and will present the data as shown below – this is a line level view for each sales order.<br/>&edsp;<br/><br/><span style="font-weight:bold;">2. Reservation of stock&edsp;</span><br/>This can be done by either using the hyper link to select stock for each line, or using the auto-reserve button to reserve all lines on the screen. The auto-reserve button will apply the logic of which ever auto-reservation rule has been selected in the warehouse settings.<br/><br/>The following reservation rules exist: (these are detailed below)<br/><br/>Rule 1 – Pack Size from Bulk then remainder from Pick face<br/>Rule -2 Smallest Absolute Variance (closes sized pallet in warehouse)<br/>Rule 3 - Exact from Pick face<br/>Rule 4 - Pick face (if configured) then Bulk&edsp;<br/>Rule 5 – Bulk/Pick face Optimized (reserve from bulk is requirement above 40% of pick face max)<br/>Rule 6 - Reserve from Pick face if less than minimum, then reserve from bulk<br/>Rule 7 – for jobs only – full pack size from bulk warehouse, remainders from pick face.<br/>Rule 8 - Voice picking/Carton Cubing<br/>Rule 9 - MHE (Material Handling Equipment) pick slip split over MHE’s<br/>Rule 10 - Not in Use<br/>Rule 11 - FIFO Lot/Expiry Date (reserve first lot that will expire)<br/>Rule 12 - Consolidated Sequencing (pick slip split over each warehouse area – picked by different pickers)<br/><br/><br/><span style="font-weight:bold;">3. Confirmation/release of the orders to create reservations (picking slips)</span><br/>Orders can be grouped by master customer, and then Sales Order alternate key (used as an EDI reference) or customer. The grid summing allows the user to quickly evaluate which orders to release based on the fill rate % and the reserved value.<br/><br/>• Orders can be released at a group level – right clicking and selecting Release Orders in Group. This will ensure that each order’s picking slip has the same Master shipment number.<br/>&edsp;<br/>• If the grouping is undone, a single order can be selected the the right click option of “Release this order” can be used<br/>• Lastly, if the grouping is undone, the user can click the Confirm button and a picking slip per sales order will be released.<br/><br/><span style="font-weight:bold;">4. SPECIAL FEATURES</span><br/>• Lines with backorder quantity of 0 can be displayed based on a system setting (shown below)<br/>• Users can be prevented from entering the same order at the same time, or just warned (system setting)<br/>• The auto reservation process can work with the sales order quantities in back order or in the reserved qty field available from SYSPRO 6.1 up.<br/>• Credit checking can be applied when the order is opened, with the order being removed from the candidate list on the screen if it fails the credit check<br/>• Picking slip printing can be suppressed at the end of releasing the pick (used with rules 8, 9 and 12)<br/>• The sales order line can be loaded against a WH in SYSPRO and reserved from an alternate WH (see document on alternate Warehouse picking)<br/>• Setups where the orders are loaded in alt uom in SYSPRO, but picked in the stocking uom, can be handled here too<br/>• Users can allocate stock, and then end reservation without releasing a picking slip. This allows the user to “soft reserve” while waiting for a missing item to fill the order.<br/></span><br/>SPECIAL FEATURES<br/><span style="font-weight:normal;text-decoration: none;">&edsp;- The software can be set to release the printing slip/s without printing or release the picking slip/s with automated printing turned on. If the picking slip is not printed here it can be printed from the Load Planning module.<br/>&edsp;- All orders released are automatically linked to an MSN number (Master Shipment Number). Grouped orders going to the same customer and released in a batch from the Wave Release screen will have the same MSN. At checkout and dispatch these picking slips can be grouped together for shipment.<br/></span><br/>TECHNICAL<br/><span style="font-weight:normal;text-decoration: none;">• Relevant Settings<br/>&edsp;Please refer to the settings help window for related settings that affect this module.<br/></span><br/>SYSPRO Requirements & Business objects used<br/><span style="font-weight:normal;text-decoration: none;">• N/a</span><br/><br/>DATASCOPE Table updates<br/><span style="font-weight:normal;text-decoration: none;">&edsp;- On Release of the picking slip:<br/>tblSalesOrders – Relevant Sales Order details from Syspro<br/>tblPalletReservedAllocation – table to store reservation details before the picking slip is created<br/>tblPalletReservedAllocationLock – table to store who has the sales order (or job) locked<br/>tblBin/tblPallet/tblPalletItem – for queries on stock availability, reservation rules.<br/><br/>&edsp;- On Printing of the picking slip:<br/>tblPickingSlip – Picking Slip Header Details<br/>tblPickingSlipSource – Picking Source (Job or Sales Order), Customer Details<br/>tblPickingSlipItem – Stock Items to pick for the picking slip<br/>tblPalletReserved – Details of the reservations for the picking slip items<br/></span><br/><br/><br/>AUTO RESERVATION RULES</span><br/><br/>When using the Auto reservation function within the sales order releasing screens the software can be set to reference a predefined auto reservation rule or can be set to run a custom developed reservation. The custom rule allows a company to become very creative in what inventory should be reserved for an order and in what sequence. For instance a custom rule could validate the Sales Order Type field and based on this could run a completely different reservation process.&edsp;<br/><br/>The following list describes all of the standard reservation rules and their logic:<br/><br/><span style="font-weight:bold;">Rule 1 - Packs from Bulk then Pick face</span><br/><br/>This rule will first reserve full packs from bulk and then the balance from pick face.&edsp;<br/>e.g.<br/>If we have a requirement of 550Kg a pack size in 250Kg and a bulk pallet of 750 and some stock in pick face. The system will reserve 500 (2 Packs) from bulk and 50 from pick face.<br/><br/><span style="font-weight:bold;">Rule 2 - Smallest Absolute Variance</span><br/><br/>This rule will reserve from Bulk only and will select the pallet with the closest quantity to the requirement. This rule will not break bulk pallets but may over or under allocate on a specific line.<br/>e.g.<br/>If we have the following pallets available in bulk<br/>Pallet&edsp;&edsp;&edsp;Qty<br/>1001&edsp;&edsp;&edsp;100<br/>1002&edsp;&edsp;&edsp;250&edsp;<br/>1003&edsp;&edsp;&edsp;500&edsp;<br/>1004&edsp;&edsp;&edsp;700&edsp;<br/><br/>For the following are some examples<br/><br/>Requirement&edsp;&edsp;Pallet Reserved<br/>220&edsp;&edsp;&edsp;1002 (250) Over Reserved&edsp;<br/>550&edsp;&edsp;&edsp;1003 (500) Under Reserved&edsp;<br/>605&edsp;&edsp;&edsp;1005 (700) Over Reserved<br/><br/><span style="font-weight:bold;">Rule 3 - Exact from Pick face</span><br/><br/>This rule will simply reserve all the requirement from the pick face locations only. This rule will not over reserve it will only reserve if there is stock in the pick face, else nothing will be reserved.<br/><span style="font-weight:bold;"><br/>Rule 4 - Pick face (if configured) then Bulk&edsp;</span><br/><br/>This rule will first try and reserve from pick face, provided one has been configured. If configured the system will also over reserve if this is allowed. If over reserving is not allowed or there is no pick face location set up, the system will reserve the stock from bulk in FIFO order. Prior to version 4.0.13 there had to be enough stock in pick face to fulfill the whole order. If not, the entire reservation was done from bulk. After 4.0.13 the system will reserve as much as possible from Pick face and then reserve the remaining quantity from bulk.<br/><br/><span style="font-weight:bold;">Rule 5 - Bulk/Pick face Optimized<br/></span><br/>This rule will perform the following in order and is designed to use up old stock first, then take from bulk without breaking pallet and finally from pick face but not depleting the pick face fully.<br/>Reserve from any bulk pallet that will expire in the next 3 months<br/>Reserve any full pallets where the quantity <= the requirement, this will be a loop that will continue until there are no pallet with a quantity <= requirement or the requirement is satisfied.<br/>Reserve the remaining requirement from pickface provided the quantity required is within 40% of the minimum of the pickface, if not get from bulk.<br/>The system will always exclude expired stock and if a stock items has an expiry of 0000-00-00 it will NEVER be reserved<br/><br/><span style="font-weight:bold;">Rule 6 - Reserve from Pickface, if cannot, then reserve from bulk</span><br/><br/>This rule will first reserve all quantities from pickface unless the requirement is more than the minimum pickface replenishment level for that stockcode.&edsp;&edsp;(No over-reservation in pickface will be allowed.)<br/>If the requirement is more than the minimum level, no reservation from pickface and everything reserved from a bulk location within the same warehouse.<br/>If there is no pickface setup for the product in the main warehouse, reserve from bulk within the main warehouse, provided there is sufficient stock in the bulk location.<br/>If there is no pickface setup and there is insufficient stock in bulk in the main warehouse, the software will not reserve the line and manual reservation will be required.<br/>Where the Auto-allocation rule does not automatically reserve stock, the user will be required to enter each unreserved line and manually reserve the stock by selecting which pallet and bin to use.<br/>The Auto-allocation rule selects oldest pallets first by default.<br/><br/><span style="font-weight:bold;">Rule 7 - (used for WIP JOBS ONLY)</span><br/><br/>Each line will be divided by the SYSPRO pan size. Full pan sizes will be reserved in the supplying warehouse (as configured in the Pickface Management).<br/>The balance will be reserved in the pickface warehouse.&edsp;<br/>All job allocation lines will be auto allocated. As from version 4.0.15, if the SYSPRO pack size of an item is set to 999999.99, the line will not be autoreserved and will be highlighted in purple. The Operator will then need to manually reserve these; this is intended to cater for items where the packsize varies from time to time.<br/><br/><span style="font-weight:bold;">Rule 8 - Voice picking/Carton Cubing</span><br/><br/>This Rule is used when running in a voice Environment. It also performs warehouse splitting.<br/>This rule can only be applied in an environment where the sales orders are loaded per warehouse (This will not work if a Sales Order has more than one warehouse).<br/>This Rule affects the autoallocate process as well as the pickslip creation (confirmation) stage.<br/><br/>Autoreserve:<br/><br/>The system checks the packsize (SYSPRO Pan Size).<br/>a) Multiples of packsize – will be allocated from Pickface Source warehouse. The Pickface will be allocated first and then the bulk<br/>b) Less than the packsize – Allocated form the warehouse on the Sales Order warehouse. Reserving will take place in bulk bins first and then pickface bins (to clear any bulk bins first)&edsp;<br/><br/>Confirm:<br/>At Confirmation is where the carton cubing logic comes into effect.<br/>A pickslip will be created for each sales order number and the system will add to the pickslip header.<br/><br/>1. Packsizes:<br/>a. Create a new carton for every packsize<br/>b. Write the new carton number to each reservation line in the reservation table<br/><br/>2. Less than Packsize:<br/>a. Sort lines by wearer and then by SKU<br/>b. Open a Large Carton<br/>c. Allocated SKU to that carton<br/>d. Allocate next SKU to carton<br/>e. When the carton is full, open a new carton and load the SKUs<br/>f. Once all SKUs have been loaded for the wearer, reduce the size of the last carton to the smallest size carton or bag that can still fit all of the wearer’s SKUs.<br/><br/>3. Multi Wearer Cartons:<br/>a. In the case where a wearer’s SKUs can fit into a bag, the software wull not allocate a bag, but will sideline the requirement until the whole order has been processed. All bag allocations will then be grouped and reallocated into large cartons. These cartons will contain bags for multiple wearers.&edsp;<br/>b. This will affect the process at the induction station. 1 carton label will be produced, but instead of just one PackingSlip, a packing slip for each wearer is produced. Each packing slip will be attached to the bag inside the carton for that wearer.<br/><br/><span style="font-weight:bold;">Rule 9 - MHE&edsp;</span><br/><br/>This Auto Allocation Rule caters for picking with different Material Handling Equipment (MHE) within the warehouse. At a high level, the following 3 steps are involved in the reservation of stock:<br/>1. Reserve from single SKU Tracking IDs.<br/>2. Reserve from Multi SKU Tracking IDs<br/>3. Remainder from Single SKU Tracking IDs with current reservations<br/><br/><span style="font-weight:bold;">Rule 10 - Not in Use</span><br/><br/>This Rule Number is reserved and not in current use<br/><br/><span style="font-weight:bold;">Rule 11 - FIFO Lot/Expiry Date</span><br/><br/>1. Identify all Tracking IDs for the Sales Order Lines Stockcode and Warehouse.<br/>2. Sort the Tracking IDs by the Lot Expiry date<br/>3. Reserve from these Tracking IDs in DATE order (results from sort – “oldest” first).<br/><br/>The picking strategies are set in WAREHOUSE SETTINGS under PICKING_SALES_ALLOCATION > AUTO_RESERVATION_RULE<br/><br/><span style="font-weight:bold;">Rule 12 - Consolidated Sequencing</span><br/><br/>Rule 12 facilitates that a Picking Slip can be split, so that it can be picked by different operators in different locations within the main warehouse at the same time. This is done using the Area definition against the bin locations to split the picking.&edsp;<br/>Before the Picking Operators pick, they specify the Area in which they are working, on their scanner. When assigning a pick, a Picking Area Instruction Document is created. This is used to identify the details of the picking slip for the specific area that the operator is working in.<br/>This is called consolidated sequencing the operator in each area can take several smaller work tasks, spanning multiple orders and pick them simultaneously in their area.<br/><br/>Look at the quantity to be reserved on the sales order line and check the following:<br/><br/>1. If the quantity is less than or equal the percentage defined in RULE_12_PERCENT, PICKING_SALES_ALLOCATION of the Maximum Level of the pick face bin of the stock code, create a full reservation against that pick face Bin. (This might create an over-reservation in pick face but this is allowed provided there is enough stock in the entire warehouse.). Note if (2) below has already been performed thus this is not the first iteration, the system should ignore the 40% logic and reserve what it can.<br/><br/>2. If the quantity is greater than the percentage defined in RULE_12_PERCENT, PICKING_SALES_ALLOCATION of the Maximum Level of the pick face bin of the stock code, Reserve from the pallet with the closest quantity available to the remaining requirement. I.e. try satisfy the order from one bulk location if possible.&edsp;&edsp;(If there are equal available quantities, take the oldest pallet based on SYSPRO’s Lot expiry date (if available), otherwise reserve in Pallet Number order.) NOTE the rule must search for pallets with quantity available greater or equal to the required quantity first and then if there is no pallet look for pallets with a quantity less than the required but still closest to the required quantity.&edsp;&edsp;&edsp;This is done to cater for the following scenario, qty required = 5, pallet A’s qty available = 7, pallet B’s qty available = 4. The variance between pallet B and the required qty is the smallest but it will be better to reserve from pallet A which can satisfy the entire line.<br/><br/>3. Once the first pallet has been reserved in point (1), re-calculate the requirement and then re-run point (1) and (2) on the revised amount until the entire requirement is satisfied.&edsp;&edsp;Where there is not enough stock in the entire warehouse, reserve what can be reserved.<br/><br/><br/><br/><br/><br/><br/><br/><br/></span>
|
New F1
Code Block |
---|