# July

### Upgraded Mobile Version 📱

We have completely refreshed and upgraded our mobile version. The overall experience will be faster and more stable. Exciting new additions include a new cockpit view for easier asset navigation, and the attribute list now conveniently appears at the bottom of each order.

<figure><img src="/files/6OoAFrw2Tw1Nqz1GtOv2" alt=""><figcaption></figcaption></figure>

### Style your notes 🎨

Brighten up your operators day by adding styling to the read-only notes!

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

Here is an example of what the calculation looks like:

<pre class="language-javascript"><code class="lang-javascript"><strong>`
</strong><strong>&#x3C;style>
</strong>.test-class {
  font-size: 52px;
  background-color: red;
}
&#x3C;/style>
&#x3C;p>You can use classes for most inline styles.&#x3C;/p>
&#x3C;p>&#x3C;br>&#x3C;/p>
&#x3C;p>The can also use inline styles &#x3C;span style="background-color:blue;">background&#x3C;/span> and &#x3C;span style="color: red;">color&#x3C;/span>,&#x3C;/p>
&#x3C;p>&#x3C;br>&#x3C;/p>
&#x3C;p>This &#x3C;span class="test-class">demo&#x3C;/span> shows how to &#x3C;span style="font-size: 32px">change&#x3C;/span> this.&#x3C;/p>

`
</code></pre>

Its important to note that the calculations are javascript, so you have to return a String containing your html. In this case we use a \` (Backtick) in the start and end so you can have line breaks.

### Event Relay 🔗

Allow Assets to trigger events on different Assets!

{% hint style="info" %}
Read more on Event Relay [here](/changelog/help-documentation/knowledge-base/setting-up-tillit/events/event-relay.md)
{% endhint %}

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

### Material Conversion ⚖

Does your pallet contain 60 cartons? Manage this is with our new Material Conversion feature:

Read more on how to set this up [here](/changelog/help-documentation/knowledge-base/setting-up-tillit/material-definition/material-conversion.md).

{% hint style="info" %}
Read more on Material Conversion [here](/changelog/help-documentation/knowledge-base/setting-up-tillit/material-definition/material-conversion.md)
{% endhint %}

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

### Activity Calculation with Return Type 📥

The Calculation field has been replaced by the new and improved **Evaluate** field. Evaluate lets you define the return type, leading to more stable calculations. It is recommened to simply convert any existing Calculation fields to Evaluate Fields.

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

### No Shift Needed for Avalibility 🚦

If a Shift has not been assigned or started (for manually activated shifts). TilliT will now assume 100% availbility rather then display no figure.

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

### Bug Fixes 🐛

Activity Item value has tolerance check done before rounding


---

# Agent Instructions: 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:

```
GET https://help.tillit.cloud/changelog/2023/july.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
