VbzCart/docs/ui/pages/rstk/need

From Woozle Writes Code
< VbzCart‎ | docs‎ | ui‎ | pages‎ | rstk
Revision as of 17:47, 15 January 2016 by imported>Woozle (saving work; need more subpages)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The "Needed Restocks" page calculates what items we need to restock and how many of each we need to request. Ideally, a restock request can be generated directly from here without any guesswork.

By default, the page displays a list of all items needed, regardless of supplier. In order to create a restock request, you have to select a supplier – that enables the controls for converting the need-list into a request.

Pages

Terminology/abbreviations:

  • customer orders
    • ord - quantity originally ordered by customer
    • shp - quantity we have already shipped to them
    • kld - quantity cancelled by customer
    • n/a - quantity no longer available (we can't get/ship these)
    • +need - calculated: quantity spoken for by customer orders
      • This gets added to the final "NEED" total.
  • stock
    • min - minimum quantity we want to keep in stock
    • got - how many we currently have in stock already
    • +need - calculated: how many we need in order to refill stock levels
      • This gets added to the final "NEED" total.
  • restocks
    • ord - quantity requested from supplier (summed across active requests only)
    • rcd - quantity received from supplier
    • -exp - calculated: quantity we are still expecting from the supplier
      • This gets subtracted from the final "NEED" total.