Quality Control - Assigned tickets
OK, here's what I'm trying to achieve:
I've got a project coming up for a healthcare company that will be receiving orders, which need to be distributed to individual reps, all of whom will have user accounts. I want to be able to assign each order to a particular user when it comes in, so that when that person logs in, they see all of their orders. Because of privacy concerns, the user must ONLY be able to see that order, and not change the assignments of the order, though they must be able to update the order and continue adding information. The admin will be the only person who can see all orders/tickets.
Is that how this theme works inherently? Or would it be possible to make it so fairly easily using some conditional PHP tags?
Thanks