# May

### Quick Sight - New dataset for order number attribute 👀<br>

<figure><img src="/files/90GCN1vnDfoKaYWBi8BZ" alt=""><figcaption></figcaption></figure>

### Bugs 🪲

Allocation issues should only show for the user that was scheduling

### Asset Manager Card View 🃏

View and Manage Assets in the new and improved card view! Switch between card view and the traditional list view using the toggle.

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

### Bug Fixes 🐞

Excel Addin not saving material group has been resolved.

### Order Template Components 🔗

You can now specify which order components or bill of material items will be copied into individual operations when using the order template. To do so, users can simply add an Order Template Component and indicate the relevant materials or material groups that are applicable to the operation. [See more on order template](https://help.tillit.cloud/tillit/knowledge-base/setting-up-tillit/configuration/order-template#order-template-components).

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

### Production Report Improved 📈

Improved stablility and Graph Mode. Check it out by heading to Insights → Production Report

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

<figure><img src="/files/98rF2MGP8TghJWs4aTcj" alt=""><figcaption></figcaption></figure>

### Bug Fixes 🐛:

Activity template version not saving raise event type is now resolved.

You can now use multiple filters for the same field in the Excel Addin.

### Developer Corner 👨‍💻:

Add search orders by attributes and material:

With the latest update to the Order Instance APIs in TilliT, users now have the ability to search for orders using specific material and associated attributes:

```
order-instances?material.name.equals=xys
```


---

# 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/may.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.
