Production

Table of contents

Introduction

Ongoing WMS provides a production module which allows the warehouse to produce new items from a given set of input items. A simple example is that the warehouse may produce a box which contains samples of various articles. More complex workflows are also possible. For instance, the system has full tracking of batch numbers and expiry dates which allows the production module to be used for food items. By default, the production module is deactivated. If you wish to activate the production module, please contact your contact person at Ongoing.

We have also prepared a video presentation about the production module:

Activate the Production module

The Production module in the Warehouse top menu is not visible for all users by default. If you cannot see the module, please follow these steps.

  1. Go to Administration => System settings => New setting.
    Enter System settings in the Warehouse top menu

    Add a new setting in System settings

  2. Locate EnableProductionOrder and click the green plus sign to add the setting.
    Add ProductionOrder in System Settings

  3. Select the setting by ticking the box underneath the setting name. Set priority to 10. Pick the users to whom the new setting should apply. Click Create.
    Fill out the system settings for EnableProductionOrder

  4. The Production module should now be visible in the Warehouse top menu.
    Production module in the Production top menu

Overview of the production module

The first step when using the production module is to define your inputs and outputs:

  1. Define the articles which are considered to be inputs of the article which is to be produced.
  2. Define the articles which are to be produced (the outputs), and how many of each input articles they contain.

When that is done, you are ready to start production:

  1. Create a production order and state how many articles you wish to produce.
  2. Use the production order to produce the new items.

Using the production module

We will demonstrate how to use the production module with a fully worked example, where we start by defining a production article and then use it to produce new items.

This guide assumes you have some familiarity with Ongoing WMS. Please see the Introduction for administrators if you want to learn the basics before proceeding with this guide.

Creating production articles

Before you can produce an item, you must define what the input articles are. Our example article will be a chair, which is assembled out of four legs and a seat:

List of articles with the rows chair leg, chair seat, and assembled chair.

To define the chair as a production article, go to Warehouse ⇒ Articles and open the chair article. Choose Production article in the Article kind droplist.

Article card for assembled chair with a tick in the Production article checkbox.

Then look under Packaging / Production. Use Add new structure row and add two rows - one row for the four legs and one row for the seat.

Overiew of the structure rows that have been added.

Finally, fill in a picking location for the article. Any items you produce will automatically be placed at this location. We have select location A1-1 as the picking location of the assembled chair.

View of the picking location drop down list set to A1-1.

Creating a production order

To produce an item, you need a production order. Go Production ⇒ Create Order and create a production order for four assembled chairs.

The order should look like this when you are done:

Detailed view of the expanded production order.

Producing the items

Producing an item means that other items will have to be consumed. Somehow you have to choose exactly which items are consumed. There are two ways of doing this:

  1. Automatic production: the system chooses which items to consume.
  2. Manual production: the user is responsible for manually picking which items to consume.
This guide will cover automatic production. In the production order list, press Produce to automatically produce the order:

The produce button on a purchase order is circled.

Checking which items were consumed and produced

The four assembled chairs have now been produced. You may wish to check exactly which items (legs and seats) were used for this. You can check this by opening the order and looking under Consumed goods. You can also see the produced items under Produced system lines.

One list of the consumed goods and one list of the produced goods.

In this case, the system consumed 16 chair legs from location A6-2 and 4 seats from location A10-10. This resulted in 4 assembled chairs being produced at location A1-1.

Customization and scanning

The above describes the standard production workflow. Please contact your contact person at Ongoing if you need any customizations to make it work better for your use case.

It is possible to use the production module together with a handheld scanner. We have a separate page which describes how that works.

Integration support via the API

Ongoing's API (Application Programming Interface) has support for production orders. It allows an external system to create production orders and fetch information about produced items. Please see our developer page for more information.