Changelog
DocumentationRelease Calendar
Changelog
Changelog
  • 2024
    • H2 2024 Update Highlights
    • H1 2024 Update Highlights
    • May
    • April
    • March
    • February
    • January
  • 2023
    • November
    • October
    • September
    • August
    • July
    • June
    • May
  • April 2023
  • 26th April: Scheduler Improvements, Plus Activity Template Active Changes
  • 17th April: Mobile Update with Favourites Filter, New Raise Event Endpoint, and Changeover Overrun
  • 4th April: Subscriptions Enhanced, Materials Tab Improved
  • March 2023
    • 16th March :Excel Addin Improvements,Order Number Attribute
    • 07th March : Production report presented in a graphical format, New Excel-Add-in version.
  • February 2023
    • 24th February: Activity Versioning, Actions via Activity and more..
    • 07th February: Events from Activities, streamlined 'Where' in Activities
  • JANUARY 2023
    • 22nd January: Linked Operations,Advanced calculator, Site Display and more..
  • 2022
    • Older Posts
Powered by GitBook
On this page
  • Upgraded Mobile Version 📱
  • Style your notes 🎨
  • Event Relay 🔗
  • Material Conversion ⚖
  • Activity Calculation with Return Type 📥
  • No Shift Needed for Avalibility 🚦
  • Bug Fixes 🐛
  1. 2023

July

Last updated 1 year ago

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.

Style your notes 🎨

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

Here is an example of what the calculation looks like:

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

`

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!

Material Conversion ⚖

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

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.

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.

Bug Fixes 🐛

Activity Item value has tolerance check done before rounding

Read more on Event Relay

Read more on how to set this up .

Read more on Material Conversion

here
here
here