Changelog
Presage API
- Fix an issue what would prevent loading product batches with an expiration date
What's Changed
- Product saving refactor by @Hhovland
- PA-494 Allow user to configure the
unit
and unitconversion
of a product/ingredient by @Mtn-View
- PA-162 fix saving search with no options
- PA-160 limit samples query to just authorized plants
- PA-481 Trigger investigations after saving samples, when applicable
- PA-489 set sample product to product produced by analysis if applicable
- PA-490: Deprecate "Show Recipes" WO type option (recipes will always be shown going forward)
- Add fields required to fill out recipes/production samples on work orders
- (SCIM 2.0 support) When users are provisioned via SCIM: Added support for new user's setting their passwords via one time passwords (either emailed or looked up by admins, depending on if they have an email set). Those one time activation codes are valid for 7 days after account creation.
- (SCIM 2.0 support) All newly provisioned users are marked as Pending Activation so that those accounts can have an initial password set via desktop or scanner applications
- Make
severityClass.description
non-nullable
- Change setting "scope" and "settingType" fields to use the corresponding enums
- Fix loading WO changelogs when sample changes are present
What's Changed
- Added
lastLoginDate
dataloader by @soonyeap
- PA-414 wo changelog by @Mtn-View
- Fix bug where deleting multiple attachments at once would fail
- Make report queue printer filters include printers with no plants/report type
- Fix some report queue printer fields and give descriptions
- Fix application version #
What's Changed
- Fix issue where some queries that check permissions at plants (such as deleting analyses or changing a sample's status) would fail
- Add endpoints and filters for product batch interface by @Mtn-View
generateCrystalReport
will ignore the name
and type
passed by the user, and instead look them up from the database, if it's given a report ID
- Fix date math on
ManyWorkOrdersFilter
date filters
- Fix saving samples
- Make the date filters on the
WorkOrders
query filter by the start/end of the day, relative to the logged-in plant's timezone
- Fix the field descriptions on
ManyWorkOrdersFilter
Newer Older