# manufacturing-manufacturing-instances-id

# Manufacturing Instance – Detail View

**Module:** Manufacturing  
**Screen Type:** Detail View  
**URL:** `/^manufacturing/manufacturing-instances/<pk>/`  
**Model:** ManufacturingInstance  
**Record Name:** Manufacturing Instance  
**Plural Name:** Manufacturing Instances  

---

## What This Screen Is For
_TODO: Explain what this screen does in plain language._

---

## What You See on This Screen
📸 _Add a screenshot of this screen._

## Fields on This Screen

| Field | Type | Description |
|------|------|------------|
| Last Modified At | Date & time | _TODO_ |
| Last Modified By | Relationship (single) (optional) | _TODO_ |
| Blueprint | Relationship (single) | _TODO_ |
| Warehouse | Relationship (single) | _TODO_ |
| Date Entered | Date & time (optional) | _TODO_ |
| Status | Text (choice) | _TODO_ |
| Unitcost Currency | Text (choice) (optional) | _TODO_ |
| Unit Cost | Number (decimal) (optional) | _TODO_ |
| Batch Size | Number (decimal) (optional) | For a scheduled instance, this is the requested amount of product to manufacture |
| Quantity Per Batch | Number (decimal) (optional) | Manually override the batch size used on the batch sheet. Automatically calculated if left blank. |
| Product Yield | Number (decimal) (optional) | Represents the actual amount of product yielded from the manufacturing process |
| Container | Relationship (single) (optional) | Optionally sets the container used for this product (e.g. bags, boxes, crates) |
| Countainers Used | Number (decimal) (optional) | Records the number of containers used in this instance. |
| Memo | Text (optional) | _TODO_ |
| Materials Consumed | Yes/No | _TODO_ |
| Inventory Added | Yes/No | _TODO_ |
| Edit Locked | Yes/No | _TODO_ |
| Exported | Yes/No | Marks this object as being exported to a batching system |
| Mfg. Report | Relationship (single) (optional) | Connects this manufacturing instance to a Manufacturing Report |
| Parent Sale | Relationship (single) (optional) | If this instance was produced by the auto manufacture feature, records the sale that produced it. |
| Order | Relationship (single) (optional) | Connects this manufacturing instance to the customer order that it was generated from |

## System Fields (Managed Automatically)

⚙️ These fields are managed by the system and usually do not need to be edited.

| Field | Type | Description |
|------|------|------------|
| Id | Auto number (ID) | _TODO_ |
| Created At | Date & time | _TODO_ |
| Created By | Relationship (single) (optional) | _TODO_ |
| Custom Fields | Extra Fields JSONField | _TODO_ |
| Deleted At | Date & time (optional) | _TODO_ |

---

## Common Tasks
- _TODO_

---

## Tips & Helpful Hints
💡 _TODO_

---

## Who Uses This Screen
- _TODO_

## Related Screens

- **List View** — [manufacturing-manufacturing-instances](https://help.brisksystems.us/books/brisk-documentation/page/manufacturing-manufacturing-instances)
- **Create View** — [manufacturing-manufacturing-instances-create](https://help.brisksystems.us/books/brisk-documentation/page/manufacturing-manufacturing-instances-create)
- **Update View** — [manufacturing-manufacturing-instances-id-update](https://help.brisksystems.us/books/brisk-documentation/page/manufacturing-manufacturing-instances-id-update)

---

## Advanced Notes
_TODO_