Project

General

Profile

追加功能 #258

Add an indicator for print shipping mark that can be highlighted the [to STO] or [to Customer]

Added by Xihua Fan almost 3 years ago. Updated about 1 year ago.

Status:
已关闭
Priority:
普通
Assignee:
Target version:
IT: Easytryck (Sweden) - v3.0
Start date:
03/01/2023
Due date:
03/01/2023
% Done:

100%

Estimated time:
8.00 h
Spent time:

Description

Task Details
  1. Andy requirement: 为打印唛头添加区分[to STO] or [to Customer]的标记
  2. 内容:在order tilte后添加 (STO) 或者 (Customer)
Input
  • Claim from Andy
Output
  • Report and Solution

Others

#1

Updated by Xihua Fan almost 3 years ago

  • Tracker changed from 解析Bug to 追加功能
#2

Updated by Zhongbao Ye almost 3 years ago

  • Status changed from 进行中 to 已关闭
  • % Done changed from 0 to 100

Output(2023/03/01)
方案:针对To Customer($order["retailer_ship_to"] == "3")的打印模板中,将order name 字段加粗

protected/views/order/print.php
<span class="ui-text-overflow"><?php if ($order["retailer_ship_to"] == "3") {?><strong><?php }?><?php echo $order["order_name"];?><?php if ($order["retailer_ship_to"] == "3") {?></strong><?php }?></span>
#3

Updated by Xihua Fan about 1 year ago

  • Target version set to v3.0

Also available in: Atom PDF