|
|
@ -251,7 +251,7 @@ |
|
|
sum(Round(isnull(T.InActualValue, 0), 4) - Round(isnull(T.OutActualValue, 0), 4)) as ActualStockValue, |
|
|
sum(Round(isnull(T.InActualValue, 0), 4) - Round(isnull(T.OutActualValue, 0), 4)) as ActualStockValue, |
|
|
max(T.DemandPartnerType) as DemandPartnerType, |
|
|
max(T.DemandPartnerType) as DemandPartnerType, |
|
|
max(T.DemandPartnerID) as DemandPartnerID, |
|
|
max(T.DemandPartnerID) as DemandPartnerID, |
|
|
max(T.DemandPartnerName) as DemandPartnerName |
|
|
|
|
|
|
|
|
max(T.DemandPartnerName) as DemandPartnerName, |
|
|
from InventoryStock as T, |
|
|
from InventoryStock as T, |
|
|
Part as P |
|
|
Part as P |
|
|
where T.Site = P.Site |
|
|
where T.Site = P.Site |
|
|
|