WWW.51LUNWEN.COM 无忧论文网
| 英国论文网 | 免费论文网|英国·澳大利亚·新西兰·加拿大·美国·荷兰】
无忧论文网无忧论文网名校师资提供一流服务
2009/1/9 星期五
论文首页 | 留学论文 | 硕士论文 | MBA论文 | 金融硕士 | 博士论文 | 论文定制 | 代写Assignment| 翻译服务 | 支付方式
论文下载 | 论文写作 | 论文格式 | 本科论文 | 论文老师 | 论文出售 | 论文发表 | 发表供需|   我的无忧  
英语论文|工商管理|市场营销|物流论文|人力资源|电子商务|旅游管理学|项目管理|行政管理|经济论文|金融论文|国际贸易|法律论文|日本语论文
教育论文|政治论文|社会哲学|新闻媒体|保险论文|会计财务|计算机科学|建筑论文|通讯论文|土木工程|医学论文|论文写作|留学文书|应用类范文
无忧论文网>论文下载中心 >自然科学类 >计算机科学 >计算机应用 >医药进销存管理系统
本类导航  
计算机科学
 →计算机软件
 →计算机应用
 →计算机网络
 →计算机数据库
 →计算机硬件
本专业最热门的论文 
图书馆管理系统(22078)
电子商务安全机制研究-支付系统的研究与实现(3724)
数据加密技术(3266)
《编译技术》多媒体课件制作(附开题报告,任务书,外文资料翻译等)(3199)
中小企业网站建设(2905)

Google 英语论文 硕士论文 论文下载 论文发表
支付方式咨询:357500023@qq.com
论文题目: 医药进销存管理系统
论文编号: lw200804101943368902
编辑:
论文属性: 本科毕业论文
论文地区:中国
论文语种:中文
刊登日期: 2008-04-10  
点击次数:982
论文字数:13997
源程序:有
销售价格: 250
注释:
参考相关附件:
论文摘要目录:
关键词:计算机应用论文   中国论文   本科毕业论文
摘 要
计算机管理信息系统是一项系统工程,综合了计算机、网络、数据库、通讯技术,也包括了企业管理科学和众多丰富实践经验的总结。它是先进科学技术和现代企业经营管理结合的范例。它的产生和运行是企业经营管理发展到一定阶段、一定规模及特定经济环境下的必然要求。
目前,全球药品市场竞争日益激烈,医药企业要想获得持续性的赢利取决于其是否能够赢得和保持相当的客户的满意度。经过分析,我们使用MICROSOFT公司的VISUAL BASIC开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。


关键词:窗体,域,数据库。
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 applicatio无忧论文 【http://www.uklunwen.com】n 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.

目   录
摘 要 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 数据库简介 6
3.2.1 关系型数据库的实现 6
3.3 二者的结合(DBA) 7
3.3.1 使用Microsoft Access 2000创建数据库 7
3.3.2 修改已建的数据库 7
3.4 软件的运行环境设计 7
3.4.1 软件环境: 7
3.4.2 硬件环境: 7
第4章 系统模块设计 8
4.1 医药进销存管理系统结构图 8
4.2 数据库需求分析 9
第5章 系统设计与数据库实现 10
5.1 库的结构 10
5.1.1 供应商基础信息表gys 10
5.1.2 库存表kc 11
5.1.3 密码表ma 12
5.1.4 客户基础信息表kh 12
5.1.5 入库表rkd 13
5.1.6 入库退单表rktd 14
5.1.7 销售表xsd 15
5.1.8 销售退单表xstd 15
5.2 系统主界面设计 16
5.3 日常业务设计 18
5.3.1 入库单模块设计 18
5.3.2 销售单模块设计 19
5.3.3 销售退单模块设计 20
5.4 库存管理设计 21
5.4.1 库存查询模块设计 21
5.4.2 库存盘点模块设计 22
5.4.3 价格管理模块设计 22
5.5 查询统计设计 23
5.5.1 入库查询模块设计 23
5.5.2 销售查询模块设计 24
5.5.3 销售退货查询模块设计 25
5.6 基础信息管理设计 25
5.6.1 供应商管理模块设计 25
5.6.2 客户管理模块设计 26
5.7 系统设置设计 27
5.7.1 初期建帐模块设计 27
5.7.2 密码设置模块设计 27
结 论 29
致 谢 30
参考文献 31
附录1 32

第1页 第2页 
论文首页】【设为主页】【加入收藏】【打印本文】【回到顶部
上一篇:信息系统分析器(含代码)下一篇:医院药房管理系统(含程序)
最新论文 最热门论文
University of Bradford assignment guidelines
品牌研究综述
建立有效品牌的要素
中国企业品牌国际化营销研究
雅芳 产品品牌策略评析
校园网站设计
英语毕业论文:Collaborative Principled Negotiation
英语专业毕业论文-英语委婉语的交际功能
英语专业毕业论文题目汇总
图书馆管理系统
 
 
 
Copyright (c) 2007 ~ 2009 51lunwen.com. All rights reserved.
中国|上海|北京|广州|深圳|天津|济南|宁波|苏州|杭州|南京|西安|大连|重庆|武汉|成都|昆明|郑州|新疆|青岛|英国|澳大利亚|加拿大|美国|新西兰|爱尔兰|荷兰|瑞典|挪威|芬兰|法国|南非|东欧|泰国|马来西亚|新加坡|香港|台湾|西班牙|丹麦|意大利|葡萄牙|昆士兰|惠灵顿|
留学生会计硕士论文 澳洲物流供应链论文 英国市场学硕士论文 电子商务论文 英国MBA论文 澳洲法律硕士论文 金融硕士论文 教育学硕士论文
老师招聘|友情连接| 常问问题 | 关于我们 | 联系我们站点地图广告服务 | 旧版回顾 | 版权说明 |支付方式|支付确认 中国-上海-北京-英国-美国
热线咨询电话:021-26738383 Email:lunwen1@qq.com QQ:357500023 沪ICP备02013639号