iT邦幫忙

2023 iThome 鐵人賽

DAY 29
0

目的

為了客製化報告文件的 Header 和 Footer,使其更具個性化和專業性。以下是各個改動的目的:

  1. 添加 Icon:在報告文件中添加了 FontAwesome 圖標,這樣可以為文件增添視覺元素,提高其吸引力。這些圖標可以用於指示公司的聯絡方式,讓讀者更容易找到這些信息。
  2. 修改位置:調整了一些元素的位置,使它們更符合報告的整體布局。這可以改善報告的閱讀體驗,確保信息以清晰和有組織的方式呈現。
  3. 添加警語:在報告的右上角添加了一條警語,提醒讀者這份文件是私人和機密的,未經許可不得分發。這有助於確保報告的安全性,防止未經授權的分發。

這些改動的目的是提高報告文件的外觀和專業性,使其更適合用於商業場合,同時確保信息的清晰度和安全性。這樣的客製化可以讓報告更好地滿足特定需求。

編輯位置

external_layout_standard

Untitled

添加 icon

可使用 FontAwesome,如下

用 會變成 italic

basically use for italic in HTML .. but you can also use this for icons if you add “font awesome” library. After adding font awesome library you just need to add class with your tag….

<span class="fab fa-500px"></span>

添加在約 32 行的 ul, li

<ul class="list-inline mb4">
    <!-- using the list-inline-item class from bootstrap causes weird behaviours in pdf report
         adding d-inline class fixes the problem--> 
    <li t-if="company.phone" class="list-inline-item "><span class="fas fa-phone mr-2"></span> <span class="o_force_ltr" t-field="company.phone"/></li>
    <li t-if="company.email" class="list-inline-item d-inline"><span class="fas fa-envelope mr-2"></span> <span t-field="company.email"/></li>
    <li t-if="company.website" class="list-inline-item d-inline"><span class="fas fa-globe mr-2"></span> <span t-field="company.website"/></li>
    <li t-if="company.vat" class="list-inline-item d-inline"><span class="fas fa-barcode mr-2"></span> <t t-esc="company.country_id.vat_label or 'Tax ID'"/>: <span t-field="company.vat"/></li>
</ul>

添加警語

添加在約 5 行中,浮動直接靠右上

<div style="position:absolute; top:0; right:16px; font-size:16px; color:#c6c6c6;" class="text-right" >
      Private and Confidential. Please do not distribute without permission
</div>

Author: Tilda.Lu
Article is from: https://ppxd.vercel.app/
This content is shared under the CC BY-NC-SA 4.0 protocol (Non-Commercial)


上一篇
Day 27【Survey 問卷】問卷結果輸出操作說明
下一篇
Day 29【CRM 客戶關係管理】建立客戶資訊
系列文
30 天客製 Odoo 成為你企業的形狀自己啃出來的血淚史不私藏大分享31
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言