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
+53
View File
@@ -0,0 +1,53 @@
<?php
return [
"add_service" => "Add Service",
"dashboard" => "Dashboard",
"services" => "Services",
"streamline_setup" => "Stre@mline setup (Step 4 of 10)",
"service_name" => "Service name",
"non_insured_price" => "Cash Price",
"chart_account_name" => "Chart of account name",
"chart_of_account" => "Chart of Account",
"insurance_coverage" => "Insurance coverage",
"yes" => "Yes",
"no" => "No",
"price" => "Price",
"insured_price" => "Insured Price",
"description" => "Description",
"type_of_service" => "Type of Service",
"consultation" => "Consultation",
"copayment" => "Co-Payment",
"service" => "Service",
"select_any_list" => "Select any from list",
"next" => "Next",
"skip" => "Skip",
"submit" => "Submit",
"cancel" => "Cancel",
"edit_service" => "Edit service",
"edit" => "Edit",
"activate_services" => "Activate Services",
"activate" => "Activate",
"are_you_sure" => "Are you sure?",
"delete" => "Delete",
"view_services" => "View Services",
"attach_staff_name" => "Attach Staff Name",
"patient_home" => "Patient Home",
"ordering_services" => "Ordering Services",
"select_services" => "Select Services",
"confirm_services" => "Confirm Services",
"select" => "select",
"service" => "Service",
"quantity" => "Quantity",
"unit_cost" => "Unit Cost",
"total_cost" => "Total Cost",
"selected_service_orders" => "Selected Service Orders",
"is_service_available" => "Is the service available?",
"pending_services" => "Pending Services",
"paid" => "Paid",
"select_services_above" => "Select services above",
"submit_services" => "Submit Services",
"for_episode" => "for episode",
"order_service" => "Order services",
"total" => "Total"
];