|
8 | 8 | |-------------------------------------------------------------------------- |
9 | 9 | */ |
10 | 10 |
|
11 | | - 'serial' => 'Factuurnummer', |
12 | | - 'date' => 'Factuurdatum', |
13 | | - 'seller' => 'Leverancier', |
14 | | - 'buyer' => 'Afnemer', |
15 | | - 'address' => 'Adres', |
16 | | - 'code' => 'Code', |
17 | | - 'vat' => 'Btw-identificatienummer', |
18 | | - 'phone' => 'Telefoonnummer', |
19 | | - 'description' => 'Omschrijving', |
20 | | - 'units' => 'Eenheid', |
21 | | - 'quantity' => 'Aantal', |
22 | | - 'price' => 'Prijs', |
23 | | - 'discount' => 'Korting', |
24 | | - 'tax' => 'Belasting', |
25 | | - 'sub_total' => 'Subtotaal', |
26 | | - 'total_discount' => 'Totale korting', |
27 | | - 'taxable_amount' => 'Belastbaar bedrag', |
28 | | - 'total_taxes' => 'Totaal belastingen', |
29 | | - 'tax_rate' => 'Belastingtarief', |
30 | | - 'total_amount' => 'Totaalbedrag', |
31 | | - 'pay_until' => 'Gelieve te betalen voor', |
32 | | - 'amount_in_words' => 'Totaalbedrag in woorden', |
33 | | - 'notes' => 'Opmerkingen', |
34 | | - 'shipping' => 'Verzending', |
| 11 | + 'serial' => 'Factuurnummer', |
| 12 | + 'date' => 'Factuurdatum', |
| 13 | + 'seller' => 'Leverancier', |
| 14 | + 'buyer' => 'Afnemer', |
| 15 | + 'address' => 'Adres', |
| 16 | + 'code' => 'Code', |
| 17 | + 'vat' => 'Btw-identificatienummer', |
| 18 | + 'phone' => 'Telefoonnummer', |
| 19 | + 'description' => 'Omschrijving', |
| 20 | + 'units' => 'Eenheid', |
| 21 | + 'quantity' => 'Aantal', |
| 22 | + 'price' => 'Prijs', |
| 23 | + 'discount' => 'Korting', |
| 24 | + 'tax' => 'Belasting', |
| 25 | + 'sub_total' => 'Subtotaal', |
| 26 | + 'total_discount' => 'Totale korting', |
| 27 | + 'taxable_amount' => 'Belastbaar bedrag', |
| 28 | + 'total_taxes' => 'Totaal belastingen', |
| 29 | + 'tax_rate' => 'Belastingtarief', |
| 30 | + 'total_amount' => 'Totaalbedrag', |
| 31 | + 'pay_until' => 'Gelieve te betalen voor', |
| 32 | + 'amount_in_words' => 'Totaalbedrag in woorden', |
| 33 | + 'amount_in_words_format' => '%s %s en %s %s', |
| 34 | + 'notes' => 'Opmerkingen', |
| 35 | + 'shipping' => 'Verzending', |
35 | 36 |
|
36 | 37 | ]; |
0 commit comments