集团财务管理信息系统研究与实现

VIP免费
3.0 陈辉 2024-11-19 5 4 607.28KB 60 页 15积分
侵权投诉
摘 要
随着企业改革的不断深化和企业间的资产重组力度进一步加大,企业规模迅
速扩张,集团公司大量涌现。集团化发展要求集团公司下属的不同子公司异构系
统间做到数据整合,应用集成,从而实现集团公司高效有序的信息化管理,实时
监督、管理、控制下属各分公司的运营情况,有效支持集团公司决策能力,增强
集团公司的竞争力。
论文瞄准集团公司异构财务数据的整合,从技术和业务实际需求为驱动出发,
紧紧抓住数据整合技术和集成平台架构设计和实现两个关键来深入探讨,提出了
一种异构财务数据集成方案:“数据仓库+中间件”方案。该方案以XML为数据交换
标准,采用中间件技术搭建集团总部财务数据集成平台,开发集团财务管理信息
系统。集团公司通过使用系统,能利用局域网或直接利用互联网对下属各分子公
司可以随时进行“穿透查询”,随时查询子公司资金流向,各子公司的所有凭证级
数据,得到各分公司主要财务报表,汇集财务会计信息,及时生成全集团的财务
报表,提高财务信息传递的速度和质量,为集团做好财务监管工作打下扎实的基
础,从而为集团公司更深层次的决策和应用提供支持。
系统主要采用中间件技术构建异构财务数据集成平台。论文主要分析了平台
的功能和集成框架,该数据集成平台主要由包装器、基于XML的虚拟数据库管理模
块以及查询处理模块这三大功能模块组成。论文对三大功能模块进行了设计和分
析。异构财务数据集成平台系统以XML为数据交换的标准,通过采用XML Schema、
DOM/SAX、XSLT/XPath、XQuery等技术进行数据转换、数据查询和数据集成。论文
从数据访问技术、XML数据与关系数据库数据的转换、XML模式与关系模式的双向
转换规则、局部模式与全局模式之间的映射、数据源异构模式的消解和XML文档的
解析等各方面进行了分析,阐述了集团异构财务数据整合的设计思想和关键技术
的实现。
关键词:财务数据集成 模式转换 中间件 XML 数据交换
ABSTRACT
With the deepening of enterprise reformation and asset reorganization between
enterprises, the scale of the enterprise expands rapidly and group corporations spring up
in large numbers. Therefore, data integration among heterogeneous system of different
subsidiary companies must be done to meet the needs of caucus development; In
addition, the effective and orderly information management must be achieved in the
application integration, and at the same time; operation situation of the subsidiary
companies had to be monitored, managed and controlled in order to support the decision
ability and enhance the competitiveness of the group corporation.
This thesis aims at the integration of heterogeneous financial data of group
operation, and from the perspective of technology and real business requirements, it
also puts forward a program of integration of heterogeneous financial data, that is, Data
warehouse & mediator program, based on the data integration technology and
integration platform architecture. Moreover, using middleware technology, and with the
XML for data exchange standard, this program builds the financial data integration
platform and develops the groups financial management information system. Through
the Internet or intranet, group corporation can perform “query of penetration” to query
the capital flows of the subsidiaries and all the data at any time. In doing so, it can gain
the main financial statements of every subsidiary and bring the financial and accounting
information together in order to produce timely financial statements of all the groups
and improve the transmission speed and quality of financial information. As a result of
this, it can lay a solid foundation for group’s financial monitoring and thus provide
support for group’s decision make and application of a deeper lever.
This system builds integration platform of heterogeneous financial data by the use
of middleware technology. This thesis mainly analyzes the function and integration
framework of the platform. The data’s integration platform is made up of three
functional modules, that is, the wrapper, XML-based virtual database management
module and query & processing module. At the same time, this thesis designs and
analyzes the three functional modules. The heterogeneous system for financial data
integration platform with the standard of data exchange, and performs data conversion,
data query and data integration through the use of XML Schema, DOM/SAX,
XSLT/Xpath, and XQuery etc.. In addition, this thesis analyzes many aspects, such as
data access technology, the conversion form between XML data and database, the
two-way conversion rule between XML model and relationship model, the mapping
between local model and global model, the elimination of data sources heterogeneous
model and XML document parsing. Furthermore, it explains the designing ideas and the
key implementation techniques of Group’s heterogeneous financial data integration.
Key words: Financial data integration, Data warehouse, Mediator ,
XML , Conversion algorithm
目 录
摘 要
ABSTRACT
第一章 绪论 .......................................................... 1
§1.1 研究背景 ..................................................... 1
§1.2 国内外研究现状 ............................................... 1
§1.2.1 财务管理软件的发展过程 ................................... 1
§1.2.2 数据整合技术 ............................................. 2
§1.3 本课题研究内容 ............................................... 3
§1.4 章节安排 ..................................................... 4
第二章 数据整合相关理论技术 .......................................... 5
§2.1 数据整合 .................................................... 5
§2.1.1 异构的数据源的分类 ........................................ 5
§2.1.2 数据整合的定义及方式 ...................................... 5
§2.2 数据仓库技术 ................................................. 6
§2.3 XML 技术 ......................................................8
§2.3.1 XML 的特点 ................................................ 8
§2.3.2 XML 的相关技术 ............................................ 9
第三章 集团财务管理信息系统的构建 ................................... 14
§3.1 需求分析 .....................................................14
§3.1.1 集团财务管理 ............................................. 14
§3.1.2 集团各公司现有财务系统应用状况 ........................... 15
§3.1.3 集团财务管理软件系统实现目标及功能模块 .................. 15
§3.2 异构财务数据集成平台 ........................................ 17
§3.2.1 集成平台主要功能 ........................................ 17
§3.2.2 异构财务数据集成框架 .................................... 17
§3.2.3 中间件层数据集成平台三大功能模块 ......................... 18
§3.2.4 异构财务数据集成平台中间件层运行流程 ..................... 21
第四章 异构财务数据集成的关键技术及实现 ............................ 23
§4.1 数据库访问技术 ...............................................23
§4.1.1 0DBC/OLE DB ............................................. 23
§4.1.2 JDBC 数据库连接技术 ...................................... 25
§4.1.3 ADO/ADO.NET 技术 ......................................... 28
§4.2 异构模式的消解 .............................................. 29
§4.3 XML 文档与关系数据库数据的转换 ...............................31
§4.3.1 关系数据库数据转换为 XML 文档 ............................ 33
§4.3.2 XML 文档转换为关系数据库数据 ............................. 33
§4.4 关系模式映射为 XML SCHEMA .....................................34
§4.5 XSLT 与 XPATH 实现映射 ........................................ 35
§4.6 解析 XML 文档 .................................................37
§4.6.1 使用 DOM 生成新的 XML 文件 ................................ 38
§4.6.2 使用 DOM 动态产生 XML 文件 ................................ 40
§4.6.3 使用 SAX 解析 XML 文件 .................................... 43
§4.6.4 DOM 解析器与 SAX 解析器的结合使用 ......................... 47
§4.7 实现平台的选择 .............................................. 50
§4.7.1 B/S 三层结构 ............................................. 50
§4.7.2 J2EE 架构 ................................................ 51
§4.7.3 开发环境 ................................................ 51
第五章 结束语 ...................................................... 53
参考文献 ............................................................ 54
在读期间公开发表的论文和承担科研项目及取得成果 ...................... 56
.............................................................. 57
第一章 绪论
1
第一章 绪论
§1.1 研究背景
随着我国的社会主义市场经济体制建立和完善,及世界经济一体化进程的加
快,特别是近几年国家推行的大集团企业战略,我国随之涌现出了众多的大企业
集团,而如何发展和管理企业集团,如何从财务上为集团发展把好关,这是集团
管理者必须面临的重大课题。
由于各个子公司根据自身需要在不同时期建设了各自独立的财务信息管理系
统。因此,当前集团在财务管理上存在着局限性和急需要解决的问题。比较典型
的问题集中在散乱的资金管理、失真的财务信息、形同虚设的预算机制、大量信
息孤岛的存在、迟缓的信息披露、乏力的集团监管等各方面。对集团管理来说,
面临上述问题主要是由缺乏集中管理的体制和管理技术和方式落后造成的。为了
使集团在财务管理方面有所突破,集团需要对管理模式进行改革和创新,并建设
相应的集团财务管理信息系统。通过系统对下属各分公司、子公司随时进行“穿
透查询”,实现实时监管、管理和控制,减少了汇制会计报表过程中的人为因素,
提高了财务信息传递的速度和质量,有效支持集团的决策能力,有效支持集团的
管理,适应集团企业的快速发展。
各个分公司、子公司在不同时期、由不同技术构建的财务信息系统就像一个
个“信息孤岛”,对集团公司来说,这是一个巨大而复杂的异构数据环境。要建设
适合的集团财务管理信息系统,在这个异构数据环境中方便地访问数据,实现财
务数据集中管理与监管,首要关键的问题是研究异构数据之间的整合问题,将这
些孤立的数据整合起来,并且提供给用户一个统一的视图,才能有效管理。
数据整合技术和其他相关技术的不断发展对构建集团财务管理信息系统提供
了有力的技术支撑。
§1.2 国内外研究现状
§1.2.1 财务管理软件的发展过程
随着信息技术的发展,管理思想的不断创新,财务软件也随之逐渐发展起来。
财务软件的操作系统平台和数据库的不断更新,系统结构也已建立在 B/S 多层结
构上。财务软件从最初的单项型财务软件,核算型财务软件发展为管理型财务软
摘要:

