diff --git a/app/Widgets/CashFlow.php b/app/Widgets/CashFlow.php index 9c557b7c1..4489a4637 100644 --- a/app/Widgets/CashFlow.php +++ b/app/Widgets/CashFlow.php @@ -22,8 +22,8 @@ class CashFlow extends Widget $year_start = $financial_start; } - $start = Date::parse(request('start', $year_start)); - $end = Date::parse(request('end', Date::parse($year_start)->addYear(1)->subDays(1)->format('Y-m-d'))); + $start = Date::parse(request('start_date', $year_start)); + $end = Date::parse(request('end_date', Date::parse($year_start)->addYear(1)->subDays(1)->format('Y-m-d'))); $period = request('period', 'month'); $range = request('range', 'custom'); diff --git a/public/fonts/nucleo-icons.eot b/public/fonts/nucleo-icons.eot new file mode 100644 index 000000000..ab96810ad Binary files /dev/null and b/public/fonts/nucleo-icons.eot differ diff --git a/public/fonts/nucleo-icons.svg b/public/fonts/nucleo-icons.svg new file mode 100644 index 000000000..6654c1a2d --- /dev/null +++ b/public/fonts/nucleo-icons.svg @@ -0,0 +1,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/fonts/nucleo-icons.ttf b/public/fonts/nucleo-icons.ttf new file mode 100644 index 000000000..1a5598505 Binary files /dev/null and b/public/fonts/nucleo-icons.ttf differ diff --git a/public/fonts/nucleo-icons.woff b/public/fonts/nucleo-icons.woff new file mode 100644 index 000000000..cb1924708 Binary files /dev/null and b/public/fonts/nucleo-icons.woff differ diff --git a/public/fonts/nucleo-icons.woff2 b/public/fonts/nucleo-icons.woff2 new file mode 100644 index 000000000..e294e0801 Binary files /dev/null and b/public/fonts/nucleo-icons.woff2 differ