WWW.51LUNWEN.COM 无忧论文网
| 英国论文网 | 免费论文网|英国·澳大利亚·新西兰·加拿大·美国·荷兰】
无忧论文网无忧论文网名校师资提供一流服务
2009/1/9 星期五
论文首页 | 留学论文 | 硕士论文 | MBA论文 | 金融硕士 | 博士论文 | 论文定制 | 代写Assignment| 翻译服务 | 支付方式
论文下载 | 论文写作 | 论文格式 | 本科论文 | 论文老师 | 论文出售 | 论文发表 | 发表供需|   我的无忧  
英语论文|工商管理|市场营销|物流论文|人力资源|电子商务|旅游管理学|项目管理|行政管理|经济论文|金融论文|国际贸易|法律论文|日本语论文
教育论文|政治论文|社会哲学|新闻媒体|保险论文|会计财务|计算机科学|建筑论文|通讯论文|土木工程|医学论文|论文写作|留学文书|应用类范文
无忧论文网>论文下载中心 >自然科学类 >计算机科学 >计算机软件 >固定资产管理系统——资产申请模块和数据库设计(含原程序)
本类导航  
计算机科学
 →计算机软件
 →计算机应用
 →计算机网络
 →计算机数据库
 →计算机硬件
本专业最热门的论文 
企业工资管理信息系统(附开题报告,任务书,外文资料翻译等)(7660)
学籍管理系统(附源程序,PB)(6234)
计算机本科毕业论文:企业人事管理系统(附开题报告,文献翻译)(4937)
Java语言编写的基于Web的电子聊天室(4930)
电子商务网站构建(附源代码)(4451)

Google 英语论文 硕士论文 论文下载 论文发表
支付方式咨询:357500023@qq.com
论文题目: 固定资产管理系统——资产申请模块和数据库设计(含原程序)
论文编号: lw200804101015207382
编辑:
论文属性: 本科毕业论文
论文地区:中国
论文语种:中文
刊登日期: 2008-04-10  
点击次数:952
论文字数:17200
源程序:有
销售价格: 250
注释:
参考相关附件:
论文摘要目录:
关键词:计算机软件论文   中国论文   本科毕业论文
摘  要
    随着企业规模的不断扩大,对固定资产的管理是企业管理中一个重要部分,通过计算机软件来进行管理是当今时代的一个趋势。固定资产管理系统就为适应大多数中小企业的需求而设计的,其系统开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于数据库要求建立起数据一致性和完整性强、数据安全性好的库。而对于前端应用程序则要求应用程序功能完备,易使用,界面友好等特点。
    本文主要论述了固定资产管理系统的开发流程与设计过程。首先,介绍开发环境包括数据库知识、开发工具和用到的相关技术;其次对系统进行分析,主要功能分为八个功能模块:系统登录、系统功能、资源申请、浏览信息、资产管理、查询与统计、日志查询、系统帮助;再次进行系统设计分为概要设计和详细设计,这部分主要介绍数据库设计;最后是系统实现,主要是资产申请模块和数据库连接。
    本系统采用VC 6.0结合SQL Server 2000数据库管理系统作为基本的开发工具。本系统于其他同类产品的最大区别:资产申请模块是基于流程设计的,在使用上力求操作容易,界面美观,具有较高的扩展性和可维护性。
关键词:固定资产,管理,数据库.
Abstract
Along with the expansion of the enterprise’s scale, the fixed asset management has been an important part in the enterprise management, the management through the computer software has been a present tendency. The fixed asset management system is design for the most enterprise, the system development of which mainly includes the establishment and the maintenance of the backstage database as well as the application procedure development of the front end two aspects. For the database, the establishment of the data uniformity, the integrity and the data security are strongly requested. While the front end application procedure regard the application procedure function to be complete, easy usage, contact surface friendly and so on characteristics.
This article mainly elaborated the development flow and the design process of the fixed asset management system. First, introducing the development environment which including the database knowledge development kit and the relat无忧论文 【http://www.uklunwen.com】ed technology; Second, taking the analysis to the system, the main function is divided into eight function modules: the system registers, the system function, the resources application, the browsing information, the property management, the inquiry and the statistics, the diary inquiry, the system help; Third, the system design is divided into the outline design and the detailed design once more, this part mainly introduce database design; the Final is the system realization, which mainly include the property application module and the database connection.
This system takes VC 6.0, unifying SQL the Server 2000 database management system, as the basic development kit. This system has the biggest difference to other similar product: The property application module is based on the flow design, making every effort to make the operation in the use be easy, the contact surface is artistic, having the high extension and the maintainability.

Keywords: Fixed asset, Management, Database.
目录
1 前  言 1
2 开发环境概述 3
2.1 数据库应用系统开发简介 3
2.2 数据库理论基础 3
2.2.1 数据库设计及范式分析 3
2.2.2 SQL语言介绍 6
2.3 VC6.0 开发系统简介 7
2.3.1 VC6.0开发数据库技术的特点 7
2.3.2 ADO技术介绍 8
3 系统分析 10
3.1 系统简介 10
3.2 系统应用对象 10
3.3 系统中的角色 10
3.4 系统功能性需求 11
3.4.1 功能性需求分类 11
3.4.2 资产申请 13
3.4.3 其它 16
3.5 产品非功能性需求 17
3.5.1 用户界面需求 17
3.5.2 软硬件环境需求 17
3.5.3 系统质量需求 18
4 系统设计 19
4.1 概要设计 19
4.1.1 总体设计 19
4.1.2 接口设计 20
4.1.3 运行设计 21
4.1.4 出错处理设计及安全保密设计 21
4.1.5 界面设计 21
4.2 详细设计 24
4.2.1 数据库设计 24
4.2.2 主要模块 35
5 系统实现
第1页 第2页 
论文首页】【设为主页】【加入收藏】【打印本文】【回到顶部
上一篇:固定资产管理系统(含程序附录)下一篇:基于JAVA的旅店管理系统(含程序)
最新论文 最热门论文
《上海宝贝》的文化背景探讨
提灯寻影 灯到影灭——从《墓碣文》看《野草》
现代幻想:世纪末的思维探险与艺术拓荒
“准消费时代”文学的媚俗化倾向
由刘勰的譬喻说谈开
校园网站设计
英语毕业论文:Collaborative Principled Negotiation
英语专业毕业论文-英语委婉语的交际功能
英语专业毕业论文题目汇总
图书馆管理系统
 
 
 
Copyright (c) 2007 ~ 2009 51lunwen.com. All rights reserved.
中国|上海|北京|广州|深圳|天津|济南|宁波|苏州|杭州|南京|西安|大连|重庆|武汉|成都|昆明|郑州|新疆|青岛|英国|澳大利亚|加拿大|美国|新西兰|爱尔兰|荷兰|瑞典|挪威|芬兰|法国|南非|东欧|泰国|马来西亚|新加坡|香港|台湾|西班牙|丹麦|意大利|葡萄牙|昆士兰|惠灵顿|
留学生会计硕士论文 澳洲物流供应链论文 英国市场学硕士论文 电子商务论文 英国MBA论文 澳洲法律硕士论文 金融硕士论文 教育学硕士论文
老师招聘|友情连接| 常问问题 | 关于我们 | 联系我们站点地图广告服务 | 旧版回顾 | 版权说明 |支付方式|支付确认 中国-上海-北京-英国-美国
热线咨询电话:021-26738383 Email:lunwen1@qq.com QQ:357500023 沪ICP备02013639号