Home > Software engineering >  C program design MFC hotel order management system design
C program design MFC hotel order management system design

Time:09-23

Subject order hotel management system design
1 development platform: Microsoft Visual Studio 2010
2. Problem description
Users of the system is composed of general users and administrators, and different users with different permissions, complete their management functions, the first is the welcome screen, and then select login, first to determine the identity of the user login, legitimate users and then enter the system main interface,
Research design for a computer ordering system, able to complete the rights management, order management, order management, invoicing management, menu scores, and other functions, every dish has attributes: dishes, cooking, spiciness, meat/vegetable, price, inventory, sales,
3, the functional requirements
Data storage: all the data through text files, database or other storage way,
Administrator privileges:
1. Add features: main complete items added,
2. Editing features: can be according to the records of the results of the query to the appropriate modifications,
3. Delete function: main complete commodity information delete,
4. Statistics (optional) : according to cuisine, spiciness, meat/vegetable,
General user permissions:
1. Add to cart function (optional) : to add items to shopping cart, join whether inventory enough,
2. The buying function: buy goods at the same time, to modify of inventory and sales,
3. The registration function: register a their own account to land purchase operation,
General jurisdiction:
1. Log in function: by serial number and password authentication to judge whether it is a valid user,
2. The query function: according to cuisine, spiciness, meat/vegetable query,
3. The display function: with CListCtrl shows menu information,

CodePudding user response:


I happened to be here to see a similar to your request,

CodePudding user response:

You can see the resource file I uploaded some,

CodePudding user response:

https://download.csdn.net/download/cwj976277916/4569635
  • Related