Build modified streamline images

The official image from streamline does not currently work for the arm64
platform. As a temporary measure, the source code and docker build scripts
have been lifted from the official images and are used to build locally.

Some additional modifications are made to reduce overall image size, these
are documented in docker/README.md
This commit is contained in:
2024-03-10 16:17:50 -07:00
parent 2ffc3c408a
commit a424394109
13506 changed files with 1860172 additions and 6 deletions
@@ -0,0 +1,52 @@
<?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",
"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",
];