Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magic3007/pku_ice_hockey-settlement
https://github.com/magic3007/pku_ice_hockey-settlement
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/magic3007/pku_ice_hockey-settlement
- Owner: magic3007
- Created: 2024-03-16T04:33:33.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-16T08:09:32.000Z (10 months ago)
- Last Synced: 2024-03-17T08:52:25.286Z (10 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 北大冰球队-结算说明
## 使用方法
使用者首先需完整填写统计表格,记录队员本周期的出勤情况。统计表格采用csv格式,可参考模板:`example.csv`。具体要点如下:
- 对于`本周期是否全部不参加`列,可选择 `是` 或 `否`。若选择 `是`,则本行后续所有内容将被忽略。
- 对于`是否是试训队员`列,可选择 `是` 或 `否`。
- 在`冰时费`行中,填写对应训练日的冰时费用。
- 在训练日(如`2024.3.1`)对应的列中,可选择以下内容:
- `出勤`
- `临时出勤`
- `请假` 或 `病假`,两者归为一类
- `临时请假`
- `未出勤未请假`
- 训练日的格式必须形如`xxxx.xx.xx`.配置完成统计表格后,按照以下方式运行程序:
```bash
python main.py -i -o -d
```