25 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'total_incomes'             => 'Total ingresos',
 | |
|     'receivables'               => 'Cuentas por cobrar',
 | |
|     'open_invoices'             => 'Facturas pendientes',
 | |
|     'overdue_invoices'          => 'Facturas vencidas',
 | |
|     'total_expenses'            => 'Total de gastos',
 | |
|     'payables'                  => 'Cuentas por pagar',
 | |
|     'open_bills'                => 'Facturas Pendientes',
 | |
|     'overdue_bills'             => 'Facturas Vencidas',
 | |
|     'total_profit'              => 'Ingresos Totales',
 | |
|     'open_profit'               => 'Ingresos Pendientes',
 | |
|     'overdue_profit'            => 'Ingresos Vencidos',
 | |
|     'cash_flow'                 => 'Flujo de efectivo',
 | |
|     'no_profit_loss'            => 'No hay pérdidas',
 | |
|     'incomes_by_category'       => 'Ingresos por categoría',
 | |
|     'expenses_by_category'      => 'Gastos por categoría',
 | |
|     'account_balance'           => 'Saldo de la cuenta',
 | |
|     'latest_incomes'            => 'Últimos ingresos',
 | |
|     'latest_expenses'           => 'Últimos gastos',
 | |
| 
 | |
| ];
 |