药店销售管理系统毕业设计
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
出售全套与本论文相对应的B/S模式,java语言编写的药店销售管理
系统毕业设计资料
(包括论文、外文翻译、程序代码等)联系qq:1195883930,价格便宜
题目药店销售管理系统设计
学院自动化与电气工程学院
专业自动化
班级自动化0902
指导教师李春梅
摘要
近年来,医药行业的快速发展必将导致药品市场的激烈竞争,想要在残酷的市场竞争中保存自身,发扬优势,就要求药店本身必须改善管理机制,提高营运效率。另外,由于医药产品种类繁多、销售模式特殊,业务量大,单凭手工记账已远远适应不了药店快速发展的需求。
药店销售管理系统是一个集药品的销售、库存和进货为一体的管理系统。它制定了一个清晰的管理思路,在药房药品进销存管理方面排除了以前手工操作而带来的许多弊病。药房药品进销存管理系统软件采用B/S模式,Java语言编写的,以MyEclipse 软件开发出JSP界面,利用JDBC技术作为数据库的链接工具,并深刻的阐述了采用MySQL服务器技术实现药房药品进销存管理系统建设的优点。
本文介绍了药店销售管理系统的功能、系统流程设计图、数据库设计、功能模块设计、实现、发布和维护等一系列开发流程。可以看出药店销售管理系统绝对是目前国内绝大多数药房药品进销存管理中必不可少的好帮手。
关键词:管理系统;Java;MySQL数据库;JDBC
ABSTRACT
In recent years, the rapid development in the medicine industry will inevitably lead to fiece competition in the market, and if a drug sore wants to survive in the competition, it needs to improve its management system and operating efficiency. Furthermore, as a result of a wide range of medical products, special sales model, the volume of business large, accounting manual alone can not be far to adapt to the fast-growing demand for pharmacy.
The Drug store Sales Management System deals with the sales, storage and shipment of the medicine. It has a clear management mmode, which can avoid many disadvantages of hand operation in the distribution and storage of medicine.This system is writen in Java language within B/S mode. A JSP interface is developed by using MyEclipse software. meanwhile JDBC technique is used as the linking tool of the database. The paper also examines the advantages of constructing a distribution storage management system with MySQL server technology in a drug store.
Purchase, Drug store Sales Management System functions, system processes, database design, functional modular design, detailed design flow chart, to achieve, publish and maintain a series of development process in the article you can find the. Invoicing can be seen pharmacy drug management system is the vast majority of current management of pharmacy medicines essential Invoicing helpful.
Key words:Management system;Java;MySQL database;JDBC
目录
摘要 ................................................................................................................................ I ABSTRACT ........................................................................................................................ III 1 前言 .. (1)
1.1 概述 (1)
1.2 设计的目的和意义 (1)
2 系统分析 (2)
2.1 系统需求分析 (2)
2.2 系统可行性分析 (2)
2.3 系统开发工具 (2)
2.3.1 Java语言介绍 (2)
2.3.2 JSP介绍 (3)
2.3.3 JavaScript介绍 (3)
2.3.4 CSS介绍 (3)
2.3.5 JavaBean介绍 (3)
2.3.6 MyEclipse介绍 (3)
2.3.7 Tomcat介绍 (3)
2.3.8 数据库介绍 (4)
2.3.9 JDBC介绍 (4)
3 系统设计 (5)
3.1 系统总体设计 (5)
3.2 系统功能模块 (5)
3.3 系统功能模块图 (5)
4 数据库设计 (7)
4.1 数据库中表的设计 (7)
4.1.1 数据库中表总浏览 (7)
4.1.2 数据库中表的详细设计 (7)
4.2 触发器的设计 (9)
4.3 数据库的连接 (10)
5 系统各模块介绍 (13)
5.1 登录模块 (13)
5.2 销售管理 (13)
5.3 库存管理和进货管理 (16)
5.4 档案管理 (18)
5.5 用户管理 (19)
结论 (21)
参考文献 (22)
致谢 (23)
附录 (24)