0% found this document useful (0 votes)
224 views11 pages

Eqx Po Template Test

The document is an HTML email template for purchase orders (POs). It contains instructions on customizing POs, CSS styling, and placeholders for PO details like the supplier information, addresses, line items, notes, and attachments. The template provides the necessary structure and styling to display a standardized PO email to suppliers.

Uploaded by

Balaji Piramala
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
224 views11 pages

Eqx Po Template Test

The document is an HTML email template for purchase orders (POs). It contains instructions on customizing POs, CSS styling, and placeholders for PO details like the supplier information, addresses, line items, notes, and attachments. The template provides the necessary structure and styling to display a standardized PO email to suppliers.

Uploaded by

Balaji Piramala
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 11

{% comment %}

Copyright (C) 2008 Coupa Software Incorporated http://www.coupa.com

For a guide on how to customize your PO, please visit


http://support.coupa.com/entries/16508.

NOTE: CSS has to be inlined for most email clients to work.


{% endcomment %}
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body style="font-size: 10pt; font-family: helvetica, arial, sans-serif;">
{% comment %} Email-specific styling is below. {% endcomment %}
{% if email.note %}
<pre style="font-family: helvetica, arial, sans-serif; font-size: 10pt; width:
95%;">{{ email.note }}</pre>
{% endif %}

{% if email.supplier_attachments_link %}
<p>
{{ 'order_headers.po_default_liquid.attachments_info_html' |
t_with_one_arg_html_safe: email.supplier_attachments_link }}
</p>
{% endif %}

{% if email.note or email.supplier_attachments_link %}
<hr/>
{% endif %}

{% comment %} PO DATA STARTS FROM HERE {% endcomment %}


<div id="header" style="overflow: auto; width: 95%;">
<div id="logo_image" style="float: left; width: 45%;">
{% if coa_logo_url %}
<img src="{{ coa_logo_url }}" alt="" />
{% else %}
{% if company_logo_url %}
<img src="{{ company_logo_url }}" alt="" />
{% else %}
<img src="{{ coupa_logo_url }}" alt="" />
{% endif %}
{% endif %}
</div>
<div style="float: left; width: 54%;">
<h2 style="margin-top: 0;">{% if company_name %} {{ company_name }} {% endif
%} <br />{{ title }}</h2>
</div>
</div>

<div style="overflow: auto; width: 95%;">


<div id="supplier_info" style="float: left; width: 40%;">
<div style="font-weight: bold; font-size: 13pt;">{{ supplier.name }}</div>
{% if supplier.primary_address %}
<div>{{ supplier.primary_address.street1 }}</div>
{% if supplier.primary_address.street2
%}<div>{{ supplier.primary_address.street2 }}</div>{% endif %}
<div>{% if supplier.primary_address.city %}
{{ supplier.primary_address.city }}, {% endif %}
{{ supplier.primary_address.state }}
{{ supplier.primary_address.postal_code }}</div>
{% if bill_to_address.country.name != supplier.primary_address.country.name
and ship_to_address.country.name != supplier.primary_address.country.name %}
{% assign countries_are_different = true %}
<div>{{ supplier.primary_address.country.name }}</div>
{% else %}
{% assign countries_are_different = false %}
{% endif %}
{% endif %}
{% if supplier.primary_contact %}
{% if supplier.primary_contact.fullname
%}<div>{{ 'order_headers.po_default_liquid.attention' | t }}:
{{ supplier.primary_contact.fullname }}</div>{% endif %}
{% if supplier.primary_contact.email
%}<div>{{ supplier.primary_contact.email }}</div>{% endif %}
{% if supplier.primary_contact.phone_work %}<div>Phone:
{{ supplier.primary_contact.phone_work }}</div>{% endif %}
{% if supplier.primary_contact.phone_fax %}<div>Fax:
{{ supplier.primary_contact.phone_fax }}</div>{% endif %}
{% endif %}
</div>
<div id="po_info">
<dl style="margin: 0; float: left; width: 54%;">
<dt style="clear: left; float: left; width:
150px;">{{ 'order_headers.po_default_liquid.po_number' | t }}</dt><dd style="font-
weight: bold;">{{ purchase_order.po_number_with_version }}&nbsp;</dd>
<dt style="clear: left; float: left; width:
150px;">{{ 'order_headers.po_default_liquid.date' | t }}</dt><dd style="font-
weight: bold;">{{ purchase_order.created_date | l }}&nbsp;</dd>
<dt style="clear: left; float: left; width:
150px;">{{ 'order_headers.po_default_liquid.payment_terms' | t }}</dt><dd
style="font-weight: bold;">{{ purchase_order.payment_term.code }}&nbsp;</dd>
<dt style="clear: left; float: left; width:
150px;">{{ 'order_headers.po_default_liquid.shipping_terms' | t }}</dt><dd
style="font-weight: bold;">{{ purchase_order.shipping_term.code }}&nbsp;</dd>
<dt style="clear: left; float: left; width:
150px;">{{ 'order_headers.po_default_liquid.currency' | t }}</dt><dd style="font-
weight: bold;">{{ purchase_order.currency.code }}&nbsp;</dd>
<dt style="clear: left; float: left; width:
150px;">{{ 'order_headers.po_default_liquid.contract' | t }}</dt><dd style="font-
weight: bold;">{{ purchase_order.contract.number }}&nbsp;</dd>
<dt style="clear: left; float: left; width:
150px;">{{ 'order_headers.po_default_liquid.contact' | t }}</dt><dd style="font-
weight: bold;">{{ purchase_order.requester.fullname }}</dd>
<dt style="clear: left; float: left; width: 150px;">&nbsp;</dt><dd
style="font-weight: bold;">{{ purchase_order.requester.email }}</dd>
</dl>
</div>
</div>

