mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1007 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1007 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| // all table headers.
 | |
| 
 | |
| return [
 | |
|     'name'           => 'Name',
 | |
|     'role'           => 'Role',
 | |
|     'currentBalance' => 'Current balance',
 | |
|     'active'         => 'Is active?',
 | |
|     'lastActivity'   => 'Last activity',
 | |
|     'balanceDiff'    => 'Balance difference between :start and :end',
 | |
|     'matchedOn'      => 'Matched on',
 | |
|     'matchesOn'      => 'Matched on',
 | |
|     'matchingAmount' => 'Amount',
 | |
|     'lastMatch'      => 'Last match',
 | |
|     'expectedMatch'  => 'Expected match',
 | |
|     'automatch'      => 'Automatch?',
 | |
|     'repeat_freq'    => 'Repeats',
 | |
|     'description'    => 'Description',
 | |
|     'amount'         => 'Amount',
 | |
|     'date'           => 'Date',
 | |
|     'from'           => 'From',
 | |
|     'to'             => 'To',
 | |
|     'budget'         => 'Budget',
 | |
|     'category'       => 'Category',
 | |
|     'bill'           => 'Bill',
 | |
|     'withdrawal'     => 'Withdrawal',
 | |
|     'deposit'        => 'Deposit',
 | |
|     'transfer'       => 'Transfer',
 | |
|     'type'           => 'Type',
 | |
|     'completed'      => 'Completed',
 | |
| ]; |