Overview of Wave Planning
Overview of Wave Planning
Warehouse planning includes wave planning which enables you to group orders and lines for better
visibility and control during order fulfillment. Wave planning provides real-time monitoring and
exception reporting and flexibility during the order fulfillment process. Using wave planning, you can:
1. Creating a Wave
When you create a wave, you select the criteria that determines the orders to include in the wave. For
example, you can create a wave that enables you to pick all orders with a dock appointment within the
next x number of hours, all UPS orders, or all high priority orders.
2. Planning a Wave
Planning the wave involves determining the item availability and labor requirements for the wave.
You can select the default actions to occur when unexpected events happen, for example, when stock
is not available to fulfill orders. You can also add and remove lines from a wave during the planning
phase if the fill rate or labor requirements do not match your expectation or for any other reason.
Optionally, you can re-plan it later. A warehouse manager can plan a wave multiple times. Multiple
people can plan waves, and orders can be included in multiple waves during the planning process.
3. Releasing a Wave
When you release the wave, the pick release process is initiated and material is allocated to orders.
4. Monitoring a Wave
You view a wave (and related wave activity) before and after it is released:
o Use the Wave Workbench window to view order and order line level details, track progress of
orders in the warehouse, manage tasks, review labor planning criteria, and manage exceptions.
o Use the Wave Dashboard window to search for waves by wave number or other criteria, view
high-level summary information about waves, monitor all picking activity in a warehouse, view
automatic and recurring requests, and view the wave status for specific dates
Pick Wave :
UNIX Commands :
Find Command
find command in UNIX is a command line utility for
walking a file hierarchy. It can be used to find files and
directories and perform subsequent operations on
them. It supports searching by file, folder, name,
creation date, modification date, owner and
permissions. By using the ‘-exec’ other UNIX
commands can be executed on files or folders found.
$ find [where to start searching from]
[expression determines what to find] [-options] [what to find]
$ find ./GFG -name sample.txt
Kill Command :
kill command in Linux (located in /bin/kill), is a built-in
command which is used to terminate processes
manually
$kill -l