<div id="addresses" style="overflow: auto; width: 95%;">


<div style="float: left; width: 40%;">
<fieldset style="border: 2px solid gray; padding: 0em 1em; height: 9.5em;
width: 15em;">
<legend style="font-weight: bold; font-size:
12pt;">{{ 'order_headers.po_default_liquid.ship_to' | t }}</legend>
{% if company_name %}<div>{{ company_name }}</div>{% endif %}
<div>{{ ship_to_address.street1 }}</div>
{% if ship_to_address.street2 %}<div>{{ ship_to_address.street2 }}</div>{%
endif %}
<div>{% if ship_to_address.city %} {{ ship_to_address.city }}, {% endif %}
{{ ship_to_address.state }} {{ ship_to_address.postal_code }}</div>
{% comment %} we don't want to display the country if all them are the same
{% endcomment %}
{% if countries_are_different
%}<div>{{ ship_to_address.country.name }}</div>{% endif %}
{% if ship_to_address.location_code %}<div>{{ ship_to_address.location_code
}}</div>{% endif %}
{% if purchase_order.ship_to_attention %}
<div>{{ 'order_headers.po_default_liquid.attention' | t }}:
{{ purchase_order.ship_to_attention}}</div>
{% else if ship_to_address.attention %}
<div>{{ 'order_headers.po_default_liquid.attention' | t }}:
{{ ship_to_address.attention }}</div>
{% endif %}
</fieldset>
</div>
<div>
<fieldset style="border: 2px solid gray; padding: 0em 1em; height: 9.5em;
width: 15em;">
<legend style="font-weight: bold; font-size:
12pt;">{{ 'order_headers.po_default_liquid.bill_to' | t }}</legend>
{% if purchase_order.pcard %}
<div>{{ 'order_headers.po_default_liquid.card.p_card' | t }}</div>
<div><label>{{ 'order_headers.po_default_liquid.card.name' |
t }}:</label> {{ purchase_order.pcard.name }} </div>
{% if unmask_pcard_number %}
<div><label>{{ 'order_headers.po_default_liquid.card.number' |
t }}:</label> {{ purchase_order.pcard.formatted_unmasked_number }} </div>
{% else %}
<div><label>{{ 'order_headers.po_default_liquid.card.number' |
t }}:</label> {{ purchase_order.pcard.number }} </div>
{% endif %}
<div><label>{{ 'order_headers.po_default_liquid.card.exp' | t }}:</label>
{{ purchase_order.pcard.expiry }} </div>
{% else %}
{% if company_name %}<div>{{ company_name }}</div>{% endif %}
<div>{{ bill_to_address.street1 }}</div>
{% if bill_to_address.street2
%}<div>{{ bill_to_address.street2 }}</div>{% endif %}
<div>{% if bill_to_address.city %} {{ bill_to_address.city }}, {% endif
%} {{ bill_to_address.state }} {{ bill_to_address.postal_code }}</div>
{% comment %} we don't want to display the country if all them are the
same, but supplier address should be ignored if it's blank {% endcomment %}
{% if countries_are_different
%}<div>{{ bill_to_address.country.name }}</div>{% endif %}
{% if bill_to_address.location_code
%}<div>{{ bill_to_address.location_code }}</div>{% endif %}
<div>{{ 'order_headers.po_default_liquid.attention' | t }}:
{{ purchase_order.bill_to_name }}</div>
{% if supplier.account_number
%}<div>{{ 'order_headers.po_default_liquid.account' | t }}:
#{{ supplier.account_number }}</div>{% endif %}
{% endif %}
</fieldset>
</div>
</div>
<div id="purchase_order_attachments">
<ul style="text-indent: -2em; list-style: none; padding-left: 2em; margin-left:
0; width: 90%;">
{% for attachment in purchase_order.attachments %}
{% case attachment.type %}
{% when 'text' %}<li>{{ 'order_headers.po_default_liquid.note' | t }}:
{{ attachment.text }}</li>
{% when 'url' %}<li><a
href="{{ attachment.url }}">{{ attachment.url }}</a></li>
{% endcase %}
{% endfor %}
</ul>
</div>

