You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

124 lines
2.9 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
Created: 2024-10-08 Tue
Updated:
tags:
- 周报
---
[[Haina/Yearly/2024|2024]] / [[Haina/Quarterly/2024-Q4|Q4]] / [[Haina/Monthly/2024-10|October]] / [[Haina/Weekly/2024/2024-W40|Week 40]] | Week 41 | [[Haina/Weekly/2024/2024-W42|Week 42]] / [[Haina/Daily/2024-09-30|30 Mon]] - [[Haina/Daily/2024-10-01|01 Tue]] - [[Haina/Daily/2024-10-02|02 Wed]] - [[Haina/Daily/2024-10-03|03 Thu]] - [[Haina/Daily/2024-10-04|04 Fri]] - [[Haina/Daily/2024-10-05|05 Sat]] - [[Haina/Daily/2024-10-06|06 Sun]] [[Haina/Daily/2024-10-07|07 Mon]] - [[Haina/Daily/2024-10-08|08 Tue]] -
---
*2024-10-08 Tue*
## 上周工作
### 重点工作
#### Sales CRM 2.0
1. 邮件编辑: 切换纯文本; 切换发件人
2. [ ] 邮件附件; 行内图片
3. [x] 消息筛选: 视频; ✅实时请求 ✅ 2024-10-11
4. [x] 编辑联系人: 联系方式相关字段有值时不允许修改 ✅ 2024-10-11
5. [ ] 会话列表: 有备注显示备注, 没有备注显示名称
### 维护工作
####
1. [x] 统计酒店报价使用情况 ✅ 2024-10-10
2. [/] 支付中心技术文档
3. [x] 导出PayPal收款记录, 提供给银行 ✅ 2024-10-10
4. [/] 处理PayPal退款重复发邮件; IPN和WH重复处理.
1. [x] 识别出是否已处理, 而不是仅处理哪一种 ✅ 2024-10-11
## 本周计划
1.
---
> [!todo] Not done
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> (path includes W39) OR (path includes W40 )
> (filter by function task.status.name === 'Todo')
> sort by path reverse
> sort by heading
> ```
> [!todo] In Progress
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> (filter by function task.status.name === 'incomplete')
> sort by path reverse
> sort by heading
> ```
> [!check] Latest 2 weeks
>
> ```tasks
> done after last monday
> path includes Haina
> path includes Weekly/2024
> sort by path reverse
> sort by heading
> ```
> [!note] Deferred
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> filter by function task.status.name === 'forwarded'
> sort by path reverse
> sort by heading
> ```
> [!tip] Idea, Important
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> filter by function (task.status.name === 'idea' || task.status.name === 'important'|| task.status.name === 'fire')
> sort by path reverse
> sort by heading
> ```
> [!faq] Question
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> filter by function task.status.name === 'question'
> sort by path reverse
> sort by heading
> ```
> [!fail] Cancelled
>
> ```tasks
> path includes Haina
> path includes Weekly/2024
> filter by function task.status.name === 'canceled'
> sort by path reverse
> sort by heading
> ```
> [!todo] Todo
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> (filter by function task.status.type === 'TODO')
> sort by path reverse
> sort by heading
> ```