So I am fairly new to WordPress, and to this point I have used it mostly for traditional blogs or fairly simple websites (built using WP Pages).
Now I'm working with a small restaurant chain. They would like to have a CMS that would let individual franchise owners maintain printable coupon sheets for their individual restaurants.
I'm wondering if WordPress can make this happen.
I have in mind to use WP with some plugins / modifications:
* Role Scoper, so that one person can edit only the restaurants they own:
http://wordpress.org/extend/plugins/role-scoper/
* Possibly might need to use the multisite feature. not sure.
* Finally, I came across the idea of using Custom Post Types to create individual slots for the coupons. Maybe this could be how I power the coupon sheet, but still keep it very simple for the user to edit?
http://jc-designs.net/blog/2011/03/using-custom-post-types-as-cms-editable-slots-in-wordpress/
Anyone every tried to do something like this? Have any thoughts or suggestions?