超市管理系统毕业设计论文vb.doc
超市管理系统毕业设计论文vb,超市管理系统摘 要由于计算机信息化的快速发展,即使是很小的超市也需要实现超市的计算机系统管理,它有着广泛的市场前景,而大型的超市管理系统功能由于过于强大而造成的操作繁琐降低了小超市的工作效率。所以需要针对于中小超市的非分布式的超市管理系统。系统大致分为六个功能模块。系统的每一个功能模块都包含...
内容介绍
此文档由会员 yhc121 发布超市管理系统毕业设计论文vb
超市管理系统
摘 要
由于计算机信息化的快速发展,即使是很小的超市也需要实现超市的计算机系统管理,它有着广泛的市场前景,而大型的超市管理系统功能由于过于强大而造成的操作繁琐降低了小超市的工作效率。所以需要针对于中小超市的非分布式的超市管理系统。
系统大致分为六个功能模块。系统的每一个功能模块都包含了多个功能。模块具体为:登录模块:登录模块主要进行用户权限的验证,只有具备一定权限的人才能登录到系统,这样才能保证系统的安全; 商品信息模块:商品信息模块主要是管理具体的商品,通过该模块能够查看每种产品的具体信息; 供应商管理模块:供应商管理管理了供应商的信息; 商品销售模块:商品销售结算是系统的前台销售模块,一般收银员都是在这个界面操作以实现对顾客的购买商品信息的登记、收款等业务; 入库模块: 入库模块主要是将新采购的商品登记入库。
系统用了VB语言和SQL Server 2000作为开发工具。采用C/S结构,实现对整个系统的信息化管理。这种系统优势在于系统比较简单,但功能强大,扩展性能也比较好,完全能够处理一般超市的日常任务。
关键词 数据库; 超市管理; 信息系统
Supermarket Management System
Abstract
With the development of computer informationization, even if the very small supermarket also needs the supermarket computer system management, it has the widespread market prospect, but the large-scale supermarket management system management system function was too formidable causes the operation to cut the small supermarket working efficiency tediously. Therefore, the need for small and medium-sized supermarkets in the non-distributed supermarket management system.
System is broadly divided into six functional modules. System functional modules each contain a number of features. Specific modules for: Login modules: the main user login module to verify the permissions, only those who possess the necessary permissions to log on to the system, so as to ensure the safety of the system; Commodity information modules: merchandise management information module is specific commodities, the adoption of the module be able to view specific information for each product; Supplier management modules: the management of supplier management information suppliers; goods sales modules: sales of future settlement is the sale of modules, general cashier operation in this interface in order to achieve the purchase of goods to the customer registration information, receivables and other business; Storage modules: the main storage module is to register the new storage of goods procurement。
The system used the VB language and SQL Server 2000 as a development tool. The use of C / S structure, the realization of the entire information management system. Advantage of the system such a system is relatively simple, but powerful, the expansion of better performance, fully able to handle day-to-day tasks of the general store.
Key words Database; Supermarket management; Information system
目 录
摘 要 I
Supermarket Management System II
Abstract II
目 录 1
第1章 绪 论 3
1.1 开发超市管理系统的背景 3
1.2 开发超市管理系统的意义 3
第2章 可行性研究 4
2.1 引言 4
2.2 市场调查 4
2.3 技术可行性 4
2.3.1 VB 4
2.3.2 数据库的选择 6
2.4 经济可行性 7
2.5 操作可行性 8
第3章 需求分析 9
3.1 需求分析的作用 9
3.2 需求的任务 9
3.3 业务流程图 10
3.4 数据流图 12
3.5 数据字典 14
第4章 总体设计 17
4.1 总体设计引言 17
4.2 系统总体设计方案 17
4.3 系统实现的主要功能 17
4.3.1 系统功能介绍 17
4.3.2 系统的功能模块图 19
第5章 数据库设计 20
5.1 数据库设计引言 20
5.2 概念设计 20
5.3 逻辑设计 22
第6章 详细设计 25
6.1 详细设计的引言 25
6.2 系统的登录设计 25
6.3 系统主界面的设计 28
6.4 供应商管理模块 30
6.5 商品信息管理模块 32
6.6 商品分类管理 34
6.7 商品入库管理 34
6.8 前台销售模块 35
6.9 权限管理模块 36
第7章 软件测试 38
7.1 软件测试的概念 38
7.2 软件测试的策略 38
7.3 软件测试的过程 38
7.3.1单元测试 38
7.3.2集成测试 40
7.3.3确认测试 41
7.3.4系统测试 41
第8章 系统维护 42
结 论 43
致 谢 44
参考文献 44