reports.php 945 Bytes
<?php

return [

    'this_year'             => 'Este Año',
    'previous_year'         => 'Año Anterior',
    'this_quarter'          => 'Este Trimestre',
    'previous_quarter'      => 'Trimestre Anterior',
    'last_12_months'        => 'Últimos 12 Meses',
    'profit_loss'           => 'Ganancias y Pérdidas',
    'gross_profit'          => 'Ganancia Bruta',
    'net_profit'            => 'Ganancia Neta',
    'total_expenses'        => 'Total de Gastos',
    'net'                   => 'Neto',

    'summary' => [
        'income'            => 'Resumen de Ingresos',
        'expense'           => 'Resumen de Gastos',
        'income_expense'    => 'Ingresos vs Gastos',
        'tax'               => 'Resumen de impuestos',
    ],

    'quarter' => [
        '1'                 => 'Ene-Mar',
        '2'                 => 'Abr-Jun',
        '3'                 => 'Jul-Sep',
        '4'                 => 'Oct-Dic',
    ],

];