{{ po.supplier }}
|
ATTN Jon Martino
1678 N Belcher Road
Clearwater, FL 33765
United States
jon@fuselenses.com
|
---|
ITEM | QTY | RATE | AMOUNT | |
---|---|---|---|---|
{{ item.quantity }} | {{ item.cost | number: "C" }} | {% assign amount = item.cost | times: item.quantity -%} {{ amount | number: "C" }} | ||
{% assign shipping_cost = 0.00 -%} {% for cost in po.costs -%} {% if cost.type == "Shipping" -%} {% assign shipping_cost = cost.amount | plus: shipping_cost -%} {% endif -%} {% endfor -%} {% assign taxes = 0.00 -%} {% for cost in po.costs -%} {% if cost.type == "Tax" -%} {% assign taxes = cost.amount | plus: taxes -%} {% endif -%} {% endfor -%} |