{% extends "shopyo_base/module_base.html" %} {% set active_page = 'products' %} {% block pagehead %}
{{ product.name }} · {{ product.barcode }} · Current stock: {{ product.in_stock }}
| Date | Change | Reason | Reference | User |
|---|---|---|---|---|
| {{ adj.created_at.strftime('%Y-%m-%d %H:%M') if adj.created_at else '-' }} | {{ '+' if adj.quantity_change > 0 }}{{ adj.quantity_change }} | {{ adj.reason }} | {{ adj.reference or '-' }} | {{ adj.user_id or '-' }} |
|
No adjustments recorded |
||||