药品进销存管理系统的设计与实现
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
药品进销存管理系统的设计与实现
摘要
进销存管理系统简化人们日常工作中的大量机械重复的操作,使一些过程繁琐且数据量大的工作得以高效的进行,进销存管理系统还可以通过对数据的有效控制,实现对工作流层的控制、协调,从而提高企业的竞争力。目前,全国各地中小型医药公司正在蓬勃发展,而国内中小型医药公司经营管理手段相对比较落后,大多数中小型医药公司没有使用统一的计算机管理方式,而国家对医药公司已经确定了规范的管理,并实施GSP认证,医药公司为提高自身竞争力和顺利达标,使用统一快捷方便的管理方式是必由之路。
药品进销存管理系统可以实现药品商家的高效管理,还可以节约资源。通过集中式的信息数据库,将商家的进、销、存等经营业务有机的结合起来中,达到数据共享、降低成本、提高效率、改进服务等目的。
本文所设计的药品进销存管理系统用Microsoft Visual Studio 2010开发,设计和实现了对药品的进、销和存的功能,最后对系统进行了测试,结果表明系统的正确性,可以稳定运行,能够满足型医药公司的需要,系统的操作简便、界面友好。
关键词:药品进销存,,Microsoft Visual Studio 2010
DESIGN AND IMPLEMENTATION DRUGS INVOICING
MANAGEMENT SYSTEM
ABSTRACT
Invoicing management system to simplify their daily work in a large number of repeated mechanical operation,make some tedious process and a large quantity of data to be efficient, Invoicing management system can also be based on the data is effectively controlled, to achieve the workflow layer control, coordination, thereby enhancing the competitiveness of enterprises.
At present, throughout the country of the pharmaceutical companies are thriving, and the domestic small and medium-sized pharmaceutical companies to operate the means of management is relatively backward, the majority of small and medium-sized pharmaceutical companies without the use of a unified computer management mode, while the state pharmaceutical companies have been identified to regulate the management, and the implementation of GSP certification, pharmaceutical companies to improve their own competitiveness and achieve target using the unified, convenient management mode is the route one must take.
Drugs invoicing management system can realize the efficient management of pharmaceutical business, also can save resources. Through the centralized information database, businessmen import and sale, deposit business organic union rises, in order to achieve data sharing, reduce costs, increase efficiency, improve service purposes.
In this paper, the design of drugs invoicing management system using Microsoft Visual Studio 2010 development, to meet the needs of the pharmaceutical companies, the system has the advantages of simple operation, friendly interface.
KEY WORDS: Drugs Invoicing,,Microsoft Visual Studio 2010
目录
前言 (1)
第1章绪论 (2)
1.1 系统开发的背景 (2)
1.2 系统开发的意义 (2)
1.3 系统开发的目标 (3)
第2章系统分析 (4)
2.1 需求分析 (4)
2.1.1 用户需求 (4)
2.1.2 功能需求 (4)
2.1.3 系统E-R图 (5)
2.2 开发技术介绍 (7)
2.2.1 B/S模式 (7)
2.2.2 Microsoft Visual Studio 2010 (7)
2.2.3 SQL Server 2008 (8)
第3章系统设计 (9)
3.1 功能模块设计 (9)
3.2 数据库设计 (10)
第4章系统实现 (15)
4.1 系统母版页 (15)
4.2 系统登陆 (16)
4.3 药品管理 (16)
4.3.1 添加药品信息 (16)
4.3.2 操作药品信息 (17)
4.3.3 药品进货入库 (18)
4.3.4 药品销售开单 (19)
4.3.5 药品报损开单及退货处理 (19)
4.3.6 药品类别管理 (20)
4.3.7 药品库存查询 (21)