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,35 @@
<?php
return [
"chart_of_accounts" => "Chart of accounts",
"submit" => "Submit",
"cancel" => "Cancel",
"home" => "Home",
"finance_home" => "Finance Home",
"view_chart_of_accounts" => "View Chart of accounts",
"export_data_to_copy_csv_pdf_print" => "Export data to Copy, CSV, Excel, PDF & Print",
"chart_of_account_name" => "Chart Of Account Name",
"type" => "Type",
"description" => "Description",
"sub_account_of" => "Sub Account Of",
"balance" => "Balance",
"current_balance" => "Current Balance",
"opening_balance" => "Opening Balance",
"edit" => "Edit",
"delete" => "Delete",
"are_you_sure" => "Are you sure ?",
"edit_chart_of_account" => "Edit chart of account",
"chart_of_account_name" => "Chart of account name",
"system_core_account" => "System core account",
"yes" => "Yes",
"no" => "No",
"activate" => "Activate",
"inactive" => "Inactive",
"add_chart_of_account" => "Add Chart Of Account",
"activate_chart_of_accounts" => "Activate Chart Of Accounts",
"create" => "Create",
"report" => "Report",
"date" => "Date",
"slug" => "Slug",
"created_by" => "Created By"
];