The sales orders table contains all the orders placed by your customers. You should also consider adding the closed orders if you plan to use the forecast module.
Key Fields
| Field | Type | Description |
|---|---|---|
| name | non-empty string | Unique name of the demand (E.g: Order1, SO125124...) |
| quantity | number | Requested quantity. |
| item | item | Requested item. |
| location | location | Requested shipping location. |
| due | dateTime | Due date of the demand. |
| customer | customer | Customer placing the demand. |
| status | string | Status of the demand.
Possible values are “open”, “closed”.
|
Advanced topics