asp.net mvc 4 - Integrate restaurant Point of Sale with a Web App -


I am developing a restaurant order system based on MVC. I have been asked by my clients whether it is possible to integrate this application with their POS (Point of Sale). Actually when someone orders on my web app, they have to go to their POS system too. I did some research on the internet but I could not find anything. Is there anything that is possible to do?

It may be possible to contact the company who makes their POS and see that they have an API , Or if they are ready to develop one for you.

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -