网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 计算机论文 -> 计算机论文 -> 企业在线工作日志管理系统
计算机论文资料| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

企业在线工作日志管理系统

本文ID:LW6779 字数:19456,页数:57 价格:¥50.00 → 信用说明

扫一扫 扫一扫
企业在线工作日志管理系统

^论文字数:19456,页数:57  有开题报告,任务书,PPT

摘  要
 随着计算机与互联网的飞速发展, 现代企业大多使用OA、ERP等管理软件来管理企业相关资源和日常事务,使得企业管理的质量和效率得到了质的飞跃。现在的大型的OA和ERP系统都做得比较完善,但是对于中小企业来说,一方面系统许多功能可能根本就用不上,另一方面昂贵的费用也让他们望而却步。
 本工作日志管理系统是一个面向中小企业的简单的工作管理系统,它主要实现公司职员的工作日志管理、员工的任务分配和简单的人事管理。使用该系统,企业管理者或团队领导可以方便地通过网络对下属员工分发任务;员工可以在网上进行工作讨论,可以在网上随时记录自己每天的工作情况,可以方便地在周末或者月末生成阶段性工作总结;员工可对工作进行自我评价,员工之间可根据要求进行工作互评;企业还可对员工人事信息进行基本的查询和管理。
 本系统采用B/S模式和MVC三层结构构建,使用C# +ASP.NET2005+ACCESS2003在权限分配上,采用了按角色和自定义权限相结合的方式来分配,提高了权限管理的灵活性和安全性。权限分配包括了角色权限、用户权限、页面权限。
 
关键词:工作日志系统,MVC三层结构,B/S模式
 
  
 An On-line Worklog Management System for Enterprises
 Abstract
 
 With the fast development of computers and Internet, nowadays most companies use management softwares like OA and ERP to manage their companies’ resources and daily business, which has essentially improved the quality and efficiency of companies’ management. Now, most systems of OA and ERP both are perfect. However, for some small companies, on the one hand , some functions of those systems may not be used, on the other hand , those small companies can not afford the expensive OA and ERP systems.
 This worklog management system aims to medium and small companies’ work management systems, whose functions are to manage staffs’ daily work , to assign tasks and conduct some simple personnel management.By using this system , the company’s manager or leader can assign tasks to their staffs throgh Internet ,meanwhile, staffs can disscuss with each other ,record daily work on the Internet and evaluate the work of this week or month. What is more, staffs can also evaluate themselves and their work . Enterprise employees may also conduct basic personnel information inquiries and managemen
 The system uses B/S and MVC model to build a three-tier structure. C # +ASP.NET2005+ACCESS2003 is used in the distribution of competences. Meanwhile , this system adoptes the way which combines the self-definition of the role and authority and enhances the competence hof management flexibility and security.The distribution of competences, includs the role of authority, privileges, and powers pages.
 
Key Words :Diary system,  MVC three-tier structure,  B/S mode
 
  
目     录

1 绪论 1
1.1 选题背景及目的 1
1.1.1 选题背景 1
1.1.2 选题目的 2
1.2 国内外研究状况 2
1.2.1 OA系统 2
1.2.2 工作日志软件 3
1.3 课题研究方法 4
1.4 ^论文构成及研究内容 5
2  企业在线日志管理系统需求分析 6
2.1 功能划分 6
2.1.1 职员 6
2.1.2 部门经理 7
2.1.3 总经理 9
2.2 主要业务流程 10
2.2.1 注册流程 10
2.2.2 审核流程 11
2.2.3 登陆流程 11
2.2.4 写日志/总结流程 12
2.2.5 管理日志/总结流程 12
2.2.6 分配任务/发送通知/发送消息流程 13
2.2.7 职员信息/自身信息管理流程 14
2.2.8 修改职员/自身密码流程 15
2.3 数据精度 15
3 企业在线日志管理系统总体设计方案 16
3.1 硬件环境 16
3.1.1 计算机 16
3.1.2 网络 16
3.2 软件环境 16
3.2.1 操作系统 16
3.2.2 开发语言 17
3.2.3 数据库平台 19
3.3 总体结构 20
3.3.1 模块划分 20
3.4 系统框架搭建 22
3.5 权限分配策略 24
3.5.1 角色权限 25
3.5.2 用户权限 26
3.5.2 页面权限 26
3.6 数据表设计 27
3.6.1 数据库备份信息表(DBBackup) 27
3.6.2个人信息表(Personnel) 28
3.6.3日志记录表(Log) 29
3.6.4 部门表(Department) 29
3.6.5 总结表(Summary) 29
3.6.6 消息表(Msn) 30
3.6.7 任务分派表(Task) 30
3.6.8 通知表(notice) 31
3.6.9 评价表(Comment) 31
3.6.10 职务表(Rank) 31
3.6.11 职位表(office) 31
3.7 系统的接口设计 32
3.8 系统界面设计 32
3.8.1登陆界面 32
3.8.2注册界面 33
3.8.3主界面 34
3.8.4写日志/总结界面 35
3.8.5发送消息界面 36
3.8.6查看日志/查看总结界面 36
3.8.7查看任务/查看通知界面 37
3.8.8查看消息界面 38
3.8.9查看拥有权限界面 39
3.8.10查看/修改自身资料界面 39
3.8.11修改自身密码/修改职员密码界面 40
3.8.12分配任务/发送通知界面 41
3.8.13查看职员日志/查看职员总结界面 42
3.8.14分配权限界面 43
3.8.15内容/系统设置界面 44
3.8.16审核申请界面 46
3.8.17管理职员界面 47
结论 48
致谢 49
参考文献 50

企业在线工作日志管理系统由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:基于XML的政府电子公文交换系统规.. 下一篇:软件测试过程与改进技术
推荐论文 本专业最新论文
Tags:企业 在线 工作 日志 管理系统 2010-04-30 08:09:28【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有