> For the complete documentation index, see [llms.txt](https://docs.output.industries/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.output.industries/technical-onboarding/release-notes/2026/week-24-or-2026.md).

# Week 24 | 2026

#### New Features

<figure><img src="/files/WmpZRUh7AnqLn1ftAjQz" alt=""><figcaption></figcaption></figure>

**Schedule Capacity**

A forward-looking weekly view showing how much of each station's available shift time has been scheduled. Helps planners identify under- or over-scheduled stations before\
the week begins.

* Per-day breakdown — each cell shows Prod, Non-Prod, No Schedule, and Used Capacity %, colour-coded red/green by threshold (75–105% = healthy)
* Grouped & aggregated — stations grouped by station group with summed totals; weekly total column; today's column highlighted
* CSV export — download the full grid for offline analysis

<figure><img src="/files/xcSFeiXih0E3wJ4o96oB" alt=""><figcaption></figcaption></figure>

**Work Order Search** (Schedule List & Gantt)

A new search mode on both the Schedule List and Gantt pages lets users find schedules by work order reference instead of navigating by date filters — useful for quickly locating a specific order across a wide time range.

* Toggle between modes — a "Use Filters / Search" toggle switches between the standard date/plant/station filters and a free-text work order search, with debounced input (min. 3 characters)
* Works on both views — available on both the Schedule List table and the Gantt chart, with results limited to 250 schedules

#### Improvements

* &#x20; **Operator Tablet**
  * PPC Override — Parts-per-cycle can now be set before the schedule starts on ad-hoc schedules.
  * Station Details on Reason Screen — The station code and header now appear on the provide-a-reason screen.
* **Device Description** — Devices now support a description field, with long text wrapping correctly.

#### Bug Fixes

* &#x20; Utilisation Downtime Threshold — Fixed a bug where the downtime threshold could not be set to 0.

\ <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.output.industries/technical-onboarding/release-notes/2026/week-24-or-2026.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
