毕业论文论文范文课程设计实践报告法律论文英语论文教学论文医学论文农学论文艺术论文行政论文管理论文计算机安全
您现在的位置: 毕业论文 >> 论文 >> 正文

RFID射频技术PDA固定资产管理系统设计

更新时间:2011-12-5:  来源:毕业论文

基于PDA的固定资产管理系统的设计与开发
摘  要
固定资产是企业、事业单位的重要资源。对固定资产进行管理,是保证固定资产合理利用的前提。当前企事业单位业务迅速拓展,业务信息也逐步深入,面对庞大数量,分支结构较多,资产种类繁多,资产分布面积广等情况,若仍采用传统的固定资产管理方式,如手工管理,以表格的形式体现,会相当麻烦,而且降低了工作效率,浪费管理人员的精力与时间,增加了成本。目前现有的开发在PC机上的资产管理系统依然需要手工录入数据,对资产的生命周期的跟踪还是不够完善,因此开发基于PDA资产管理系统是十分必要的,它可以与现有资产管理系统搭配使用,可以更好地对资产进行管理。
采用RFID射频技术,可以为用户提供快捷的资产数据收集,统计,管理,也可以实现对整个资产生命周期包括采购,盘点,变动,报废等跟踪管理。PDA是个人掌上电脑,体积很小,可以随处移动。本系统是基于PDA上运行,采用RFID技术对资产进行跟踪管理,它包含了三大业务模块:资产盘点,资产变动,资产报废。在这三个功能模块里,可以利用RFID读写技术对资产进行扫描确认,进行标签制作等,通过同步工具,可以把原有PC机上的资产管理的数据下载到PDA,把PDA上处理的数据上传到PC机上。本系统可以大大减少人工统计的误差,提高数据的准确性,也极大提高工作效率,为企业管理资产提供更科学的方法。
本系统采用MVC分层设计思想,统一建模语言,SQLite数据库技术,RFID技术,是一个基于PDA移动设备上开发的资产管理系统。毕业论文http://www.youerw.com/
关键词: MVC 资产管理 RFID技术 PDA
 
The Design and Development of Fixed Asset Management System based on PDA
ABSTRACT原文请加优.文^论,文'网QQ3249,114

Fixed asset is the important resource to enterprises and organizations. Asset management ensures the rational use of fixed assets. Nowadays, with rapidly expanding business, huge amount of business information, more and more branches, using the traditional fixed asset management mode, such as manual management, reflected in table form, can be quite troublesome, reduce the working efficiency, waste management personnel's energy and time, and increase the cost. The original asset management system developed in PC still requires manual data input. The tracking of asset life cycle is also not perfect. Therefore, an asset management system based on PDA development is very necessary. It can provide a better asset management if used with the original asset management system.
RFID technology can provide users with quick assets data collection, statistics and management. It also can achieve the tracking management for the whole asset life cycle including assert purchasing, inventory, change, retirement and etc. PDA is a personal computer in hand. Its volume is small, and it can be carried to everywhere. This system is designed and developed based on PDA, using RFID to track assets management. It contains three business modules: asset inventory, asset changing and asset retirement. In these three function module, it adopts RFID literacy technology to scan and confirm asset and make labels. By using synchronizing tools, it can download the original asset management data from PC to the PDA, and upload the processed data from PDA to PC. This system can greatly reduce the error, increase the artificial statistical data accuracy, and also greatly improve work efficiency and  provide a more scientific method for enterprise to manage assets.
The system development applies the MVC design pattern, UML (Unified Modeling Language), SQLite database technology, RFID technology, and is developed based on PDA mobile device.
Keywords:  MVC  asset management  RFID  PDA
 
目  录
 
摘  要 I
ABSTRACT II
1  前  言 1
1.1项目背景 1
1.2项目开发意义和目的 2
1.3技术路线 2
2  需求分析 3
2.1目标系统要求 3
2.2系统运行环境 3
2.3系统开发工具 3
2.4系统的性能要求 4
2.5系统的功能要求 4
2.6系统基本业务流程 5
2.7系统用例图 7
2.8详细功能分析 8
2.8.1普通用户(管理员)登录 8
2.8.2 管理员基础信息设置 9
2.8.3 普通用户基础信息设置 11
2.8.4清单明细查看 13
2.8.5 单据处理 14
2.8.6 资产盘点(资产报废)记录扫描 16
2.8.7 单据保存方式选择 17
2.8.8 资产变动单据处理 19
2.8.9扫描记录处理 21
2.8.10 标签制作 23
3  总体设计 26
3.1系统目标 26
3.2系统结构设计 26
3.3系统功能 26
3.3.1面向管理员 26
3.3.2面向普通用户 27
3.4数据库概念数据模型设计 28
3.5数据库物理模型设计 30
4  详细设计 31
4.1数据库的详细设计 31
4.1.1数据库表设计 31
4.2系统模块设计 36
4.2.1登录模块 36
4.2.2模块主界面 37
4.2.3基础设置模块 39
4.2.4 资产管理功能界面 43
4.2.5 资产盘点功能模块 44
4.2.6 资产变动功能模块 50
4.2.7 资产报废功能模块 53
4.2.8 单据处理状态的改变 54
4.2.9 标签制作 56
4.2.10 RFID配置参数的设置模块 57
5  系统设计的实现 58
5.1 系统实现概述 58
5.2 系统结构 58
5.3 数据库访问类 59
5.3.1 数据库访问类的使用 60
5.4 视图层的实现 61
5.4.1 使用USERCONTROL控件提高系统性能 61
5.5 控制层的实现 62
5.5.1 控制界面展示的接口 62
5.5.2 控制界面与界面之间的联系 64
5.5.3 控制层与其它层之间的交互 64
5.6 服务层的实现 65
5.7 模型层的实现 67
6  测  试 69
6.1测试总体概述 69
6.2测试与分析 69
6.2.1易用性测试 69
6.2.2 功能性测试 70
6.2.3 性能测试 73
7  总  结 75
参考文献 76
附  录 77
谢  辞 81,2197

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]  ... 下一页  >> 

RFID射频技术PDA固定资产管理系统设计下载如图片无法显示或论文不完整,请联系qq752018766
设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优文论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。