Adding sales rep to below cashiers name on the recipt

Apr 10, 2006 3 Replies

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



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

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 " " "||"

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required