廣告金額儲值接洽統計系統
Logo

TopUp System

請輸入系統密碼以繼續

{{ loginError }}

Protected by Secure Gateway

請在程式碼中設定 Supabase URL 與 Key 才能開始使用。

最新動態 {{ notifications.length }}

{{ notification.message }}

{{ new Date(notification.time).toLocaleTimeString() }}

目前沒有新通知

客戶列表

管理所有客戶資料與帳號

{{ filterOptions.identity.find(i => i.value === val)?.label || val }} {{ curr }} {{ filterOptions.region.find(r => r.value === reg)?.label || reg }} {{ filterCompany }}

將搜尋客戶或帳號關聯的公司名稱

{{ roleName }}工作台

{{ dataFetchError }}

載入中...

尚無客戶資料

CORE EC DE EXTERNAL

{{ customer.name }}

{{ getCustomerAccountCount(customer.id) }}
Agent: {{ customer.agent_id }} {{ customer.contact_info.email }} {{ customer.contact_info.phone }} {{ customer.contact_info.line }}

{{ customer.notes }}

尚無帳號資料
#{{ index + 1 }} {{ account.platform_account_id }} 費率: {{ (account.fee_rate * 100).toFixed(1) }}% {{ getAccountTransactionCount(account.id) }} {{ account.currency }} {{ account.target_region }}
{{ account.account_type === 'managed' ? '代操' : '自操' }} {{ account.company_name }} #{{ account.tax_id }}

客服部工作台

概覽與統計

區間業績 (服務費)
NT$ {{ Math.round(monthlyRevenue).toLocaleString() }}
金額包含 {{ monthlyRevenueBreakdown }}
{{ revenueGrowth > 0 ? '+' : '' }}{{ revenueGrowth }}% vs 上期
待審核案件
{{ pendingFinanceTransactionsCount }}
財務部待審核
待儲值案件
{{ pendingServiceTransactionsCount }}
服務單位待執行
總儲值筆數
{{ totalTopUpCount }}
區間內完成筆數

業績趨勢

統計區間:
-

需要管理客戶或建立儲值單?

財務部審核中心

確認款項與放行儲值

待審核款項

目前沒有待審核的款項

申請時間 客戶/帳號 總額/服務費 備註/審核 操作
#{{ 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) }}
無符合資料

服務單位總覽

執行儲值與帳戶管理

匯出服務報表

* 將匯出區間內「完成」與「待執行(已收款)」的儲值紀錄。

待執行儲值

{{ pendingServiceTransactions.length }}

目前沒有待執行的儲值任務

{{ getAccountPlatformId(tx.account_id) }}
{{ getCustomerNameByAccountId(tx.account_id) }}
{{ getTopUpNarrative(tx) }}
{{ tx.currency }} {{ Number(tx.amount).toLocaleString() }}
累計: {{ tx.currency }} {{ getAccountTotalAmount(tx.account_id).toLocaleString() }}
預計儲值總額: {{ tx.currency }} {{ (getAccountTotalAmount(tx.account_id) + Number(tx.amount)).toLocaleString() }}
已收款

完成紀錄

{{ index + 1 }}
{{ getAccountPlatformId(tx.account_id) }}
{{ getCustomerNameByAccountId(tx.account_id) }}
{{ tx.currency }} {{ Number(tx.amount).toLocaleString() }}
第 {{ getTransactionSequenceNumber(tx.account_id, tx.id) }} 筆儲值
累計: {{ tx.currency }} {{ getAccountCompletedTotalAmount(tx.account_id, tx.id).toLocaleString() }}
儲值: {{ formatDateShort(tx.created_at) }}
Completed
尚無完成紀錄
共 {{ completedTransactions.length }} 筆紀錄

{{ newCustomer.id ? '編輯客戶資料' : '新增客戶資料' }}

{{ newAccount.id ? '編輯廣告帳號' : '新增廣告帳號' }}

正在為 {{ selectedCustomer?.name }} 新增帳號

帳號專屬公司資訊 (選填)

{{ showCompanyInfo ? '收合' : '展開' }}

若此帳號屬於不同公司實體,請在此填寫。若留空則使用客戶預設資料。

代操服務費率固定為 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' ? '已完成' : '已退回' }}
尚無儲值紀錄

財務審核驗證

即將核准金額
{{ pendingApprovalTransaction?.currency }} {{ pendingApprovalTransaction?.amount?.toLocaleString() }}
{{ pendingApprovalTransaction?.applicant_name }}

驗證碼將寄送至財務部專用信箱

{{ approvalError }}

編輯發票資訊

批次匯入客戶

{{ messageModal.title }}

{{ messageModal.message }}

{{ newTransaction.id ? '編輯儲值單' : '建立儲值單' }}

客戶: {{ selectedCustomer?.name }}
帳號: {{ selectedAccount?.platform_account_id }}
當前費率: {{ (selectedAccount?.fee_rate * 100).toFixed(1) }}%

最低儲值金額為 {{ minTopUpAmount.toLocaleString() }}

儲值金額: {{ Number(newTransaction.amount).toLocaleString() }}
服務費 ({{ (selectedAccount?.fee_rate * 100).toFixed(1) }}%): +{{ calculateFee.toLocaleString() }}
開帳費: +1,000
稅金 (5%): +{{ calculateTax.toLocaleString() }}
應付總額: {{ calculateTotal.toLocaleString() }}

{{ confirmTitle }}

{{ confirmMessage }}

{{ deleteModalTitle }}

{{ deleteModalMessage }}