{% extends 'CPPSuperAdminBundle:Default:base.html.twig' %} {% block title %}Super Admin - Detail Order View - PSD{% endblock %} {% block pagecontent %}

Detail Order View - PSD - #{{ data.so.soid }}


{% for item in data.lineitems %} {% endfor %}
{{ data.so.timestamp|date('Y-m-d') }} | ORDER STATUS: {{ data.so.orderstatus }} | PMT STATUS: {{ data.so.paymentstatus }} | ${{ data.so.submittedprice|number_format(2, '.', ',') }}PO#{{ data.so.ponum }}
{{ data.so.bname }}
School/Department: {{ data.so.badd2 }}

CARD BILLING ADDRESS:
{{ data.inv.gbillname }}
{{ data.inv.gbilladd1 }}
{{ data.inv.gbillcity }}, {{ data.inv.gbillstate }} {{ data.inv.gbillzip }}
{{ data.so.bphone }} | {{ data.so.bemail }}
Delivery/Pickup at CP: {{ data.so.delivery }}
Items on Order:
Product: {{ item.psdproducts.description }} | Template Name: {{ item.templatename }} | Download File | QTY: {{ item.qty }} | PRICE: {{ item.quotedprice }}
Number of Colors: {{ item.numcolors }} | Color Codes: {{ item.colorcodes }}

Comments:
{{ data.so.comments }}
Card Info:
{{ data.cardinfo.ccnum }}
{{ data.cardinfo.ccexp }} | {{ data.cardinfo.cccvv }}
Current Charge Status:
{{ data.inv.transactiontype }} | TRANS# {{ data.inv.transactionnumber }} | {{ data.inv.paymenttype }}| ${{ data.inv.transactionamount|number_format(2, '.', ',') }} || Last Charge Activity: {{ data.inv.date|date('Y-m-d') }}
View / Print Invoice | Mark as Pre-Flight | Mark as Complete
{% endblock %}