网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 资料论文下载 -> 医药进销存管理系统
行政管理论文范文| 物流管理论文资料| 人力资源论文| 工商管理论文| 旅游管理| 财管管理论文| 工程管理| 安全管理| 乡镇企业管理| 电视制片管理| 文化产业管理| 物业管理|
工程管理论文资料| 工商管理论文下载| 信息管理论文| 人力资源论文| 酒店管理| 免费物流论文| 工商管理| 行政管理| 物流专业论文| 免费旅游论文| 行政管理论文| 人力资源|

医药进销存管理系统

本文ID:LW22791 字数:19367,页数:64 价格:¥50.00 → 信用说明

扫一扫 扫一扫
本站会员可自行下载:下载地址 医药进销存管理系统 (收费:5000 积分)  如何获取积分?
医药进销存管理系统

^论文字数:19367,页数:64

摘要

 随着现代医药企业管理的日趋复杂,有效地对企业的进销存进行管理必须需要一套有效的管理工具。而现在,计算机技术、网络技术的成熟与发展,为实现该管理提供了强有力的技术支持。
 本文是关于医药进销存管理系统开发的毕业^论文。该进销存管理系统,基于C#语言,目的是减少企业员工的重复工作量,并通过计算机技术使进销存的管理流程化、简单化。
 该系统的主要功能有:供应商、采购部、销售商、客户以及原料、中间体、成品信息的添加和管理;车间、仓库信息的添加和管理;车间生产的管理;还料入库管理;出入库管理,包括:原料、中间体和成品的出入库管理,退货入库管理和库存调拨管理;原料进货退货管理;货品销售退货管理;结帐管理;用户管理;权限设置;库存警戒设置;还有各种数据的统计和查询。
 这篇^论文详细阐述了该进销存管理系统的各模块功能,以及主要功能模块的设计和实现过程。
 
关键词:医药,进销存,企业资源计划,权限控制

ABSTRACT

 With the increasingly complex of the management of modern medicine enterprise, effectively management of the invoicing of enterprise is needed to an effective management tool. And now, with the maturity and development of the computer technology and network technology, it provide a powerful technical support for the realization of the management.
 This article is a graduation thesis about the development of medicine invoicing management system. This invoicing management system, is based on the C# language, reduce the duplication workload of employees, and through the computer technology, make the management of invoicing simpler and processed.
 This system's main features: the information adding and management of supplier, purchasing department, vendor, customer, the raw material, intermediate and finished products; Adding and management of workshops, warehouses; The management of workshop production; Expected storage management; Storage management, including: storage management of raw materials, intermediate and finished goods, inventory management and redeployment management; stock and redeployment management of raw materials; Sales and returns management; Checkout management; User management; Rights settings; Stock security settings and various data statistics and query.
 Functions of each module of the invoicing management system, as well as some of the functional module design and implementation process are detailed expounded in this article.
 
Keywords: Medicine, Invoicing, Enterprise Resource Planning, Access Control


目录

摘要 I
ABSTRACT II
第1章 引言 1
 1.1 背景 1
 1.2 研究内容 3
 1.2.1 ^论文所要研究的主要内容 3
 1.2.2 ^论文应解决的问题 3
 1.3 本章小结 3
第2章 相关系统与开发工具介绍 4
 2.1 进销存管理系统概述 4
 2.2 相关进销存管理系统介绍 4
 2.2.1 用友进销存管理系统 4
 2.2.2 金蝶进销存管理系统 6
 2.3 ASP.NET简介 7
 2.4 C#语言 7
 2.5 java script 8
 2.6 本章小结 8
第3章 进销存系统分析 9
 3.1 可行性分析 9
 3.2 技术准备 9
 3.3 现有系统分析 10
 3.4 本章小结 10
第4章 进销存系统设计 11
 4.1 系统设计概述 11
 4.2 模块框图 11
 4.2.1 总体框图 11
 4.2.2 基本信息框图 12
 4.2.3 车间生产框图 12
 4.2.4 出入库框图 13
 4.2.5 进货销售框图 13
 4.2.6 结帐管理框图 14
 4.2.7 系统设置框图 14
 4.2.8 查询统计框图 15
 4.3 数据库设计 15
 4.3.1 E-R图 15
 4.3.2 总体结构 16
 4.3.3 库存数量表 17
 4.3.4 产品表 18
 4.3.5 公司信息表 18
 4.3.6 结帐明细表 19
 4.3.7 用户表 19
 4.3.8 生产车间表 19
 4.3.9 库存总表 20
 4.3.10 库存警戒表 20
 4.3.11 仓库表 21
 4.3.12 权限树表 21
 4.4 数据库连接 21
 4.5 数据流图 22
 4.5.1 原料进货管理 22
 4.5.2 原料库存管理 22
 4.5.3 原料退货管理 23
 4.5.4 产品库存管理 24
 4.5.5 产品销售管理 24
 4.5.6 产品退货管理 25
 4.6 系统结构 25
 4.6.1 Browers/Server结构 25
 4.6.2 三层结构 26
 4.7 本章小结 26
第5章 系统功能与具体实现 27
 5.1 公用类 27
 5.2 登录界面 29
 5.3 基本信息添加和管理 33
 5.4 车间生产 36
 5.5 出入库管理 44
 5.6 进货销售管理 47
 5.7 结帐管理 50
 5.8 系统设置 51
 5.9 查询统计 51
 5.10 程序的测试 53
 5.10.1 测试环境 53
 5.10.2 模块功能测试 53
 5.11 程序的改进 53
 5.12 本章小结 54
第6章 结束语 55
致谢 56
参考文献 57

医药进销存管理系统由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:基于MyEclipseweb科研成果管理系统 下一篇:BUG管理系统
推荐论文 本专业最新论文
Tags:医药 进销存 管理系统 2011-11-21 16:39:25【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有