VbzCart/queries/qryRstks unsent

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | queries
Revision as of 23:22, 4 December 2008 by Woozle (talk | contribs) (new query)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

  • Returns: Restocks created and not terminated but not yet ordered from supplier
  • Requires:
  1. REDIRECT Template:l/vc/query
  • History:
    • 2008-12-04 Created for new restock process

SQL

<mysql>CREATE OR REPLACE VIEW qryRstks_unsent AS SELECT

 *

FROM

 qryRstks_active

WHERE WhenOrdered IS NULL;</mysql>