大理学院本科毕业设计财务管理系统的设计与开发DEVELOPMENTANDDESIGNOFTHEFINANCIALMANAGEMENTSYSTEM学院:数学与计算机学院模块负责人:张寿君项目组成员:张寿君熊建英王凤松指导教师:杜英国专业:信息与计算科学年级(班级):07级信息与计算科学1班起止日期:2010年8月23日—2010年12月30日制表日期:2010年12月15日摘要随着经济全球化以及计算机技术的不断发展,企业在财务管理方面变的越来越繁杂,财务处理的数据也急剧增加,有关财务的各种信息也成倍的增长,面对庞大的信息量,有必要开发财务管理系统来提高财务管理工作的效率,通过这个系统,可以做到信息的规范管理,科学的统计和查询,从而减少了在财务管理方面的工作量。本财务管理系统包括了会计科目管理、凭证管理、出纳管理、往来管理、固定资产管理、工资管理、财务基本信息设置和结账等几个大的模块,其中每个模块包括了在财务处理方面的添加、修改、删除、查询和打印报表等功能,系统管理员可以拥有完全的权限管理系统,而财务管理员则不能拥有期末处理相关功能的管理的权限。本文论述的是整个财务管理系统开发的全过程。根据软件工程的思想,从需求分析入手,编写用例、绘制用例图、绘制时序图、绘制类图、对象设计、映射再到编程,最后测试;通过不断的测试使系统更完善。本系统采用MicrosoftVisualStudio2005为开发工具,以C#为开发语言,后台数据库采用MicrosoftSQLServer2000,操作系统为WindowsXP。关键词:财务管理系统;MicrosoftVisualStudio2005;C#;软件工程。DEVELOPMENTANDDESIGNOFTHEFINANCIALMANAGEMENTSYSTEMAbstractWiththeglobalizationofeconomyandthedevelopmentofcomputertechnology,infinancialmanagementofenterprisesarebecomingmoreandmoremultifarious.Theprocessingofdataalsohasincreaseddramatically,sofinancialinformationwillincreasemanifoldtoo.Facingthehugeamountofinformation,itisnecessarytodevelopfinancialmanagementsystemtoimprovefinancialmanagementefficiency.Throughthissystem,theenterprisecanaccomplishinformation'sstandardmanagement,scientificstatisticsandquerytoreducethefinancialmanagementofworkload.ThefinancialmanagementsystemincludingtheSubjectofmanagement,vouchersmanagement,cashiermanagement,come-and-gomanagement,fixedassetmanagement,salarymanagement,financialbasicinformationsetandchecksettings,eachofthesemodulesincludinginthehandlingofadding,modifyinganddeleting,querying,andprintingthereportsandotherfunctions.Systemadministratorscanhavecompletepermissions.Financialadministratorcannothavefinalprocessingpermissions.Thispaperdealswiththefinancialmanagementsystemdevelopmentofthewholeprocess..weusetheconceptofsoftwareengineeringfromrequirementsanalysiscommence,writingexample,drawingusecasediagram,drawingsequencediagram,drawingclassdiagram,object-orienteddesignandfinallymapobjecttoprogrammingenvironments.Throughconstanttestingenablesthesystemmoreperfect.ThissystemisdesignedforwindowsXP.WeusetheMicrosoftVisualStudio2005asadevelopmenttool,withc#fordevelopinglanguageanduseMicrosoftSQLServer2000asthedatabasemanagementsystem.KeyWords:financialmanagementsystem;MicrosoftVisualStudio2005;C#;Softwareengineering.目录摘要............................................................................................................................IIAbstract....................................................................................................................................III引言................................................................................................................................-1-第一章财务管理系统概述............................................................................