实验11 课程设计题目

发布 2022-10-04 08:13:28 阅读 5124

课题20 宾馆客房信息管理系统。

1)基本要求。

宾馆需要一个客房信息管理系统对旅客住宿情况进行管理。系统分前台管理和后台管理两部分。其中后台管理包括客房信息输入、客房信息查询、前台操作员管理、统计报表等功能;前台管理包括客房预订、入住登记、客房查询、收费管理等功能。

2)基本功能。

客房信息输人:包括每间客房的大小级别、地理位置、预设租金等信息。

客房信息查询:用于及时掌握客房的安排情况。

前台操作员管理:用于设置前台操作员的密码和基本信息。

统计报表:将各类信息进行统计,从而做出正确安排住房的决策。

客房预订:处理各类客户预定请求。预定可以通过各种方式进行(如**、e-mail、传真等),前台需要根据当前客房情况,及时反馈给客户预定结果。

入住登记:客户实际入住时,需要及时登记客户信息,以便今后的查询。

客房查询:可以根据各种信息查询客房是否入住及入住情况。

收费管理:包括入住的订金,各类其他消费情况和最终的结账管理。

一)erwin图。

导出**:create table book(

bidint not null ,cosidchar(18) not null ,wayvarchar(20) not null ,bintimedatetime not null ,discountchar(18) null ,bremarkchar(18) null ,ridchar(18) null )

goalter table book

add constraint xpk预定 primary key clustered (bid asc)

gocreate table checkin(

cosidchar(18) not null ,ridchar(18) not null ,intimedatetime not null ,chediscountchar(18) null ,cheremarkvarchar(20) not null ,foregiftchar(18) not null ,cheidchar(18) not null

goalter table checkin

add constraint xpk入住登记 primary key clustered (cheid asc)

gocreate table cos(

cosidchar(18) not null ,namevarchar(20) not null ,idnumchar(18) null ,telchar(18) not null ,sexchar() not null

goalter table cos

add constraint xpk顾客 primary key clustered (cosid asc)

gocreate table count(

cheidchar(18) not null ,settlement_time char(18) null ,amountchar(18) null ,couidchar(18) not null

goalter table count

add constraint xpk结算 primary key clustered (couid asc)

gocreate table room(

ridchar(18) not null ,typechar not null ,locationchar(18) not null ,unit_pricechar() not null ,bednumchar(18) null ,air_condvarchar(20) null ,tvvarchar(20) null ,phonevarchar(20) null ,toiletvarchar(20) null

goalter table room

add constraint xpk客房 primary key clustered (rid asc)

goalter table book

add constraint r_9 foreign key (cosid) references cos(cosid)

on delete no action

on update no action

goalter table book

add constraint r_10 foreign key (rid) references room(rid)

on delete no action

on update no action

goalter table checkin

add constraint r_4 foreign key (cosid) references cos(cosid)

on delete no action

on update no action

goalter table checkin

add constraint r_5 foreign key (rid) references room(rid)

on delete no action

on update no action

goalter table count

add constraint r_12 foreign key (cheid) references checkin(cheid)

on delete no action

on update no actiongo

2019课程设计题目

课程设计。课程设计总体要求 根据菌种生理特性 产品生产基本工艺流程 总体生产规模 各工艺环节理论参数,通过计算获得实际的生产工艺流程与设备型号,并进一步通过计算实际的工艺参数与设备利用率,最终确认生产设计的合理性。课程设计任务书内容提纲。1 设计题目 给出了菌种生理特性 总体生产规模信息 2 基本工...

2019课程设计题目

1 高阶动态电路系统物理建模解法simulink simpowersystem程序设计。直接建立rlc电路物理模型文件,并在待测量元件支路中接入电流表模型,在元件两端并联电压表模型,在电路中接入信号源模型,加入必不可少的电力系统 研究的图形界面模型powergui,运行系统模型,给出所有关注支路的电...

0210804课程设计题目

0210804班。光电信息系统课程设计报告的内容和要求 1 封面 设计题目 学生姓名 班级 学号 2 正文 包括课题分析 设计方案 原理图等 3 总结 设计特点及补充说明,鉴别比较分析,个人体会等 4 参考文献及参考书。设计题目 1.光纤传感器在测量技术中的应用 2.利用激光衍射法,设计系统实现微丝...