> For the complete documentation index, see [llms.txt](https://help.tillit.cloud/changelog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tillit.cloud/changelog/2023-1/january.md).

# January

## **View linked Operations in the Order Details panel**&#x20;

Orders with the same order number will now appear in Order Details → Operations

<figure><img src="https://d33v4339jhl8k0.cloudfront.net/docs/assets/60208fd212248b2c96d50eeb/images/63cf4ab11f7c4c45e9fbaede/file-AiWgXazin5.png" alt=""><figcaption></figcaption></figure>

## **Advanced calculator now applies to tolerances**

<div align="left"><img src="https://d33v4339jhl8k0.cloudfront.net/docs/assets/60208fd212248b2c96d50eeb/images/63cf4b187eb7a63c30e3f0f1/file-KLotC7GAhy.png" alt=""></div>

## **Site Display Button**&#x20;

Quickly navigate between Sites using the new Site display button.

<figure><img src="https://d33v4339jhl8k0.cloudfront.net/docs/assets/60208fd212248b2c96d50eeb/images/63cf4b517eb7a63c30e3f0f2/file-33iRXi9sbm.png" alt=""><figcaption></figcaption></figure>

## Add full screen button to dashboard.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/60208fd212248b2c96d50eeb/images/63c8be541de8565a3847f3ae/file-k7g8uOFm03.png)

## Enhance order template to include time delay and setup time between operations

* add time delay to the order templates. The order template splits an original order into operations. This delay parameter will offset the start and end times of the newly created operation against the original order.

## Create an edge docker deployment.

* For TilliT Edge deployments on Docker, you can now create and download the configuration and certificates required. IF you select Type SELF\_MANAGED\_DOCKER when creating a TilliT Edge you will be prompted to save a zip file containing credentials to connect your MQTT client.

<div align="left"><img src="https://d33v4339jhl8k0.cloudfront.net/docs/assets/60208fd212248b2c96d50eeb/images/63c8c05e2b293e06999c4467/file-mfpsA3oE1a.png" alt=""></div>

Replaces the process variables and activity results with a better chart.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/60208fd212248b2c96d50eeb/images/63c8c0a12b293e06999c4468/file-MrpCZ8XYCj.png)

## Open progress rate in a larger view

* Clicking the View button will enlarge the progress rate chart.
* anywhere else in the Timeline card will bring the Event List.

<figure><img src="https://d33v4339jhl8k0.cloudfront.net/docs/assets/60208fd212248b2c96d50eeb/images/63c8c10ab5103a7b33a8bbfe/file-hkXI7Sc7Sn.png" alt=""><figcaption></figcaption></figure>

## Scheduler

Allow quantity to be easily changed by the scheduler

* Double click the scheduled order to go into detail mode. Click the Quantity text and you will be able to edit this value. Note that when you do this, the original order doesnt change, leaving you with a reference to what was original required of this product. What does change is the scheduled quantity, and the value that goes to DO.

<div align="left"><img src="https://d33v4339jhl8k0.cloudfront.net/docs/assets/60208fd212248b2c96d50eeb/images/63c8be43b5103a7b33a8bbfd/file-ocd5OWeqtr.png" alt=""></div>


---

# 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://help.tillit.cloud/changelog/2023-1/january.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.
