Laboratory Dashboard Component - Copy this Angular, Css Component to your project
Use adminmart modernize angular free theme, and i have this view SELECT TOP (1000) [sample_id] ,[request_id] ,[sample_no] ,[registration_time] ,[collection_time] ,[reception_time] ,[lab_id] ,[lab_name] ,[current_work_status] ,[current_distribution_status] ,[alert] ,[urgency_stat] ,[req_originator_id] ,[originator_name] ,[last_update] ,[current_location] ,[location_name] ,[failure_action_id] ,[failure_reason] ,[last_approved] ,[first_distribution_time] ,[last_distribution_time] ,[last_report_time] ,[num_of_exceeding_tests] ,[num_of_alerting_tests] ,[num_of_active_tests] ,[is_sample_active] ,[is_to_approve] ,[is_to_report] ,[first_loaded] ,[first_result] ,[last_result] ,[current_pathology_status] ,[num_of_tests] ,[number_of_profile_test] ,[contact_originator] ,[is_additional_test] ,[is_cancelled] ,[cancelled_reason] FROM [all_samples_view] in sql server, please generate code for samples per lab all / urgnet / not urgnet, active to per date range, you can display a grid of cards layout, every card will be a lab having number of Samples, display urgency filter (All/Urgent, Not urgent), Active filter, reception_time date range filter in the top of the dashboard
