文件名称:C++餐厅叫号系统(QT平)
文件大小:20KB
文件格式:RAR
更新时间:2015-01-29 06:35:31
C++ QT 餐厅叫号
编写一个程序,实现餐厅桌号预订系统。 基本功能:1. 餐厅提供小,中,大三种餐位,分别对应0~4人,5~8人,9人以上; 2. 每种餐位若干,每个餐位都有相应的编号; 3. 每种餐位使用收取的费用不同; 4. 每位客人根据就餐人数选择不同类型的餐位,系统则根据等待人数给用户生成一个等待号码,显示客人当前排号以及在他之前有多少位客人在等待。 5. 不同类型餐位都有自己的一个等待列,为客人生成的号码互不影响; 6. 支持查询指定号码所在的餐位; 7. 实现日志功能(记录每天所有餐位的使用状况,收入); 8.客人可以动态查看当前餐位使用情况(每种餐位当前排到多少号等)
【文件预览】:
Restaurant
----tablecontrol.h(261B)
----Restaurant.pro(1KB)
----tablerecord.cpp(436B)
----customer.cpp(3KB)
----manager.h(457B)
----managerdialog.h(670B)
----loginframe.ui(4KB)
----cusrecord.h(400B)
----Table.cpp(110B)
----salerecord.cpp(59B)
----test.ui(1KB)
----Table.h(365B)
----finisheating.cpp(1KB)
----tablecontrol.cpp(2KB)
----loginframe.h(554B)
----tableList.h(663B)
----cusrecord.cpp(60B)
----cusNode.h(247B)
----cusNode.cpp(193B)
----managerdialog.cpp(4KB)
----test.cpp(186B)
----dialog.h(334B)
----tableNode.h(305B)
----test.h(263B)
----customer.h(589B)
----manager.cpp(379B)
----tableList.cpp(2KB)
----finisheating.h(350B)
----Restaurant.pro.user(18KB)
----loginframe.cpp(1KB)
----CustomerList.h(424B)
----InfoPackage.cpp(1KB)
----main.cpp(4KB)
----tablerecord.h(429B)
----salerecord.h(188B)
----tableNode.cpp(245B)
----CustomerList.cpp(1KB)
----dialog.cpp(759B)
----dialog.ui(1KB)
----customer.ui(6KB)
----managerdialog.ui(9KB)
----InfoPackage.h(1KB)