家庭财务管理系统的设计与实现-毕业设计论文.doc

约61页DOC格式手机打开展开

家庭财务管理系统的设计与实现-毕业设计论文,家庭财务管理系统的设计与实现                 摘要   家庭财务管理系统就是我们常说的管理信息系统mis(management information system)中的一种,它是一个计算机软硬件资源以及数据库的人--机系统。随着信息技术、计算机技术的发展,在社会各个领域都已近离不开信息系统的支持。家庭...
编号:10-304325大小:3.81M
分类: 论文>计算机论文

内容介绍

此文档由会员 秋风2013 发布

家庭财务管理系统的设计与实现
                 摘要
   家庭财务管理系统就是我们常说的管理信息系统MIS(Management Information System)中的一种,它是一个计算机软硬件资源以及数据库的人--机系统。随着信息技术、计算机技术的发展,在社会各个领域都已近离不开信息系统的支持。家庭财务管理系统针对个人用户及家庭,是一个单用系统,它提供全方位的财务数据统计、数据查询、数据打印,方便个人及家庭理财,做出正确的财务决策。其开发的功能主要包括:通过计算机管理个人及家庭财产,实现无纸化理财,通过查询分析,统计出各项数据,分析出生活中的浪费和节约的地方,通过强大的查询和检索高效的检索出数据,提高办事效率。
   作为一名即将离开校园马上走上工作岗位的大学生,尤其在刚开始工作工资普遍不高的情况下,理财观念和财务决策尤为重要。为自己量身订造一套适合自己的跟人理财系统则分外显得有意义与挑战。
   收支类型设置:即根据使用者实际情况设置收入和支出项目的名称,如收入类型有:工资、补贴、股票收入等,反应经济来源的详细情况。如支出类型有:电话费、伙食、房租、水电费,详细反映资金的花费去向,花费时间,发生金额等。
   关键词:财务管理系统;面向对象编程;财务决策;个人理财
 
The Design and Implementation of Family Financial Management System
Abstract
   Family Financial Management system MIS (Management Information System) which the management system is we often said the center one kind. It is a computer software and hardware resource as well as the database person--machine system. Along with the information technology and the computer technology development, all already could not leave in the social various domains the information system support. Individual financial control system in view of individual user design, is a single user system, it provides the omni-directional financial data statistics, the data inquiry, the data printing, facilitates personally manages finances , makes the correct financial decision-making . It's development function mainly includes: Through the computer management finances, through the inquiry analysis, counts each data, analyses the waste and the frugal place in daily life, examines the highly effective rope through the formidable inquiry and the rope to pick out the data, enhances the management efficiency.
   Soon leaves as the university student with the campus step onto the work post immediately. Especially just starting to work, the wages is generally not in high situation. Personal financial management and the financial decision--making especially is very important. Tailored for you, the family financial system particulary appears has the significance and the challenges.
   Revenue and expenditure type establishment: Namely acts according to the user actual situation establishment income and the disbursement project name, if the income type includes : Wages , subside , stock income and so on , reflection source of income detailed situation . If the disbursement type includes : The telephone bill , the meals , the shopping , the rent and so on , in detail reflected the fund the expenditure whereabouts , spends the time , has the amount and so on .
   Keywords: the financial control system, the object--oriented programming, the financial decision--making , personally manages finances .

目录
毕业设计(论文)任务书 Ⅰ
摘要 II
abstract Ⅲ
第1章 绪论 2
1.1 课题背景 2
1.2 课题的现实意义 2
1.3 管理信息系统概述 1.3.1 概述 2
1.3.2 管理信息系统的发展历史 2
1.3.3 管理信息系统的发展历史 2
1.3.4管理信息系统开发方法介绍 4
1.4如何科学理财 6
1.5 本产品所要达到的要求 6
第2章 相关知识 9
2.1开发平台简介 9
2.2 开发语言C#简介 9
2.3 MySQL数据库简介 10
2.4 系统开发理论介绍 11
2.4.1结构化生命周期法简介 11
2.4.2快速原型法简介 12
2.4.3系统开发方法的选择 13
第3章 需求分析 15
3.1可行性分析 15
3.1.1经济可行性 15
3.1.2技术可行性 15
3.1.3操作可行性 16
3.2业务流程分析 16
3.3数据流程图 17
3.3.1系统顶层图 17
3.3.2 一级细化图 18
3.3.3二级细化图 19
3.4数据字典 19
3.4.1 数据流定义 20
3.4.2数据存储描述 21
3.4.3数据处理定义 22
3.5功能需求分析 22
第4章 总体设计 25
4.1 系统模块功能结构 26
4.3 系统模块调用关系 27
第5章 数据库设计 31
5.1概念模型设计 31
5.3 数据库逻辑设计 35
第6章 详细设计与实现 39
6.1系统总体流程图 39
6.2系统登录模块 42
6.3账户管理界面 43
6.4收支管理 44
6.5借贷管理 45
第7章 测试设计 47
7.1 测试的目标 47
7.2 测试的方法 47
7.3 测试过程 48
7.3.1单元测试 48
7.3.2组合测试 48
7.3.3需求测试 48
7.3.4系统测试 48
7.3.5 测试用例 49
第8章 结论 51
参考文献 53
致谢 55