mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
adjust query value notes
This commit is contained in:
@@ -522,7 +522,7 @@ SELECT
|
|||||||
std.usage_qty AS quantity,
|
std.usage_qty AS quantity,
|
||||||
u.id AS unit_id,
|
u.id AS unit_id,
|
||||||
u.name AS unit,
|
u.name AS unit,
|
||||||
'Stock Refill' AS notes
|
st.reason AS notes
|
||||||
FROM stock_transfer_details std
|
FROM stock_transfer_details std
|
||||||
JOIN stock_transfers st ON st.id = std.stock_transfer_id
|
JOIN stock_transfers st ON st.id = std.stock_transfer_id
|
||||||
LEFT JOIN warehouses fw ON fw.id = st.from_warehouse_id
|
LEFT JOIN warehouses fw ON fw.id = st.from_warehouse_id
|
||||||
@@ -622,7 +622,7 @@ SELECT
|
|||||||
std.usage_qty AS quantity,
|
std.usage_qty AS quantity,
|
||||||
u.id AS unit_id,
|
u.id AS unit_id,
|
||||||
u.name AS unit,
|
u.name AS unit,
|
||||||
'Transfer to other unit' AS notes
|
st.reason AS notes
|
||||||
FROM stock_transfer_details std
|
FROM stock_transfer_details std
|
||||||
JOIN stock_transfers st ON st.id = std.stock_transfer_id
|
JOIN stock_transfers st ON st.id = std.stock_transfer_id
|
||||||
LEFT JOIN warehouses fw ON fw.id = st.from_warehouse_id
|
LEFT JOIN warehouses fw ON fw.id = st.from_warehouse_id
|
||||||
|
|||||||
Reference in New Issue
Block a user