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

TW公司服装仓库管理系统的设计(SSH,SQLserver)

来源:wenku7.com  资料编号:WK715977 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK715977
以下是资料介绍,如需要完整的请充值下载。
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

TW公司服装仓库管理系统的设计(SSH,SQLserver)(任务书,开题报告,论文15000字,程序代码,SQLserver数据库)
摘要
本TW服装公司的仓库管理信息系统的设计及最终的实现是基于现今国内的服装行业的仓库的现景所展开的。本服装仓库管理信息系统采用(C/S)模式,客户的电脑负载压力减小了不少,削减了维护更新系统的相应任务量。
TW公司的服装仓库管理信息系统实现了对服装仓储的信息化管理,包括对服装的入库、出库、库存报警、库存报表、库存盘点以及其他相关基础数据的维护等的管理。本系统对在库服装的库存量能做到实时查询,大大方便了公司管理层对服装销售、运输情况的把握。可以快速、准确响应库存变化和业务变化,方便管理统计数据,避免库存数据的不一致或遗漏。
本系统的设计实现了当前较为流行的SSH框架即Structs2+Spring+Hibernate4三大框架的整合,并结合Tomcat服务器,轻量级的程序框架使得程序更具修改维护性和可扩展性。在界面设计上结合当前流行的Bootstrap帮助美化界面,提高用户使用舒适度,同时搭配其js的table组件,使得界面更加统一,数据的展示更加灵活。
关键词:服装企业;仓库管理系统;SSH框架;Bootstrap框架;
Abstract
On the basis of present status of domestic and overseas apparel industry, this paper elaborates the overall design and implementing process of the warehouse management system for the TW apparel enterprise. The user interface of this system applies C/S mode, which easing client-side load, minimizing maintenance and upgrade cost and workload.
 With the implementation of this apparel enterprise warehouse management system, the TW company could have an integrated information management over its dispersed warehouses, including the import and export of garment, inventory check, inventory alarm, inventory account and some other related basic management. System in this paper achieves to query and count the real-time stock of every garment. Thus, it facilitates the management decisions over clothing sale and transporting. It also responds fast, precisely to the storage change and other varied business change, simplifies the statistic work and avoids lots of data inconsistencies or data omit.
 Using of the prevailing SSH lightweight framework(combined with Struts2, Spring and Hibernate4), this warehouse management system running the Tomcat server becomes more flexible with the high maintainability and expansibility. In terms of the front-end interface, this system uses Bootstrap framework to beautify and unify the interactive interface, offering a more comfortable and arresting outlook. Meanwhile, applying the ancillary javascript table plugin to the system makes a harmonious interface and flexible data presentation.
Key Words:Apparelindustry, Warehouse Management System, SSH framework,Bootstrap framework
本服装仓库管理系统的设计是要完成一个囊括入库管理、出库管理、库存管理(包含库存流水查询、库存盘点、库存报警、报表统计和服装的销售排行榜)以及日常管理四大模块的WMS。
其中,入库管理主要包括对入库单以及相应的入库明细单进行基本操作。出库基本和入库类似,因此不再赘述。库存管理主要涉及对当前在库的各类服装库存等情况进行查询;在一定会计期间节点对在库服装进行库存盘点并修改相应的库存量;对于在最低库存量的服装进行库存报警,提醒操作员进行补货;还可针对一定的时期内服装期初、期末以及相应进出库的数量和金额进行统计生成报表;另外,鉴于服装这一实体的特殊性,还对每月服装的销售量和金额(即统计销售出库的单据情况)进行排序,帮助管理者分析服装的相应物流情况,从而对市场行情做到快速分析,及时作出决策。而基本数据管理模块则是对诸如服装信息、仓库信息、供应商信息、客户信息以及操作员信息进行基本的增删查改。
 

TW公司服装仓库管理系统的设计(SSH,SQLserver)
TW公司服装仓库管理系统的设计(SSH,SQLserver)
TW公司服装仓库管理系统的设计(SSH,SQLserver)
TW公司服装仓库管理系统的设计(SSH,SQLserver)
TW公司服装仓库管理系统的设计(SSH,SQLserver)
TW公司服装仓库管理系统的设计(SSH,SQLserver)
TW公司服装仓库管理系统的设计(SSH,SQLserver)


目录
第1章绪论    1
1.1    背景、目的及意义    1
1.1.1    研究的背景和目的    1
1.1.2    研究的意义    1
1.2    国内外研究现状    2
1.2.1    现有系统的情况综述    2
1.3    目标系统的设计    3
1.3.1    基本内容    3
1.3.2    研究目标    3
1.3.3    技术方案及措施    4
第2章系统分析    5
2.1    可行性分析    5
2.2    业务流程图    6
2.3    数据流程图    8
2.4    数据字典    11
2.4.1    数据流条目    11
2.4.2    数据项描述    12
第3章系统设计    15
3.1    系统功能分析    15
3.2数据库设计    16
3.2.1    数据库概念设计    16
3.2.2    逻辑设计    17
3.2.3物理设计    18
3.3编码设计    18
3.4输入输出设计    18
3.4.1    输入设计    18
3.4.2    输出设计    18
第4章系统实施    19
4.1 程序框图    19
4.2页面功能实现    19
结论    36
参考文献    38
附录    39
附录A   系统实体-属性关系    39
附录B   系统数据库表    42
致谢    45

推荐资料