March

Track and Trace Genealogy

To access this feature, go to Insights -> Production Report -> Material panel. Pick a date range to your preference.

The data are then available in a table or genealogy graph forms.

Real time Order Stats available for Edge

When using Expressions to trigger events on the Edge tag, you can now access the current progress of the order.

In the example below, to have a trigger that fires at 80% of completion of an order, put this in the Evaluation Script field.

order.completedQuantity / order.quantityTarget > .80

Enable Material Properties Update & Insert in Scheduler

Material Properties can now be upserted (update if value already exists and insert if did not) in Scheduler via API. Check our swagger and look for material-definitions/upsert.

Dynamic Option List - a new data type

Dynamic Option List is a new data type that allows for more flexible options configurations and also manipulations of results.

It is available on a number of item types. For the example below, the item type used is Data Entry.

After choosing Calculation, you will be presented with a standard Evaluation editor. In this example, we put in 2 options as below. Then after saving the Calculation and item, you will be presented with a neat customized option list like below.

[{name: 'Option 1', value: '1', pass: true}, {name: 'Option 2', value: '3', pass: true}]

Improved Search for Articles in Activity Template editor

Search for Articles more easily with improved navigation.

Sort Activities by Completed timestamp

Note: To make sure this Sort works, make sure to filter Activities by Completed first.

Portrait Mode mode for Station View on a tablet

Station View is now available on the tablet version of TilliT. This portrait view can be useful when using the tablet keyboard to type and fill out the forms.

Improved Filtering Interface in Mobile

Desktop styled activity filer are now available on smaller screen sizes and much easier to use.

PDF Order Report available in emails

Order reports in PDF form are now available to be sent as part of email notifications. Some of the information that will be included are:

  • Order Number

  • Production items details (their quantity, unit of measurement, etc)

  • Due date, release dates

  • Relevant barcodes

  • And more!

Automated Activity submission

Activities with this feature checked will be submitted as soon as it gets issued. This type of activity is useful for automatically collecting and submitting data and does not require an operator.

Activity Details available in Calculation Preview

Activity Details available in Calculation Preview

A new panel containing Activity Template related data that can be used for your calculation. This is available for:

Displaying Articles in Mobile View

Articles attached to Activities are now available to view when using Mobile View.

Display BOM (Bills of Materials) from all operations on order detail

To access all BOMs from all operations from the selected order, check All Operations in Order's Details.

Last updated