文档介绍:数据库设计论文
商品进销存管理系统
2010年 1 月 10 日
摘要
进销存管理系统能够及时将数据快速转化为企业信息,为管理者提供决策依据。本系统对企业中常见的采购、库存、销售等商业活动以及相关的供应商和客户等基本信息进行管理,自动生成采购入库单、出库单,定期盘点库存,查询历史采购和销售记录;维护产品信息、客户信息和供应商信息等。系统设计不具体对某一个行业或企业,具有一定的普适性。
系统开发的总体任务是实现各种信息的系统化、规范化、自动化。以进、销、存管理为基本要求,主要功能包括:用户名和密码的管理、基本信息的输入和修改、进货信息的管理、销售信息的管理、库存信息的管理、财务信息的管理。设计的模块主要是实现用户名和密码的管理、基本信息的输入和修改、进货信息的管理。
关键词:商业信息管理,数据库,SQLSever2000,Visual Basic
Abstract
There are some mon characteristics and questions among the retailers and chain stores in selling medium and small-scale in batches .In order to solve there problems ,we have designed the system of goods inlet ,sale and stored .This system is a multi-layer database system ,which use VB as the front developing instrument ,SQLSever2000 as backstage supporter’s database operating platform and ODBC to connect and visit the database.
The overall task of this system developed is to put different information systemazations ,standardzation ,automazation into reality .The basic demand includes modity ,modity and modity .The management of user name and password’s input ,the basic information of input and modification ,the management of stocking information .
Keywords: Business information management, Database, SQLSever2000, Visual Basic
目录
第一章绪论 6
研究背景 6
管理信息系统的发展历史 6
国内管理信息系统发展现状 7
开发工具简介 7
Visual basic 简介 7
ADO数据库访问技术 7
SQL Server 2000 9
可行性研究 9
技术可行性 9
经济可行性 10
第二章系统的需求分析 11
需求分析的目标 11
需求分析的原则 11
需求分析的一般步骤 11
系统业务流程分析 12
业务流程图使用的基本符号 12
进销存管理业务流程图 13
系统数据流图分析 13
数据流程图图形符号 13
系统功能的提出 14
数据字典 14
第三章数据库设计 16
16
16
16
17
17
E-R图 17
系统 E-R图设计 18
数据库与逻辑结构设计 18
数据表结构清单 18
Product数据表结构 19
19
Customer数据表结构 20
Users数据表结构 20
Purchase数据表结构 21
Sale数据表结构 21
各数据表的关系 22
第四章系统详细设计 23
系统功能设计 23
系统的实现 26
创建系统窗口