partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.38k stars 400 forks source link

Feature Request: Frontend for customers #692

Closed agardim closed 4 years ago

agardim commented 8 years ago

We use partkeepr to organize our electronic components storage and it's very usefull. But everytime out customers need some part they need to call or e-mail us so we can check if available and how much is it. It would be very interesting if PartKeepr have a Frontend interface where our customers can sign in and online check all available electronic components and check the retail price.

Drachenkaetzchen commented 8 years ago

I believe this is a very use-case specific feature. You should be able to implement it on your own by using the API. I'll leave the feature request open, but it will probably take a very long time to be implemented.

agardim commented 8 years ago

If you know someone that can implement it please send me the contact (e-mail) so I can ask about price to do it. Here I don´t know anyone who can do it.

Drachenkaetzchen commented 8 years ago

@agardim the PartKeepr UG can provide that, see https://partkeepr.com/support/commercial

watersAbove commented 7 years ago

I'm pretty far engaged in writing an API client for Partkeepr, which I will use to keep all my sales channels in sync, including online web store, ebay, amazon, etc, including hooks to adjust data when sales occur. This is a more useful solution than a proprietary store front end IMO. You can hook into a wide range of technology using this approach.

watersAbove commented 7 years ago

I've got my Partkeepr API client now working, and interacting with the REST webservices, which is the majority of the battle behind me.

There's a lot more work to do, but I envision this is a component that is used to integrate into a more robust service gate, which handles more complex tasks, utilising this component piece in more complex service routes.

Some issues I had:

I'm not sure the best way to share this, but I can expose the OpenFeign Partkeepr API probably as a github project. Sorry it's not PHP, but I don't like PHP it turns out :)

baradhili commented 4 years ago

We really need a way to have plugins, or to at least list stuff people have done..

christianlupus commented 4 years ago

see also #531