ロジクラ ヘルプセンター

帳票テンプレート作成機能で利用可能な変数

対象プラン:プレミアム、Premium、WMS(新デザインのみ)

カテゴリ(変数 or メソッド)

変数名

ロジクラでの日本語名

使い方(メソッドの場合)

変数

font_size

フォントサイズ

変数

shipping_schedule.company_name

自社名

変数

shipping_schedule.company_info

自社情報

変数

shipping_schedule.logo_url

ロゴ

変数

shipping_schedule.note

備考

変数

shipping_schedule.company_seal

社印

変数

shipping_schedule.free_text

自由項目

変数

shipping_schedule.headline

見出し

変数

shipping_schedule.qualified_invoice_registration_number

適格請求書番号

変数

shipping_schedule.consignee.name

出荷先名

変数

shipping_schedule.consignee.postal_code

出荷先郵便番号

変数

shipping_schedule.consignee.address1

出荷先住所1

変数

shipping_schedule.consignee.address2

出荷先住所2

変数

shipping_schedule.consignee.phone_number

出荷先電話番号

変数

shipping_schedule.consignee.email

出荷先メールアドレス

変数

shipping_schedule.billing.title

購入先情報タイトル

変数

shipping_schedule.billing.name

購入先名

変数

shipping_schedule.billing.postal_code

購入先郵便番号

変数

shipping_schedule.billing.address1

購入先住所1

変数

shipping_schedule.billing.address2

購入先住所2

変数

shipping_schedule.billing.phone_number

購入先電話番号

変数

shipping_schedule.billing.email

購入先メールアドレス

変数

shipping_schedule.order_date

注文日

変数

shipping_schedule.order_number

注文番号

変数

shipping_schedule.number

出荷番号

変数

shipping_schedule.due_date

出荷日

変数

shipping_schedule.gift_message

ギフトメッセージ

変数

shipping_schedule.gift_enabled

ギフトフラグ

変数

shipping_schedule.items

商品情報(配列)

変数

shipping_schedule.items[0].name

商品名

変数

shipping_schedule.items[0].product_code

品番

変数

shipping_schedule.items[0].barcode

バーコード

変数

shipping_schedule.items[0].quantity

数量

変数

shipping_schedule.items[0].price

金額(税抜)

変数

shipping_schedule.items[0].sum_price

合計金額(税抜)

変数

shipping_schedule.items[0].note

商品説明

変数

shipping_schedule.items[0].tax_rate

税率

変数

shipping_schedule.subtotal

すべての商品の合計金額(税抜)

変数

shipping_schedule.subtotal_tax

すべての商品の消費税

変数

shipping_schedule.shipping_cost

送料

変数

shipping_schedule.sales_commission

販売手数料

変数

shipping_schedule.other_cost

その他費用

変数

shipping_schedule.point

ポイント利用

変数

shipping_schedule.total

合計金額

変数

shipping_schedule.total_item_count

商品合計数

変数

shipping_schedule.include_reduced_tax_rate?

軽減税率の商品が含まれているかどうか(true or false)

変数

shipping_schedule.include_zero_tax_rate?

税率0%の商品が含まれているかどうか(true or false)

変数

shipping_schedule.subtotal_0

消費税0%対象金額

変数

shipping_schedule.subtotal_8

消費税8%対象金額(税込)

変数

shipping_schedule.tax_8

消費税(8%)

変数

shipping_schedule.subtotal_10

消費税10%対象金額(税込)

変数

shipping_schedule.tax_10

消費税(10%)

変数

shipping_schedule.description

出荷詳細

変数

shipping_schedule.picking_note

ピッキング指示

メソッド

delimited

数字を3桁ごとにカンマで区切って表示する

{{shipping_schedule.total | delimited}}

メソッド

barcode_base64

QR画像をbase64エンコードした文字列を出力する。

{{shipping_schedule.number | barcode_base64: 'qr'}}

バーコード画像(code39)をbase64エンコードした文字列を出力する。

{{shipping_schedule.number | barcode_base64: 'code39'}}

バーコード画像(ean13)をbase64エンコードした文字列を出力する。

{{shipping_schedule.number | barcode_base64: 'ean13'}}