# | WO# | Dates | Sls | Bill To / Ship To | |||
---|---|---|---|---|---|---|---|
{{ $index + 1 }} |
{{wo.wo_num}} {{ wo.auth_status }} {{ wo.wo_type | FLIEW }} |
Date Created: {{wo.date_created}} {{(wo.auth_status === 'ACTIVE') ? wo.days_active + ' days' : ''}} Date Closed: {{wo.date_closed}} Due Date: {{wo.dueDate}} |
{{wo.salesman | FLIEW}} |
{{wo.BillToName}} {{wo.ShipToName}} {{wo.StoreNum}} {{wo.ShipToAdd1}} {{wo.ShipToCity}} {{wo.ShipToState}} {{wo.ShipToZip}} Description of Work {{ wo.descOfWork }} |
Close Reopen Void Invoice Golden Rod |
View Order View Pink Permits/Deposits |
Clone Edit Attachments |
# | # of Contacts | # of Locations | # of Orders | |
---|---|---|---|---|
{{ $index + 1 }} |
{{ c.customer_id }} {{ c.name }} {{ c.address1 }} {{ c.address2 }} {{ c.city + ', ' + c.state + ' ' + c.zip }} |
{{ c.counts.contacts }} | {{ c.counts.locations }} | {{ c.counts.orders }} |
# | Customer | Name | Cell | Phone | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ c.customer_id }} | {{ c.name }} | {{ c.cell }} | {{ c.ph }} | {{ c.email }} |