瀏覽代碼

feature/EK-33291的改动

ryan 1 月之前
父節點
當前提交
c7a6818362
共有 1 個文件被更改,包括 18 次插入0 次删除
  1. 18 0
      common/libs/export/BaseExport.php

+ 18 - 0
common/libs/export/BaseExport.php

@@ -1818,6 +1818,24 @@ EOT;
                         <br />
                         <br />
                         
+                        <table style="table-layout: fixed;" width="100%">
+                            <tr style="text-align: left; font-weight: normal; font-size: 12px;">
+                                <td colspan="7" class="table-noborder"></td>
+                                <td style="text-align: left; background-color: lightgoldenrodyellow;" colspan="2" >Total Amount</td>
+                                <td style="text-align: left; background-color: lightgoldenrodyellow;" colspan="2">{$currency}{$orderAmount}</td>
+                            </tr>
+                            <tr style="text-align: left; font-weight: normal; font-size: 12px;">
+                                <th style="width: 30px;">No.</th>
+                                <th style="white-space: normal; word-break: keep-all;">Product Code</th>
+                                <th style="white-space: normal; word-break: keep-all;">Product Name</th>
+                                <th style="white-space: nowrap;">Quantity</th>
+                                <th style="white-space: normal; word-break: keep-all;">Unit Price ({$currency})</th>
+                                <th style="white-space: normal; word-break: keep-all;" colspan="2">Taxable Amount ({$currency})</th>
+                                <th style="white-space: normal; word-break: keep-all;">VAT Rate</th>
+                                <th style="white-space: normal; word-break: keep-all;" colspan="2">VAT Amount ({$currency})</th>
+                                <th style="white-space: normal; word-break: keep-all;">Total({$currency})</th>
+                            </tr>
+                        </table>
                         <table style="table-layout: fixed;" width="100%">
                             <tr style="text-align: left; font-weight: normal; font-size: 12px;">
                                 <th style="width: 30px;">No.</th>