苏州大学本科生毕业论文(设计)
分类号 单位代码 密 级 学 号
苏 州 大 学
常熟理工学院本科班
毕业设计(论文)
题 目: 基于C/S模式的物流管理系统
姓 名: 吕玲 专 业: 计算机科学与教育(教育) 系、班级: 计算机系01计教 指导教师: 邹永林 起止日期: 2005年4月——2005年6月
1
苏州大学本科生毕业论文(设计)
基于C/S模式的物流管理系统
吕玲
(常熟理工学院计算机科学与技术系,江苏 常熟 215500)
摘要:物流管理系统是典型的管理信息系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的数据库。而对于后者则要求应用程序功能完备。因此本人结合目前物流管理的要求,对物流管理系统进行了全面的分析,并由此设计了应用系统。本系统基本满足了用户对物流的管理需求,并能使具有不同权限的用户完成不同的操作,保证了数据的安全性。用户界面美观友好。系统各项功能更加贴近信息电子化处理,从而避免了手工劳动所带来的烦琐与出错率高的缺点,按照社会化大生产专业分工的原则,利用货运网络和信息网络,将这些原来彼此分割的物资流通活动有机的串联起来,形成一个完整的运送保障体系,又专门的物流企业为客户提供多功能,全方位,一体化的综合服务,通过理顺生产环节和提高劳动效率来降低流通成本。 关键词:物流管理系统,数据库,手工劳动,信息电子化。
2
苏州大学本科生毕业论文(设计)
Ttock management system according to C/S pattern
Lvling
(Dept.of Computer, Changshu Institute of Technology, Changshu 215500, China)
ABSTRACT:The Ttock management system is a typical Management Information System (MIS). Its developments mainly include the establishment and maintenance of Back-end Database, and the exploitation of front-end application program. The former needs the unity of the data, and the Database with good integration and security, while the later requires that application program have complete functions and is easy to use. Therefore, combining with the present requirements of the equipments of management, I analysis the system, and design the system. This system basically meets consumer’s requirements of the equipments. The consumers with different limits of authority can finish different operations. Because of that the system makes the data more secure. The user interface is more beautiful and friendly. And each function of the system is closer to the disposal of the electrification of the information, we can avoid a lot of trouble brought about by the manual labour,according to the principle of division among specialized departments of the large-scale social production , utilize the freight transportation network and information network, stand up circulation of materials activity organic series connection that cut apart each other originally these, forming a intact transporting the security system, special again logistics enterprises offer to customer multi-functionally, omni-directional, integrated integrated service, is it circulate the cost to reduce through making the production ink in order and raising labour efficiency.
KeyWord:The Ttock management system, Database, security, manual labour.
3
苏州大学本科生毕业论文(设计)
目 录
1 前 言....................................................................6
1.1 管理信息系统(MIS)理论基础......................................6 1.2 物流管理信息系统介绍..............................................6 2 开发环境及工具简介......................................................7
2.1 开发模式——C/S模式...............................................7 2.2 开发工具Delphi 7简介..............................................7
2.2.1 Delphi的特点..................................................7 2.2.2 Delphi语言的基本特点..........................................7 2.3 SQL SERVER 2000的特点.............................................8 3 物流管理信息系统分析....................................................9
3.1 目前业务基本情况描述..............................................9 3.2 系统需求分析......................................................9
3.2.1 识别参与者.....................................................9 3.2.2 识别用例.......................................................9 3.2.3 系统用例图.....................................................9 3.3 系统可行性分析...................................................10 4 系统总体结构设计......................................................12
4.1 系统配置.........................................................12
4.1.1 SQL Server 2000 配置要求:....................................12 4.1.2 Delphi 7 配置要求:...........................................12 4.2 系统解决方案.....................................................12 4.3 系统功能模块分析.................................................14 4.4 系统功能模块设计.................................................14
4.4.1 系统功能模块划分..............................................14 4.4.2 系统各模块功能图..............................................15
5 数据库设计............................................................16
5.1 数据库需求分析...................................................16 5.2 数据库概念设计...................................................16 5.3 数据库逻辑结构设计...............................................18 6 系统详细设计...........................................................23
6.1 系统的数据模块....................................................23 6.2 程序启动画面.....................................................24
6.2.1 程序流程图....................................................24 6.2.2 用例事件流程.................................................24 6.2.3 核心代码......................................................25 6.3 用户登陆模块.....................................................25
4

