feat: 初始化福州港日报管理系统
- 添加日报生成功能 (report_generator.py) - 添加 GUI 界面 (daily_report_gui.py) - 添加班次交接报告功能 (shift_report.py) - 集成飞书 API 获取排班信息 - 集成 Metabase 查询作业数据 - 生成 AGENTS.md 文档
This commit is contained in:
15
template/daily_report_template.txt
Normal file
15
template/daily_report_template.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
日期:{{date}}
|
||||
|
||||
{{#vessels}}
|
||||
船名:{{name}}
|
||||
作业量:{{total_teu}}TEU(20尺*{{teu_20ft}} 40尺*{{teu_40ft}})
|
||||
{{/vessels}}
|
||||
|
||||
当日实际作业量:{{daily_actual}}TEU
|
||||
当月计划作业量:{{month_plan_teu}}TEU
|
||||
当月实际作业量:{{month_actual_teu}}TEU
|
||||
当月完成比例:{{completion_rate}}%
|
||||
|
||||
{{next_day_date}} 白班人员:{{day_shift}}
|
||||
{{next_day_date}} 夜班人员:{{night_shift}}
|
||||
24小时值班手机:{{duty_phone}}
|
||||
Reference in New Issue
Block a user