CMS

Alerts

The Alerts are a list of actions that you need to take today. These will slide out automatically on login, or can be accessed via the red roundel in the top right hand corner of the screen.

image.png

They display like this, and will often have links to encourage action:

image.png

Bookmarks

The Bookmarks are a series of shortcuts that appear in the CMS to aid frequent navigation. These are unique to each user. 

Use the shortcut to add a Bookmark. 

Right mouse click to remove a Bookmark.

Some standard Bookmarks are controlled via Site Settings

It is also possible to reorder your Bookmarks via drag and drop. 

How it Displays

image.png

Show/Hide Disabled

On various screens in the CMS, it is possible to choose to show/hide Disabled items. 

By default, disabled items will be hidden

image.png

For these purposes, disabled items include those which are actively disabled or archived. These include, but are not limited to:

Disabled items will still display in all reports and filters

Label Printing

This logic is used when printing labels.

Warehouse Labels (reserved stock)

This grabs all Sales Order Lines that follow these rules:

Warehouse Labels (free stock)

This function will first grab all stock records that exist on the system and will order by oldest first. It
will then retrieve all reserved labels using the above section.

Whilst looping through the reserved labels and stock records, if the reserved label shares a PO with
the stock record, we will subtract any stock that is reserved to sales orders so that the free stock
labels don’t print POs that are used for these sales orders.

Here are some examples:

Once the calculations are complete, the system will print free stock labels using the remaining stock records.
If more labels have been requested to be printed than there is stock, then the excess labels will be
printed with no PO number on them.

Retrieving labels via a PO

This function grabs all lines on a PO and loops through them. For each line, we will try to find sales
orders linked to it by checking:

If any sales orders are found, we will mark these lines as reserved labels. The rest of the quantity
against the PO will be marked as free stock.