{% if purchase_order.last_deleted_lines != empty or
purchase_order.last_changed_lines != empty or purchase_order.last_added_lines !=
empty %}
<h3 style="margin-top:2em; margin-
bottom:0.5em">{{ 'order_headers.po_default_liquid.current_lines' | t }}</h3>
{% endif %}

<table id="order_lines" style="font-size: 10pt; border-color: black; border-


collapse: collapse; font-family: helvetica, arial, sans-serif; border-width: 2px 0
1px 0; border-style: solid; width: 90%;">
<thead>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.line' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.description' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.quantity' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.unit' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid black;"> SHIP TO
</th>
{% unless purchase_order.price_is_hidden_from_supplier? %}
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.price' | t }}</th>
{% if purchase_order.order_lines_has_bulk_price? %}
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.bulk_price' | t }}</th>
{% endif %}
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.total' | t }}</th>
{% endunless %}
</thead>

{% for line in lines %}


<tr>
<td style="text-align: center; vertical-align: top; width:
5%;">{{ line.line_num }}</td>
<td style="text-align: left; vertical-align: top; width: 60%;">
{{ line.description }}
{% if line.supplier_part_number or line.need_by_date %}
<div style="overflow: auto; width: 95%;">
<div style="text-indent: 1em; float:
left;">{{line.supplier_part_number }}</div>
<div style="margin-right: 2em; float: right;">{{ line.need_by_date |
l }}</div>
</div>
{% endif %}
{% if line.asset_tags.size > 0 %}
<div style="clear: left; margin: 0; padding-top: 3px; padding-left:
10em;">
<label style="margin-left: -9em; width: 9em; float: left;">Asset
Tags</label>
{{ line.asset_tags | join: ", " }}
</div>
{% endif %}
{% if line.form_response %}
{% for fr in line.form_response %}
<div style="clear: left; margin: 0; padding-top: 3px; height: 1%;
padding-left: 10em; vertical-align: middle;">
<label style="margin-left: -9em; width: 9em; float:
left;">{{ fr.question }}</label>{{ fr.answer }}
</div>
{% endfor %}
{% endif %}
{% if line.rfq_form_response %}
{% for fr in line.rfq_form_response %}
<div style="clear: left; margin: 0; padding-top: 3px; height: 1%;
padding-left: 10em; vertical-align: middle;">
<label style="margin-left: -9em; width: 9em; float:
left;">{{ fr.question }}</label>{{ fr.answer }}
</div>
{% endfor %}
{% endif %}
<ul style="text-indent: -2em; list-style: none; padding-left: 2em;
margin-left: 1em;">
{% for attachment in line.attachments %}
{% case attachment.type %}
{% when 'text' %}<li>Note: {{ attachment.text }}</li>
{% when 'url' %}<li><a
href="{{ attachment.url }}">{{ attachment.url }}</a></li>
{% endcase %}
{% endfor %}
</ul>
</td>
<td style="text-align: center; vertical-align: top;">{{ line.quantity |
n }}</td>
<td style="text-align: center; vertical-align:
top;">{{ line.uom.name }}</td>
<td style="text-align: center; vertical-align:
top;">{{ line.custom_shipto_address }}</td>
{% unless purchase_order.price_is_hidden_from_supplier? %}
<td style="text-align: center; vertical-align:
top;">{{ line.price }}</td>
{% if purchase_order.order_lines_has_bulk_price? %}
<td style="text-align: center; vertical-align: top;width: 27%;"><div
style="margin-bottom:5px;">{{ line.bulk_price_with_currency }}</div>
{% if line.uom != line.bulk_price_uom %}
<div style="margin-bottom:5px;font-
size:11px;color:grey;">{{ line.display_conversion_ratio }}</div>
{% endif %}
</td>
{% endif %}
<td style="text-align: center; vertical-align:
top;">{{ line.total }}</td>
{% endunless %}
</tr>
{% endfor %}
</table>

