|
|
گزارش موجودی انبار |
تاریخ: {{ "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 : 'نامشخص' }} |
| ردیف | کد کالا | دسته بندی | نام کالا | واحد | ورودی | خروجی | موجودی | نقطه سفارش | وضعیت |
|---|---|---|---|---|---|---|---|---|---|
| {{ 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 %} |
توضیحات:
|
چاپ شده توسط: {{ app.user.fullname }} |
مهر و امضا انباردار |
مهر و امضا مدیر: |