毕业设计-固定资产管理系统实现与设计

上传人:飞*** 文档编号:3097778 上传时间:2017-07-30 格式:DOC 页数:16 大小:2.68MB
返回 下载 相关 举报
毕业设计-固定资产管理系统实现与设计_第1页
第1页 / 共16页
毕业设计-固定资产管理系统实现与设计_第2页
第2页 / 共16页
毕业设计-固定资产管理系统实现与设计_第3页
第3页 / 共16页
毕业设计-固定资产管理系统实现与设计_第4页
第4页 / 共16页
毕业设计-固定资产管理系统实现与设计_第5页
第5页 / 共16页
点击查看更多>>
资源描述

《毕业设计-固定资产管理系统实现与设计》由会员分享,可在线阅读,更多相关《毕业设计-固定资产管理系统实现与设计(16页珍藏版)》请在金锄头文库上搜索。

1、课题 固定资产管理系统姓 名 学 科 专 业 指 导 教 师 学 号 目 录前言摘要第一章 系统需求分析第二章系统设计21 系统方案确定22 系统功能实现第三章 怎样开发一个人事工资管理系统?31 编程环境的选择32 关系型数据库的实现33 二者的结合(DBA)第四章 Visual basic 下的控件所实现的功能41 实现菜单选项42 实现工具栏43 帮助第五章 系统总体规划51 系统功能52 流程图第六章 系统具体实现6.1 用户界面的实现6.2 数据库的实现第七章 结束语第八章 主要参考文献第九章 附录前言固定资产管理系统是一个企事业单位不可缺少的部分,它的内容对于企事业单位的决策者和管

2、理者来说都至关重要,所以固定资产管理系统应该能够为用户提供充足的信息和快捷的查询手段。但一直以来人们使用传统人工的方式管理固定资产的信息,这种管理方式存在着许多缺点,如:效率低、保密性差,另外时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。本论文主要介绍的是固定资产管理系统的整个设计过程。随着计算机技术的不断发展,计算机应用于各大领域,并给人们的生活带来了极大的便利,在固定管理系统亦是如此。以往固定资产员由于缺乏适当的软件而给其工作带来了很多不便。本论文所介绍的便是一个固定资产管理系统,以方便在固定资产安排和固定资产管理上的工作任务。该系统适用于普通固定资产的管理,

3、在使用上力求操作容易,界面美观,另外,本系统具有较高的扩展性和可维护性,可能在以后需要的时候进行软件升级。整个系统的开发过程严格遵循软件工程的要求,做到模块化分析、模块化设计和代码编写的模块化。作为计算机应用的一部分,使用计算机对固定资产信息进行管理,具有着手工管理所无法比拟的优点.例如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高固定资产管理的效率,也是企业的科学化、正规化管理,与世界接轨的重要条件。摘要固定资产管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性

4、和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。经过分析,我们使用 MICROSOFT公司的 VISUAL BASIC开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。整个系统从符合操作简便、界面友好、灵活、实用、安全的要求出发,完成固定资产管理的全过程,包括每一物品,例如办公设备、家具、计算机及其他有价值的资产分配一个唯一的物品编码,并根据此编码在计算机中建立固定资产信息库,对固定资产的新增、领用、折旧等

5、进行管理,使管理人员可对固定资产的流向进行跟踪,随时掌握固定资产的现状及公司雇员领用固定资产情况,减少固定资产丢失现象,解决查找、盘点困难等问题,提高管理人员的工作效率。因此,开发这样一套管理软件成为很有必要的事情,在下面的各章中我们将以开发一套固定资产管理系统为例,谈谈其开发过程和所涉及到的问题及解决方法。企业要想不断提高固定资产的使用效率,并且在预期的时间内收回所投资金和实现预期的投资收益,就要加强固定资产管理。固定资产管理的主要内容有: 固定资产日常管理 固定资产使用效率管理 固定资产投资规模变动的边际收入与边际成本分析 固定资产折旧管理论文主要介绍了本课题的开发背景,所要完成的功能和开

6、发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。关键字:Visual Basic6.0,控件、窗体、数据库,固定资产管理SummaryThe fixed assets management system is the typical information management system( MIS), it mainly develop the establishment and maintenances and head application procedures of include the backstage databases develop two aspe

7、cts .Request to build up a data consistency and integrities for the former strong, the database that the data safety like .But then request the applied procedure function to the latter complete, easy usage etc. characteristics.Through analysis, we use the VISUAL BASIC development tool of the company

8、 of MICROSOFT, making use of various development tool that faces to the object of what it provide, particularly is this ability of the data window way is convenient and simple and direct to manipulate the database of intelligence turn the object, build up the system application prototype in the in a

9、 short time first, then, start the prototype system to carry on the need generation to the beginning, revise and improve continuously, until formation the customer is satisfied and can go the system.The whole system from match the operation simple, the interface amity, vivid, practical, the request

10、of the safety set out, completing the whole process of the fixed assets management, include each product, for example transact an unique product of equipments, furniture, calculator and other worthy asset-allocations to code, and according to this coding is in the calculator build up the fixed asset

11、s information database, add, get to use, depreciate.etc. to carry on the management to the fixed assets, can make the manager fly to carry on follow to the fixed assets, at any time control the present condition and the company employees of the fixed assets to get with the fixed assets circumstance,

12、 reduce the fixed assets to throw to lose the phenomenon, resolve to check to seek, stocktaking difficulty etc. problem, raise the managers work efficiency .Therefore , develop the affair that thus a set of management software becomes having the necessity very much, we are in underneath of each one

13、will with develop a set of fixed assets management system as example, discuss its development process and the problem involve and resolve method.The business enterprise wants to want continuously usage efficiency of raise the fixed assets, and take back in anticipant time the investment income of th

14、e investment gold and realization expectation, will strengthen the fixed assets management .The main contents of the fixed assets management have: The fixed assets manages usuallyThe fixed assets usage efficiency managementThe limit income and limit cost analiyes of the fixed assets investment scale

15、 fluctuationThe fixed assets depreciation managementThe thesis mainly introduced the development background of this topic, finished function and the process of the developments want .The point explained the point, the design thought, a little bit difficult technique and solution of the system design

16、.Keywords: Visual Basic6.0, control the piece, window body, database, the fixed assets management第一章. 系统需求分析1.1 现行业务系统描述固定资产管理对每个企业单位都是十分重要的工作,固定资产管理的好,可以使资产发挥最大效益,杜绝各种不良资产,反之则会造成生产资料利用率低下,甚至造成资产流失。 本管理系统是为适应于的固定资产管理而开发的软件。从资产使用的角度管理固定资产,协助学校建立一套完善的数据管理模型,提供全面数据的编辑、查询、系统管理等等功能,达到对资产科学管理的目的。企业以前的有关资产管理的工作都是由人工来完成的。随着企业的发展,企业固定资产处的固定资产管理工作量大大加重。随着计算机应用的发展,很多企业急切希望能够将大部分繁琐的工作交由计算机的处理,已减轻人工的压力并提高工作

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号