@extends('ATCore::atcore_layout') @section('head_buttons') @stop @section('atplus_main_content') @if (!$no_selected_account)
Día | Estado de Envío | Fecha y Hora de Envío | ID Envío | Nº Secuencia | Nº Boletas | Conteo Boletas | Monto | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ sprintf('%02d', $i) }}/{{$month}}/{{$year}} | @if (isset($fcRecordFormatted[sprintf('%02d', $i)])) REGISTRO GENERADO @else SIN REGISTRO @endif | @if (isset($fcRecordFormatted[sprintf('%02d', $i)])) {{ ATFormatDateTime($fcRecordFormatted[sprintf('%02d', $i)]->created_at) }} @else -- @endif | @if (isset($fcRecordFormatted[sprintf('%02d', $i)])) {{ $fcRecordFormatted[sprintf('%02d', $i)]->track_id }} @else -- @endif | @if (isset($fcRecordFormatted[sprintf('%02d', $i)])) {{ $fcRecordFormatted[sprintf('%02d', $i)]->folios_sequence }} @else -- @endif | @if (isset($fcRecordFormatted[sprintf('%02d', $i)])) {{ ($fcRecordFormatted[sprintf('%02d', $i)]->quantity) }} @endif |
@if (isset($fcRecordFormatted[sprintf('%02d', $i)])) {{ ($cantidadBoletas[sprintf('%02d', $i)]) }} @endif |
@if (isset($fcRecordFormatted[sprintf('%02d', $i)])) {{ ATFormatMoney($fcRecordFormatted[sprintf('%02d', $i)]->amount) }} @endif | @if (\Carbon\Carbon::create($year, $month, $i)->lessThanOrEqualTo($today) && $enableButton)@if (isset($fcRecordFormatted[sprintf('%02d', $i)])) @else @endif | @if (isset($fcRecordFormatted[sprintf('%02d', $i)])) Descargar XML @endif | @else @if (!$enableButton)@if (isset($fcRecordFormatted[sprintf('%02d', $i)])) Descargar XML @endif | @else@endif @endif | ||
TOTAL MES | {{ATFormatNumber($totalCantidadMes)}} | {{ATFormatMoney($totalMontoMes)}} |