@extends('ATCore::atcore_layout') @section('head_buttons') @stop @section('atplus_main_content') @if (!$no_selected_account)
@for($i=1; $i<=$daysInMonth; $i++) @if (\Carbon\Carbon::create($year, $month, $i)->lessThanOrEqualTo($today) && $enableButton) @else @if (!$enableButton) @else @endif @endif @endfor
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 (isset($fcRecordFormatted[sprintf('%02d', $i)])) @else @endif @if (isset($fcRecordFormatted[sprintf('%02d', $i)])) Descargar XML @endif@if (isset($fcRecordFormatted[sprintf('%02d', $i)])) Descargar XML @endif
TOTAL MES {{ATFormatNumber($totalCantidadMes)}} {{ATFormatMoney($totalMontoMes)}}
@csrf
@else
Atención!
Para usar esta característica debes primero seleccionar una cuenta para operar.
@endif @stop @section('atplus_main_js') @stop