<div id="purchase_order_total" style="width: 90%; text-align: right;">


{% unless purchase_order.price_is_hidden_from_supplier? %}
<div style="padding-left: 3em; display: inline;">
{% if purchase_order.total_changed? %}
<span style="text-decoration:line-through">{{ purchase_order.total_old }}
{{ purchase_order.currency_old.code }}</span><br/>
{% endif %}
<b style="font-weight: bold; font-size:
12pt;">{{ purchase_order.total }}</b> {{ purchase_order.currency.code }}
</div>
{% endunless %}
</div>

{% if purchase_order.last_deleted_lines != empty %}
<h3 style="margin-top:2em; margin-
bottom:0.5em">{{ 'order_headers.po_default_liquid.deleted_lines' | t }}</h3>
<table id="deleted_order_lines" style="font-size: 10pt; border-color: black;
border-collapse: collapse; font-family: helvetica, arial, sans-serif; border-width:
2px 0 1px 0; border-style: solid; width: 90%;">
<thead>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.line' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.description' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.quantity' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.unit' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid black;">SHIP TO</th>

{% unless purchase_order.price_is_hidden_from_supplier? %}
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.price' | t }}</th>
{% if purchase_order.last_deleted_lines_has_bulk_price? %}
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.bulk_price' | t }}</th>
{% endif %}
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.total' | t }}</th>
{% endunless %}
</thead>

{% for line in purchase_order.last_deleted_lines %}


<tr>
<td style="text-align: center; vertical-align: top; width:
5%;">{{ line.line_num }}</td>
<td style="text-align: left; vertical-align: top; width: 60%;">
{{ line.description }}
{% if line.supplier_part_number %}
<div style="overflow: auto; width: 95%;">
<div style="text-indent: 1em; float:
left;">{{line.supplier_part_number }}</div>
</div>
{% endif %}
{% if line.asset_tags.size > 0 %}
<div style="clear: left; margin: 0; padding-top: 3px; padding-left:
10em;">
<label style="margin-left: -9em; width: 9em; float:
left;">{{ 'order_headers.po_default_liquid.asset_tags' | t }}</label>
{{ line.asset_tags | join: ", " }}
</div>
{% endif %}
</td>
<td style="text-align: center; vertical-align: top;">{{ line.quantity | n
}}</td>
<td style="text-align: center; vertical-align:
top;">{{ line.uom.name }}</td>
<td style="text-align: center; vertical-align:
top;">{{ line.custom_shipto_address }}</td>
{% unless purchase_order.price_is_hidden_from_supplier? %}
<td style="text-align: center; vertical-align:
top;">{{ line.price }}</td>
{% if purchase_order.last_deleted_lines_has_bulk_price? %}
<td style="text-align: center; vertical-align: top;width: 27%;"><div
style="margin-bottom:5px;">{{ line.bulk_price_with_currency }}</div>
{% if line.uom != line.bulk_price_uom %}
<div style="margin-bottom:5px;font-
size:11px;color:grey;">{{ line.display_conversion_ratio }}</div>
{% endif %}
</td>
{% endif %}
<td style="text-align: center; vertical-align:
top;">{{ line.total }}</td>
{% endunless %}
</tr>
{% endfor %}
</table>
{% endif %}

