RMA Admin

Show historic RMAs
Customer Open RMA's Total RMA's Rejected RMA's
${ line.customer.company_name } ${ countStatusOccurance(line.rmas, 'pending') + countStatusOccurance(line.rmas, 'submit') } ${ line.rmas.length } ${ countStatusOccurance(line.rmas, 'reject') }
${ line.customer.company_name } ${ countStatusOccurance(line.rmas, 'pending') + countStatusOccurance(line.rmas, 'submit') } ${ line.rmas.length } ${ countStatusOccurance(line.rmas, 'reject') }

${ active_customer.customer.company_name }


Pending

No pending RMAs

Created date Name Farbe model Size RMA Purchase date Reason Comment Image Action Rejection reason
${ formatDate(rma.created_at) }
${ rma.title }
Email: ${ rma.contact_email }
Phone: ${ rma.contact_phone }
Reference: ${ rma.external_reference }
${ rma.color }
${ simplifySKU(rma.sku) } ${ rma.size } #${ rma.id }
${ rma.purchase_date }
${ rma.return_reason } ${ rma.return_comment }

Awaiting submission

No RMA's awaiting submission

Created date Name Farbe model Size RMA Purchase date Reason Comment Image Action Rejection reason
${ formatDate(rma.created_at) }
${ rma.title }
Email: ${ rma.contact_email }
Phone: ${ rma.contact_phone }
${ rma.color }
${ simplifySKU(rma.sku) } ${ rma.size } #${ rma.id }
${ rma.purchase_date }
${ rma.return_reason } ${ rma.return_comment }

Closed

No closed RMA's

Created date Name Farbe model Size RMA Purchase date Reason Comment Image Status
${ formatDate(rma.created_at) }
${ rma.title }
Email: ${ rma.contact_email }
Phone: ${ rma.contact_phone }
${ rma.color }
${ simplifySKU(rma.sku) } ${ rma.size } #${ rma.id }
${ rma.purchase_date }
${ rma.return_reason } ${ rma.return_comment }
${ rma.status.replace('closed', 'closed (Approved)') }