25 lines
		
	
	
		
			1003 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1003 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'total_incomes'             => 'Summa inkomster',
 | |
|     'receivables'               => 'Fordringar',
 | |
|     'open_invoices'             => 'Öppna fakturor',
 | |
|     'overdue_invoices'          => 'Förfallna fakturor',
 | |
|     'total_expenses'            => 'Summa kostnader',
 | |
|     'payables'                  => 'Skulder',
 | |
|     'open_bills'                => 'Öppna fakturor',
 | |
|     'overdue_bills'             => 'Förfallna fakturor',
 | |
|     'total_profit'              => 'Summa vinst',
 | |
|     'open_profit'               => 'Öppen vinst',
 | |
|     'overdue_profit'            => 'Förfallen vinst',
 | |
|     'cash_flow'                 => 'Kassaflöde',
 | |
|     'no_profit_loss'            => 'Ingen vinst förlust',
 | |
|     'incomes_by_category'       => 'Inkomster efter kategori',
 | |
|     'expenses_by_category'      => 'Utgifter efter kategori',
 | |
|     'account_balance'           => 'Konto Saldo',
 | |
|     'latest_incomes'            => 'Senaste inkomsterna',
 | |
|     'latest_expenses'           => 'Senaste Utgifterna',
 | |
| 
 | |
| ];
 |