From 7cbd41137dd08dea6e83dd790c079dc1a75a8fee Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 5 Dec 2014 21:38:45 +0100 Subject: [PATCH] New configuration. --- app/config/firefly.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/config/firefly.php b/app/config/firefly.php index eaf752ba7f..e259b2c0fa 100644 --- a/app/config/firefly.php +++ b/app/config/firefly.php @@ -1,14 +1,13 @@ ['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',