Make dashboard configurable.

This commit is contained in:
2025-02-06 11:08:30 +01:00
parent a545e253d3
commit 4c43bf2193
19 changed files with 535 additions and 159 deletions

View File

@@ -38,8 +38,8 @@ class AppServiceProvider extends ServiceProvider
{
View::composer('components.tax-dropdown', TaxDropdown::class);
View::composer('components.company-logo', OptionLogo::class);
View::composer('components.graph-year', YearGraph::class);
View::composer('components.graph-month', MonthGraph::class);
View::composer('components.dashboard_graph_year', YearGraph::class);
View::composer('components.dashboard_graph_month', MonthGraph::class);
Number::useLocale(config('app.locale'));
Number::useCurrency(config('app.currency'));