New configuration.

This commit is contained in:
James Cole 2014-12-05 21:38:45 +01:00
parent ba43d7063f
commit 7cbd41137d

View File

@ -1,14 +1,13 @@
<?php
use Carbon\Carbon;
return [
'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'],
'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'],
'piggybank_periods' => [
'week' => 'Week',
'month' => 'Month',
'week' => 'Week',
'month' => 'Month',
'quarter' => 'Quarter',
'year' => 'Year'
'year' => 'Year'
],
'periods_to_text' => [
'weekly' => 'A week',
@ -18,6 +17,11 @@ return [
'yearly' => 'A year',
],
'accountRoles' => [
'default' => 'Default expense account',
'sharedExpense' => 'Shared expense account'
],
'range_to_text' => [
'1D' => 'day',
'1W' => 'week',