Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3074

Serial Number wise Stock report

$
0
0

Dear All,

 

I had requirement for serial number wise in stock report.

 

I've written following query. But I need Item price also, from AP invoice .

 

SELECT T0.[ItemCode],T1.[ItemName],T0.[SuppSerial], T0.[IntrSerial], T0.[WhsCode], T0.[Quantity], T0.[U_model], T0.[U_Clr], T0.[U_Intr], T0.[U_Variant], T0.[U_ModelYr] FROM OSRI T0

inner join OITM T1 on T0.[ItemCode] = T1.[ItemCode]

WHERE T0.[WhsCode] =[%0]

and T0.[Status]<>1

ORDER BY T0.[ItemCode]

 

How to link it to ap invoice.

 

 

Thanks,

M G


Viewing all articles
Browse latest Browse all 3074

Trending Articles