Project

General

Profile

Actions

追加功能 #258

closed
XF ZY

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

追加功能 #258: Add an indicator for print shipping mark that can be highlighted the [to STO] or [to Customer]

Added by Xihua Fan about 3 years ago. Updated over 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

XF Updated by Xihua Fan about 3 years ago Actions #1

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

ZY Updated by Zhongbao Ye about 3 years ago Actions #2

  • 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>

XF Updated by Xihua Fan over 1 year ago Actions #3

  • Target version set to v3.0
Actions

Also available in: PDF Atom