VbzCart/queries/qryRstkItms unsent
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
About
- Returns: items from restock requests which have not yet been submitted to the supplier
- Requires: rstk_req_item, qryRstks_unsent
- Used by:
- History:
- 2008-12-04 Created for new restock process
SQL
<section begin=sql /><mysql>CREATE OR REPLACE VIEW qryRstkItms_unsent AS SELECT
rqi.*
FROM
rstk_req_item AS rqi LEFT JOIN qryRstks_unsent AS rq ON rqi.ID_Restock=rq.ID;
