摘要合同管理作为一家公司的核心环节,如今大多数企业依然保持着纸制材料通过人力管理来运作,这很大程度上浪费了公司的人力资源和物质材料。而且由于合同份数的众多,标号参差不齐常常会导致管理人员面对难处理,遗漏,记忆时效性差等问题。个人认为随着现代科技的进步发展,越来越多的人力工作开始被电脑机器所取代。设计一个系统的公司合同管理系统可以有效的帮助管理人员解决这个问题。通过系统的归类操作让管理人员能很方便的在需要时查找到正确的文档或者合同报告,更能效率的管理所有手头合同。本人在前台设计使用的是html 5的界面设计,后台使用java来调用数据库(PostGre SQL 9.4)并且设计函数来进行具有目的性的操作。希望通过我的设计,能为公司企业带来一些帮助。42309
毕业论文关键词 界面样式;实现方式;测试点;数据库
Company Contract Management System
- Design And Implementation Of Contract Management System In PC Client
ABSTRACT Contract management as the core part of a company , which now the majority of enterprises remain using paper-based materials through human resource management to operate ,and it wastes the company's human resources and material on a large extent . And due to the large number of contracts, label uneven often leads to the problems of difficult to deal with, omission, poor memory and other issues to managers . Personally, with the development of modern science and technology, more and more human work began to be replaced by the computer machine . Designing a system of corporate contract management system can effectively help managers to solve this problem . It is easy to find the correct document or contract report, and more efficient management of all the contract at hand by the classification operation of the system . I use the interface design of HTML 5 as front desk design , the background using java to call the database (SQL PostGre 9.4) and design functions to carry out the purpose of the operation . Hope that my design can bring some help to the company.
Keywords Interface pattern; implementation method; test point; database
目录
摘要 1
Abstract 2
第一章 绪论 5
1.1开发背景和意义 5
1.1.1开发背景: 5
1.1.2意义: 5
1.3未来发展趋势 6
1.4课题内容与重点 6
1.4.1课题内容 6
1.4.2重点 6
1.5开发工具介绍 7
第二章 课题分析 8
2.1可行性分析 8
2.2需求分析 8
2.3功能分析 8
2.4安全性分析 8
第三章 概要设计 9
3.1框架设计: 9
3.2功能设计 9
3.2.1[登录]页面: 9
3.2.2[首页]页面: 9
3.2.3[合同信息]页面: 9
3.2.4[合同信息-新建]页面: 9
3.2.5[合同信息-编辑]页面: