akaunting 3.0 (the last dance)
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
return [
|
||||
|
||||
'account_name' => 'Account Name',
|
||||
'account_balance' => 'Account Balance',
|
||||
'number' => 'Number',
|
||||
'opening_balance' => 'Opening Balance',
|
||||
'current_balance' => 'Current Balance',
|
||||
@ -14,5 +15,17 @@ return [
|
||||
'outgoing' => 'Outgoing',
|
||||
'see_performance' => 'See Performance',
|
||||
'create_report' => 'If you want to see account performance. You can create Income vs Expense report instance.',
|
||||
'banks' => 'Bank|Banks',
|
||||
'credit_cards' => 'Credit Card|Credit Cards',
|
||||
|
||||
'form_description' => [
|
||||
'general' => 'Use credit card type for negative opening balance. The number is essential to reconcile accounts correctly. Default account will record all transactions if not selected otherwise.',
|
||||
'bank' => 'You may have multiple bank accounts in more than one banks. Recording information about your bank will make it easier to match the transactions within your bank.',
|
||||
],
|
||||
|
||||
'no_records' => [
|
||||
'transactions' => 'There is no transaction in this account yet. Create a new one now.',
|
||||
'transfers' => 'There is no transfer to/from this account yet. Create a new one now.',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user