Onix offers several ways to register equipment, depending on your workflow, which app you use, and where the equipment information comes from.
This article covers all equipment-creation methods in the Onix ecosystem.
Method 1: Create manually
You can create one equipment at a time in Onix Work, Onix Worker, or Onix Inspect.
- Go to Equipment module.
- Select + New (for Onix Work). Select + (for Onix Worker and Onix Inspect).
- Enter equipment information.
- Click Create.
Tip: Select a product to auto-fill fields with predefined default values for the equipment. Products act as templates that carry default equipment details, job intervals, properties, and more.
If the equipment is linked to a product, the required fields follow the rules defined for that product.
Method 2: Create copy
You can duplicate an existing equipment instead of entering its information from scratch. This is available in Onix Work, Onix Worker and Onix Inspect.
- Open the equipment you want to copy.
- Select Create copy. To see this action in Onix Worker and Onix Inspect, select + button at the bottom.
- Enter information for the new equipment.
- Click Save.
Method 3: Create multiple equipment at once
You can create multiple equipment simultaneously from Onix Inspect and Onix Worker with:
- Different serial numbers and one batch number, or
- Different batch numbers and no serial number.
The new equipment share the same information in most fields, except for serial or batch numbers, which must be unique.
- Go to Equipment module.
- Select +.
- Click the three-dot button in Serial no. or Batch no. field.
- Enter numbering values.
- Click Save.
- Fill in other equipment information.
- Click Save.
Method 4: Bulk import equipment using .csv
Use this method to import a large number of equipment at once. Onix Work will send you a notification email when the import finishes.
- Go to Settings > External data-sources > Import equipment.
- Click Launch wizard.
- Click Import file template to download it.
- Enter equipment data in the downloaded file then save it as CSV. Control category and Serial no. (or Batch no.) are mandatory fields.
- Click Browse to upload the import file.
- Choose field separators.
- Click Next.
- Edit field mapping.
- Verify the data if needed.
- Once done, click Start import.
Note: To correct equipment you already imported, re-import a .csv file using the same Import ID for each item, and map the Import ID field during “Edit field mapping” step.
Method 5: Create equipment through order processing
If you order equipment from another member company, that company creates the equipment for you as the supplier and delivers it through the Orders module. Supplier license is required for access to the Orders module.
- Go to Orders module.
- Select + New.
- Enter order information and select Create.
- Open the order and go to Order lines tab.
- Select Add order line.
- Select a product to add.
- Enter order line information and select Save.
- Open the order and go to Numbering tab.
- Enter the numbering values and select Save.
- Once done, select Process order or Process order line.
Tip: Select Auto-fill to number multiple items at once.
Method 6: Create equipment via Onix API
Option A: Create single equipment
Create equipment using endpointPOST /v1/equipment
Option B: Create multiple equipment through order processing
Onix API lets suppliers create a large amount of equipment with less manual effort than working directly in Onix Work.
- Create order:
POST /v1/orders - Create order line:
POST /v1/order-lines - Number order line items:
POST /v1/order-lines/items - Update properties and form properties:
POST /v1/order-lines/propertiesandPOST /v1/order-lines/form-properties. - Go to Onix Work to review and process order.
Note: Full field references, request/response examples, and authentication steps are in the source articles linked below - this article only summarizes the workflow.
Related articles
- Create multiple equipment at once in Onix Inspect and Onix Worker
- Import equipment from a csv file
- New Orders module: View, create, and manage orders (part 1/3)
- New Orders module: Prepare and process orders (part 2/3)
- Onix API - Transfer orders (part 1/4) - Create an order or order line
- Onix API - Transfer orders (part 2/4) - Update order line's properties and form properties