{{'Barcode' | translate}}: {{ items.length - $index}} - {{item.barcode}} - {{item.product.Name}}

{{'Item#' | translate}}: {{item.itemcode}}

{{'Quantity' | translate}}: {{item.count.scanned.count}} {{item.product.SellBy.Code}}

{{'Serial #' | translate}}: {{item.SerialNumber}}

{{'Location' | translate}}: {{item.location}}

{{'Sell Price'|translate}} : {{item.product.RetailPrice| currency}}

{{'Sell Price'|translate}} : {{item.product.RetailPrice*item.product.SellBy.Multiplicator *item.RetailPriceQty| currency}}

{{'Price Per'}}:{{item.RetailPriceQty}} {{item.product.SellBy.Code}}

{{'Discount'}}: {{item.discount| currency}}

{{item.product.Matrix.Dimension1.Name}}: {{item.product.Grid1.Value}}

{{item.product.Matrix.Dimension2.Name}}: {{item.product.Grid2.Value}}

{{item.product.Matrix.Dimension3.Name}}: {{item.product.Grid3.Value}}

{{item.product.Matrix.Dimension4.Name}}: {{item.product.Grid4.Value}}

R

{{ items.length - $index}}-{{item.product.Name}}

{{item.product.Matrix.Dimension1.Name}}{{': '}}{{item.product.Grid1.Value}} {{', '}}{{item.product.Matrix.Dimension2.Name}}{{': '}}{{item.product.Grid2.Value}} {{', '}}{{item.product.Matrix.Dimension3.Name}}{{': '}}{{item.product.Grid3.Value}} {{', '}}{{item.product.Matrix.Dimension4.Name}}{{': '}}{{item.product.Grid4.Value}}

{{'Barcode'|translate}}{{': '}}{{item.barcode}}{{'Item #'|translate}}{{': '}}{{item.itemcode}}
{{'Serial #'|translate}}{{': '}}{{item.SerialNumber}}
{{'Sale'|translate}} {{': '}}{{item.count.scanned.count}}{{' x '}}{{item.product.RetailPrice| currency}}{{': '}} {{item.count.scanned.count*item.product.RetailPrice |currency}}
{{'Sale'|translate}} {{': '}}{{item.count.scanned.count}}{{item.product.SellBy.Code}}{{' x '}}{{item.RetailPrice*item.product.RetailPriceQty| currency}}/{{item.product.RetailPriceQty}}{{item.product.SellBy.Code}}{{': '}} {{item.count.scanned.count*item.RetailPrice |currency}}
{{'Discount'|translate}}{{': '}}{{item.discount| currency}}
{{'Net'|translate}}{{': '}}{{ (item.count.scanned.count*item.product.RetailPrice)-item.discount| currency}}
{{'Net'|translate}}{{': '}}{{ (item.count.scanned.count*item.RetailPrice)-item.discount| currency}}
{{'Tax'|translate}}{{': '}} {{tax.Name}} ,
{{'Remarks'|translate}}{{': '}}{{item.remarks}}