گزارش موجودی انبار

تاریخ: {{ "now"|date("Y/m/d H:i") }}


انبار: {{ storeroom is defined and storeroom is not null ? storeroom.name : 'نامشخص' }}

اطلاعات انبار

نام انبار: {{ storeroom is defined and storeroom is not null ? storeroom.name : 'نامشخص' }}

انباردار: {{ storeroom is defined and storeroom is not null ? storeroom.manager : 'نامشخص' }}

آدرس: {{ storeroom is defined and storeroom is not null ? storeroom.adr : 'نامشخص' }}

{% for item in items %} {% endfor %}
ردیف کد کالا دسته بندی نام کالا واحد ورودی خروجی موجودی نقطه سفارش وضعیت
{{ loop.index }} {{ item.commodity.code }} {{ item.commodity.cat.name }} {{ item.commodity.name }} {{ item.commodity.unit.name }} {{ item.input }} {{ item.output }} {{ item.existCount|abs }} {% if item.existCount < 0 %} (منفی) {% endif %} {{ item.commodity.orderPoint }} {% if item.existCount < item.commodity.orderPoint %} نیاز به شارژ انبار {% endif %}

توضیحات:
تعداد کل کالاها: {{ items|length }}

چاپ شده توسط: {{ app.user.fullname }}

مهر و امضا انباردار

مهر و امضا مدیر: