Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I wanna the resturant POS UML design.
Please, help me.
thanks a lot
Posted
Comments
Abhishek Sur 12-Sep-10 12:07pm    
I think there is nobody who will create the complete UML design for you. Rather you need to try out first then others can help you if you make mistakes.
Sandeep Mewara 12-Sep-10 16:28pm    
No effort

Nobody is going to provide and diagrams for you.
Try own your own. If you run into problems, post them here.
 
Share this answer
 
To learn about how to create UML diagrams please refer :

http://msdn.microsoft.com/en-us/library/dd409432.aspx[^]
 
Share this answer
 
Here are the important objects that you have to design -- the UML is specific to a restaurant, please do provide the list of business rules.
1.) Food
2.) Servings of the Food
3.) Food Price List
4.) Order
5.) Service
6.) Employees doing the service
7.) Customers
The most important objects are the Order and the Service. They should have attributes such as date, customer_id and employee_id. They should also have the list of food and serving per food along with their total. If you could maintain these objects well (they are going to need Food and Servings for every food), you should be fine.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900