学术堂首页 | 文献求助论文范文 | 论文题目 | 参考文献 | 开题报告 | 论文格式 | 摘要提纲 | 论文致谢 | 论文查重 | 论文答辩 | 论文发表 | 期刊杂志 | 论文写作 | 论文PPT
学术堂专业论文学习平台您当前的位置:学术堂 > 毕业论文 > 在职硕士论文 > 工程硕士论文 > 软件工程硕士论文

审计部门项目管理系统设计研究

来源:南京邮电大学 作者:王晓倩
发布于:2019-02-23 共2146字
    本篇论文目录导航:

【【题目】】 审计部门项目管理系统设计研究
【【第一章】】国家审计项目管理平台构建分析引言
【【第二章】】审计项目管理系统相关概念和技术
【【第三章】】审计机构项目信息系统需求分析
【【4.1-4.2.2】】项目计划管理模块设计
【【4.2.3-4.4】】项目公文管理模块设计
【【5.1-5.3】】审计项目系统功能模块实现
【【5.4】】审计项目管理应用系统测试
【【参考文献】】审计项目管控平台开发研究总结与参考文献
  摘要
  
  作为国家治理的重要组成部分,国家审计在国家治理中发挥着预防、揭示和抵御的重要作用。目前,国家审计的监督实效已受到信息技术的有力冲击,而提升审计工作效能的主要途径就是:强化审计信息化,建设与之相关的业务系统。
  
  这也是推动完善国家治理的客观要求,可谓势在必行。
  
  组织开展审计项目是审计机关的基本工作内容,审计项目的质量直接决定着审计工作的质量,而审计项目管理是保证审计质量的重要措施,它涵盖了审计机关和相关审计人员按照审计工作标准对具体审计项目进行管理的全过程。因此,开发审计项目管理应用系统,有助于将日常的业务要求以及审计过程所涉及到的工作流程进行集中整合,使审计人员可以规范、高效地开展业务工作,实现审计管理的程序化、规范化以及信息化,进一步增强审计工作的管理水平,提升审计工作的管理效率。
  
  本文以审计项目管理为研究切入点,结合工作实践的需求,进行了审计项目管理应用系统的设计与实现。所设计的系统具有系统管理、项目计划管理、项目公文管理、项目信息管理等主要功能。软件测试与系统运行的结果表明:审计项目管理应用系统能够集中信息共享,保证信息价值实现,有助于强化审计项目管理与控制,体现了审计管理与业务的最新成果。
  
  关键词:审计,管理,数据库

审计部门项目管理系统设计研究
  
  Abstract
  
  As an important component of national governance, state audit plays animportant role in preventing, revealing and resisting. Nowdays the effectiveness of thenational audit supervision meets with the strong impact of information technology,and one of the important ways to improve the audit efficiency is to enhance the auditinformatization and to build the application system related to audit business andmanagement, it is the objective requirement and inevitable trend for the governance ofthe state.
  
  Organizing the audit project is the basic work of audit institutions. Audit projectquality directly determines the quality of audit work, and audit project management isan important measure to guarantee the audit quality, it covers whole process of auditinstitutions and relevant auditors managing specific audit projects according to theaudit work standards. Therefore developing audit project management applicationsystem can help us to integrate the workflow which is related to daily businessrequirements and audit process, help the audit personnel to perform the audit businessin an orderly, high - quality and efficient manner. In this way, we can realize theprocedure, standardization and informatization of audit management, further enhancethe management level of audit work and improve the management efficiency of auditwork.
  
  This thesis takes audit project management as the breakthrough point of research,combining with the needs of work practice, designs and implements an Audit ProjectManagement Application System which has the main functions such as systemmanagement, project plan management, project document management, projectinformation management and so on. The results of software test and the systemrunning have show that the system can centralize information sharing, ensure therealization of information value, and strengthen audit project management and control.
  
  The system reflects the latest achievements of audit management and business.
  
  Key words: audit, management, database
  
  目 录
  
  第一章 引言.

  
  1.1 论文的研究背景和意义
  1.2 所做主要工作
  1.3 论文内容安排
  
  第二章 相关概念和技术.
  
  2.1 审计项目管理概述
  2.2 软件工程概述
  2.2.1 基本概念.
  2.2.2 软件工程三要素.
  2.2.3 软件工程阶段.
  2.3 数据库技术概述
  2.3.1 数据库的概念.
  2.3.2 Oracle 数据库管理系统
  2.4 MVC 设计模式
  2.4.1 MVC 设计模式的层次及工作原理
  2.4.2 MVC 设计模式的优点
  2.5 本章小结
  
  第三章 系统需求分析.
  
  3.1 系统建设总体目标
  3.2 功能需求分析
  3.2.1 系统管理.
  3.2.2 项目计划管理.
  3.2.3 项目公文管理.
  3.2.4 项目信息管理.
  3.3 非功能性需求分析
  3.3.1 数据库优化.
  3.3.2 稳定性.
  3.3.3 系统安全性和数据完整性.
  3.3.4 可扩展性.
  3.3.5 系统容错性.
  3.3.6 用户界面.
  3.4 本章小结
  
  第四章 系统设计.
  
  4.1 系统设计原则
  4.2 系统功能模块及其数据库结构设计
  4.2.1 系统管理模块设计
  4.2.2 项目计划管理模块设计
  4.2.3 项目公文管理模块设计.
  4.2.4 项目信息管理模块设计.
  4.2.5 数据库优化设计
  4.3 安全性设计
  4.4 本章小结
  
  第五章 系统实现与测试.
  

  5.1 系统实现环境.
  5.1.1 软件环境.
  5.1.2 硬件环境.
  5.2 系统网络架构
  5.3 系统功能模块实现.
  5.3.1 平台登录功能的实现
  5.3.2 系统管理模块的实现.
  5.3.3 项目计划管理模块的实现.
  5.3.4 项目公文管理模块的实现.
  5.3.5 项目信息管理模块的实现.
  5.4 系统测试
  5.4.1 软件测试概述.
  5.4.2 测试内容、过程与结果.
  5.5 本章小结
  
  第六章 总结与展望.
  
  6.1 总结
  6.2 展望
  
  参考文献
作者单位:南京邮电大学
原文出处:王晓倩. 审计项目管理应用系统设计与实现[D]. 南京邮电大学 2017
相关标签:
  • 报警平台
  • 网络监察
  • 备案信息
  • 举报中心
  • 传播文明
  • 诚信网站