記錄:

CRM軟件| 客戶關係管理- Vtiger CRM

修正內容:

1、匯出檔案內建不支援中文(須另由excel匯入文字檔案轉譯)

修正方式:

  • 1、檔案路徑:/modules/Vtiger/actions/ExportData.php
  • 2、修正內容:
    • 2-1、$fileName = mb_convert_encoding( str_replace(',', '_', $fileName), 'Big5', 'UTF-8' ); 
    • 2-2、echo mb_convert_encoding( $header, 'Big5', 'UTF-8' );
    • 2-3、echo mb_convert_encoding( $line, 'Big5', 'UTF-8' );
創作者介紹
創作者 Kuma 熊本部 的頭像
KumaChen

Kuma 熊本部

KumaChen 發表在 痞客邦 留言(0) 人氣( 50 )