摘要随着企业改革的不断深化和企业间的资产重组力度进一步加大,企业规模迅速扩张,集团公司大量涌现。集团化发展要求集团公司下属的不同子公司异构系统间做到数据整合,应用集成,从而实现集团公司高效有序的信息化管理,实时监督、管理、控制下属各分公司的运营情况,有效支持集团公司决策能力,增强集团公司的竞争力。论文瞄准集团公司异构财务数据的整合,从技术和业务实际需求为驱动出发,紧紧抓住数据整合技术和集成平台架构设计和实现两个关键来深入探讨,提出了一种异构财务数据集成方案:“数据仓库+中间件”方案。该方案以XML为数据交换标准,采用中间件技术搭建集团总部财务数据集成平台,开发集团财务管理信息系统。集团公司通过...

展开>> 收起<<
集团财务管理信息系统研究与实现.pdf

共60页,预览6页

还剩页未读, 继续阅读

作者:陈辉 分类:高等教育资料 价格:15积分 属性:60 页 大小:607.28KB 格式:PDF 时间:2024-11-19

开通VIP享超值会员特权

  • 多端同步记录
  • 高速下载文档
  • 免费文档工具
  • 分享文档赚钱
  • 每日登录抽奖
  • 优质衍生服务
/ 60
客服
关注