Files
streamline-emr/docker/streamline-src/resources/lang/en/cost_center_performance.php
T
alec.turner 4a89356390 Import latest app updates from streamline
An updated set of source files and initialization was provided by streamline to
address issues observed during initial testing. These files have been updated in
order to generate a new set of app images.
2024-04-11 11:16:51 -07:00

54 lines
1.9 KiB
PHP
Executable File

<?php
return [
"center_performance" => "Center Performance",
"reports_dashboard" => "Reports Dashboard",
"select_cost_center" => "Select cost center",
"select_date_range" => "Select a date or date range",
"today" => "TODAY",
"yesterday" => "YESTERDAY",
"custom_date" => "CUSTOM DATE",
"date_range" => "DATE RANGE",
"date_on" => "Date On",
"end_date" => "End Date",
"submit" => "Submit",
"showing_performance_of" => "Showing performance of",
"item" => "Item",
"total" => "Total",
"action" => "Action",
"drug" => "Drug",
"details" => "Details",
"print_receipt" => "Print Receipt",
"select" => "select",
"consultation" => "Consultation",
"services" => "Services",
"optical_items" => "Optical Items",
"sundries" => "Sundries",
"investigations" => "Investigations",
"procedures" => "Procedures",
"extras" => "Extras",
"patient" => "Patient",
"staff_in_charge" => "Staff In Charge",
"receipts" => "Receipts",
"amount" => "Amount",
"cost_center_performance" => "COST CENTER PERFORMANCE",
"center_performance_details" => "Center Performance Details",
"patient_number" => "Patient Number",
"patient_name" => "Patient Name",
"staff" => "Staff",
"date" => "Date",
"receipt_number" => "Receipt Number",
"item_name" => "Item Name",
"amount_patient_paid" => "Amount Patient Paid",
"donor_discount" => "Donor Discount if Any",
"gen_discount" => "General Discount if Any",
"select_valid_date" => "Select a Valid date or date range",
"investigation_performance" => "Investigations Performance",
"investigation_type" => "Investigation type",
"lab" => "Lab",
"xray" => "X-ray",
"ultrasound" => "Ultrasound",
"investigation_performance_details" => "Investigations performance details",
"top_performing_investigations" => "Top performing investigations",
];