论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

医药进销存管理系统

 本文ID:LWGSW17680 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 医药进销存管理系统 (收费:1000 积分)  

论文字数: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.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:BUG管理系统 下一篇:基于MyEclipseweb科研成果管理系统
Tags:医药 进销存 管理系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号