Use compact operational KPIs in the Reports page hero.
Deploy Ladill Care / deploy (push) Successful in 56s
Deploy Ladill Care / deploy (push) Successful in 56s
Hero cards now show patient/appointment/lab counts instead of long currency strings, and page-hero values truncate safely for large figures. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -114,7 +114,9 @@ class CareAdminOverviewTest extends TestCase
|
||||
$this->actingAs($this->admin)
|
||||
->get(route('care.reports.index'))
|
||||
->assertOk()
|
||||
->assertSee('Revenue today')
|
||||
->assertSee('New patients MTD')
|
||||
->assertSee('Appointments MTD')
|
||||
->assertSee('Lab pending')
|
||||
->assertSee('Detailed reports')
|
||||
->assertSee('Finance');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user