Sales Module

Back

Overview

The Sales module is responsible for managing all sales-related data, including orders, order lines, and order types.
It defines how sales are created, processed, and tracked within the system.

Sales is a foundational module and is required for:

All operations are tenant-aware and scoped to the current tenant.


Services

The Sales module consists of the following services:


Models

This module exposes and consumes the following models:


Sales Order Model

Represents a customer sales order.

Fields:

Validation:


Sales Order Line Model

Represents an individual line item within a sales order.

Fields:

Validation:


Sales Order Type Model

Represents a category/type of sales order.

Fields:

Validation:

Notes: