dashboard.php 1023 Bytes
<?php

return [

    'total_incomes'             => 'Totale inkomsten',
    'receivables'               => 'Debiteuren',
    'open_invoices'             => 'Openstaande facturen',
    'overdue_invoices'          => 'Vervallen facturen',
    'total_expenses'            => 'Totale uitgaven',
    'payables'                  => 'Schulden',
    'open_bills'                => 'Openstaande rekeningen',
    'overdue_bills'             => 'Achterstallige facturen',
    'total_profit'              => 'Totale winst',
    'open_profit'               => 'Openstaande winst',
    'overdue_profit'            => 'Achterstallige winst',
    'cash_flow'                 => 'Geldstroom',
    'no_profit_loss'            => 'Geen winstderving',
    'incomes_by_category'       => 'Inkomsten per categorie',
    'expenses_by_category'      => 'Uitgaves per categorie',
    'account_balance'           => 'Rekeningsaldo',
    'latest_incomes'            => 'Laatste inkomsten',
    'latest_expenses'           => 'Nieuwste uitgaven',

];