优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

企业公司财务管理系统的设计与实现(VB)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:
毕业设计(www.think58.com)

摘 要
随着计算机性能不断提高,价格不断下降,计算机已经在生产、教学、科研、管理等方面得到越来越广泛的应用。计算机化的企业信息系统已经成为现代化企业运营过程中必不可少的基础设施与技术支撑环境。就好像一个现代化企业的成功运行离不开功能完整、美观舒适的建筑物,技术娴熟的管理人员,功能齐全、高精尖的生产设备一样,它也离不开计算机化的企业信息系统。
本设计尝试用VB架构一个企业财务管理系统,以推进企业财务管理无纸化,过程电子化,管理智能化的发展。本文从理论和实践两个角度出发,对一个具有数据分析功能的企业财务管理系统进行设计与实现分析。论文首先较为详尽地介绍了面向对象分析与设计的有关概念与技术,特别深入介绍了在本系统中运用到的知识,如:面向对象的分析设计流程;系统中所用到的开发技术VB以及ADO的特点、结构框架以及使用方法。接着对企业财务管理系统的可行性进行了分析,然后对系统的设计思想、设计目标与系统的整体结构进行了明确的规划。最后对系统的主要页面、数据库、应用程序的设计与实现作了较为详细的讲解。
本企业财务管理系统是在Visual Basic 平台上运用VB技术来实现的。其主要功能有:用户管理,流水账管理,账务统计,系统管理,数据备份等。论文在撰写过程中,力求将理论与实践应用相结合,对各种理论进行阐述的同时配合系统从实际应用和操作技巧上加以说明,希望能够更充分地体现到这些知识与技术在本系统中的应用与实现。

[资料来源:THINK58.com]


【关键词】面向对象分析与设计,VB,ADO,管理信息系统 [版权所有:http://think58.com]


Abstract
Along with the development of Internet technology, daily life can not already do without the network. The life and work of the social people of future will depend on the development of digital technology more and more ,Digitize more and more, the networking, electronic, virtual. Development course and present application state and development trend of Internet, can believe network technology great change life and working way of us fully, Even a certain change will take place in the values of the society.
  This procedure tries to build up a bookshop in the network with VB, So that every customer neednt go out and can do shopping easily through surfing the Net at home .this article is analyzing the design and realization of an online bookshop with Data Mining function, from the views of theory and practice. Starting with introducing concepts and techniques of OOA and OOP in detail, especially introducing the knowledge which apply for this system, such as: the feature and flow of OOA and OOP analyzing the feature、structure and using method of developing techniques VB and ADO which using in my system. And then, this article analyses the feasibility of the system, then minutely layouts the design thoughts, goals and the system holistic framework. At last, this article minutely explains the design and realization of Web page layout, data base and application program of our system. [资料来源:THINK58.com]
  This online bookstore system uses VB technology to realize on Visual StudioVB platform. Its main function has: manage users, new books on sale, look for classified books, search books, collect favorite book, process of purchase, sales list, the comment of the books, websites management, etc. 
During the course of writing this article, I strive to integrate theory and practice. While expatiating the different kind of theories, I illuminate the application and operation skill combining the system so as to fully incarnate the application of these theories and techniques to this system. [资料来源:www.THINK58.com]

   [KEYWORD]:OOA,OOD,VB,ADO [资料来源:http://think58.com]


 
目 录
XXXX大学 0
2010年毕业设计(论文) 0
基于VB的企业财务管理系统 0
第1章 选题背景 1
1.1计算机管理信息系统的发展情况 1
1.2企业财务管理系统的现状 2
1.3企业财务管理系统的优势 3
1.4 任务概述 3
1.4.1目标:建立完善的企业财务管理系统系统 3
1.4.2企业财务管理系统特点 3
第2章 解决方案的选择 5
2.1 系统说明 5
2.1.1.系统开发软件环境 5
2.2 开发计划 5
2.3可行性分析 6
2.3.1 风险分析 6
2.3.2 技术可行性 6
2.3.3 操作可行性 6
2.4 设计方案:对涉及工具和技术的相关说明 6
2.4.1 C/S体系结构 6
2.4.2 ACCESS 7
2.4.3 Visual Basic 6.0 8
第3章 需求分析 10
3.1系统分析的任务与步骤 10
3.1.1 系统分析的任务 10
3.1.2 系统分析的步骤 10
3.2系统项目范围 10
3.3 功能需求 11
3.3.1 用户部分 11
3.3.2 管理员部分 11
3.4系统实体分析 12
3.5系统的数据库设计 12
3.5.1 概念设计 12
第4章  总体设计 15
第4章  总体设计 15 [资料来源:www.THINK58.com]
4.1 系统系统功能说明 15
4.1.1总体功能 15
4.1.2非功能性需求 15
4.2 建立数据库模型 16
第5章 详细设计 18
5.1主操作界面 18
5.2 用户信息管理 19
5.3进出流水信息管理界面 21
5.4财务统计信息管理界面 22
5.5密码修改界面 23
第6章  系统测试 25
6.1系统测试的目的 25
6.2面向对象系统测试方案 25
总  结 26
致 谢 27
参考文献 28 [资料来源:www.THINK58.com]

预览图: [资料来源:www.THINK58.com]

[资料来源:www.THINK58.com]

毕业设计(www.think58.com)