医药批发管理系统.rar

RAR格式版权申诉手机打开展开

医药批发管理系统,7.6万字 81页摘要本论文是一篇主要关于软件的整个开发设计的论文。它详细的介绍了如何针对软件的开发背景及用户的设计目标或功能要求,来设计系统软件。从任何进行需求分析,到数据库模型方案的分析,比较,刷选,直到最后完整的数据库结构及其基本表的建立。同时也包括作者所从事的应用程序整体框架设计...
编号:50-31739大小:812.90K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 200306 发布

医药批发管理系统
7.6万字 81页



摘 要

本论文是一篇主要关于医药批发管理系统软件的整个开发设计的论文。它详细的介绍了如何针对软件的开发背景及用户的设计目标或功能要求,来设计系统软件。从任何进行需求分析,到数据库模型方案的分析,比较,刷选,直到最后完整的数据库结构及其基本表的建立。同时也包括作者所从事的应用程序整体框架设计部分的工作。这里包含从需求分析和业务流程分析中如何组织整个程序的信息流程,各个程序模块的功能分配,以及程序界面和数据库的连接等问题。
这篇论文的重点在于数据库结构的开发设计和应用程序整体界面的构建两大部分。这里主要包括它们的设计思想,方案的比较,选择等问题。
[关键字] 瀑布模型 ; 开发式数据互连(ODBC) ; 数据库管理系统(DBMS)


ABSTRACT

This thesis is a paper of the development design that mainly concerning medicine wholesale manage the system software. It detailedly introduces how to aim at the background of development of the software and the design target of function of the customers’ request. Analyzing from requirement analysis, the database model project, comparing, selection, to the last complete database construction and its basic forms, establish, including the applied procedure with the author engaged in. And here also include how to organize the information process of whole programmer, which form the need and the business requirement analysis, how to organize the function assigning of each procedure and the connection of a procedure interface with database and so on.
The point of this thesis consists of two big part-the structured development in database design and the whole instruction frame of the applied procedure. Including their design thought primarily here, the comparison of the project, choice and so forth.
[key word] Waterfall Method; Open Database Connection;
Database Manage System







目 录
1 绪论……………………………………………………………………………1
1.1 软件简介…………………………………………………………………1
1.1.1 开发背景…………………………………………………………1
1.1.2 实现目标…………………………………………………………1
1.2 软件的技术特点和应用前景……………………………………………1
2 设计方案的分析……………………………………………………………3
2.1 软件设计简述……………………………………………………………3
2.2 过程模型的分析…………………………………………………………3
2.2.1 “瀑布”模型……………………………………………………4
2.2.2 进化式开发…………………………………………………….5
2.2.3 形式化系统开发……………………………………………….6
2.2.4 面向复用的开发……………………………………………….7
2.2.5 增量式开发…………………………………………………….8
3 数据库的开发……………………………………………………………………11
3.1 业务流程分析……………………………………………………………11
3.2 需求分析…………………………………………………………………12
3.3 数据库结构设计…………………………………………………………12
3.3.1 数据库模型的分析……………………………………………12
3.3.2 数据库设计方法的选择………………………………………13
3.3.3 数据库基本表极其功能…………………………………….13
4 程序界面的设计……………………………………………………………..15
4.1 系统结构图………………………………………………………………15
4.2 软件的流程图……………………………………………………………15
4.3 关键技术…………………………………………………………………15
4.3.1 如何在SQL Server 中实现数据的模糊查询…………………15
4.3.2 如何在SQL Server 中对某一时间段的入库商品进行查询…16
4. 3. 3 如何实现客户挂帐管理……………………………………….16
4.4 应用程序设计……………………………………………………………16
4.4.1 公共模块的设计……………………………………………….16
4.4.2 主程序界面的设计…………………………………………….17
4.4.3 药品销售模块的设计………………………………………….18
4.4.4 医药销售退货模块的设计…………………………………….20
4.4.5 药品查询模块的设计………………………………………….20
4.4.6 药品入库登记模块的设计…………………………………….21
4.4.7 入库退货模块的设计………………………………………….22
4.4.8 库存查询模块的设计………………………………………… 22
4.4.9 库存盘点模块的设计………………………………………….23
4.4.10 调入登记和调出登记模块的设计……………………………24
4.4.11 调货查询模计…………………………………………………24
4.4.12 收款单模块的设计……………………………………………25
4.4.13 收款查询模块的设计…………………………………………27
4.4.14 付款单及其查询模块的设计…………………………………28
5 数据库与程序界面的连接………………………………………………….30
5.1 ODBC数据源的建立……………………………………………………30
5.1.1 ODBC的简述…………………………………………………30
5.1.2 通过管理器设置数据源……………………………………….31
5.2 ADO Data 控件的设置…………………………………………….34
6 结 论………………………………………………………………………35
附 录………………………………………………………………………..36
附录1 部分程序代码:………………………………………………………36
1.1 主窗体frm_main 代码……………………………………………….36
1.2 销售登记 main_xsgl_dj 代码…………………………………….41
1.3 调货查询main_dhgl_cx 代码………………………………………51…
附录2 数据库基本表…………………………………………………………54
附录3 相关的英文资料………………………………………………………64
附录4 开题报告………………………………………………………………76
附录5 中期答辩………………………………………………………………77
附录6 参考文献………………………………………………………………77




参考文献:
1.《需求工程》 Requirement Engineering (英)Ian Somerville, Pete Sawyer 著 赵文耘 叶思等译 机械工业出版社
2. 《SQL Server 2000 数据库设计权威指南》 (美) Louis Davidson 邝劲筠 叶乃文译 中国电力出版社