哈尔滨工业大学毕业设计
基于java的税务管理系统设计与实现
摘 要
随着科学技术的不断进步,计算机行业迅猛发展,大大提高了人们的工作效率和生活水平。计算机信息处理系统的引进改变着各行各业中许多系统的经营管理方式。
税务信息管理系统是典型的信息管理系统,税务信息化是管理机制中的重要组成部分,通过对税务管理系统运行管理过程进行调查,开发了此系统。本系统中解决了税务管理中的一些基本问题以及相关统计工作,有效解决了效率低下与纳税工作不完善的矛盾,实现用户在税务登记管理方面的需求。
在进行了全面的需求分析和系统设计的基础上,系统采用Win7平台,基于B/S系统,即浏览器/服务器模式。开发工具为MYECPLISE,并利用SQL Server2000提供数据库。本文详细介绍了系统的开发环境、需求分析、总体设计、详细设计以及系统实现中的方法和技术,实现了JAVA的税务登记管理系统。
关键词:数据库;税务管理;税务信息化;B/S模式;JSP
i
哈尔滨工业大学毕业设计
Tax management system based on Java
Abstract
With the progress of science and technology, the rapid development of the computer industry, greatly improving the efficiency of people working and living standards. The introduction of computer information processing systems in many industries changing system management mode.
Tax information management system is a typical management information system, Tax information is an important part of the management mechanism, By investigating the operation and management of tax management system, the development of this system. This system solves some basic problems in tax administration and related statistical work, effectively solves the contradiction between efficiency and tax work is not perfect, realize the user registration management needs in tax.
After a thorough needs analysis and system design, based on the system using Win7 platform, based on B / S system, which browser / server mode. Development tools for MYECPLISE, provides database and use SQL Server2000.This paper describes the system development environment, requirements analysis, design, detailed design and system implementation methods and techniques, To achieve a JAVA tax registration management system.
Key words: database; tax administration; Tax Informationization; B/S mode; JSP
ii
哈尔滨工业大学毕业设计
目 录
摘 要 ................................................................... I ABSTRACT ................................................................ II 1.绪论 ................................................................... 1
1.1.课题的来源及意义 ................................................. 1 1.2.国内外发展情况 ................................................... 1 1.3.研究目标、内容、方法及手段 ....................................... 2 2.税务管理系统的需求分析 ................................................. 4
2.1.功能需求分析 ..................................................... 4 2.2.本系统采用的关键技术 ............................................. 5
2.2.1. J2EE的模型-视图-控制(MVC)体系结构 ....................... 5 2.2.2. JSP技术 ................................................... 5 2.2.3. JDBC技术 .................................................. 5 2.2.4. 用JDBC访问数据库 .......................................... 6 2.3.可行性分析 ....................................................... 7
2.3.1.技术可行性 ................................................. 7 2.3.2.经济可行性 ................................................. 7 2.3.3.应用可行性分析 ............................................. 7 2.3.4.安全可行性分析 ............................................. 8 2.4.系统运行环境 ..................................................... 8 3.系统概要设计 ........................................................... 9
3.1.总体功能 ......................................................... 9 3.2.模块功能描述 ..................................................... 9
3.2.1.用户登陆 ................................................... 9 3.2.2.系统账号管理 ............................................... 9 3.2.3.缴税项目设置管理 ........................................... 9 3.2.4.缴税用户管理 .............................................. 10 3.2.5.缴税用户查询 .............................................. 10 3.2.6.缴税信息管理 .............................................. 10 3.2.7.缴税信息查询 .............................................. 10 3.2.8.缴税信息统计 .............................................. 10
4.系统详细设计以及系统实现 .............................................. 11
4.1.功能结构图 ...................................................... 11 4.2.数据流图 ........................................................ 12
4.2.1.顶层税务系统数据流图 ...................................... 12 4.2.2.税务项目管理模块数据流图 .................................. 12 4.2.3.缴税用户项目管理模块数据流图 .............................. 13 4.2.4.缴税信息管理模块数据流图 .................................. 13 4.3. E-R图 .......................................................... 14
4.3.1.税务管理员实体属性图 ...................................... 14 4.3.2.缴税项目管理实体属性图 .................................... 15
基于java的税务管理系统设计与实现大学毕设论文



