1、 毕 业 设 计毕 业 设 计 设计题目设计题目 药品进销存管理系统设计药品进销存管理系统设计 学生姓名学生姓名 学学 号号 专业班级专业班级 指导教师指导教师 20 13 年年 6 月月 6 日日 药品进销存管理系统设计药品进销存管理系统设计 摘摘 要要 药品进销存管理系统是医院信息系统建设的重要组成部分。有效的药品进 销存管理可以对药品物流、资金流和信息流进行整体规划,减少不良库存,降 低药品流通资金占用率,挖掘潜在利润。本文基于 VB 和 ADO 技术编程实现了 一个集药品进销存为一体的信息管理系统, 该系统以 SQL Server 2000 为后台数 据库,实现了商品类型管理、商品管理
2、、进货管理、销售管理、报损管理、供 销商管理、销售分析等功能。本系统界面简洁、明快、直观,尤其适合中小型 药房的药品批发零售管理。 关键词:关键词:药品进销存管理系统;SQL Server 2000;ADO; VB Design of a Stocking-Selling-Storing System of Medicine ABSTRACT The stocking-selling-storing system of medicine is an important component in the construction of hospital information system, w
3、hich can plan drugs, capital and information more effectively, reduce adverse inventory and tap the potential profits. This dissertation developed a stocking-selling-storing system of medicine based on VB and ADO. We use SQL Server 2000 for database design. The system can achieve the product type ma
4、nagement, product management, purchasing management, sale management, loss report management, supplier management, sale analysis, and so on. The system interface is simple, clean, and intuitive, and especially it is fit for the wholesale and retail of drugs in small and medium sized drugstores. Key
5、words: stocking-selling-storing system of medicine; SQL SERVER 2000; ADO; VB 目目 录录 第一章 绪论 . 1 1.1 研究背景 1 1.2 国内外研究现状 1 1.3 课题目的与意义 2 1.4 论文组织与结构 3 第二章 开发工具简介 . 4 2.1 visual basic 编程开发工具 . 4 2.1.1 Visual Basic 语言概述 . 4 2.1.1.1 VB 简介. 4 2.1.1.2 VB 语言的基本特点及 VB 应用程序的基本持点 4 2.1.2 Visual Basic 编程环境 5 2.1.
6、2.1 面对对象的编程 5 2.1.2.2 实现菜单选项 5 2.1.2.3 实现工具栏 5 2.1.2.4 关于版本 5 2.2 使用 SQL Server 2000 实现关系型数据库 . 6 2.2.1 数据库的概念 6 2.2.2 SQL Server 2000 介绍 6 2.3 ADO 技术 7 2.3.1 VB 访问 SQL 数据库的常用方法 7 2.3.2 ADO 的概念以及作用 7 2.3.3 ADO 的性能优势 8 2.3.4 使用 ADO Data 访问数据库 . 8 2.3.5 ADO 对象模型 9 第三章 软件需求分析 . 10 3.1 系统功能分析 10 3.1.1 基本信息的维护 10 3.1.2 进货管理 10 3.1.3 销售管理 10 3.1.4 报损管理 10 3.2 系统性能分析 .11 3.2.1 多层结构设计 .11 3.2.2 面向对象设计 .11 3.2.3 指导经营的功能 .11 3.3 系统功能模块设计 .11