Cookie Consent by Free Privacy Policy Generator Update cookies preferences
All Categories Reports Product Report

Product Report

In this article:

Digital Manufacturing Traveller

View Previous Results

Step Name Filter

Exporting a Report

Archiving Step Results

Digital Manufacturing Traveller

This is the digital manufacturing traveller, where you can find all data that has been logged for every product built using Tascus.

Access the Product Report from either the home-screen dashboard,

Product-Report-1.png

or under Reports > Product Report:

Product-Report.png

This report is generated for every product built using Tascus and shows the results of manufacturing operations, and all of the steps within each operation.

1.jpg

The report also shows which sequence revision was used:

Screenshot-2025-05-28-083039.pngUsing the expand (down) arrow you can configure the Product Report.

Expand.png

Viewing Previous Results

By default, this report shows the latest result only for each step, so if a step was repeated multiple times, it will show the latest result.

2.jpg

Step Name Filter

The Step Name Filter allows you to quickly search Names within the report.

3.jpg

Exporting a Report

You can export this digital manufacturing traveller to a .csv (Excel) file, or to a PDF using the Export button, after expanding the configuration tab.

Product-Report-Export.png

Archiving Step Results

You can archive step results (User permission required for this), by ticking Allow Archiving.

Screenshot-2025-05-28-083937.png

Then when you click on a step result, you are prompted to Archive or Keep the result.

Screenshot-2025-05-28-084007.png

Archived results will be hidden on the Product Report, and when running production, so operators will be prompted to repeat the step.

FAQ

How to Export All Product Results for a Part Number

This can only be done using a SQL database query.

1. Login into Tascus with:

  • Blank username

  • Password  m3t1s

2. Go to View > Database Manager

3. ‎Paste in this SQL code into the SQL Query box, then press Run Query

SELECT *   FROM ProductionData
  Where Part_Number = '39716'
  AND Date > '2025-01-01'
  Order By Serial_Number, Date

You can change the Part_Number from '39716' to whatever part number you want, but keep it enclosed with ' ' marks. 

Change the date to whatever you need using the format 'YYYY-MM-DD'

4. Press Export to save a csv file of the results


Was this article helpful?

Thanks for your feedback!