日杂商店进销存管理系统的设计与实现.docx
文本预览下载声明
本 科 毕 业 设 计
题目:利民日杂商店进销存管理系统的设计与实现
姓
学
名:
号:
院(系、部) :
数学与信息技术学院
专
班
业:
级:
计算机科学与技术
指导教师:
完成时间: 2015
年 4 月
摘
要
本系统是针对中小型商店日常进销存的管理而开发的。系统使用 Visual Studio 2010 作为开发工具,采用 ASP.NET 技术、C#语言进行设计与实现,运用 SQL Server 2005 进 行数据库管理。本文从可行性分析、需求分析、系统设计、数据库设计和系统实现对系 统的实现过程进行了详细阐述。根据需求分析把系统用户分为采购员、销售员和管理员 三种角色。系统最终实现了采购员对商品信息管理和商品进货管理的功能,其中商品信 息管理主要包括商品信息和商品类别的添加、修改和删除等;实现了销售员对商品销售 管理和个人业绩查询的功能,其中商品销售管理主要包括添加订单、商品结账等;实现 了管理员对员工信息管理和商店利润查询等功能。
关键词:商店信息管理;进销存管理;ASP.NET
Abstract
This system is designed for the management of small and medium-sized stores’ daily inv oicing. It uses Visual Studio 2010 as development tool, adopts ASP. NET technology and c # language to conduct the design and implementation, and employs SQL Server 2005 for databas e management. This paper provides a detail explanation of the implementation process of t he system in terms of the feasibility analysis, requirement analysis, system design, database design and system implementation. The users of the system are divived into purchasing a gent, salesperson and administrator according to the denmand analysis. It is found that th is system can realize the function of purchasing agents’ management of commodity infor mation and purchase . And the management of commodity information mainly includs co mmodity information and commodity categories’ add, modify, and delete etc.; this system also realizes the function of salespersons’ management of the sales of commodity and the que ry of personal performance. And the management of sales of commodity consists of order s’ adding, commodities’ checkout etc.; this system can also realize other functions of ad ministrators’ management of employees’ information and the query of store’s profit etc.. Keywords: Store information management; Inventory management; ASP.NET
目
录
1 绪 论 1
1.1 开 发 背 景 与 意 义 1
1.2 开 发 技 术 介 绍 1
2 系 统 分 析 2
2.1 可 行 性 分 析 2
2.2 需 求 分 析 3
3 系 统 设 计 4
3.1
显示全部