18 lines
		
	
	
		
			767 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			767 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'sale_price'                => 'Verkoopprijs',
 | |
|     'purchase_price'            => 'Aankoopprijs',
 | |
|     'enter_item_description'    => 'Voer artikelbeschrijving in',
 | |
|     'billing'                   => 'Facturatie',
 | |
|     'sale_information'          => 'Verkoopinformatie',
 | |
|     'purchase_information'      => 'Aankoopinformatie',
 | |
| 
 | |
|     'form_description' => [
 | |
|         'general'               => 'Selecteer een categorie om uw rapporten gedetailleerder te maken. De omschrijving wordt ingevuld wanneer het artikel in een factuur of rekening wordt geselecteerd.',
 | |
|         'billing'               => 'Verkoopinformatie wordt gebruikt op facturen, en aankoopinformatie op facturen. Zowel op facturen als op rekeningen wordt belasting geheven.',
 | |
|     ],
 | |
| 
 | |
| ];
 |