Order
WARNING
Order affiliation to Collection
while giving the customer a way to manually add or change the details of a collection.
That collection could, depending on the settings, be automatically planned via an asynchronous process.
This process uses the promised date of order.
Collection | Order | On Create | On update |
---|---|---|---|
name | code | initial value | updated if not manually changed |
description | quantity and description | initial value | updated if not manually changed |
due_date | promised_date or else desired_date | initial value | updated if not manually changed ¹ |
meta | |||
- order_type | type | initial value | updated |
- order_status | status | initial value | updated |
- address | order.address | initial value | updated |
- relation | relation.name | initial value | updated |
- project | project.name | initial value | updated |
- promised_date | promised_date | initial value | updated ¹ |
- desired_date | desired_date | initial value | updated ¹ |
activities | rows | ||
- id | activity.id | initial value | only updated for the backlog |
- time | unit * quantity ² | initial value | only updated for the backlog |
¹
: Dates changed in the Order will not affect the actual planning, it could give a warning icon within the current plan boards.
²
: Time is calculated to minutes based on the unit and quantity, and rounded to a whole number:
unit time minutes quantity hours 60 * quantity days 3600 * quantity [other] 0
Order
id
string <uuid>
read-onlyoptional
project_id
string <uuid> | null
optional
<= 36 characters
Default:
NULL
warehouse_id
string <uuid> | null
optional
<= 36 characters
Default:
NULL
relation_id
string <uuid> | null
optional
<= 36 characters
Default:
NULL
item_id
string <uuid> | null
optional
<= 36 characters
Default:
NULL
address_id
string <uuid> | null
optional
<= 36 characters
Default:
NULL
collection_id
string <uuid>
optional
meta
object | null
optional
transaction
string | null
optional
<= 36 characters
Default:
NULL
code
string
optional
<= 100 characters
type
enum<string> | enum<null>
optional
Allowed values:
ProductionProjectPurchaseQuotationSales
sub_type
string | null
optional
<= 25 characters
Default:
NULL
status
string | null
optional
<= 10 characters
Default:
NULL
note
string | null
optional
<= 65535 characters
Default:
NULL
description
string
optional
<= 150 characters
Default:
NULL
contact
string | null
optional
<= 100 characters
Default:
NULL
date
string <date> | null
optional
Default:
NULL
promised_date
string <date> | null
optional
Default:
NULL
desired_date
string <date> | null
optional
Default:
NULL
delivered_date
string <date> | null
optional
Default:
NULL
quantity
number | null
optional
Default:
NULL
relation_ref
string | null
optional
<= 255 characters
Default:
NULL
external_url
string | null
optional
<= 2048 characters
Default:
NULL
external_ref
string | null
read-onlyoptional
Example:
fb1033a2ed70
created_at
string <date-time>
read-onlyoptional
Example:
2024-04-11T10:22:15Z
updated_at
string <date-time>
read-onlyoptional
Example:
2024-04-11T10:22:15Z
Modified at 2024-11-21 17:12:57