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
+48
View File
@@ -0,0 +1,48 @@
<?php
return [
"add_sundry" => "Add sundry",
"dashboard" => "Dashboard",
"sundries" => "Sundries",
"create" => "Create",
"streamline_setup" => "Stre@mline setup (Step 8 of 10)",
"sundry_name" => "Sundry name",
"buying_price" => "Buying price",
"non_insured_price" => "Cash price",
"insurance_coverage" => "Insurance coverage",
"yes" => "Yes",
"no" => "No",
"insured_price" => "Insured price",
"income_account" => "Income Account",
"cost_of_goods" => "Cost Of Goods Account",
"inventory_asset_account" => "Inventory Asset Account",
"select_from_list" => "Select any from list",
"next" => "Next",
"skip" => "Skip",
"submit" => "Submit",
"cancel" => "Cancel",
"edit_sundry" => "Edit sundry",
"edit" => "Edit",
"activate" => "Activate",
"activate_sundries" => "Activate sundries",
"are_you_sure" => "Are you sure?",
"delete" => "Delete",
"submit_sundries" => "Submit Sundries",
"select_sundries_above" => "Select sundries above",
"total" => "Total",
"paid" => "Paid",
"is_sundry_available" => "Is the Sundry available?",
"pending_sundries" => "Pending sundries",
"selected_sundries_orders" => "Selected sundries orders",
"select" => "Select",
"sundry" => "Sundry",
"quantity" => "Quantity",
"unit_cost" => "Unit Cost",
"total_cost" => "Total Cost",
"confirm_sundries" => "Confirm Sundries",
"select_sundries" => "Select Sundries",
"patient_home" => "Patient Home",
"ordering_sundries" => "Ordering sundries",
"order_sundries" => "Order sundries for",
"for_episode" => "for Episode started on",
];