{% extends "base.html" %} {% load static %} {% block title %}{{ product.name }} - Product Detail{% endblock %} {% block page_pretitle %}
| Date | Type | Quantity | Before | After | Reference | Notes |
|---|---|---|---|---|---|---|
| {{ movement.created_at|date:"d M Y H:i" }} | {{ movement.get_movement_type_display }} | {% if movement.movement_type == 'IN' or movement.movement_type == 'ADJUSTMENT_IN' %} {{ movement.quantity }} {% else %} {{ movement.quantity }} {% endif %} | {{ movement.stock_before|floatformat:0 }} | {{ movement.stock_after|floatformat:0 }} | {{ movement.reference_number|default:"—" }} | {{ movement.notes|default:"—"|truncatewords:5 }} |
No movements yetStock movements will appear here |
||||||
This product is currently unavailable.
Stock below reorder level. Please restock soon.
Stock level is healthy.