16 rows are stored for this page
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | SupplyRequest fields |
| Field | String | status |
| FieldType | String | CharField(255) |
| Notes | Text | Lifecycle status, spec-bound to <code>SupplyRequestStatusOptions</code> (see below). Required on write. |
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | SupplyRequest fields |
| Field | String | quantity |
| FieldType | String | DecimalField |
| Notes | Text | <code>max_digits=20</code>, <code>decimal_places=6</code>, nullable in DB. The write spec accepts a <code>Decimal</code> capped to <code>decimal_places=0</code> (whole numbers); the read spec returns it as an <code>int</code>. |
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | SupplyRequest fields |
| Field | String | supplied_item_condition |
| FieldType | String | CharField(255) |
| Notes | Text | Model-only — no current spec reads or writes it, so it's unreachable through the API. |
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | SupplyRequest fields |
| Field | String | item |
| FieldType | String | FK → ProductKnowledge |
| Notes | Text | <code>CASCADE</code>. The catalogue item being requested. Required on create, resolved server-side from an <code>external_id</code>. Cannot be changed afterwards. |
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | SupplyRequest fields |
| Field | String | order |
| FieldType | String | FK → RequestOrder |
| Notes | Text | <code>CASCADE</code>, nullable in DB but required by the spec on both create and update. Resolved server-side from an <code>external_id</code>. |
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | RequestOrder |
| Field | String | name |
| FieldType | String | CharField(255) |
| Notes | Text | Required. |
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | RequestOrder |
| Field | String | status |
| FieldType | String | CharField(255) |
| Notes | Text | Spec-bound to <code>SupplyRequestOrderStatusOptions</code>. |
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | RequestOrder |
| Field | String | note |
| FieldType | String | TextField |
| Notes | Text | Optional (<code>str |
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | RequestOrder |
| Field | String | tags |
| FieldType | String | ArrayField[int] |
| Notes | Text | Default <code>list</code>; tag IDs, not a relational join. Expanded to tag objects on read via <code>SingleFacilityTagManager</code>. |
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | RequestOrder |
| Field | String | priority |
| FieldType | String | CharField(255) |
| Notes | Text | Spec-bound to <code>SupplyRequestPriorityOptions</code>. |
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | RequestOrder |
| Field | String | intent |
| FieldType | String | CharField(255) |
| Notes | Text | Spec-bound to <code>SupplyRequestIntentOptions</code>. |
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | RequestOrder |
| Field | String | reason |
| FieldType | String | CharField(255) |
| Notes | Text | Spec-bound to <code>SupplyRequestReason</code>. |
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | RequestOrder |
| Field | String | category |
| FieldType | String | CharField(255) |
| Notes | Text | Spec-bound to <code>SupplyRequestCategoryOptions</code>. |
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | RequestOrder |
| Field | String | supplier |
| FieldType | String | FK → Organization |
| Notes | Text | Nullable <code>CASCADE</code>. On write, must be an organization with <code>org_type == "product_supplier"</code> — the server rejects anything else. |
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | RequestOrder |
| Field | String | origin |
| FieldType | String | FK → FacilityLocation |
| Notes | Text | Nullable <code>CASCADE</code>, <code>related_name="origin_request_orders"</code>. The sending location. |
| Field | Field type | Value |
|---|
| Model | String | SupplyRequest |
| Section | String | RequestOrder |
| Field | String | destination |
| FieldType | String | FK → FacilityLocation |
| Notes | Text | <code>CASCADE</code>, <code>related_name="destination_request_orders"</code>. The receiving location. Required. |
"Docs" values
1 row is stored for this page
| Field | Field type | Value |
|---|
| Title | String | Supply Request |
| DocType | String | reference |
| Domain | String | supply |
| Summary | Text | |
| SidebarOrder | Integer | 4 |
| IntroducedIn | String | 3.0 |
| DeprecatedIn | String | |
| FHIRResource | String | |
| Model | String | SupplyRequest |
| SourceFile | String | |
| Status | String | current |