2011届分类号:TP311电子科技大学本科专业毕业设计基于VB的财务管理系统设计姓名刘鹗学号2007082020年级2007级专业电子信息工程系(院)信息学院指导教师许飞摘要财务管理系统是典型的管理信息系统,其开发包括后台数据库的建立和前端应用程序的开发两个方面。对于前者要求建立数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。本论文主要介绍了企业财务收支管理系统的总体设计思想,数据库设计以及功能模块设计。系统主要包括进出账务,账务信息,账务汇总与系统管理模块。软件使用VisualBasic为开发工具,利用其提供的各种面向对象的开发工具,使软件实现了财务的管理功能。关键词:理财;操作系统;管理信息系统;安全AbstractFinancialmanagementsystemisatypicalmanagementinformationsystem(MIS),includingthedevelopmentofitsbackgroundoftheestablishmentandmaintenanceofthedatabaseaswellasthefront-endapplicationdevelopmentforthetwosidesofthespanoftheformerrequesttoestablishdataconsistencyandintegrity,strongdatasecurityTreasurygoodspanforthelatterrequirestheapplicationofafullyfunctioning,easytouse,andothercharacteristicsofthespanThethesisintroducesthegeneraldesigningideaofthefinancialrevenueandexpendituremanagingsystemofenterprise,thedesignofdatabase,andthedesignoffunctionmodels.Thesystemincludestheinput-outputfinancial,theinformationoffinancial,thesummaryoffinancial,andthesystemmanagementmodels.Byanalysisthesituation,thesoftwareusestheVBasclienttool,andusessomeofthetoolsofobjectoriented,sothatthemanagementofthefinancialcanbeaccomplished.Keyworks:financialoperatingsystemmanagementinformationsystemsafety目录第1章理财系统设计概述..........................................................................................................11.1题目背景..............................................................................................................................11.2研究意义..............................................................................................................................1第2章开发环境及实现技术........................................................................................................22.1VisualBasic6.0简介....................................................................................................22.2SQLServer2000语言简介及特性..................................................................................32.3开发环境..............................................................................................................................5第3章财务管理系统的概要设计................................................................................................63.1系统结构流程图..................................................................................................................63.1.1系统结构图...................................................................................................................63.1.2系统流程图...................................................................................................................73.1.3E-R图...........................................................................................................................83.2数据库设计........................................................................................................................123.3创建数据库....................................................................................................................