论文首页哲学论文经济论文法学论文教育论文文学论文历史论文理学论文工学论文医学论文管理论文艺术论文 |
超市管理信息系统的设计与实现
摘 要:本文介绍了超市管理系统开发全过程。系统的开发采用Visual Basic 6.0 和SQL Server 2000,并以Windows 2000Server 作为开发平台。
本系统是市场上最流行的超市上常用的系统之1,它主要包含以下几个模块:系统权限的设定、原始数据录入、数据的汇总及查询等。从而,实现对进货、库存、销售及员工信息等实现全面、动态、及时的管理。
本文系统的分析了软件开发的背景及过程;首先介绍了软件的开发环境,其次介绍了本软件的详细设计过程:数据库的设计、各个模块的设计和实现,以及具体界面的设计和功能。最后对在本软件开发过程中的问题进行了总结。
通过阅读该,读者可以了解到“超市管理系统”的规划、设计过程,掌握系统的功能。同时对当前比较具有代表性的微软公司开发工具VisualBasic 6.0 和功能强大的数据库开发工具SQL Server 2000 以及数据库连接技术有1定了解。
关键词:超市管理信息系统;VB6.0;ADO; SQL Server 2000
The design and reality of the system on management in supermarket
Abstract:The paper narrates the total process about the the system on management in supermarket .This system based on Windows 2000 and it is developed with Visual Basic 6.0 and SQL Server 2000.
The system which includes system operators setting, the original datas input and modification, the gathering and searching for the information. Thus, it makes Invoicing and Inventory informations Management System in a total, dynamic and timely way.
The paper systematically analyses the system development background and development process. Firstly, the paper introduce the software development circumstance, secondly, it discussed the system development detailed design process which includes database designing, function blocks designing and implement and interface designing as well. Finally, I summarize some problems that met during the course of development. (科教作文网 zw.nseac.com整理)
The reader can know IISs planning, designing process and grasp the system function through the reading. At the same time, he can learn the most representative development tool at present –Visual Basic 6.0, the powerful database development tool--SQL Server 2000
and the technology in connecting databases with Visual Basic--ActiveX Data Objects(ADO).
Key words:The system on management in supermarket; VB 6.0; ADO; SQL Server 2000
目录
摘 要 1
ABSTRACT 2
前言 3
1 商业超市管理信息系统概述 4
1.1 问题的提出 4
1.2本文研究路线 4
1.3 超市管理信息系统功能概述 5
1.4 超市管理信息系统目标 6
1.5课题开发的理论依据 6
1.5.1 SQL Server 2000 简介 6
1.5.2 Visual Basic 6.0 简介 7
1.5.3 ADO技术介绍 8
2 需求分析 10
2.1 需求分析的目的 10
2.2 系统功能分析及功能的实现 10
2.3 系统业务流程分析 11
2.4 性能需求 12
2.5 运行需求 13
2.6 安全需求 13
3 数据库设计 14
3.1 数据库E—R图及数据库表 14
3.2 系统运行环境 18
4 系统详细设计 19
4.1 系统功能总括 19
4.2 用户登陆模块的设计 19
4.3 总经理操作模块设计 22
4.3.1 总经理操作模块主界面 22
4.3.2 确认进货功能模块 24
4.3.3 结算销售记录功能模块 26
4.4 项目经理操作模块设计 29
4.4.1项目经理登陆模块 29
4.4.2 项目经理管理模块 29
4.4.3 库存功能模块 33
4.5 收银员操作模块设计 37
4.6其他方面设计 41
5系统实施运行 42
5.1 系统软/硬件环境 42
5.2 系统软件支持 42
5.3 测试计划 43
6 结束语 44
参考文献 45
致谢 46
注:不包括源代码.