{% extends "base.html" %} {% block content %}

Record IN/OUT (Sederhana)

Snapshot Stok

{% for name, v in stock.items()|sort %} {% endfor %}
ItemOpeningINOUTCurrentMinUnit
{{ name }} {{ '%.2f'|format(v.opening) }} {{ '%.2f'|format(v.in) }} {{ '%.2f'|format(v.out) }} {{ '%.2f'|format(v.current) }} {{ '%.2f'|format(v.min_stock) }} {{ v.unit }}

Backup Google Sheets

{% endblock %}