登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 理工学类 > 信息与计算科学 > 正文

基于位置服务的外勤管理系统的UI设计与实现毕业论文

 2022-01-30 09:01  

论文总字数:23157字

摘 要

信息网络的发达使得商机稍纵即逝,这大大加剧了企业之间的竞争,尤其是日用品、食品、化妆品等拥有较多外勤人员的企业,拥有一个对外勤业务人员进行快速调配与实时监管的业务系统变得无比重要。在传统的外勤管理模式中,低效的监督、反馈不及时和调度难以有效快速一直是困扰着拥有大数量外勤人员企业的难题。因此,为了提高企业的运作效率,加强企业对外勤人员的管理,提升企业的竞争力,基于位置服务的外勤管理系统应运而生。

本文所要介绍的外勤管家APP是基于Android平台、Java语言和MySQL数据库开发的一款应用软件。使用“外勤管家”手机APP,用户可以通过手机进行考勤、假期、出差管理,也可对客户进行管理,工作计划、任务下达接收完成及汇报工作等相关处理。

本文以UI设计角度出发,对外勤管家APP开发的背景及发展趋势做出详细阐述,对以Android平台为基础的技术支持及开发环境搭建进行简要说明。同时,对整个系统开发的可行性与系统功能做了简要描述。

作为UI设计者,进行用户端UI设计时,须着重考虑如何使得界面设计符合用户的操作逻辑,如何使界面样式更符合APP本身定位以及如何使用户获得舒适的使用体验这三个问题,因此,本文就用户端设计的开发流程,原则以及元素收集做了详细说明,并展示了部分用户端界面加以解释。

相较于用户端界面设计,服务端界面设计则不用拘泥于有限界面的展示上,其拥有比用户端更大的展示空间与操作空间,本文就其两者设计区别以及共性做了详细分析,相比于用户端界面设计,在做到界面简洁严谨的同时,能使用户能更加快速有效的从界面上获取、修改信息才是服务端界面设计的总体原则。

关键词:外勤管理 位置服务 APP Android 用户界面

UI Design and Implementation of Field Staff Management System Based on Location Service

Abstract

The development of information networks has made business opportunities fleeting, which has greatly exacerbated the competition among enterprises, especially those enterprises with daily necessities, foods, cosmetics and other products that have more field personnel, and have a field deployment staff for rapid deployment and real-time supervision. Business systems have become extremely important. In the traditional field management model, supervision difficulties, feedback difficulties, and scheduling difficulties have always been problems that have plagued companies with a large number of field personnel. Therefore, in order to improve the operational efficiency of enterprises, strengthen the management of the company’s foreign staff, and enhance the competitiveness of enterprises, the field management system based on Location service emerged as the times require.

The field attendant APP to be introduced in this article is an application developed based on the Android platform, Java language, and MySQL database. Using the "Field Station Manager" mobile phone APP, users can perform attendance, holidays, and travel management through their mobile phones, as well as manage their customers, work plans and tasks, and receive and report work.

This article elaborates on the background and development trend of the development of external stewardship APP from the perspective of UI design, and briefly explains the technical support and development environment setup based on the Android platform. At the same time, a brief description of the feasibility of the development of the entire system and system functions was provided.

As a UI designer, when designing a user-end UI, it is necessary to consider how to make the interface design conform to the user's operation logic, how to make the interface style more conform to the positioning of the APP itself and how to enable the user to obtain a comfortable use experience. This article gives a detailed description of the development process, principles, and element collection of the client-side design, and shows some of the user-end interfaces to explain.

Compared with the user interface design, the service interface design is not limited to the display of the limited interface. It has more display space and operation space than the user side. This paper makes a detailed analysis of the difference between the two design and commonality. Compared with the user interface design, how to make the interface simple and rigorous at the same time, enable the user to obtain and modify the information from the interface more quickly and efficiently is the overall principle of the service interface design.

Key Words: Field staff management;Location service; APP; Android; User interface

目 录

摘要 I

Abstract II

第一章 绪论 1

1.1 选题背景 1

1.2 研究的意义 1

1.3 研究的现状与发展趋势 2

1.4 工作任务 2

1.5 论文架构 3

第二章 系统相关技术 4

2.1 Java简介 4

2.2 MVC简述 4

2.3 Android平台 5

2.4 Android开发环境的搭建 5

2.4.1.本项目开发运行环境简述 5

2.4.2.JDK的安装 5

2.4.3.Eclipse的下载安装 5

2.4.4.Android studio 6

第三章 系统分析 7

3.1项目可行性分析 7

3.1.1技术可行性分析 7

3.1.2操作可行性分析 7

3.1.3社会可行性分析 7

3.1.4经济可行性分析 7

3.2项目功能分析 8

3.2.1用户端界面功能分析 8

3.2.2 服务端界面功能分析 9

第四章 用户界面设计 10

4.1 用户界面设计简述 10

4.2 外勤管家APP的界面元素 10

4.3 用户界面设计原则 10

4.4 用户界面开发设计流程 11

4.5 外勤管家APP用户端界面设计实现 11

4.5.1 用户登录界面 12

4.5.2功能主页界面 14

4.5.3考勤管理界面 15

4.5.4假期管理界面 17

4.5.5工作汇报界面 19

第五章 服务端界面设计 22

5.1服务端界面设计简述 22

5.2 EasyUI 22

5.2.1 EasyUI简介 22

5.2.2 EasyUI导入 22

5.3服务端界面设计 23

5.3.1 登录界面设计 23

5.3.2 服务端主界面设计 24

5.3.3 系统管理界面的设计 24

5.3.4客户管理界面设计 25

5.3.5出差管理界面设计 25

5.4 服务端界面设计总述 26

第六章 总结 27

参考文献 28

致谢 29

第一章 绪论

1.1 选题背景

信息网络的发达使得商机稍纵即逝,这大大加剧了企业之间的竞争,尤其是日用品、食品、化妆品等拥有较多外勤人员的企业,拥有一个对外勤业务人员进行快速调配与实时监管的业务系统变得无比重要。在传统的外勤管理模式中,低效的监督、反馈不及时和调度难以有效快速一直是困扰着拥有大数量外勤人员企业的难题。一方面,由于外勤人员的特殊性,他们无法做到随时做到正常的签到上班与下班签退,这使得企业无法对外勤人员的具体工作时间进行监督。更为严重的是,在传统的外勤管理模式下,很多外勤人员游离在企业制度边缘,上班期间不好好对待自己工作而向上级汇报去与客户会面,但是,实际情况可能是去完成个人私事抑或是迟到、早退。这无疑是对企业运营发展的沉重打击。除此之外,任务传达、接收不及时进而影响业务进度效率的情况也时常发生。

请支付后下载全文,论文总字数:23157字

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图