I am in the early planning stage of a project that will expand the "Distributor" functionality.
In a nut shell, I would like my distributors to be able to log into a system where they can see all of their open orders (partial orders). I want them to be able to Log In and enter the tracking numbers.
If an order placed is handled by 3 different distributors, the standard confirmation email will inform the customer that there will be 3 shipments. The 3 distributors will be notified and they will be able to view their part of the order in their system that will be created. They will be able to log in and mark it as shipped and enter the tracking number. This will then trigger another email notification to the customer.
This shouldn't be hard to accomplish. My question is ... should I make an entirely new app or should I put this new functionality in the existing ADMIN part and limit rights to those Distributor users?
Any thoughts on getting this into reality?