VbzCart/queries/qryStk byItem byBin wInfo
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Details
- Requires: v_stk_byItemAndBin, qryCat_Items
- Used by: qryStock_forOpenOrders
SQL
<section begin=sql /><mysql>CREATE OR REPLACE VIEW v_stk_byItemAndBin_wInfo AS
SELECT s.*, i.*, b.ID_Place, b.Code AS BinCode, b.Descr AS BinDescr FROM ( v_stk_byItemAndBin AS s LEFT JOIN qryCat_Items AS i ON s.ID_Item=i.ID ) LEFT JOIN stk_bins AS b ON s.ID_Bin=b.ID;</mysql>
<section end=sql />
