FORMATO 13.1: "REGISTRO DE INVENTARIO PERMANENTE VALORIZADO - DETALLE DEL INVENTARIO VALORIZADO" |
|||||||
PERÍODO: |
{{ $additionalData['period'] }} |
MES: |
{{ $additionalData['month'] }} | ||||
RUC: |
{{ $company->number }} | ||||||
APELLIDOS Y NOMBRES, DENOMINACIÓN O RAZÓN SOCIAL: |
{{ $company->name }} | ||||||
ESTABLECIMIENTO (1): |
{{ optional($establishment)->description }} | ||||||
CÓDIGO DE LA EXISTENCIA: |
{{ $additionalData['internal_id'] }} | ||||||
TIPO (TABLA 5): |
01 | ||||||
DESCRIPCIÓN: |
{{ $additionalData['description'] }} | ||||||
CÓDIGO DE LA UNIDAD DE MEDIDA (TABLA 6): |
{{ $additionalData['unit_type_table_six']['code'] }} - {{ $additionalData['unit_type_table_six']['description'] }} | ||||||
MÉTODO DE VALUACIÓN: |
COSTO PROMEDIO |
DOCUMENTO DE TRASLADO, COMPROBANTE DE PAGO, DOCUMENTO DE TRASLADO, COMPROBANTE DE PAGO, DOCUMENTO INTERNO O SIMILAR |
TIPO DE OPERACIÓN (TABLA 12) |
ENTRADAS |
SALIDAS |
SALDO FINAL |
||||||||||||
FECHA |
TIPO (TABLA 10) |
SERIE |
NÚMERO |
CANTIDAD |
COSTO UNITARIO |
COSTO TOTAL |
CANTIDAD |
COSTO UNITARIO |
COSTO TOTAL |
CANTIDAD |
COSTO UNITARIO |
COSTO TOTAL |
||||
{{ $row['date_of_issue'] }} | {{ $row['document_type_id'] }} | {{ $row['series'] }} | {{ $row['number'] }} | {{ $row['operation_type'] }} | {{ $row['input_quantity'] }} | {{ $row['input_unit_price'] }} | {{ $row['input_total'] }} | {{ $row['output_quantity'] }} | {{ $row['output_unit_price'] }} | {{ $row['output_total'] }} | {{-- {{ $balance_quantity }} --}} {{ $row['balance_quantity'] }} | {{-- {{ $balance_cost }} --}} {{ $row['balance_unit_cost'] }} | {{-- {{ $balance_total }} --}} {{ $row['balance_total_cost'] }} | |||
TOTALES | {{ $totals['input_quantity'] }} | {{ $totals['input_unit_price'] }} | {{ $totals['input_total'] }} | {{ $totals['output_quantity'] }} | {{ $totals['output_unit_price'] }} | {{ $totals['output_total'] }} | {{ $totals['balance_quantity'] }} | {{ $totals['balance_cost'] }} | {{ $totals['balance_total'] }} |