Changelog

Presage Scanner

v6.12.0

Latest
9/5/2025

Minor Changes

  • Visually indicate lot rows that are missing data needed to save
  • display lot rows as stacked inputs on small screens.
  • Do not auto select an ingredient for multi lot rows when there is more than one choice.
8/9/2025

Patch Changes

  • Fixed rounding
8/8/2025

Patch Changes

  • Fixed ingredient parent detection
8/8/2025

Minor Changes

  • Hide parent ingredients on multi lot options when there are children
7/29/2025

Minor Changes

  • Use SSL for MySQL connection by default

Patch Changes

  • Only show Pause Option when there are samples that can be paused.
7/24/2025

Minor Changes

  • ### Added the ability to Pause and Resume Work Orders

This feature allows users to temporarily halt a work order and resume it later, providing greater flexibility in managing tasks.

A database schema update is required to support this feature.

  • workorder.paused is a new timestamp column that indicates whether a work order is currently paused and when it was paused.
  • workordertype.allowpause is a new column that indicates whether a work order type allows pausing.
7/22/2025

Patch Changes

  • Updated SQL queries in get-analysis.js and get-analysisWithLocationProduct.js to join with productplantmap and filter by plant ID and active status. This ensures that only active products associated with the specified plant are included in the analysis results.
7/16/2025

Minor Changes

  • Introduces the ability to filter product batches by type (Product or Ingredient) based on work order type settings.
7/9/2025

Minor Changes

  • Adds UI indicators and logic to highlight batches with 'Rejected' status in the analysis workflow and prevent their use. Updates server queries to include batch status, propagates this information to the client, and applies visual cues and validation to block rejected batches from being processed.
6/9/2025

Patch Changes

  • Handle logging config options correctly.
  • Fixed detecting valid item #'s when all digits
Newer Older