Link to home
Start Free TrialLog in
Avatar of EnigmaMatter
EnigmaMatterFlag for United States of America

asked on

SharePoint Online Inventory Application

Hello,

I understand that the following is a broad question; I have never developed/administered SharePoint before.

I have six clients across the United States that have excess/surplus/unwanted inventory. The clients have participated in a program managed by company. Our ONLY obligation is to maintain the inventory data; we do NOT purchase, sell, ship, or provide confirmation of any the aforementioned.

Currently, I am circulating a spreadsheet with the inventory data. When a client would like inventory offered by another, Client A will contact Client B and purchase the inventory; a message detailing the transaction is given to me, and I update the spreadsheet.

What would be the best away to accomplish the following on SharePoint:

1.) Show a list of the available inventory?
2.) Allow users to enter new inventory via a form or other such simple method?
3.) Allow users to select inventory desired and then have that inventory removed from the spreadsheet?
4.) Have an e-Mail outling what was done in Step 3 sent to me, and the client that performed the action.

Additional, but not required:

5.) There is a column that indicates what client has the inventory. Could step 4 also send an e-Mail to the client whose inventory is being edited?

Theorectically, a user from Client A would visit the website, review the inventory, decide that they would like to purchase Product A and Product C from Client B, select the items for removal from the list, and then receive an e-Mail addressed to Client A, Client B, and me detailing that Product A and C were removed from the shared inventory list (thus indicating they intend to purchase)?

I apologize for the broad spectrum -- I have no idea where to start.
ASKER CERTIFIED SOLUTION
Avatar of colly92002
colly92002
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of EnigmaMatter

ASKER

Any suggestions for turnkey software?
Nothing I'm aware off, but its the sort of thing a software company specialising in inventory could help with.  It's the sort of thing you could probably do using Access for example, although getting clients spread across the States using it would be a challange - unless you have Access Services in SharePoint in which case you could host it inside SharePoint.

SharePoint is an excellent platform for this sort of thing, and a little coding can make a system much more slick (e.g. a button to select an item of inventory rather than picking a workflow from a drop down menu is much nicer for users, but would require custom code).  

Ensure that your clients can actually access your SharePoint farm before you commit to anything (it can be expensive to licence if on-site, probably not so expensive if cloud).

It can be very fiddly setting up workflows if you have not done it before, but if you are willing to employ somebody to do this for you then this is not too hard a task.  The biggest problem will be that OOTB SharePoint is not neccessarily easy to use for end-users, they can struggle to work with if they are not used to it, and starting Workflows etc. can be a challenge for users.   However I can't see why the plan set out above wouldn't be perfectly adequate from a procedural/process point of view.
How does one "code" a button? That is what my issue is, I don't know how to make this easy for the end user.

I know VBA.
It's not straightforward, many possible techniques, and to do it properly requireds requires .net c#/vb and Visual Studio to deploy changes as a feature.

Here are some code-lite suggestions:
https://www.simple-talk.com/blogs/2009/11/24/initiate-a-sharepoint-workflow-from-a-button-on-the-list-view/
https://www.nothingbutsharepoint.com/2010/04/21/4-clicks-or-1-using-jquery-to-start-a-sharepoint-workflow-aspx/

You don't actually need this, but it does make things nicer.