Documentation / Getting Started / Introduction

Documentation page

This template provides a responsive documentation layout with a category navigation column and structured content area.

Note Replace the example category links and documentation content with information from your own system.

Requirements

Before installing the application, verify that your environment meets the required software and infrastructure specifications.

Component Requirement
Browser Current version of Chrome, Edge, Firefox, or Safari
JavaScript JavaScript must be enabled
Screen resolution Minimum recommended width of 1280 pixels

Installation

Add the application files to your web server and update the configuration with the correct environment values.

npm install
npm run build
npm run start

General settings

General settings control the default language, time zone, date format, and application behaviour.

Changing a setting

Open the administration area, select Configuration, and save the required value.

Users and permissions

Create user accounts and assign roles based on each user's responsibilities.

Sales orders

Sales orders can be transferred from the ERP system to the warehouse management system for processing.

Picking

Released sales orders can be converted into picking jobs and assigned to warehouse operators.

Shipping

After packing is completed, the shipment can be confirmed and returned to the connected ERP system.

Business Central integration

Configure the connection between Microsoft Dynamics 365 Business Central and the warehouse management system.

API

API requests should include the required authentication header.

GET /api/orders
Authorization: Bearer YOUR_ACCESS_TOKEN

Common errors

Check the error message, integration status, and application logs before retrying a failed operation.

System logs

System logs contain information about scheduled tasks, integrations, warnings, and application errors.