摘要
随着时代的发展,计算机信息技术已经慢慢的融入到各行各业中,为广大的企业和用户提供了更为周到和便捷的服务。
为了实现提高部门的工作效率,充分利用资源,减少不必要的人力,物力和财力的支出等目的,出现了各种各样的信息管理系统。对于企业来说,各种市场数据,客户数据,交易历史数据,社会综合数据都是公司至关重要的资产,是企业运行的血脉,对这些数据进行集中存储和合理利用,己成为降低生产成本、提高企业竞争力的关键因素。本人针对自己在IE部门的工作实际情况和需求,设计了一个“IE部门办公管理信息系统”。本系统是一款办公信息管理系统,适用于IE部门人员的管理工作,有项目管理、人员管理、文件管理和系统设置四大模块,具有查询、增加、删除、修改等功能。解决了日常繁杂的数据,文件及历史资料的统计处理的重复性劳动,提高工作管理的水平和质量。
本系统使用ASP.NET技术进行开发,采用Visual Studio2010为开发工具,实现了全部设计内容,使用SQL Server2008R2作为后台数据库开发平台,运用数据绑定的强大功能完成设计任务,前台采用VB、HTML语言等进行系统界面的编写和系统功能的实现。
该论文有图35幅,表6个,参考文献31篇。
关键词:ASP.NET;管理信息系统;办公管理
Abstract
With the development of the technology, computer information technology has slowly been integrated into all walks of life, providing a more thoughtful and convenient service for many companies and users.
In order to achieve the goal of improving the efficiency of departmental work, making full use of resources, and reducing unnecessary manpower, material, and financial resources, various information management systems have emerged. For enterprises, all kinds of market data, customer data, transaction history data, and comprehensive social data are the company's vital assets. They are the bloodline of the company's operations. The centralized storage and rational use of these data has become a reduction in production costs. Key factors to improve the competitiveness of enterprises. I designed an "IE department office management information system" based on my actual work situation and needs in the IE department. This system is an office information management system, which is suitable for the management of IE department personnel. It has four modules: project management, personnel management, file management and system setup. It has the functions of querying, adding, deleting, and modifying. It solves the repetitive labor of statistical processing of daily complicated data, documents and historical data, and improves the level and quality of work management.
This system uses ASP.NET technology to develop, uses Visual Studio 2010 as a development tool, implements all design content, uses SQL Server2008R2 as a back-end database development platform, and uses the powerful functions of data binding to complete design tasks. The front desk adopts VB, HTML language, etc. The preparation of the system interface and the realization of system functions.
The paper has 35 figures, 6 tables, and 31 references.
Key words: ASP.NET; Management information system; Office management
目 录
摘要…………………………………………………………………………………I
目录………………………………………………………………………………III
1 绪论………………………………………………………………………………1
1.1开发背景………………………………………………………………………1
1.2开发的目的和意义………………………………………………………………………1
1.3国内外研究现状………………………………………………………………………1
1.4研究内容………………………………………………………………………3
1.5技术路线………………………………………………………………………4
1.6本章小结………………………………………………………………………5
2 系统开发技术…………………………………………………………………6
2.1 系统开发模式以及ASP.NET技术介绍……………………………………………………………6
2.2 开发工具以及数据库技术介绍……………………………………………………………7
2.3 Html及VB.NET语言介绍……………………………………………………………8
2.4 本章小结…………………………………………………………………………………………9
3 系统分析……………………………………………………………10
3.1 系统需求分析………………………………………………………………………10
3.2 系统可行性分析…………………………………………………………………11
3.3 本章小结……………………………………………………………………………12
4 系统模块设计与数据库设计……………………………………………………………13
4.1 总体模块设计……………………………………………………………13
4.2 用户模块………………………………………………………………14
4.3功能模块…………………………………………………………15
4.4 系统数据库设计……………………………………………………………16
4.5 本章小结……………………………………………………………20
5 功能详细设计、实现与测试……………………………………………………………21
5.1 登陆模块及界面设计与实现………………………………………………………………21
5.2 功能模块设计与实现…………………………………………………………22
5.3 系统测试……………………………………………………………33
5.4 本章小结……………………………………………………………34
6 结论和展望……………………………………………………………36
6.1 结论………………………………………………………………36
6.2展望…………………………………………………………37
参考文献…………………………………………………………………………38