{% extends "base.html" %} {% block title %}Stock Transfers{% endblock %} {% block content %}
| Reference | From | To | Status | Requested By | |
|---|---|---|---|---|---|
| {{ transfer.reference }} | {{ transfer.from_location }} ({{ transfer.from_location.branch.name|default:"-" }}) | {{ transfer.to_location }} ({{ transfer.to_location.branch.name|default:"-" }}) | {{ transfer.get_status_display }} | {{ transfer.requested_by|default:"-" }} | View |
| No transfers. | |||||