毕业设计 超市采购管理信息系统.doc
约95页DOC格式手机打开展开
毕业设计 超市采购管理信息系统,摘 要主要负责处理整个超市的库存的更新等往来数据信息。往来信息处理的及时、准确会促进商业超市成本的降低,加速资金的回流,提高各级管理人员管理决策的水平。因此采购管理在整个超市管理信息系统中具有举足轻重的作用。本文对小型超市管理信息系统中的超市采购管理子系统的设计与开发过程进行详细说明。本系统设置了5个功能模块:请购单管...
内容介绍
此文档由会员 zaojiashi007 发布
摘 要
主要负责处理整个超市的库存的更新等往来数据信息。往来信息处理的及时、准确会促进商业超市成本的降低,加速资金的回流,提高各级管理人员管理决策的水平。因此采购管理在整个超市管理信息系统中具有举足轻重的作用。
本文对小型超市管理信息系统中的超市采购管理子系统的设计与开发过程进行详细说明。本系统设置了5个功能模块:请购单管理、订购单管理、合同管理、资金请求管理、系统管理。请购单管理模块中,主管审批时参照接受库存部门的请购信息生成采购订单。在采购模块中实现订购单的新建、修改、撤销功能。采购定单生成后对应生成采购合同,按照合同的付款信息,及时向财务部门反馈用款信息,经批准后更新部门可用资金数目。合同完成后,为库存提供到货信息。
本系统基于ASP.NET 2.0技术,前台使用Visual Studio 2005作为开发工具,使用C#语言开发,数据库使用SQL Server 2000。快捷方便的实现了系统的开发。
关键字:超市,信息管理系统,采购管理系统 ,采购
ABSTRACT
Commerce supermarket is one of the most important commerce working forms, in order to improve the management level and the ability of competition of the commerce supermarket, the application of the managing information system used in the area of commerce supermarket has been the great direction. And dealing with the information accurately and duly will be helpful to reduce the cost of the supermarket and the refulgence of funds, it also can help the manager to make the decision. So AP&AR transaction managing is very important to the whole system.
In this paper, a small supermarket in the Management Information System Procurement Management System supermarket design and development process in detail: This system were set up five functional modules: requisitions management, purchase order management, contract management, funding request management, and system administration,Requisitions management module in the light of approval acceptable to the competent departments of the Stock requisition to generate purchase order information. In the procurement module in order to achieve the new, modified, revoked function. Generate purchase orders generated after the corresponding procurement contracts, in accordance with the contract payment information and timely feedback to the Finance Department shall use the information for approval to update the number of sector funds available. After completion of the contract ,the stock arrival information.
The system based on ASP.NET 2.0 technology, future use Visual Studio 2005 as a development tool, the use of C # language development, database using SQL Server 2005. Completed the supermarket procurement management information system convenient and quickly.
KEY WORDS:
Supermarket, Information Management System ,Procurement management subsystem ,Business procurement process
目录
前言 1
1 系统介绍 3
1.1 建设超市管理信息系统的必要性 3
1.2 超市管理信息系统要求的特点 3
1.3 超市采购管理子系统概述 4
1.3.1 把采购管理纳入超市管理信息系统的必要性 5
1.3.2 子系统介绍 7
2 系统分析 9
2.1 系统目标 9
2.2 系统边界 9
2.3 系统管理的主要要求 10
2.4 系统业务流程图 10
2.5 需求分析 12
2.5.1需求分析的任务 12
2.5.2 超市采购管理信息系统的需求分析 12
2.5.3 数据流程图(DFD) 13
2.5.4 数据字典(DD) 17
3 系统设计 21
3.1 设计思想 21
3.2 系统模块设计 22
3.3 代码设计 24
3.4 数据库设计 24
3.4.1 概念结构设计 24
3.4.2 系统的ER 图 25
3.4.3 逻辑结构设计 28
3.4.4 数据表文件设计 29
3.5 输入输出设计 31
4 系统实现 33
4.1 系统开发工具及环境 33
4.1.1 开发工具及语言介绍 33
4.1.2 开发环境简介 34
4.2 系统编码界面实现. 34
4.2.1 请购单管理 34
4.2.2 请购单审批 35
4.2.3 订购单建立与修改 36
4.2.4合同管理 38
4.2.5 资金请求审批 40
4.3 软件调试 42
5 研究成果及软件测试 45
5.1 研究成果 45
5.2 软件测试 45
5.3黑盒测试和白盒测试 45
5.4 超市采购管理信息系统测试 46
结 论 47
致 谢 49
参考文献 51
附 录 53
前言
在信息时代的今天,计算机以其快速、准确的信息处理功能渗透于我们周围的方方面面,同时随着网络技术和软件技术的飞速发展,当今社会也正快速向信息化社会前进,信息系统的作用也越来越大,商业经营管理也日渐体现出运用计算机的优越性。
特别是随着数据量的增大,系统的信息管理变得更加困难,查询时间也变的无法接受。采购是企业经营的一个核心环节,是获取利润的重要来源。因此,在这次毕业设计中,我运用所学的软件工程及数据库知识,采用目前流行的方便的visual Studio 2005的C#语言,利用面向对象的可视化设计方法,开发了《超市采购管理信息系统》。
本文共分为四个部分:
第一部分在对超市管理信息系统简单介绍完后对采购管理子系统的现状进行了详述,并根据其现状提出了相应的解决方法。
第二部分结合用户需求,对采购管理子系统进行了业务流程和数据流程分析。
第三部分在系统分析的基础上划分了系统模块,对数据库、输入输出、代码和界面等进行了详细设计。
第四部分通过系统软硬件的准备,采用Windows xp、Microsoft SQL Server 2000和Visual Studio 2005的技术手..
主要负责处理整个超市的库存的更新等往来数据信息。往来信息处理的及时、准确会促进商业超市成本的降低,加速资金的回流,提高各级管理人员管理决策的水平。因此采购管理在整个超市管理信息系统中具有举足轻重的作用。
本文对小型超市管理信息系统中的超市采购管理子系统的设计与开发过程进行详细说明。本系统设置了5个功能模块:请购单管理、订购单管理、合同管理、资金请求管理、系统管理。请购单管理模块中,主管审批时参照接受库存部门的请购信息生成采购订单。在采购模块中实现订购单的新建、修改、撤销功能。采购定单生成后对应生成采购合同,按照合同的付款信息,及时向财务部门反馈用款信息,经批准后更新部门可用资金数目。合同完成后,为库存提供到货信息。
本系统基于ASP.NET 2.0技术,前台使用Visual Studio 2005作为开发工具,使用C#语言开发,数据库使用SQL Server 2000。快捷方便的实现了系统的开发。
关键字:超市,信息管理系统,采购管理系统 ,采购
ABSTRACT
Commerce supermarket is one of the most important commerce working forms, in order to improve the management level and the ability of competition of the commerce supermarket, the application of the managing information system used in the area of commerce supermarket has been the great direction. And dealing with the information accurately and duly will be helpful to reduce the cost of the supermarket and the refulgence of funds, it also can help the manager to make the decision. So AP&AR transaction managing is very important to the whole system.
In this paper, a small supermarket in the Management Information System Procurement Management System supermarket design and development process in detail: This system were set up five functional modules: requisitions management, purchase order management, contract management, funding request management, and system administration,Requisitions management module in the light of approval acceptable to the competent departments of the Stock requisition to generate purchase order information. In the procurement module in order to achieve the new, modified, revoked function. Generate purchase orders generated after the corresponding procurement contracts, in accordance with the contract payment information and timely feedback to the Finance Department shall use the information for approval to update the number of sector funds available. After completion of the contract ,the stock arrival information.
The system based on ASP.NET 2.0 technology, future use Visual Studio 2005 as a development tool, the use of C # language development, database using SQL Server 2005. Completed the supermarket procurement management information system convenient and quickly.
KEY WORDS:
Supermarket, Information Management System ,Procurement management subsystem ,Business procurement process
目录
前言 1
1 系统介绍 3
1.1 建设超市管理信息系统的必要性 3
1.2 超市管理信息系统要求的特点 3
1.3 超市采购管理子系统概述 4
1.3.1 把采购管理纳入超市管理信息系统的必要性 5
1.3.2 子系统介绍 7
2 系统分析 9
2.1 系统目标 9
2.2 系统边界 9
2.3 系统管理的主要要求 10
2.4 系统业务流程图 10
2.5 需求分析 12
2.5.1需求分析的任务 12
2.5.2 超市采购管理信息系统的需求分析 12
2.5.3 数据流程图(DFD) 13
2.5.4 数据字典(DD) 17
3 系统设计 21
3.1 设计思想 21
3.2 系统模块设计 22
3.3 代码设计 24
3.4 数据库设计 24
3.4.1 概念结构设计 24
3.4.2 系统的ER 图 25
3.4.3 逻辑结构设计 28
3.4.4 数据表文件设计 29
3.5 输入输出设计 31
4 系统实现 33
4.1 系统开发工具及环境 33
4.1.1 开发工具及语言介绍 33
4.1.2 开发环境简介 34
4.2 系统编码界面实现. 34
4.2.1 请购单管理 34
4.2.2 请购单审批 35
4.2.3 订购单建立与修改 36
4.2.4合同管理 38
4.2.5 资金请求审批 40
4.3 软件调试 42
5 研究成果及软件测试 45
5.1 研究成果 45
5.2 软件测试 45
5.3黑盒测试和白盒测试 45
5.4 超市采购管理信息系统测试 46
结 论 47
致 谢 49
参考文献 51
附 录 53
前言
在信息时代的今天,计算机以其快速、准确的信息处理功能渗透于我们周围的方方面面,同时随着网络技术和软件技术的飞速发展,当今社会也正快速向信息化社会前进,信息系统的作用也越来越大,商业经营管理也日渐体现出运用计算机的优越性。
特别是随着数据量的增大,系统的信息管理变得更加困难,查询时间也变的无法接受。采购是企业经营的一个核心环节,是获取利润的重要来源。因此,在这次毕业设计中,我运用所学的软件工程及数据库知识,采用目前流行的方便的visual Studio 2005的C#语言,利用面向对象的可视化设计方法,开发了《超市采购管理信息系统》。
本文共分为四个部分:
第一部分在对超市管理信息系统简单介绍完后对采购管理子系统的现状进行了详述,并根据其现状提出了相应的解决方法。
第二部分结合用户需求,对采购管理子系统进行了业务流程和数据流程分析。
第三部分在系统分析的基础上划分了系统模块,对数据库、输入输出、代码和界面等进行了详细设计。
第四部分通过系统软硬件的准备,采用Windows xp、Microsoft SQL Server 2000和Visual Studio 2005的技术手..