毕业设计 毕业论文 进货订单管理系统



《毕业设计 毕业论文 进货订单管理系统》由会员分享,可在线阅读,更多相关《毕业设计 毕业论文 进货订单管理系统(52页珍藏版)》请在文档大全上搜索。
1、企业进货订单管理系统的设计与实现III企业进货订单管理系统的设计与实现摘 要本课题针对现在小规模企业在订单管理方面存在的一些问题进行了研究,发现小型企业员工数量不多,也没有过多的资金自主开发出一整套的ERP管理系统,但又迫切需要一个简单实用的小型系统来实现公司内部订单的自动化管理。本文将详细介绍,为了解决小型企业中进货员手动管理自己的订单易出错,管理者不能及时了解公司订单状况等问题而设计的这个小型实用系统的实现过程,具体的,就是从课题背景的研究,到需求分析和主要实现技术的介绍,到系统模块设计和数据库建模过程,再到编码实现、系统优化和测试的过程。从整体上来讲,系统开发设计,采用B/S架构,进货员
2、只要在浏览器中访问系统即可,数据的处理都在服务器端进行,实现统一管理,保证了数据的一致性。在数据库管理软件选择方面,使用的是关系型数据库管理系统SQL Server 2008,前端网页使用JSP技术,并使用JQuery脚本语言优化,实现前端校验,优化用户体验,后台则使用安全性较高的Java语言做处理。在开发系统实现技术的选取方面,选择了JSP和JavaBean的组合,而数据库选择的是应用广泛的SQL Server 2008。JavaBean可重用的软件组件满足小型应用,同时使编程人员投入少量精力便可重用组件,在简单的应用中可以充分考虑。由于系统比较简单,访问量也不会很大,仅有公司内部员工访问,
3、因此开发的模式就采用比较简单的模式,这样不仅实现了应用程序逻辑和页面显示分离,使得界面设计更加简单,而且架构搭建起来比较简单,比较容易实现。在系统所有的开发工作完成以后,我根据需求,对系统的所有功能都进行了测试,没有发现特别严重的缺陷,证明了系统的可行性和实用价值。关键词:进货订单管理,OMS(Order management system),B/S,JSP,JavaBeanDesign and Implementation ofEnterprise Order Management SystemAbstractIn view of the small-scale enterprises so
4、me problems in the order management, we put forward this Graduation Design Topic. Due to the number of employees is not much, and also the small companies do not have much money to independently develop a set of ERP Management System. In fact, the small-scale enterprises urgently need a simple and p
5、ractical small system to realize the automated management for internal orders. This paper will detail the following contents. In order to solve the problem that the buyer how to manage their own orders more effectively and more quickly, also to overcome the challenge that the managers can not learn
6、the status of the order in time, we designed the small practical system. The paper includes Purchase Order Management System OMSs (Order Management System) background of topic analysis, system requirements analysis, overall design, implementation process and testing process, and detailed development
7、 scheme of the system is mainly introduced.In terms of the overall system development and design, we choose B/S architecture. The buyer can access system in the browser. As long as the data processing is on the server, this provided buyer with great convenience. Obviously, a system with B/S architec
8、ture can realize the unified management, and can ensure the consistency of the data in the database. We save the data using a Relational Database Management System named SQL Server 2008, and choose JSP as front page language. We choose the Scripting Language called JQuery to optimize the system even
9、 realize the front-end check. So that in terms of user experience, there will be a lot of improvement. At last, I want to say the website background processing code is Java, a language with high security to do the background processing.In fact, the pattern which I choose in actual development proces
10、s is JSP + JavaBean + SQL Server 2008. This pattern can realize the separation between the front and back. And also, it makes the interface design friendly. At last, I want to say, in this small system, JavaBean is a reusable component which plays a very important role.Because the system is simple a
11、nd the traffic is not big, only the company's internal staff access, the development mode can choose a relatively simple one. Not only separate the application logic and the page display, makes the interface design friendly, but also make the architecture easy to build, easy to realize.At the en