Pos For Restaurant Using Microsoft Visual C# Express 2010

I am going to create a simple POS (Point of Sale) system that written in C#.net using Microsoft Visual Studio 2010. Basically, 4 laptops will be used in this system and the laptops are communicating each other using Ad-Hoc Network (TCP/IP).
Client A (Customer) – Categorized menu for food ordering.
Client B (Kitchen) – Display customer’s order & notification.
Client C (Cashier) – Billing and reporting purpose.
Server X – Database

All clients should be connected to one server only.
1. Cli…

Leave a Reply

Your email address will not be published. Required fields are marked *