Skip to content

Commit

Permalink
[IMP] Quality: add spreadsheet check to QCP doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hojo-odoo committed Nov 22, 2024
1 parent 9cb00bd commit a65b02e
Showing 1 changed file with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ selected:
- :guilabel:`Pass - Fail` checks specify a criterion that products must meet for the check to pass.
- :guilabel:`Measure` checks prompt employees to record a measurement of the product that must be
within a tolerance of a norm value for the check to pass.
- :guilabel:`Worksheet` checks provide an interactive worksheet that must be filled out by the
employee processing the check.
- :guilabel:`Worksheet` checks require the employee processing the check to fill out an interactive
worksheet.
- :guilabel:`Spreadsheet` checks require the employee processing the check to fill out an
interactive spreadsheet.

.. important::
An *Instructions* check is the same as a step on a work order for an MO.
Expand All @@ -97,6 +99,18 @@ selected:
However, when creating a control point specifically for quality control purposes, using a
different check type is probably more effective.

.. note::
When creating a |QCP| with the :guilabel:`Worksheet` or :guilabel:`Spreadsheet` check types, it
is necessary to specify a *Quality Worksheet Template* or *Quality Spreadsheet Template* in the
:guilabel:`Template` field that appears below the :guilabel:`Type` field.

The selected template is duplicated for each quality check created by the |QCP|, and must be
filled out to complete the quality check.

To create a new Quality Worksheet/Spreadsheet Template, open the :menuselection:`Quality` app,
navigate to :menuselection:`Configuration -> Quality Worksheet/Spreadsheet Templates`, and click
:guilabel:`New`.

In the :guilabel:`Team` field, specify the quality team that is responsible for managing the |QCP|,
and the quality checks it creates. If a specific quality team member is responsible for the |QCP|,
select them in the :guilabel:`Responsible` field.
Expand Down

0 comments on commit a65b02e

Please sign in to comment.