Adding sales rep to below cashiers name on the recipt

Im running Ms Retail Store Opperations and i want to add the sales rep that sold a product to the top of the recipt right below the cashiers name. I using the recipt.xml that has not been modified in any way. I would appriciate anyones help. Thank you

Reply to
mr.jorgerivera
Loading thread data ...

Sales reps are not assigned per transaction, but per item. You'd have to add a sales rep column to each line item in the receipt.

Good luck, Matt

Reply to
Matt

Hay Matt thanks for the reply So if i wanted to add it to each product i know i alter transaction details. But how do i add the sales reps everything i tried has given me errors.

Transaction.Type <> transactionDrop & Transaction.Type <> transactionPayout & Transaction.Type <> transactionNoSale & Transaction.Type <> transactionAccountPayment "Small" tbNone "<~" PageWidth * 0.29 "Item" "<~" PageWidth * 0.42 "Description" ">~" PageWidth * 0.29 "Amount" "================|=========================|=================" ShowLineDiscounts & (Entry.ExtendedDiscountPurchased <> 0) Entry.Item.ItemLookupCode "|" Entry.Description "|" Entry.ExtendedFullPrice Entry.ExtendedDiscountNegative <> 0 "|Discount|" Entry.ExtendedDiscountNegative Entry.Item.ItemLookupCode "|" Entry.Description "|" Entry.ExtendedPrice Entry.Item.ItemType = itemtypeWeighed

"|" Entry.Quantity "" Entry.Item.UnitOfMeasure " @ " Entry.Price "/" Entry.Item.UnitOfMeasure "|" Entry.WeightFromScale = 0 "|Manual Weight|" Entry.Quantity <> 1

"|" Entry.Quantity " @ " Entry.Price "|" ((Entry.QuantityOnOrder <> 0) | (Entry.QuantityRTD <> 0)) & (Transaction.Type <> transactionQuote) "|RTD:|" Entry.QuantityRTD " " "|On Order:|" Entry.QuantityOnOrder " " "|Picked up:|" Entry.QuantityPurchased " " "||"

Reply to
nyrep

Reply to
Craig

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.