资源描述:
《某化工公司财务管理系统设计与实现毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)题目:紫光化工公司财务管理系统设计与实现摘要财务管理是公司的一项重要工作,使用计算机来管理公司财务,不但可以节省时间和人力,更能全面、有效地掌握公司财务的基本情况,及时获取最新的准确资料和信息。本财务管理系统是以JAVA为前台开发工具,以MicrosoftSQLServer2008为后台数据库开发工具的一套完整的基于C/S(Client/Server)管理信息系统。JAVA语言是一种面向对象的开发工具,具有组件丰富、语言简单、功能强大的优点。论文主要介绍了本课题的开发背景,所要完成的功
2、能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。本系统为用户提供强大的数据操纵功能,界面友好、使用简单方便,同时基于客户机/服务器模式,可实现通过网络对数据进行远程管理。采用审计的方式详细的记载每个用户的登录信息,跟据不同的需要,对用户分配不同的权限,并且对数据库进得完全备份或差异备份,能够对数据库进行还原。在对系统在设计过程中进行白盒测试和对完成阶段进行黑盒测试。该设计基本合理,功能比较完备,经过测试运行稳定,能够满足工作中的基本需要。关键词:财务管理系统JAVASQLSe
3、rver2008AbstractFinancialmanagementisanimportantworkofthecompany,usingcomputertomanagethecompanyfinancial,notonlycansavetimeandmanpower,morefully,effectivelygraspthebasicsituationofcorporatefinance,timelyaccesstothelatestaccuratedataandinformation.Thefi
4、nancialmanagementsystemisbasedonJAVAasthedevelopmenttool,usingMicrosoftSQLServer2008asbackgrounddatabasedevelopmenttoolbasedonacompletesetC/S(Client/Server)andmanagementinformationsystem.JAVAlanguageisakindofobject-orienteddevelopmentkit,hastherichcompo
5、nent,thelanguageissimple,powerfuladvantages.Thepapermainlyintroducedthistopicdevelopmentbackground,mustcompletefunctionanddevelopment.Keyexplanationsystemdesignkeypoint,designthought,difficulttechnologyandsolution.Thissystemisfortheusertoprovidepowerful
6、datamanipulationfunctions,friendlyinterface,simpleandconvenienttouse,basedon(client/server)mode,canrealizetheremotemanagementofdatathroughthenetwork.Theauditofthedetailedrecordsofeachuser'slogininformation,accordingtothedifferentneedsoftheuser,assigndif
7、ferentpermissionsonthedatabase,andinfullordifferentialbackup,cantorestorethedatabase.Inthesysteminthedesignprocessofwhiteboxtestingandblackboxtestingofthecompletedstage.Thedesignisreasonable,functionrelativelycomplete,thetestrunstability,canmeettheneedo
8、fthework.KEYWORD:FinancialmanagementsystemJAVASQLServer2008目录第一章绪论1第一节项目开发背景1第二节项目开发环境2第三节项目开发工具简介2第四节数据库开发工具简介3第二章需求分析4第一节功能需求描述4第二节对应数据需求描述4第三章总体设计9第一节功能模块设计9第二节系统控制结构9第四章数据库设计11第一节概念结构设计11第二节逻辑结构设计14第三节数据库实施17第五章详细设计20第一节用户登录模