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
+60
View File
@@ -0,0 +1,60 @@
<?php
return [
"consultations" => "Consultations",
"treatments" => "Treatments",
"investigations" => "Investigations",
"procedures" => "Procedures",
"other_services" => "Other Services",
"sundries" => "Sundries",
"co_payment" => "Co-Payment",
"refund_point" => "Refund Point",
"dashboard" => "Dashboard",
"patient_refund" => "Patient Refund",
"choose_a_refund_point" => "Choose A Refund Point",
"finance_home" => "Finance Home",
"print" => "Print",
"tel" => "Tel",
"email" => "Email",
"cashier" => "Cashier",
"credit_memo_number" => "Credit Memo Number",
"patient" => "Patient",
"category" => "Category",
"description" => "Description",
"price" => "Price",
"refund_amount" => "Refund Amount",
"refund_reason" => "Refund Reason",
"refund_reference_receipt_number" => "Refund Reference Receipt Number",
"streamline" => "Stre@mline",
"refund_details" => "Refund Details",
"receipt_number" => "Receipt Number",
"service_items" => "Service Items",
"service_prices" => "Services Prices",
"patient_amount_paid" => "Patient Amount Paid",
"collected_by" => "Collected By",
"payment_date" => "Payment Date",
"was_refunded" => "was refunded",
"print_receipt" => "Print Receipt",
"consultation_payments" => "Consultation Payments",
"co_payment_payments" => "Co-Payment Payments",
"treatment_payments" => "Treatment Payments",
"investigation_payments" => "Investigation Payments",
"sundries_payments" => "Sundries Payments",
"inpatient_deposits" => "Inpatient Deposits",
"service_payments" => "Service Payments",
"procedure_items" => "Procedure Items",
"sundries_items" => "Sundries Items",
"treatment_items" => "Treatment Items",
"investigation_items" => "Investigation Items",
"investigation_prices" => "Investigation Prices",
"sundries_subtotals" => "Sundries Subtotals",
"sundries_quantities" => "Sundries Quantities",
"refund_date" => "Refund Date",
"service_price" => "Service Price",
"procedure_price" => "Procedure Price",
"treatment_quantities" => "Treatment Quantities",
"treatment_subtotals" => "Treatment Subtotals",
"procedure_payments" => "Procedure Payments",
"procedure_prices" => "Procedure Prices",
"patient_refund_receipt" => "Patient Refund Receipt"
];
?>