31 lines
1.3 KiB
PHP
31 lines
1.3 KiB
PHP
<?php
|
|
return [
|
|
'summary_rpt_tittle' => 'Summary Report',
|
|
'summary_rpt_fd_filter' => 'Invoice Date From',
|
|
'summary_rpt_td_filter' => 'Invoice Date End',
|
|
'btn_view' => 'View Report',
|
|
'btn_action' => 'Actions',
|
|
'btn_action_print' => 'Print',
|
|
'btn_action_export' => 'Download Excel',
|
|
'summary_report_section_by_test' => 'Summary Report by Test Type',
|
|
'summary_report_section_by_sample_source' => 'Summary Report by Sample Source',
|
|
'summary_rpt_test_type' => 'Test Type',
|
|
'summary_male_patient' => 'Male Patient',
|
|
'summary_female_patient' => 'Female Patient',
|
|
'summary_total_patient' => 'Total Patient',
|
|
'summary_clinic_name' => 'Sample Source',
|
|
'doctor_date_range_filter' => 'Invoice Date Range',
|
|
'doctor_sample_source_filter' => 'Sample Source',
|
|
'doctor_physician_filter' => 'Provider',
|
|
'doctor_exam' => 'Exam',
|
|
'doctor_net_amount' => 'Net Amount',
|
|
'summary_total_sample'=>'Total Sample',
|
|
'summary_report_section_by_category'=>'Summary Report by Category',
|
|
'summary_report_section_by_date'=>'Summary Report by Date',
|
|
'summary_report_section_by_labtech'=>'Summary Report By Lab',
|
|
'financial_report'=>'Financial Report',
|
|
'summary_category_name'=>'Category',
|
|
'total' => 'Total'
|
|
|
|
];
|