VbzCart/docs/ui/terms/restock/request: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | ui‎ | terms‎ | restock
Jump to navigation Jump to search
imported>Woozle
(techdoc links)
imported>Woozle
(okay, those are two slightly different things...)
Line 3: Line 3:
Each item in a restock request tracks multiple quantities:
Each item in a restock request tracks multiple quantities:
* {{l/sub|need}}: '''quantity needed''' &ndash; what we should order (from the supplier)
* {{l/sub|need}}: '''quantity needed''' &ndash; what we should order (from the supplier)
** {{l/vc/term|restock/cust/need|cust}}: '''...for open customer orders''' &ndash; quantity spoken for (by customer orders)
** {{l/sub|cust}}: '''...for open customer orders''' &ndash; quantity spoken for (by customer orders)
* {{l/sub|ord}}: '''quantity ordered''' &ndash; what we ordered (from the supplier)
* {{l/sub|ord}}: '''quantity ordered''' &ndash; what we ordered (from the supplier)
* {{l/sub|exp}}: '''quantity expected''' &ndash; what we expect to actually receive (from the supplier)
* {{l/sub|exp}}: '''quantity expected''' &ndash; what we expect to actually receive (from the supplier)

Revision as of 19:21, 15 January 2016

Line-itemsTemplate:L/vc/table in a restock requestTemplate:L/vc/table are referred to as "items" rather than "lines" because each Template:L/vc/term can only appear once.

Each item in a restock request tracks multiple quantities:

  • need: quantity needed – what we should order (from the supplier)
    • cust: ...for open customer orders – quantity spoken for (by customer orders)
  • ord: quantity ordered – what we ordered (from the supplier)
  • exp: quantity expected – what we expect to actually receive (from the supplier)

Technical Documentation