家庭理财管理系统的设计与实现(Eclipse+JSP+SQL2000)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘  要
近年来,家庭理财日益受到家庭的关注。一个理性的家庭,不应仅仅满足于一般意义上的“食饱衣暖”。当手头现有的资金还算充裕的时候,就应该根据家庭自身的特点,寻找一些最适合自己的投资领域与投资工具,获取尽可能高的收益率。家庭理财需要理财者对家庭的现状与未来有一个系统的把握和长期的打算,除合理分配家庭的财务支出外,同时还要学会钱生钱,最起码能抵消通货膨胀的影响。本系统设计的是一套功能比较完善的家庭理财系统。该系统的开发是以 ECLIPSE3.1作为开发平台,应用JSP技术作为前台开发语言,应用SQL Server 2000数据库来作为后台的数据库对本系统用到的数据进行存储和提取。家庭理财系统基于B/S模式,功能主要包括日常消费和收入记录和统计管理部分。本家庭理财系统是使用计算机进行信息管理,不仅提高了工作效率,而且操作简便、界面友好、灵活、实用,能够很好的满足家庭从事财务管理方面的需要。

关键词:  家庭理财, JSP, JAVABean
 
Abstract
In recent years ,Family finance is drawing more and more family's attenion day by day.A rational family,should not merely satisfy in the gengeral significance "the food fullclothes is warm".When there are abundant funds on hand ,you shoule find some of the most suitable for their investment domain and investment tools based on the family's characteristics to obtain the most return as possible.Financial manager shoule has a system assurance and long-term plans of the family present situation and the future .Besides the rational of distribution family financial disbursement,meanwhile he must study the to how get more money by the money he has,at least he is able to offset the impact of inflation .This syetem is designed for family's financial managemnet .System uses ECLIPSE3.1 as the development platform,and JSP technology as  foreground Programming Language and SQL Server 2000 database as the background database to storge and retrieval the data. System Based on B / S mode,and the function of the system mainly includes the daily consumption and income records as well as the statistics management . This family manages finances the system is uses the computer to carry on the information management, not only enhanced the working efficiency, moreover operates, the contact surface simply friendly, nimble, practical, can the very good satisfied family be engaged in the financial control aspect the need.

Key words :family finance, JSPJAVABean.
 
系统功能模块
系统的功能模块分为:登录模块, 消费模块, 统计模块,收入模块。
登录模块的功能:主要是对用户的管理权限进行验证。决定用户是否有权限进行本系统。
消费模块的功能如下:
食品消费:完成日常生活中食品类商品消费项目的统计。
着装消费:完成日常生活中服装衣物类商品消费项目的统计。
家具消费:完成日常生活中家居用品类商品消费项目的统计。
行车消费:完成日常生活中交通消费项目的统计。
统计模块的功能如下:
当日汇总:对当日消费情况进行汇总。
月份汇总:对当月消费及收支情况进行汇总,并计算节余.根据收支情况给出一些简单的理财建议。
年份汇总:记录每年收支情况,并计算节余,根据收支情况给出一些简单的理财建议。
收入模块的功能:对家庭的收入进行统计。
 
家庭理财管理系统的设计与实现
家庭理财管理系统的设计与实现
家庭理财管理系统的设计与实现
家庭理财管理系统的设计与实现


目  录       12000字
摘  要    I
Abstract    II
绪  论    1
第1章 需求分析    3
1.1系统设计目标    3
1.2系统数据分析    3
1.3系统问题分析    4
1.4系统功能需求    4
1.5系统性能分析    5
1.6可行性分析    5
第2章 系统设计    8
2.1总体设计    8
2.1.1总体设计的主要任务    8
2.1.2系统功能模块    8
2.2详细设计    9
2.2.1详细设计的任务    9
2.2.2程序流程图    10
2.3数据库设计    11
2.3.1数据库表分析    11
2.3.2 E-R图:    11
2.3.3表的详细结构说明    12
第3章 编码设计    15
3.1系统登录模块的设计与实现    15
3.2主界面的设计与实现    15
3.3消费模块的设计与实现    16
3.4统计模块的设计与实现    17
3.5退出系统模块的设计与实现    18
第4章 系统测试    19
结  论    21
参 考 文 献    22
附录A    主要代码    23
致  谢    34