This is not a simple check box or other type of setting. This uses Python, a product which you have probably seen mentioned in our blog posts. Since this uses code that needs to be put in your database, we have included both instructions and the code in our help articles. You can copy and paste it into your own church's database. These articles are in the API section under Python Script Projects. We will be documenting more of these special projects in the near future.
The basic problem:
We had an online registration for Financial Peace University, during which the registrants paid a fee for materials (one set per couple). We needed to track when these had been picked up, which started a couple of weeks before the first class. The process had to be fast and simple. Plus, we needed a way to determine if the person's spouse had already picked up their packet.
The solution:
We used a special bar code in the confirmation email and instructed the registrants to bring that printed email or the email on their smart phone when they came to get their packet. We had staff and volunteers with laptops and their bitemser set to a special Packet Pickup page .
When the volunteer scanned the registrants' bar code:
This process did not change their payment status. However, if someone did not pay online and decided to purchase a packet with check or cash right then, the volunteer could elect to change their payment status and also flag them has having picked up a packet.
The conclusion:
Maybe your church could benefit by using this function. This worked great for the more than 3,300 adults that registered for one of our 80+ Financial Peace University classes and had to pick up their packets. But, you don't need 80 classes to use this. You can have one class for any purpose.
If you need to track this type of information, then this Packet Pick Up function is something you will want to read more about. We have an overview article, and then other more technical articles (complete with the code) to walk you through setting this up for your church.