文档介绍:安徽大学
本科毕业论文(设计、创作)
题目: 物流公司管理系统的设计与实现
学生姓名: 学号:
院(系): 计算机科学与技术专业: 软件工程
入学时间: 2007 年 9 月
导师姓名: 职称/学位:
导师所在单位:
完成时间: 2011 年 5 月
物流公司管理系统的设计与实现
摘要
随着经济发展,社会的各个行业领域都发生了巨大的变化,国内物流业近几年也朝着信息化方向发展。但与此同时带来的是管理难度的加大,通过计算机管理系统对企业进行管理,解决传统管理方法中的运作节奏和企业内部资源不能及时作出匹配和调整的问题,大大的提高了企业资源的利用率,进而提高企业的工作效率和经济效益。从国内外物流管理经验看,一个完善的信息管理系统是检验企业物流管理能否适应现代物流发展的最基本条件,于是物流公司管理系统应运而生。该系统能够实现托运、装车、发车、收货一体化管理,运用Microsoft SQL Server 2000数据库系统和Visual Studio 2008平台下的C#开发技术开发实现。本论文按照软件工程的方法,阐述了物流公司管理系统的系统分析、总体设计、数据库设计、详细设计和测试等过程。
关键词:物流;数据库;管理信息系统
Design and Implementation of pany Management Information System
Abstract
With the development of economy, every industry has enormous change. The logistics industry has move towards these also bring up the difficulty in management. By means puter management system, the problems of operational rhythm and resources panies can’t be matched and coordinated have been resolved,and then it improves working efficiency and economic profits. In view of the management experience in logistics , a perfect information management system is the basic condition in verifying whether pany’s logistics management can adapt to the modern logistics development. "pany Management System" emerge as the times require. The use of Microsoft SQL Server 2000 database system and Visual Studio 2008 of C# programming languages to achieve, including consign Management, entrucking management, depart management, receiving management. In this paper, in accordance with the method of software engineering on the pany the system analysis, system design, data base design,detailed design, system test, etc.
Keywords:Logistics;Database;Management information system
目录
1 引言 1
选题的依据及意义 1
物流管理系统简介 1
课题研究内容、要求及目标 2
2 系统分析 2
可行性分析 2
需求分析 3
功能需求 3
性能需求 4
可靠性和可用性需求 4
3 总体设计 4
系统规划 4
总体设计目标 5
4 数据库设计 6
概念结构设计 6
逻辑结构设计 9
数据库概述 9
数据库表结构 9
5 系统的详细设计与实现 13
5.