{$cfg_webname}
主页 > 计算机 > VB >

医药进销存管理系统的设计与实现

来源:wenku163.com  资料编号:WK1631158 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1631158
资料介绍

摘 要
计算机管理信息系统是一项系统工程,综合了计算机、网络、数据库、通讯技术,也包括了企业管理科学和众多丰富实践经验的总结。它是先进科学技术和现代企业经营管理结合的范例。它的产生和运行是企业经营管理发展到一定阶段、一定规模及特定经济环境下的必然要求。
目前,全球药品市场竞争日益激烈,企业要想获得持续性的赢利取决于其是否能够赢得和保持相当的客户的满意度。经过分析,我们使用MICROSOFT公司的VISUAL BASIC开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。

关键词:药品,窗体,域,数据库access。

Abstract
The calculator management information system is a system engineering, synthesizing the calculator, network, database, the communication technique, also including the business enterprise management science and numerous abundant empirical summary of fulfillment.It is the example that the advanced science technique combines with the modern business enterprise management. Its creation and movement is the business enterprise management management develops the certain stage, inevitable request of certain scale and particular and economic environmentses are. Currently, the global drugs` market competition is increasingly vigorous, the companies medicine enterprise wants to be keep on the win the benefit to be decided by whether it can win and keep the satisfaction of the equal customers or not.Through analysis, we use the VISUAL BASIC  development tool of the company of MICROSOFT, making use of various development tool that faces to the object of what it provide, particularly is this ability of the data window way is convenient and simple and direct to manipulate the database of intelligence turn the object, build up the system application prototype in the in a short time first, then, start the prototype system to carry on the need generation to the beginning, revise and improve continuously, until formation the customer is satisfied and can go the system.

Keywords: window body  area  database.

医药进销存管理系统的设计与实现
医药进销存管理系统的设计与实现
医药进销存管理系统的设计与实现
医药进销存管理系统的设计与实现
医药进销存管理系统的设计与实现
医药进销存管理系统的设计与实现


功能需求
  通过对药品门店日常业务的设计处理,实现了现代化的药品门店管理模式.具体功能包括日常业务、库存管理、查询统计、基础信息管理、系统设置五大模块.系统主要的功能模块设计有:
〔1〕    日常业务:入库单、销售单、入库退单、销售退单.
〔2〕    库存处理:库存盘点、库存查询、价格管理.
〔3〕    查询统计:入库查询、销售查询、入库退单查询、销售退单查询.
〔4〕    基础信息管理:客户管理、供应商管理.
〔5〕    系统设置:初期建帐、密码设置、数据备份、数据恢复.
2.2 实现目标
面对药品行业的高速发展及其发展过程中出现的各种情况,药品门店进销存管理系统在实施后应能够达到以下目标:
〔1〕    实现多点操作的信息共享,相互之间信息传递准确、快捷、顺畅.
〔2〕    全面自动化管理,可随时掌握药品的库存、销售等情况.
〔3〕    能够快速、准确地处理药品进、销、存、退、盘点、变价、折扣等多种业务模式.
〔4〕    系统界面友好美观,操作简单易行,查询灵活方便,数据存储安全可靠.
〔5〕    提供助记码及支持多种结算方式.
〔6〕    系统维护安全、方便、可靠,并且能够满足实用性、先进性的要求.

目   录   15000字
摘 要    I
ABSTRACT    II
第1章 绪论    1
1.1 课题背景    1
第2章 用户需求分析    2
2.1 功能需求    2
2.2 实现目标    2
第3章 相关技术介绍及系统数据库介绍    3
3.1 前台开发工具语言    3
3.1.1 Visual Basic 语言的特点:    3
3.2 数据库简介    7
3.2.1关系型数据库的实现    7
3.3 二者的结合(DBA)    8
3.3.1 使用Microsoft Access 2000创建数据库    8
3.3.2 修改已建的数据库    8
3.4 软件的运行环境设计    8
3.4.1 软件环境:    9
3.4.2 硬件环境:    9
第4章 系统模块设计    10
4.1 药品进销存管理系统结构图    10
4.2 数据库需求分析    11
第5章 系统设计与数据库实现    12
5.1 库的结构    12
5.1.1 供应商基础信息表gys    12
5.1.2 库存表kc    13
5.1.3 密码表ma    14
5.1.4 客户基础信息表kh    14
5.1.5 入库表rkd    15
5.1.6 入库退单表rktd    16
5.1.7 销售表xsd    17
5.1.8 销售退单表xstd    18
5.2 系统主界面设计    19
5.3 日常业务设计    21
5.3.1 入库单模块设计    21
5.3.2 销售单模块设计    22
5.3.3 销售退单模块设计    22
5.4 库存管理设计    23
5.4.1 库存查询模块设计    23
5.4.2 库存盘点模块设计    24
5.4.3 价格管理模块设计    25
5.5 查询统计设计    25
5.5.1 入库查询模块设计    25
5.5.2 销售查询模块设计    26
5.5.3 销售退货查询模块设计    27
5.6 基础信息管理设计    28
5.6.1 供应商管理模块设计    28
5.6.2 客户管理模块设计    28
5.7 系统设置设计    29
5.7.1 初期建帐模块设计    29
5.7.2 密码设置模块设计    29
结 论    31
致 谢    32
参考文献    33
附录1    34
附录2    36
附录3    38

推荐资料