基于b/s的企业进销存管理信息系统的设计与实现.docx
基于b/s的企业进销存管理信息系统的设计与实现,基于b/s的企业进销存管理信息系统的设计与实现目录摘要1abstract2第1章 引言31.1 课题研究的背景31.2 国内外发展现状41.3 本文工作51.4 本文组织结构5第2章 系统需求分析62.1系统主要业务流程62.1.1进货业务流程62.1.2 进货退货业务流程62.1.3销售业务流程72.1.4 销售退货...
内容介绍
此文档由会员 细雨暖阳 发布基于B/S的企业进销存管理信息系统的设计与实现
目录
摘要 1
ABSTRACT 2
第1章 引言 3
1.1 课题研究的背景 3
1.2 国内外发展现状 4
1.3 本文工作 5
1.4 本文组织结构 5
第2章 系统需求分析 6
2.1系统主要业务流程 6
2.1.1进货业务流程 6
2.1.2 进货退货业务流程 6
2.1.3销售业务流程 7
2.1.4 销售退货业务流程 7
2.2系统功能性需求 8
2.2.1系统功能模块 8
2.2.2 系统功能用例 8
2.4系统非功能性需求 10
2.5 本章小结 11
第3章 系统架构设计 12
3.1 框架知识简介 12
3.1.1 MVC结构 12
3.1.2 SSH框架 12
3.2逻辑架构 13
3.3 系统技术实现架构 13
3.4功能结构 14
3.5 数据库设计 15
3.5.1分析与设计数据库 15
3.5.2 数据库ER图 17
3.5.3数据库关系表 17
3.5.4 数据库索引及视图 18
3.6 本章小结 20
第4章 系统实现过程中的关键技术 21
4.1、SSH组合框架中配置文件的使用 21
4.1.1 web.xml配置文件 21
4.1.2 struts-config.xml配置文件 21
4.1.3 applicationContext.xml配置文件 21
4.2 中文编码的转换 22
4.3 事务锁机制的运用 22
4.4 本章小结 22
第5章 系统详细设计与实现 23
5.1 开发工具简介 23
5.2 各模块具体实现 23
5.2.1 登录模块实现 23
5.2.2 基本信息模块实现 25
5.2.3 进货模块实现 25
5.2.4 销货模块实现 26
5.2.5 查询统计模块实现 27
5.2.6 库存管理模块实现 28
5.2.7系统管理模块实现 28
5.3 本章小结 29
第6章 结论 30
致谢 31
参考文献 32
附录一 英文原文 33
附录二 译文 44
附录三 数据库表 52
基于B/S的企业进销存管理信息系统
摘要
随着国内经济高速发展,中小型商品流通企业越来越多,其所经营的商品种类繁多,难以管理,而进销存管理系统逐渐成为企业经营和管理中的核心环节也是企业取得效益的关键。企业进销存管理信息系统通过对企业的商品进销存的记录管理和提供进销存的统计信息来提高企业管理效率,主要目的就是实现企业进销存的信息化管理,主要的业务是商品采购、销售和入库,另外还要提供统计查询功能,其中包括商品查询、供应商查询、客户查询、销售查询、入库查询和销售排行等。项目实施后,能够降低采购成本、合理控制库存、减少资金占用并提升企业市场竞争力,从而间接为企业节约成本,提高企业效益。 本系统采用B/S架构,以当前主流的SSH技术实现系统的MVC结构,系统界面美观,方便实用,普通用户可以登录系统实现对客户关系、商品信息、商品进销存的查询录入等操作。此外,系统管理员登录系统后可以对用户增添、用户权限、商品价格进行管理。
关键字: 进销存; 商品; 信息系统; B/S;SSH;MVC
ABSTRACT
With the rapid development of the domestic economy, more and more small and medium-sized commercial enterprises run a wide range of goods and it is difficult to manage. So the inventory management system is becoming a core part of business management and it also made essential to the effectiveness. Invoicing enterprise management information system through records the enterprise's goods inventory management and statistical information to improve the efficiency of enterprise management Invoicing, the main purpose is to achieve invoicing enterprise information management the main business is commodity procurement, sales and storage, also provide including product inquiries, provider inquiries, customer inquiries sales inquiries, warehouse inquiries and sales ranking’s statistical query functions. After the implementation of the project, it can reduce procurement costs、reasonable control of inventory and reduce the amount of funds used to enhance the market competitiveness of enterprises, thereby saving cost for businesses and improve enterprise efficiency indirectly. The system uses the B/S architecture, the SSH and MVC technology, the system interface is beautiful, convenient and practical, ordinary user can log on to the system query entry and other operations on customer relationship, commodity information, commodity inventory . In addition, the system administrator can log on system to add user、set user’s authority and management commodity price.
Keyword: Invoicing; Commodity; Information system; B/S; SSH; MVC