Counting concert tickets and subscriptions
We are a non-profit selling both concerts and subscriptions (=concert bundles). I need to track the amounts/# sold of both subscriptions and the individual tickets and allow for the possibility that a subscriber=customer exchanges a ticket. Bundles and services aren't countable, I think ? Is the only way around this to create each ticket as an inventory item, bundle them (bundle not counted but ticket is) and also create an inventory item called subscription? Then the invoice would have:
- subscription (inventory item price = $200) AND
- bundle
- ticket A (inventory item) price = 0
- ticket B (inventory item) price = 0
- ticket C (inventory item)
ARE THERE BETTER SOLUTIONS?
