Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pbrong/hrms
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrong committed Dec 19, 2021
2 parents f453f0f + f1d8665 commit c14661b
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# hrms
基于go、gorm、gin、mysql及layui构建的人力资源管理系统。提供员工管理、考试管理、薪资考勤管理、权限管理及分公司分库数据隔离等功能。欢迎Star或提Issue。

# 使用方式
- git clone https://github.com/pbrong/hrms.git
- cd hrms && go mod tidy
- 更新conf配置文件配置
- sh build.sh 执行脚本编译可执行文件执行 或 直接启动main.go运行

# 功能结构
![](https://github.com/pbrong/pbrong/blob/main/Screenshot%20at%20Dec%2015%2021-47-31.png)

# 界面展示
- 分公司员工登陆
![](https://github.com/pbrong/pbrong/blob/main/Screenshot%20at%20Dec%2015%2021-51-43.png)
- 超级管理员、企业管理员及普通员工
- ![](https://github.com/pbrong/pbrong/blob/main/Screenshot%20at%20Dec%2015%2021-52-57.png)
![](https://github.com/pbrong/pbrong/blob/main/Screenshot%20at%20Dec%2015%2021-52-28.png)
![](https://github.com/pbrong/pbrong/blob/main/Screenshot%20at%20Dec%2015%2021-52-41.png)
- 权限管理
![](https://github.com/pbrong/pbrong/blob/main/Screenshot%20at%20Dec%2015%2021-53-42.png)
![](https://github.com/pbrong/pbrong/blob/main/Screenshot%20at%20Dec%2015%2021-54-24.png)
- 薪酬管理
![](https://github.com/pbrong/pbrong/blob/main/Screenshot%20at%20Dec%2015%2021-54-53.png)
![](https://github.com/pbrong/pbrong/blob/main/Screenshot%20at%20Dec%2015%2021-55-03.png)
- 考勤上报
![](https://github.com/pbrong/pbrong/blob/main/Screenshot%20at%20Dec%2015%2021-55-37.png)
- 招聘管理
![](https://github.com/pbrong/pbrong/blob/main/Screenshot%20at%20Dec%2015%2021-56-06.png)
- 候选人管理
![](https://github.com/pbrong/pbrong/blob/main/Screenshot%20at%20Dec%2015%2021-56-14.png)
- 考试管理
![](https://github.com/pbrong/pbrong/blob/main/Screenshot%20at%20Dec%2015%2021-56-31.png)
![](https://github.com/pbrong/pbrong/blob/main/Screenshot%20at%20Dec%2015%2021-56-47.png)
- 考试答题
![](https://github.com/pbrong/pbrong/blob/main/Screenshot%20at%20Dec%2015%2021-57-01.png)

0 comments on commit c14661b

Please sign in to comment.