SMEWebify / WebErpMesv2

Ressource Management and Manufacturing execution system Web for industry (sheet metal, machining, mold ...)
http://demo.wem-project.org/
MIT License
112 stars 64 forks source link

Use case #70

Closed ugintl closed 2 years ago

ugintl commented 2 years ago

I would like to know if your system suits my use case.

**A medium sized screen printing and embroidery company wants to:

  1. What was in your mind when you were developing this system?
SMEWebify commented 2 years ago

Hello @ugintl ,

Thank you for your question, I remember you, you had already asked me the question at the start of the project.

How many employees does the business have?

The system is made for digitizing a business and organizing the workflow.

If the next version will use a calendar (in August) with version 1.01, the stock is not available (I need to go further to make available what I have already done on the stock), the load plan will be available with version 1.02 and the implementation of the gantt system

Providing a customer portal is, in my opinion, another project. For what need? what functionality? for whom, client, prospect?

Have you tested the online demo? http://demo.wem-project.org/ would there be functions that I could develop quickly for you to use?

ugintl commented 2 years ago

Yes, I asked you a question, but it was different.

That is great

Customer portal means that customer can login and see progress and comment or message etc. I guess user roles permisssions will solve it.

I have tested the online demo. It is a really dynamic project.

Does this app has APIs?

SMEWebify commented 2 years ago

I am happy with your feedback on the demo, do not hesitate to make other comments to improve.

Yes the roles could do the thing quite simply, I thought it was in my roadmap, but no, I will add this functionality. And why not, an external page for the next version (probably v1.04).

Currently no API, this could be a good start at first. An API on the commands would be sufficient?

ugintl commented 2 years ago

The problem is that I do not fully understand the API concept for now. So I would not be able to comment on this. What I have understood so far is that having APIs means that this app will be used as a backend and a front end will be connected to it. Are there other meanings as well?

SMEWebify commented 2 years ago

an API makes data available to another application.

for example an external project can request a url address www.yourwebsite.com/api/contact=1

and the site will return Json type data:

{
     "data": [
         {
             "id": 1,
             "name": "Eladio Schroeder Sr.",
             "email": "therese28@example.com",
         },
         {
             "id": 2,
             "name": "Liliana Mayert",
             "email": "evandervort@example.com",
         }
     ]
}

these data must be interpreted

SMEWebify commented 2 years ago

@ugintl I implemented an api for order data, you will find the result data for a specific order : https://github.com/billyboy35/WebErpMesv2/issues/75

ugintl commented 2 years ago

Thanks. That was quick.

SMEWebify commented 2 years ago

@ugintl =) this allows me to prepare the work for future requests.

could you explain to me these processes, that I know little about in your profession, and how do you see this in digital ?

SMEWebify commented 2 years ago

@ugintl Do you want me to try to improve things to meet your needs, or do I close this topic ?

ugintl commented 2 years ago

Thank you for your warmheartedness. You are such a nice person that you are always trying to help. Truly a professional. It is very rare these days. Your efforts are much appreciated. You can close the topic for now.

SMEWebify commented 2 years ago

@ugintl thank you for your message. Do not hesitate to come back and test the next version =)