> 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-30-or-2026.md).

# Week 30 | 2026

This release introduces a new Production Entries page, improvements to the Scheduling experience, and refinements across the Trend Viewer and Operator Tablet. Several data accuracy fixes are also included.

#### New Features

**Production Entries** — New page providing granular, entry-level detail for production data — including timestamps and type information for every recorded entry. Filter by station, time range, SKU, or work order reference, and export the results to CSV.\
Replaces the previous per-schedule production view with a more flexible way to find and review production data.

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

#### Improvements

**Scheduling**

* Schedule Entry page — Redesigned scheduling landing page with tabs for Gantt, List, and Capacity views, plus quick-access buttons to create new schedules.

**Schedule Capacity**

* Gantt chart links — Cells in the Schedule Capacity table now link directly to the corresponding Gantt chart view.
* Menu location — Schedule Capacity has moved under the Scheduling section in the main navigation.

**Trend Viewer**

* Totals row and column — The trend table now includes a totals row and column for at-a-glance analysis.
* Stacked station headers — When viewing multiple stations, column headers are stacked for clarity; the CSV export includes full station and metric headers.
* Full reason breadcrumb — Reason names now show the full parent-to-child path for easier identification.

**OEE Analysis**

* Reasons chart — The reasons breakdown in OEE Analysis now matches the style and behaviour of the Downtime Analysis chart, including percentage bars.

**Gantt Chart**

* Auto-apply filters — Filter changes on the Gantt Chart now apply immediately without needing to press an Update button.

**Reason Management**

* Orphaned child reasons — Reason selectors now surface child reasons whose parent was excluded, preventing them from being silently hidden. Adding a parent reason on admin forms automatically includes its children.
* Include/Exclude lists — The "Move All" button has been repositioned to the top for easier access, and description text clarifies the purpose of each list.

**Operator Tablet**

* Station list — Visual updates to the station list screen layout and information density.

**Other**

* SKU code on hover — Hovering over an SKU in the Overview page now displays its code.
* Relative date ranges — Relative time ranges now correctly align to your plant's configured day start hour and week start day.
* Performance — Improved page load times for data-heavy views through better request throttling and caching.

**Bug Fixes**

* Pulse Chart — disconnected stations — Disconnected stations now correctly display as purple (disconnected) rather than red (downtime).
* OEE Analysis chart clipping — Fixed an issue where data could be cut off at the edge of the OEE Analysis chart.
* Page loading — Pages now wait for account data to fully load before displaying, preventing momentary blank content.


---

# 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-30-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.
