📂 1. Google Sheet 登記規則 v2.2
Standard Procedure
Golden Rule: 1 Cell = 10 Minutes.
Name appears once = Billed once.
Name appears once = Billed once.
流程邏輯 (Flow Logic)
---
config:
theme: forest
---
graph TD
%% Styling
classDef golden fill:#fff9c4,stroke:#fbc02d,stroke-width:2px;
classDef alert fill:#ffebee,stroke:#c62828,stroke-width:2px,stroke-dasharray: 5 5;
Start[收到預約] --> Type{類型?}
Type -->|純震波| Shockwave[填入姓名]:::golden
Type -->|徒手/英特波| Manual[填入姓名]:::golden
Type -->|整合治療| Combo[填入姓名 + 備註]
Shockwave --> Calc[總格數 = 發數/業績]
%% Error Handling
Type -->|取消/改時| Error[未即時刪除?]:::alert
Error -->|是| Chaos[行政帳務混亂]:::alert
⚠️ 常見錯誤 (Common Errors)
Clinical Warning
Do not use placeholders.
If a patient cancels, delete the cell content immediately. Do not leave it blank or mark as “Cancelled” manually.
If a patient cancels, delete the cell content immediately. Do not leave it blank or mark as “Cancelled” manually.
權責分界
- 櫃台: 負責第一線 Key-in 與收費。
- 治療師: 負責確認治療項目與各數是否吻合。