企业考勤管理系统 毕业论文 (2).doc
文本预览下载声明
(
二 ○ 一 一 年 六 月
摘要21世纪是信息的世纪,以计算机、网络和通信技术为核心的现代信息技术迅猛发展,给人们的生活方式带来了巨大的变化,同时对企业考勤管理也提出了新的要求。传统的企业考勤管理主要依靠手工、半手工方式,其效率低、准确性不高;而依靠单机版的指纹机或打卡机方式,在管理上却容易受到地理位置等的限制。
本文在分析了企业考勤现状的基础上,利用ASP技术和Sql Server数据库,设计并实现了一个基于Web的企业考勤管理系统。本系统实现了用户管理、请假处理、出勤情况查询经过授权的用户可以通过浏览器,系统
Abstract
The 21st century is the century of information, computer, networking and communications technology as the core of modern information technology are developing rapidly, to the peoples lifestyle has brought great changes, and attendance management of the enterprise also made new demands. Traditional appraisal management companies mainly rely on manual, semi-manual mode, its low efficiency, accuracy is not high; while relying on stand-alone version of the fingerprint machine or punch card machine way, but vulnerable in the management of geographic and other restrictions. Based on the analysis of enterprise time and attendance status, based on the use of ASP and Sql Server database technology, designed and implemented a Web-based enterprise time and attendance management system. The system implements user management, time attendance, leaves processing, and attendance query. The system has been authorized by ordinary users through the browser, for attendance, leave application; and the system administrator can maintain. The Enterprise Attendance Management System is simple, friendly interface, features a more comprehensive, has some versatility to meet the requirements of daily attendance management, with a strong application.
Keywords: Attendance Management System; ASP; SQL SERVER
目 录
引 言 1
第一章 主要开发技术介绍 2
1.1 开发工具简介 2
1.1.1 ASP技术 2
1.1.2 Dreamweaver 8.0 简介 3
1.2 访问数据库 5
第二章 系统需求分析 6
2.1 开发目的 6
2.2 开发环境 6
2.3 运行需求 6
2.4 系统目标 6
2.5 任务概述 7
第三章 系统分析与总体设计 8
3.1 系统功能描述 8
3.2 系统功能模块划分 8
3.3 系统流程分析 9
第四章 详细设计 11
4.1 数据库结构设计与实现 11
4.1.1 创建数据库 11
4.1.2 数据库逻辑设计 11
4.2 通用模块 13
4.3 程序界面设计及实现 14
4.3.1 登录程序设计 14
4.3.2 管理界面 14
4.3.3 普通员工界面 15
4.4 请假处理模块 16
4.4.1 员工、普通管理员请假
显示全部