{{orders_month}}

Orders This Month

{{sales_month}}

Profit This Month

{{orders_year}}

Orders This Year

{{sales_year}}

Profit This Year

{{ 'ORDER_NUM' | translate }} {{ 'LAST_NAME' | translate }} {{ 'FIRST_NAME' | translate }} {{ 'PRINTS' | translate }} {{ 'DATE' | translate }} {{ 'PRICE' | translate }}
{{order.id}} {{order.last_name}} {{order.first_name}} {{order.pwinty_id > 0}} {{order.date_created}} {{currency=='JPY' ? order.total_price : order.total_price/100}}
{{ 'ORDER_NUM' | translate }} {{orderID}}
{{ 'FIRST_NAME' | translate }} {{first_name}}
{{ 'LAST_NAME' | translate }} {{last_name}}
{{ 'EMAIL' | translate }} {{email}}
{{ 'TOTAL' | translate }} {{currency=='JPY' ? orderPrice : orderPrice/100}}
Package
Shipping Address {{pwinty_response.order.recipient.address.line1}}
{{pwinty_response.order.recipient.address.townOrCity}}, {{pwinty_response.order.recipient.address.stateOrCountry}} {{pwinty_response.order.recipient.address.postalOrZipCode}}
Tracking Info {{pwinty_response.order.shipments[0].tracking.url}}
{{ 'THUMB' | translate }} {{ 'TYPE' | translate }} {{ 'QUANTITY' | translate }} {{ 'UNIT_PRICE' | translate }}
{{photo.type.charAt(0).toUpperCase() + photo.type.substr(1) }} {{ photo.type == 'digital' ? '' : ': ' + photo.width }}{{photo.height == 2 ? 'Low Res' : ''}} {{photo.quantity}} {{ photo.unitPrice == 0 ? (photo.width.includes('Package') ? 'Included in Package' : 'Free') : photo.unitPrice / 100 }}

(Refunded)