Empresa: |
{{ $company->name }} |
Fecha: |
{{ date('Y-m-d') }} |
Ruc: |
{{ $company->number }} | Almacén: |
{{ $warehouse_name }} |
| # | Código | Producto | Categoría | Laboratorio | Stock | Costo unitario | Valor stock costo | Precio venta | Valor stock venta | Utilidad potencial |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $row['internal_id'] }} | {{ trim($row['description']) }} | {{ $row['category_name'] }} | {{ $row['brand_name'] }} | {{ number_format($row['stock'], 2, '.', '') }} | {{ number_format($row['purchase_unit_price'], 2, '.', '') }} | {{ number_format($row['stock_cost_value'], 2, '.', '') }} | {{ number_format($row['sale_unit_price'], 2, '.', '') }} | {{ number_format($row['stock_sale_value'], 2, '.', '') }} | {{ number_format($row['potential_profit'], 2, '.', '') }} |
| Totales | {{ number_format($totals['stock'], 2, '.', '') }} | {{ number_format($totals['stock_cost_value'], 2, '.', '') }} | {{ number_format($totals['stock_sale_value'], 2, '.', '') }} | {{ number_format($totals['potential_profit'], 2, '.', '') }} | ||||||
No se encontraron registros.