Referral Contest talllying?

Questions and Answers that relate to the [CS] Version of POS Pizza 6 and 7
Post Reply
ttomeny
Member
Member
Posts: 25
Joined: Thu Jul 11, 2013 7:12 pm

Referral Contest talllying?

Post by ttomeny »

We would like to run a referral contest. When an existing customer refers a new customer and the new customer gives us their referrer's name, we planned to put it on the order as a non-inventory item. The problem is that it looks like the Items and Coupons report does not include 0.00 non-inventory as an option, only > and < 0. So we don't seem to have a way to tally this when the contest is over. Any ideas?
User avatar
Scott
Site Admin
Site Admin
Posts: 2564
Joined: Wed Apr 16, 2003 5:35 pm
Location: Western PA

Re: Referral Contest talllying?

Post by Scott »

You will either need to put a value on the non-inventory item, maybe use an offset, or use a 3rd party SQL tool to look at the 0.00 entries in the database.

An offset would keep things in balance.

Code: Select all

Refer a friend:   .01
John Smith      -.01
Scott
Post Reply