Browse Source

wip add aging reports

3.x
Andrew Wallo 8 months ago
parent
commit
955addad0e

+ 2
- 2
app/Filament/Company/Pages/Reports.php View File

92
                             ->description('Shows revenue generated by each customer, helping identify top customers and opportunities for growth.')
92
                             ->description('Shows revenue generated by each customer, helping identify top customers and opportunities for growth.')
93
                             ->icon('heroicon-o-arrow-trending-up')
93
                             ->icon('heroicon-o-arrow-trending-up')
94
                             ->iconColor(Color::Emerald)
94
                             ->iconColor(Color::Emerald)
95
-                            ->url('https://example.com'),
95
+                            ->url('#'),
96
                     ]),
96
                     ]),
97
                 Section::make('Vendor Reports')
97
                 Section::make('Vendor Reports')
98
                     ->aside()
98
                     ->aside()
112
                             ->description('Shows expenses incurred with each vendor, helping identify top vendors and opportunities for cost savings.')
112
                             ->description('Shows expenses incurred with each vendor, helping identify top vendors and opportunities for cost savings.')
113
                             ->icon('heroicon-o-arrow-trending-down')
113
                             ->icon('heroicon-o-arrow-trending-down')
114
                             ->iconColor(Color::Orange)
114
                             ->iconColor(Color::Orange)
115
-                            ->url('https://example.com'),
115
+                            ->url('#'),
116
                     ]),
116
                     ]),
117
                 Section::make('Detailed Reports')
117
                 Section::make('Detailed Reports')
118
                     ->aside()
118
                     ->aside()

+ 0
- 3
resources/views/filament/company/pages/reports/accounts-receivable-aging.blade.php View File

1
-<x-filament-panels::page>
2
-
3
-</x-filament-panels::page>

Loading…
Cancel
Save