{% include 'components/alerts.html' %}
Buy Details
| Date: |
{{ buy.date }} |
| Time: |
{{ buy.droppedOff }} |
| Completed |
{{ buy.completed }} |
| Text Sent: |
{% if buy.twilioSent == 1 %}
|
{% else %}
|
{% endif %}
| Total Time |
{{ buy.timeToComplete}} |
| Customer: |
{{ buy.customer.firstName }} {{ buy.customer.lastName }} |
|
{% if buy.inStore == 1 %}
{% endif %}
{% if buy.inNewCustomer == 1 %}
{% else %}
{% endif %}
{% if buy.textMe == 1 %}
{% endif %}
|
Buyer Details |
| Buyer: |
{{buy.buyer.firstName}} {{buy.buyer.lastName}} |
| Process Delay |
Processing Time |
PT/C |
Processed Bins |
| {{ buy.processDelay }} |
{{ buy.processTime }} |
{{ buy.PTC }} |
{{ buy.buyContainers }} |
|
{% if buy.hadSorter == 1 %}
Sorter Details |
| Sorter: |
{{buy.sorter.firstName}} {{buy.sorter.lastName}} |
| Sort Delay |
Sort Time |
ST/C |
Sorted Bins |
| {{ buy.sortDelay }} |
{{ buy.sortTime }} |
{{ buy.STC }} |
{{ buy.sortContainers }} |
|
{% endif %}
{% include 'components/footer.html' %}