{% if purchase_order.last_changed_lines != empty %}
<h3 style="margin-top:2em; margin-
bottom:0.5em">{{ 'order_headers.po_default_liquid.changed_lines' | t }}</h3>
<table id="changed_order_lines" style="font-size: 10pt; border-color: black;
border-collapse: collapse; font-family: helvetica, arial, sans-serif; border-width:
2px 0 1px 0; border-style: solid; width: 90%;">
<thead>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.line' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.description' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.quantity' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.unit' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid black;">SHIP
TO</th>
{% unless purchase_order.price_is_hidden_from_supplier? %}
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.price' | t }}</th>
{% if purchase_order.last_changed_lines_has_bulk_price? %}
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.bulk_price' | t }}</th>
{% endif %}
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.total' | t }}</th>
{% endunless %}
</thead>

{% for line in purchase_order.last_changed_lines %}


<tr>
<td style="text-align: center; vertical-align: middle; width:
5%;">{{ line.line_num }}</td>
<td style="text-align: left; vertical-align: middle; width: 60%;">
{% if line.description_changed? %}
<span style="text-decoration:line-
through">{{ line.description_old }}</span><br/>
{{ line.description }}
{% else %}
{{ line.description }}
{% endif %}
{% if line.supplier_part_number %}
<div style="overflow: auto; width: 95%;">
<div style="text-indent: 1em; float: left;">
{% if line.supplier_part_number_changed? %}
<span style="text-decoration:line-
through">{{ line.supplier_part_number_old }}</span><br/>
{{ line.supplier_part_number }}
{% else %}
{{ line.supplier_part_number }}
{% endif %}
</div>
</div>
{% endif %}
{% if line.asset_tags.size > 0 %}
<div style="clear: left; margin: 0; padding-top: 3px; padding-left:
10em;">
<label style="margin-left: -9em; width: 9em; float:
left;">{{ 'order_headers.po_default_liquid.asset_tags' | t }}</label>
{{ line.asset_tags | join: ", " }}
</div>
{% endif %}
</td>
<td style="text-align: center; vertical-align: middle;">
{% if line.quantity_changed? %}
<span style="text-decoration:line-through">{{ line.quantity_old |
n }}</span><br/>
{{ line.quantity | n }}
{% else %}
{{ line.quantity | n }}
{% endif %}
</td>
<td style="text-align: center; vertical-align: middle;">
{% if line.uom_changed? %}
<span style="text-decoration:line-
through">{{ line.uom_old.name }}</span><br/>
{{ line.uom.name }}
{% else %}
{{ line.uom.name }}
{% endif %}
</td>
{% unless purchase_order.price_is_hidden_from_supplier? %}
<td style="text-align: center; vertical-align: middle;">
{% if line.price_changed? %}
<span style="text-decoration:line-
through">{{ line.price_old }}</span><br/>
{{ line.price }}
{% else %}
{{ line.price }}
{% endif %}
</td>
{% if purchase_order.last_changed_lines_has_bulk_price? %}
<td style="text-align: center; vertical-align: middle;top;width:
27%">
{% if (line.bulk_price_with_currency_changed? ||
line.display_conversion_ratio_changed?) %}
<div>
<span style="text-decoration:line-through">
<div style="margin-
bottom:5px;">{{ line.bulk_price_with_currency_old }}</div>
{% if line.uom_old != line.bulk_price_uom_old %}
<div style="margin-bottom:5px;font-
size:11px;color:grey;">{{ line.display_conversion_ratio_old }}</div>
{% endif %}
</span>
</div><br/>
<div>{{ line.bulk_price_with_currency }}</div>
{% if line.uom != line.bulk_price_uom %}
<div style="margin-top:5px;margin-bottom:5px;font-
size:11px;color:grey;">{{ line.display_conversion_ratio }}</div>
{% endif %}
{% else %}
<div style="margin-
bottom:5px;">{{ line.bulk_price_with_currency }}</div>
{% if line.uom != line.bulk_price_uom %}
<div style="margin-bottom:5px;font-
size:11px;color:grey;">{{ line.display_conversion_ratio }}</div>
{% endif %}
{% endif %}
</td>
{% endif %}
<td style="text-align: center; vertical-align: middle;">
{% if line.total_changed? %}
<span style="text-decoration:line-
through">{{ line.total_old }}</span><br/>
{{ line.total }}
{% else %}
{{ line.total }}
{% endif %}
</td>
{% endunless %}
</tr>
{% endfor %}
</table>
{% endif %}

