Want to show Discount At POS Screen

Jun 02, 2006 11 Replies

Would Anyone kindly advice me that how to show item individual discount at POS Screen.



You can use the HTML Screen and some programing to determine the discount for each item. Try using the following Transaction Entry properties:

TransactionEntry.DiscountOccurred - The DiscountOccurred property gets a Boolean value that indicates whether a discount has been applied to the transaction entry. Boolean value that indicates whether a discount has been applied to the transaction entry. If TRUE, a discount has been applied to the transaction entry.

TransactionEntry.Discount - The Discount property gets the discount applied to a single item in the transaction entry. Currency value that contains the discount applied to a single item in the transaction entry.

Rob

The Oilers are going to win the cup.

Rob

That probably doesn't help you.

If you don't know how to program HTML and JavaScript/VBScript you will need to get some to help you out with this. If you have some programming knowledge, what exactly are you looking for?

Rob

Which Oiler is going to win the Nextel Cup? Penzoil, Valvoline, Mobil One, Havoline, Bud--wis--er?

Oh come on guys, there is only ONE real cup and that is Lord Stanley's Cup.

Rob

ROb It works Instead of Entry.Discount I used Entry.DiscountPercentage .Its good but It does not show All the Items .would you tell me how I can show All the items in html window.I also used Internal Html window but its Blank

"Rob" wrote:

Try Transaction.DiscountPercent instead.

Rob

Thanks Rob Its Works Well How I can Enter Customer Information on Html I am using QSRules.Customer.Name But It Does not work.It shows me Null Object exception something

"Rob" wrote:

Use QSRules.Transaction.Customer.Name.

Rob

Join the Discussion

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

Didn't find your answer?

Ask the community — no account required