KD · Product Code & Assets

產品代碼查詢 & 影像進度

KD Assets Tool — Internal Use Only —

代碼查詢 Barcode Lookup

輸入 Korean 或 HK 產品代碼,即時查詢對應代碼及影像進度。

即時搜尋 · 支援 KR / HK 代碼、英文及韓文產品名稱 · Instant search — KR/HK codes, English or Korean product names

進度總覽 Status Overview

全部貨品的訂貨及影像進度。點擊行可在上方搜尋框查看詳情。


下載代碼對照 Download Mapping

匯出最新代碼對照表及影像進度報告。

Latest Barcode Mapping & Status

匯出 CSV 檔案: KR 代碼、 HK 代碼、產品名稱、訂貨、收貨及影像進度。
Export includes all code fields and status columns. Timestamped filename.


檔名轉換 Rename Files

下載 Python 腳本,在本機批量重命名圖片檔案。無需上傳圖片,支援大批量高清圖。

使用方法 How to use

下載腳本後,在終端機執行即可。腳本包含最新代碼對照表,預覽確認後才會重命名,原始檔案不會被覆蓋。
Download the script and run it in Terminal. It contains the latest KR→HK mapping. Files are never overwritten — renamed copies go to a _renamed/ subfolder.

  1. 下載腳本 Download the script — 點擊下方按鈕,腳本內已包含最新 91 個 SKU 對照表。
    Click the button below. The script has the current mapping baked in.
  2. 開啟終端機 Open Terminal — 進入存放圖片的資料夾。
    Navigate to the folder containing your images: cd /path/to/photos Mac — 按 Command + Space 搜尋 Terminal 並開啟,系統已預裝 Python 無需額外安裝。
    Mac: Press Command + Space, search "Terminal". Python 3 is pre-installed — no setup needed.
    Windows — 按 Win + S 搜尋 PowerShell 並開啟。Python 未預裝,請前往 python.org/downloads 下載安裝,勾選 "Add Python to PATH" 選項,完成後請用 python 指令執行腳本。
    Windows: Press Win + S, search "PowerShell". Python not pre-installed — download from python.org/downloads, tick "Add Python to PATH", then use python instead of python3.
  3. 預覽模式 Dry run — 先執行預覽,確認轉換結果無誤:
    python3 rename_kd.py .
  4. 正式重命名 Run rename — 確認後加上 --run 執行:
    python3 rename_kd.py . --run
    已改名的檔案存入 _renamed/ 子資料夾,原始檔案不受影響。 Renamed files saved to _renamed/ — originals untouched.
  5. 更新代碼表 Refresh mapping — 有新 SKU 加入時,從上方「下載代碼對照」匯出最新 CSV ,再加上 --mapping 執行:
    python3 rename_kd.py . --mapping KD_ProductCodes_YYYYMMDD.csv --run
    無需重新下載腳本。 No need to re-download the script — just pass in a fresh CSV.