|
目录
引言 3
第一章 商场管理系统的需求分析 3
1.1商场管理系统的任务 3
1.2 商场管理系统的作用 4
1.3商场管理系统的功能模块 4
1.3.1 资料管理 5
1.3.2采购管理 6
1.3.3销售管理 7
1.3.4库存管理 8
1.3.5 系统管理 9
第二章:商场管理系统数据库分析 10
2.1 商场管理系统数据表单清单 10
2.2 商场管理系统功能 11
2.3 商场管理系统流程图 12
第三章 商场管理系统的设计 13
3.1 商场管理系统的开发工具的确定 13
3.1.1 Microsoft Visual Studio .NET 2003 14
3.1.2 Microsoft SQL Server 2000 14
3.2 我的工作 15
3.3 数据库的实现 15
3.3.1 数据库的关系图 15
3.3.2 创建存储过程 16
3.4 程序界面的实现 18
3.4.1系统主窗体的实现 18
3.4.2商品信息维护功能的实现 19
3.4.3 供货商信息维护功能的实现 22
3.4.4 进货管理功能的实现 22
3.4.5 库存查询功能的实现 24
3.4.6 系统管理功能的实现 24
第四章 结论 25
4.1 毕业设计体会 25
4.2 展望 26
4.3 致谢 26
参考文献: 27
小型商场管理系统的设计
―进货管理和信息维护模块的实现
薛大上
湛江师范学院信息科学与技术学院 湛江524048
摘要:本文对商场管理自动化的现状进行分析,并详细阐述了商场商品的进销存管理及其物流模型,通过需求调查、系统分析、系统设计,开发了一个商场的商品进销存管理系统,实现了进货管理和信息维护模块。该系统基于windows平台,使用.net 2003集成开发环境开发,采用Sql server2000 作为后台数据库服务器。该模块主要包括商品信息管理和进货管理、查询及分析等功能。本系统除可以提高商场运作效率,杜绝人为因素给商场带来的损失,还可以使管理者实时了解商品的销售情况,及早调整销售策略,以保证商场能够长期稳定发展并在市场上取得自己的竞争优势。
关键词:商场管理自动化;权限管理;进货管理; .NET
Small Market Management System ――Stocks management and Information management
Xue Dashang
Information Science & Technology School, Zhanjiang Normal College, Zhanjiang, 524048
Abstract: This article analyses the actualities of commerce automation and particularly expounded commodity purchase, sales, inventory management as well as logistics model. By the requirements investigation system analysis and systems design, developing a commodity small market management system for marketplace. The system base on windows platform and developed by .Net 2003,use Sql server 2000 as DBSM. The system includes purchase module, sale module and storage module ,among this paper emphasis the analysis of storage management system, realizes product information management,purchase management ,query and analyses function as well. Besides improving movement efficiency of marketplace, this system can prevent artificial factor that damaging marketplace. It can still make the governer know the sale circumstance of commodity in time and adjust the sale strategy in the early time which guarantee the market can have a long-term stable development and obtain the own competition adventage on the market.
Key word: Small market management automation;Authority Management;Inventory Management;.NET
|