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
+65
View File
@@ -0,0 +1,65 @@
<?php
return [
'home' => 'Home',
'bank' => 'Bank',
'finance_home' => 'Finance Home',
'bank_deposits' => 'Bank Deposits',
'new_bank_deposit' => 'New Bank Deposit',
'details' => 'Details',
'select_account' => 'Select Account',
'current_balance' => 'Current Balance',
'deposit_date' => 'Deposit Date',
'memo' => 'Memo',
'deposit_details' => 'Deposit Details',
'deposit_from_account' => 'Deposit From Account :',
'deposit_to_account' => 'Deposit To Account :',
'balance' => 'Balance',
'payment_method' => 'Payment Method',
'total' => 'Total',
'deposit' => 'Deposit',
'bank_deposit_history' => 'Bank Deposit History',
'deposit_by' => 'Deposited By :',
'select' => '-select-',
'all_staff' => 'ALL STAFF',
'today' => 'TODAY',
'yesterday' => 'YESTERDAY',
'custom_date' => 'CUSTOM DATE',
'date_range' => 'DATE RANGE',
'date_on' => 'Date On',
'end_date' => 'End Date',
'deposit_history' => 'Deposit History',
'staff_in_charge' => 'Staff In-charge',
'deposit_from' => 'Deposit From',
'deposit_to' => 'Deposit To',
'date' => 'Date',
'previous_balance_from_account' => 'Previous Balance(From Account)',
'previous_balance_to_account' => 'Previous Balance(To Account)',
'amount' => 'Amount',
'bank_register_report' => 'Bank Register Report',
'transaction_date' => 'Transaction Date :',
'record_date' => 'Record Date :',
'type' => 'Type',
'account' => 'Account',
'debit' => 'Debit',
'ugx' => '.UGX',
'credit' => 'Credit',
'action' => 'Action',
'account_balance' => 'Account Balance',
'current_running_balance' => 'Current Running Balance',
'bank_transfer' => 'Bank Transfer',
'new_bank_transfer' => 'New Bank Transfer',
'transfer_funds' => 'Transfer Funds',
'transfer_from' => 'Transfer From :',
'transfer_to' => 'Transfer To :',
'account_balance_from_account' => 'Account Balance (From Account):',
'account_balance_to_account' => 'Account Balance (To Account):',
'bank_transfer_history' => 'Bank Transfer History',
'transfer_by' => 'Transfer By :',
'select_date' => 'Select Date :',
'transfer_history' => 'Transfer History',
'transfer_date' => 'Transfer Date',
'transfer' => 'Transfer',
'from_account' => 'From Account',
'to_account' => 'To Account',
];