{$cfg_webname}
主页 > 计算机 > JAVA >

基于Web的仓库管理系统的设计与实现(JSP,SQL)

来源:wenku163.com  资料编号:WK16312287 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16312287
资料介绍
基于Web的仓库管理系统的设计与实现(JSP,SQL)(任务书,外文翻译,毕业论文17000字,程序代码,SQLserver数据库,答辩PPT)  摘   要 课题目标是设计并实现一个B/S体系结构的仓库管理系统。结合实践,理解网页开发技术和数据库的基本知识,学习相关开发工具和应用软件,熟悉系统设计的过程,熟练掌握网络数据库编程方法。 本系统用JSP技术来编写本系统,本系统有五大功能模块:信息发布、员工与管理者沟通平台、库存管理部分、统计查询模块、系统管理模块。本系统有管理员和普通职员两种登陆身份,管理员有所有权限,包括实时更新数据和信息。普通职员只有更改自己信息和查看仓库数据信息的权限。数据库用SQLSERVER 2005来连接系统。本论文主要涉及软件,数据库与网络技术等。涵盖知识面广,可有效地提高学生综合运用所学知识分析解决问题的能力,增强学生对事物的理解与掌握能力,培养学生掌握科学的研究方法,正确的设计思想,独立思考,勇于进取,探索创新,为今后进一步学习与工作奠定了良好的基础。 仓库管理系统实现了库存管理的信息化、实时化,极大地方便了仓库管理员对货物的管理。 关键词:仓库管理系统;数据库;JSP   Warehouse management system based on Web Abstract Topics goal is to design and implement a B / S architecture, warehouse management system. With practice, understanding the basics of web development technologies and databases, learning related development tools and application software, familiar with the system design process, master network database programming. The system uses JSP technology to prepare the system, the system has five functional modules: information dissemination, employee communication platform, inventory management component, statistical query module, system management module and managers. The system has two kinds of administrators and general staff landed status, administrators have all permissions, including real-time updates of data and information. General staff only change their own information and permission to view the data warehouse information. Database used SQLSERVER 2005 to connect the system. This paper mainly related software, database and network technology. Covering a wide range of knowledge, which can effectively improve the students 'comprehensive analytical ability to apply the knowledge to solve problems, to enhance students' understanding and grasp of things, students learn scientific research methods, proper design, independent thinking, enterprising, exploration and innovation, for the further study and work has laid a good foundation. Warehouse management system to achieve the inventory management of information technology, real-time, which greatly facilitates the management of cargo warehouse manager. Key words: Enterprise information management system; Database; JSP    系统的功能模块 系统总体上分为两个部分:员工用户模块和管理员用户模块。   1.信息发布,由管理员给企业内部人员发布最新的库存信息,最新到货情况,员工进入后能看到信息的列表,并能进行阅读。 2.员工与管理者的沟通平台,如留言板。 3.库存管理部分,管理员在登陆后能对库存进行管理,增删改查,(例如当管理员在减去某商品今天销售量的时候,当商品库存低于某一值时,会提示管理员库存太少的警示信息。 4.统计查询管理模块: 所有人可用产品库存的模糊、复合查询,主要查处某产品的库存数。 管理员可统计某段时间产品的销售情况,(即库存减少情况,从而分析出什么产品什么时间销售最好。 5.系统管理模块:  此模块主要用于系统的设定,其中包括:系统权限及角色管理,用户管理,系统退出,修改密码,增加系统用户等。   基于Web的仓库管理系统的设计与实现
基于Web的仓库管理系统的设计与实现
基于Web的仓库管理系统的设计与实现
基于Web的仓库管理系统的设计与实现
基于Web的仓库管理系统的设计与实现 目  录 摘   要 i Abstract ii 1  绪论 1 1.1  课题背景 1 1.2  仓库管理系统的发展现状 1 1.2.1  国外发展现状 1 1.2.2  国内发展现状 2 1.3  研究目标 2 1.4  研究技术 2 1.4.1  SQL SERVER 2 1.4.2  JSP技术 3 1.4.3  JavaBean技术 3 1.4.4  JDBC技术 4 1.5  开发环境 5 2  系统需求分析 6 2.1  可行性分析 6 2.2  功能需求 6 3  系统总体设计 8 3.1  系统的结构模型 8 3.2  系统的功能模块 8 3.3  数据库设计 10 3.3.1  E-R模型 10 3.3.2  数据流图 11 3.3.3  表结构设计 14 4  系统详细设计 16 4.1  用户登陆模块设计 16 4.1.1  功能描述及实现界面 16 4.1.2  程序流程图 16 4.1.3  核心代码 17 4.2  员工信息管理模块 19 4.2.1   功能描述及实现的界面 19 4.2.2  程序流程图 21 4.2.3  核心代码 21 4.3 入库信息管理模块 22 4.3.1  功能描述及实现界面 22 4.3.2  程序流程图 24 4.3.3  核心代码 25 4.4  出库信息管理模块 26 4.4.1  功能描述及实现界面 26 4.4.2  程序流程图 28 4.4.3  核心代码 28 4.5  信息交流模块 29 4.5.1  功能描述及实现界面 29 4.5.2  程序流程图 30 4.5.3  核心代码 30 5  系统调试与测试 32 5.1  测试用例及结果 32 5.2  程序的测试 33 5.2.1  测试的重要性及目的 33 5.2.2  测试的步骤 34 5.2.3  测试的主要内容 34 结  论 35 参考文献 39 致  谢 40 附录 外文文献 41 英文原文 41 中文翻译 50
推荐资料