{% if purchase_order.last_added_lines != empty %}
<h3 style="margin-top:2em; margin-
bottom:0.5em">{{ 'order_headers.po_default_liquid.added_lines' | t }}</h3>
<table id="added_order_lines" style="font-size: 10pt; border-color: black;
border-collapse: collapse; font-family: helvetica, arial, sans-serif; border-width:
2px 0 1px 0; border-style: solid; width: 90%;">
<thead>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.line' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.description' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.quantity' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.unit' | t }}</th>
<th style="font-weight: bold; border-bottom: 2px solid black;">SHIP
TO</th>
{% unless purchase_order.price_is_hidden_from_supplier? %}
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.price' | t }}</th>
{% if purchase_order.last_added_lines_has_bulk_price? %}
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.bulk_price' | t }}</th>
{% endif %}
<th style="font-weight: bold; border-bottom: 2px solid
black;">{{ 'order_headers.po_default_liquid.total' | t }}</th>
{% endunless %}
</thead>

{% for line in purchase_order.last_added_lines %}


<tr>
<td style="text-align: center; vertical-align: top; width:
5%;">{{ line.line_num }}</td>
<td style="text-align: left; vertical-align: top; width: 60%;">
{{ line.description }}
{% if line.supplier_part_number %}
<div style="overflow: auto; width: 95%;">
<div style="text-indent: 1em; float:
left;">{{line.supplier_part_number }}</div>
</div>
{% endif %}
{% if line.asset_tags.size > 0 %}
<div style="clear: left; margin: 0; padding-top: 3px; padding-left:
10em;">
<label style="margin-left: -9em; width: 9em; float:
left;">{{ 'order_headers.po_default_liquid.asset_tags' | t }}</label>
{{ line.asset_tags | join: ", " }}
</div>
{% endif %}
</td>
<td style="text-align: center; vertical-align: top;">{{ line.quantity | n
}}</td>
<td style="text-align: center; vertical-align:
top;">{{ line.uom.name }}</td>
<td style="text-align: center; vertical-align:
top;">{{ line.custom_shipto_address }}</td>
{% unless purchase_order.price_is_hidden_from_supplier? %}
<td style="text-align: center; vertical-align:
top;">{{ line.price }}</td>
{% if purchase_order.last_added_lines_has_bulk_price? %}
<td style="text-align: center; vertical-align:top; width: 27%;"><div
style="margin-bottom:5px;">{{ line.bulk_price_with_currency }}</div>
{% if line.uom != line.bulk_price_uom %}
<div style="margin-bottom:5px;font-
size:11px;color:grey;">{{ line.display_conversion_ratio }}</div>
{% endif %}
</td>
{% endif %}
<td style="text-align: center; vertical-align:
top;">{{ line.total }}</td>
{% endunless %}
</tr>
{% endfor %}
</table>
{% endif %}

<div id="purchase_order_boiler_plate" style="bottom: 0; font-size: 7pt; margin-


top: 4em; width: 90%;">{{ purchase_order.boiler_plate }}</div>

{% comment %} PO DATA END HERE {% endcomment %}

{% comment %} This lets the supplier flip the PO to an invoice{% endcomment %}


{% if email.create_invoice_link %}
<p>
{{ 'order_headers.po_default_liquid.create_invoice_info_html' |
t_with_one_arg_html_safe: email.create_invoice_link }}
</p>
{% endif %}
</body>
</html>

You might also like