毕业设计(论文)-基于javaSE的进销存管理系统 联系客服

发布时间 : 星期六 文章毕业设计(论文)-基于javaSE的进销存管理系统更新完毕开始阅读

湖北第二师范学院本科毕业论文

摘要

现在,越来越多的中小型企业在各个地区迅速崛起,分布也较广。在现代企业竞争激烈的环境下,需要资源管理更加高效有序,例如,服装厂为了具有自己的竞争优势就必须加强物流、信息流、资金流的动态管理,从而使得服装商品的管理更加规范有效率。进销存管理系统则可以解决上述问题,并将这些更加规范有秩序的进行。

当代是一个互联网时代,中小企业之间的商业竞争变得尤为激烈,对于中小企业来说,企业想要获得很好的经济效益,就必须做到如何合理采购商品,减少库存与积压,增加销售量,活跃企业的市场,所以实现信息化管理是首要任务。信息化管理更有利于企业的运作,提高企业进货销售的效率,增加企业的利润额度,更有利于企业的长期发展,所以企业必须把提高信息化管理放在首要位置。

我们现在处在全球化一体化的时代,进而对我们的生活产生了很多影响及改变,使我们对互联网络的依赖越来越强。离开了网络,很多方面都变得没有效率。基于互联网的系统,我们更方便有效的实现了移动办公,远程管理,集团管理,国民经济,以紧密联系在一起,相互交织,相互依存。

本人使用java Swing技术,结合SQL Server 2008数据库开发,可以支持在不同平台实现的企业进销存管理系统,主要是包括两个方面,维护后台数据库和前端应用程序的开发。

关键词: JAVA 中小型企业 进销存管理系统 信息化管理

3

湖北第二师范学院本科毕业论文 Abstract

Nowadays, more and more small and medium sized enterprises rise rapidly in various areas, the distribution is relatively wide. In the modern enterprise competitive environment, resource management more efficient and orderly, for example, garment factory must strengthen the logistics, information flow in order to have their own competitive advantage, dynamic management of capital flow, so that the article of clothing management more standardized and efficient. Invoicing management system can solve the above problems, and these are more standardized and orderly. The contemporary is an Internet era, small and medium-sized enterprises between the business competition becomes more intense, for small and medium enterprises, enterprises want to obtain good economic benefits, must be how to reasonably purchase goods, reduce inventory and backlog, increase sales, active enterprise market, so the realization of information management is the primary task. The information management is more conducive to the operation of the enterprise,. High enterprise purchase sales efficiency, increase enterprise profit margin, more conducive to the long-term development of enterprises, so enterprises need to improve the information management in the first place. We are now in the era of globalization and integration, and then produce a lot of influence and change to our life, so we rely on the Internet more and more strong left. The network, many aspects are not efficiency. The system based on the Internet, we more convenient and effective realization of the mobile office, remote management, group management, national economy, to closely together, are intertwined and interdependent. I use Java Swing technology combined with SQL Server 2008 database development, can be supported on different platforms the realization of the enterprise Invoicing management system, mainly includes two aspects, maintenance of background database and front-end application development.

Key words: JAVA medium and small-sized enterprises Invoicing management system information management

I 4

湖北第二师范学院本科毕业论文 目 录

文献综述 ............................................................................................................................. 13 摘要 ..................................................................................................................................... 13 第1章 绪论 ......................................................................................................................... 2

1.1 研究背景和意义 .................................................................................................... 2 1.2 国内外研究背景 .................................................................................................... 2 第2章 系统开发环境及工具 ............................................................................................. 4

2.1 系统开发环境 ........................................................................................................ 4 2.2 系统开发技术 ........................................................................................................ 4 第3章 系统分析 ................................................................................................................. 6

3.1 需求分析 ................................................................................................................ 6 3.2 可行性分析 ............................................................................................................ 6 第4章 系统总体设计 ....................................................................... 错误!未定义书签。

4.1 系统模块设计 ...................................................................... 错误!未定义书签。 4.2 系统功能描述 ...................................................................... 错误!未定义书签。 4.3系统流程图 ........................................................................... 错误!未定义书签。 第5章 系统详细设计 ....................................................................................................... 13

5.1 数据库设计 .......................................................................................................... 13

5.1.1 数据库表设计 .......................................................................................... 13 5.1.2 数据库关系图 .......................................................................................... 13 5.2 系统功能模块设计 .............................................................................................. 18

5.2.1 公共类设计 .............................................................................................. 13 5.2.2 系统登录模块 .......................................................................................... 13 5.2.3 系统主窗体设计模块 .............................................................................. 13 5.2.4 进货单设计模块 ...................................................................................... 13 5.2.5 销售单设计模块 ...................................................................................... 13

第6章 系统测试 ............................................................................................................... 26

6.1系统软件测试 ....................................................................................................... 13

1

湖北第二师范学院本科毕业论文

6.1.1 测试的原则 ............................................................................................... 13 6.1.2 模块测试 .................................................................................................. 13 6.1.3 集成测试 .................................................................................................. 13 6.2 测试总结 .............................................................................................................. 13 第7章 总结 ....................................................................................................................... 28 参考文献 ............................................................................................................................. 29 致 谢 ................................................................................................................................... 30

2