{% extends "base.html" %} {% block body%}

Dash Lexicon:

Below are a list of the keywords that can be used to prompt Dash to provide a particular response .


Keyword Description
Shortage The difference between the quantity on hand and the reorder level.
Excess The quantity of stock above the reorder level and lead-time demand at cost
Revenue The income generated by the sale of total stock sold over historical period in the analysis.
Average Orders The average quantity of orders placed for a SKU over the total period of the.
Inventory Turns The number of times the current quantity on hand would be consumed based on historic demand.
Example Result
"Show {SKU}", "Describe {SKU}", "Explain {SKU}" ... Replacing {SKU} with a SKU ID from your inventory profile, returns a hyperlink to the analysis of that SKU.
  • "What is the {largest, smallest, highest, lowest...} {KEYWORD}?"
  • "Which SKU has the {largest, smallest, highest, lowest...} {KEYWORD}?"
Replacing the braces with an appropriate adjective and keyword will return the SKU and value with the corresponding description.
"What is the {KEYWORD} for {SKU}? Replacing braces with the appropriate keyword and SKU will return the values for the corresponding description.
{% endblock %}