New configuration.

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

View File

@ -1,5 +1,4 @@
<?php
use Carbon\Carbon;
return [
'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'],
@ -18,6 +17,11 @@ return [
'yearly' => 'A year',
],
'accountRoles' => [
'default' => 'Default expense account',
'sharedExpense' => 'Shared expense account'
],
'range_to_text' => [
'1D' => 'day',
'1W' => 'week',