@lang('accounting/warehouses/reports/warehouse-stocktaking.inventory_as_of_date') {{ request()->to_date }}
| @lang('accounting/warehouses/reports/warehouse-stocktaking.item_code') | @lang('accounting/warehouses/reports/warehouse-stocktaking.unit_code') | @lang('accounting/warehouses/reports/warehouse-stocktaking.item_description') | @lang('accounting/warehouses/reports/warehouse-stocktaking.unit_description') | @lang('accounting/warehouses/reports/warehouse-stocktaking.quantity') | @lang('accounting/warehouses/reports/warehouse-stocktaking.cost') | @lang('accounting/warehouses/reports/warehouse-stocktaking.total_cost') |
|---|---|---|---|---|---|---|
| {{ $stocktaking_row['header_name'] }} : | {{ $stocktaking_row['header_id'] }} | {{ $stocktaking_row['object_name'] }} | {{ dn($stocktaking_row['total_quantity']) }} | {{ dn($stocktaking_row['total_cost']) }} | ||
| الباركود الفرعي | {{ $stocktaking_row['barcode']->number }} | {{ $stocktaking_row['barcode']->ar_name }} | @if (!$is_main_item_row) {{ $stocktaking_row['barcode']->unit?->name }} @endif | {{ dn($stocktaking_row['quantity']) }} | @if (!$is_main_item_row) {{ dn($stocktaking_row['cost']) }} @endif | {{ dn($stocktaking_row['total']) }} |
| {{ $stocktaking_row['item']->full_number ?? '' }} | @if (!$is_main_item_row) {{ $stocktaking_row['item']->main_barcode->number }} @endif | {{ $stocktaking_row['item']->ar_name ?? '' }} | @if (!$is_main_item_row) {{ $stocktaking_row['barcode']->unit?->name ?? '' }} @endif | {{ dn($stocktaking_row['quantity']) }} | @if (!$is_main_item_row) {{ dn($stocktaking_row['cost']) }} @endif | {{ dn($stocktaking_row['total']) }} |
| {{ dn($total_quantity) }} | {{ dn($total_cost) }} |