大学毕业设计---物流配送管理系统财务管理子模块的实现.doc

上传人:hs****ma 文档编号:561334010 上传时间:2023-06-23 格式:DOC 页数:38 大小:1.32MB
返回 下载 相关 举报
大学毕业设计---物流配送管理系统财务管理子模块的实现.doc_第1页
第1页 / 共38页
大学毕业设计---物流配送管理系统财务管理子模块的实现.doc_第2页
第2页 / 共38页
大学毕业设计---物流配送管理系统财务管理子模块的实现.doc_第3页
第3页 / 共38页
大学毕业设计---物流配送管理系统财务管理子模块的实现.doc_第4页
第4页 / 共38页
大学毕业设计---物流配送管理系统财务管理子模块的实现.doc_第5页
第5页 / 共38页
点击查看更多>>
资源描述

《大学毕业设计---物流配送管理系统财务管理子模块的实现.doc》由会员分享,可在线阅读,更多相关《大学毕业设计---物流配送管理系统财务管理子模块的实现.doc(38页珍藏版)》请在金锄头文库上搜索。

1、本 科 毕 业 论 文(设计)院 系 软件学院 题 目 物流配送管理系统-财务管理子模块的实现 学生姓名 陆文翰 学 号 071251095 年 级 2007级 专 业 软件工程 指导教师 职 称 论文提交日期 32南京大学软件学院本科毕业论文摘 要物流是供应链活动的一部分,是为了满足客户需要而对商品、服务以及相关信息从产地到消费地的高效、低成本流动和储存进行的规划、实施与控制的过程。如何利用现代信息技术和设备,将物品从供应地向接收地准确的、及时的、安全的、保质保量的、门到门的合理化服务模式和先进的服务流程是物流配送管理中需要面对的一大难题。同时,由于传统物流配送管理具备复杂的业务流程以及时间

2、和空间上的离散型,使得整个业务的管理和操作增加了难度。电子商务的出现和兴起对现代物流业的发展和物流企业的运作产生了深远的影响: 电子商务则恰好为物流管理提供了良好的运作平台。在电子商务环境下,供应链中的各个节点企业能更好地实现信息共享,加强供应链中的联系,使企业可以提高生产力,为产品提供更大的附加值。 SSH(Struts+Spring+Hibernate)框架是典型的J2EE三层结构,分为表现层、中间层(业务逻辑层)和数据服务层。三层体系将业务规则、数据访问及合法性校验等工作放在中间层处理。客户端不直接与数据库交互,而是通过组件与中间层建立连接,再由中间层与数据库交互。本项目小组完成了一个物

3、流配送管理系统具备的基本功能,并进行了适当的扩展,如销售统计。系统总共分为七个模块,客户管理模块负责与客户的交互和订单的生成;财务管理模块负责与供应商和分站的结算及发票管理;系统管理子模块负责角色权限的管理;库房管理模块负责维护库房货物信息;配送中心管理负责商品信息管理;调度管理模块负责货物调度管理;分站管理模块负责分站信息维护和发票填写。本人在项目中主要承担财务管理子系统的设计与实现。本论文首先简单介绍物流配送管理系统的应用背景和发展情况,然后在第二章深入展开本次开发系统所应用的SSH框架的相关JavaWeb技术,第三章介绍整个物流配送管理系统的业务流程以及系统功能点,第四章将就SSH框架技

4、术运用于财务系统模块进行阐述,第五章对项目进行了总结和展望。关键词:物流配送管理系统,SSH框架,Struts,Spring,HibernateAbstractLogistics is part of the supply chain activities in order to meet customers needs is for goods, services and related information from origin to consumption of high efficiency, low cost to the flow and storage planning, i

5、mplementing, and control process. How to make use of the modern information technology and equipment, things to receive from source to accurate, timely and safety, quality and quantity of, door to door rationalization service mode and the advanced service process is the logistics distribution manage

6、ment to face a dilemma. Meanwhile, as the traditional logistics management have complex business process and the time and space of discrete, make the whole business administration and operation of an increased level of difficulty.The emergence of electronic business and rise in the development of mo

7、dern logistics industry and logistics enterprise operation has far-reaching influence:E-commerce will just for logistics management provides good operation platform. Under the e-commerce environment, supply chain in each node enterprise to better achieve the information sharing and strengthen the su

8、pply chain link enterprise can improve the productivity, to provide greater value-added products.SSH (Struts + Spring+ Hibernate) framework are is typical of J2EE tri-tier structure, divided into the presentation layer, interlayers (business logic layer) and data service layer. Three-layer system wi

9、ll process business rules, such as data access and legitimacy calibration work in the interlayers. Client does not interact directly with database, but the component and interlayers establish a connection, which is interacted by interlayers.This project team finished a logistics management system wi

10、th the basic functions, and the appropriate extension, such as sales statistics. System into 7 module, total customer management module is responsible for the interaction and orders with customers the generation; Responsible for financial management module with suppliers and the settlement and invoi

11、ce management; System management module roles permissions son management; Warehouse management module is responsible for maintaining the goods warehouse information; Distribution center management is responsible for commodity information management; Scheduling management module is responsible for go

12、ods dispatching management; Substation management module is responsible for maintenance and invoice information writing. Im in a project responsible for the financial management subsystem of design and implementation.This paper firstly introduces the logistics management system application backgroun

13、d and development situation, and then in the second chapter of this development system starts comprehensively applied by the relevant JavaWeb technology SSH framework, the third chapter presents the whole logistics management system of business process and system function point, the fourth chapter o

14、n SSH frame technology will be applied to the financial system module is expounded, the fifth chapter to the project are summarized and prospect.Keywords:logistics management system, SSH framework, Struts,Spring,Hibernate目 录摘 要IAbstractII目 录IV第一章 概述/绪论11.1 项目背景11.2 国内外物流管理系统现状11.3 论文主要工作/组织结构2第二章 Ja

15、va Web应用技术概述32.1 J2EE技术32.2 JDBC技术42.3 SSH框架技术42.3.1 Struts1.x52.3.2 Spring2.x62.3.3 Hibernate3.x62.4 XML技术72.5 Div/CSS技术7第三章 物流配送管理系统项目概述93.1 项目应用领域93.2 项目背景93.3 项目需求93.3.1 一般性需求93.3.2 功能性需求103.3.3 具体功能点需求123.4 项目总体结构15第四章 SSH在财务管理子系统的应用174.1 财务系统模块分析174.2 财务系统模块设计184.2.1 供应商结算子模块194.2.2 分站结算子模块204.2.3 销售统计子模块214.2.4 发票管理子模块214.3 技术运用及实现234.3.1 SSH框架在项目中的配置234.3.2 Struts技术在项目中的运用244.3.3 Spring技术在项目中的运用26

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 高等教育 > 大学课件

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号