SVO.ai 將任何創業者轉變為超級創業者,是一個由多個 AI 系統驅動的商務超級平台,用來自動化複雜又關鍵的數位商務流程,包括:內容、廣告、行銷漏斗、社群經營、CRM 與下單成交。
...
請輸入系統密碼以繼續
Protected by Secure Gateway
請在程式碼中設定 Supabase URL 與 Key 才能開始使用。
管理所有客戶資料與帳號
將搜尋客戶或帳號關聯的公司名稱
載入中...
尚無客戶資料
{{ customer.notes }}
概覽與統計
需要管理客戶或建立儲值單?
確認款項與放行儲值
目前沒有待審核的款項
| 申請時間 | 客戶/帳號 | 總額/服務費 | 備註/審核 | 操作 |
|---|---|---|---|---|
|
#{{ index + 1 }}
申請: {{ tx.applicant_name }}
申請: {{ tx.applicant_name }}
|
{{ getCustomerNameByAccountId(tx.account_id) }}
{{ getAccountPlatformId(tx.account_id) }}
{{ getRegionLabel(getAccountInfo(tx.account_id).target_region) }}
公司: {{ getAccountInfo(tx.account_id).company_name }}
聯絡人: {{ getAccountInfo(tx.account_id).contact_name }}
帳號後五碼: {{ getAccountInfo(tx.account_id).account_last_5 }}
|
{{ tx.currency }} {{ formatAmount(tx.total_amount, tx.currency) }}
廣告金額: {{ formatAmount(tx.amount, tx.currency) }}
服務費: {{ formatAmount(tx.service_fee, tx.currency) }}
開帳費: {{ formatAmount(tx.setup_fee, tx.currency) }}
稅金: {{ formatAmount(tx.tax, tx.currency) }}
帳號後五碼: {{ tx.remittance_account_last_5 }}
{{ tx.remittance_bank }}
|
儲值備註: {{ tx.notes || '無' }}
退回 {{ getRejectionCount(tx) }} 次
{{ formatDate(note.date) }}
{{ getStatusLabel(note.status) }}
{{ note.note }}
|
|
歷史審核紀錄與發票查詢
| 日期 | 客戶資訊 | 金額明細 | 狀態 | 發票/備註 | 操作 |
|---|---|---|---|---|---|
|
{{ getAccountInfo(tx.account_id)?.company_name || getCustomerName(tx.account_id) }}
統編: {{ getAccountInfo(tx.account_id).tax_id }}
{{ getAccountInfo(tx.account_id).contact_email }}
|
{{ tx.currency }} {{ tx.total_amount.toLocaleString() }}
服務費: {{ tx.service_fee.toLocaleString() }}
稅金: {{ tx.tax.toLocaleString() }}
|
{{ getRegionTag(tx.account_id) }}
|
|||
| 無符合資料 | |||||
執行儲值與帳戶管理
目前沒有待執行的儲值任務
若此帳號屬於不同公司實體,請在此填寫。若留空則使用客戶預設資料。
代操服務費率固定為 18%
自操費率範圍: 0.5% ~ 3%
帳號: {{ selectedAccount?.platform_account_id }}
| 時間 | 平台帳號 ID | 幣別 | 儲值金額 | 累計金額 | 狀態 | 操作 | |
|---|---|---|---|---|---|---|---|
| {{ getAccountPlatformId(transaction.account_id) }} | {{ transaction.currency }} | {{ Number(transaction.amount).toLocaleString() }} | {{ calculateCumulativeAmount(index).toLocaleString() }} | {{ transaction.status === 'draft' ? '草稿' : transaction.status === 'pending_review' ? '待審核' : transaction.status === 'payment_confirmed' ? '已確認' : transaction.status === 'completed' ? '已完成' : '已退回' }} |
|
||
| 尚無儲值紀錄 | |||||||
驗證碼將寄送至財務部專用信箱
{{ messageModal.message }}
最低儲值金額為 {{ minTopUpAmount.toLocaleString() }}
{{ confirmMessage }}
{{ deleteModalMessage }}