Difference between revisions of "VbzCart/ui/pages/rstk/need"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | ui‎ | pages‎ | rstk
Jump to navigation Jump to search
(saving work; need more subpages)
 
(→‎Table Columns: more link updates)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
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 &ndash; that enables the controls for converting the need-list into a request.
 
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 &ndash; that enables the controls for converting the need-list into a request.
  
==Pages==
+
==Table Columns==
Terminology/abbreviations:
+
* '''{{l/vc/term|restock/cust|customer orders}}''' columns
* customer orders
+
* '''stock''' columns:
** '''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)
 
** '''+{{l/sub|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
 
** '''min''' - minimum quantity we want to keep in stock
 
** '''got''' - how many we currently have in stock already
 
** '''got''' - how many we currently have in stock already
 
** '''+need''' - calculated: how many we need in order to refill stock levels
 
** '''+need''' - calculated: how many we need in order to refill stock levels
*** This gets added to the final "NEED" total.
+
*** This gets added to {{l/vc/term|restock/request/need|the final "NEED" total}}.
* restocks
+
* '''{{l/vc/term|restock|restock}}''' columns
** '''ord''' - quantity requested from supplier (summed across active requests only)
+
** '''{{l/vc/term|restock/request/ord|ord}}''' - quantity requested from supplier (summed across active requests only)
 
** '''rcd''' - quantity received from supplier
 
** '''rcd''' - quantity received from supplier
** '''-exp''' - calculated: quantity we are still expecting from the supplier
+
** '''-{{l/vc/term|restock/request/exp|exp}}''' - calculated: quantity we are still expecting from the supplier
*** This gets subtracted from the final "NEED" total.
+
*** This gets subtracted from {{l/vc/term|restock/request/need|the final "NEED" total}}.

Latest revision as of 18:44, 15 January 2016

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.

Table Columns

  • customer orders columns
  • stock columns:
    • 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
  • restock columns
    • 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