Purchase Order Detail

`html-encode(SearchField:LABEL IN FRAME SearchFrame + ':':U)`


Purchase Order #: `POLine.PONum`



Line # Item # Item Name Status Date Entered Price Quanity
`html-encode(POLine.Linenum:SCREEN-VALUE IN FRAME ReportFrame)` `html-encode(POLine.Itemnum:SCREEN-VALUE IN FRAME ReportFrame)` `html-encode(Item.Itemname:SCREEN-VALUE IN FRAME ReportFrame)` `html-encode(POLine.POLineStatus:SCREEN-VALUE IN FRAME ReportFrame)` `html-encode(PurchaseOrder.DateEntered:SCREEN-VALUE IN FRAME ReportFrame)` `html-encode(POLine.Price:SCREEN-VALUE IN FRAME ReportFrame)` `html-encode(POLine.Qty:SCREEN-VALUE IN FRAME ReportFrame)`