Files
streamline-emr/docker/streamline-src/resources/lang/en/payroll.php
T
alec.turner a424394109 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
2024-03-10 16:17:50 -07:00

105 lines
4.1 KiB
PHP
Executable File

<?php
return [
"add_payroll" => "Add Payroll",
"home" => "Home",
"finance_home" => "Finance Home",
"add_payroll_employee" => "Add Employee",
"add_multiple_payroll_employees" => "Add Multiple Employees",
"view_payrolls" => "View Employees Payroll",
"inactive_payrolls" => "Inactive Employees",
"edit_multiple_employees" => "Edit Multiple Employees",
"pay_multiple_employees" => "Pay Multiple Employees",
"staff_members" => "Staff Members",
"staff_member" => "Staff Member",
"position" => "Position",
"department" => "Department",
"payroll_category" => "Payroll Category",
"contract" => "Contract",
"bank" => "Bank",
"basic_pay" => "Basic Pay",
"view_details" => "View Details",
"allowances_deductions" => "Allowances/Deductions",
"pay_member" => "Pay Member",
"delete_member" => "Delete Member",
"personal_information" => "Personal Information",
"payroll_information" => "Payroll Information",
"tin_number" => "TIN Number",
"social_security_number" => "Social Security Number",
"salary_scale" => "Salary Scale",
"contract_type" => "Contract Type",
"contract_start" => "Contract Start Date",
"contract_end" => "Contract End Date",
"bank_account_number" => "Bank Account Number",
"submit" => "Submit",
"cancel" => "Cancel",
"payroll_categories" => "Payroll Categories",
"create_multiple_employees" => "Create multiple employees",
"manage_salary_scale" => "Manage Salary Scales",
"edit" => "Edit",
"edit_employee" => "Edit Employee",
"staff_patient_number" => "Staff Number",
"staff_contact" => "Staff Contact",
"details" => "Details",
"member_details" => "Member Details",
"edit_details" => "Edit Details",
"contract_period" => "Contract Period",
"contract_expiry" => "Contract Expiry",
"no_records_available" => "No records available",
"receipt" => "Receipt",
"allowances_deductions_details" => "Allowances/Deductions Details",
"add" => "Add",
"type" => "Type",
"amount" => "Amount",
"income_account" => "Income Account",
"is_recurring" => "Is Recurring?",
"recurring_period" => "Recurring Period",
"recurring_final_date" => "Recurring Final Date",
"reason" => "Reason",
"created_by" => "Created By",
"created_on" => "Created On",
"added_to_payslip" => "Added To Payslip",
"allowance" => "Allowance",
"deduction" => "Deduction",
"yes" => "Yes",
"no" => "No",
"defined_date" => "Defined Date",
"end_of_contract" => "End of Contract",
"print" => "Print",
"staff_name" => "Staff Name",
"receipt_number" => "Receipt Number",
"date" => "Date",
"cashier" => "Cashier",
"email" => "Email",
"period" => "Period",
"manage_pay_schedules" => "Manage Payroll Pay Schedules",
"description" => "Description",
"payroll_schedules" => "Payroll Schedules",
"filter_by_category" => "Filter By Category",
"payroll_schedule_details" => "Payroll Schedule Details",
"payroll_schedule_name" => "Payroll Schedule Name",
"payment_year" => "Payment Year",
"salaries_expenses_account" => "Salaries Expenses Account",
"salaries_payable_account" => "Salaries Payable Account",
"payment_month" => "Payment Month",
"tax_expense_account" => "Tax Expense Account",
"tax_payable_account" => "Tax Payable Account",
"due_date" => "Due Date",
"social_security_expense_account" => "Social Security Expense Account",
"social_security_payable_account" => "Social Security Payable Account",
"memo" => "Memo",
"employee_name" => "Employee Name",
"allowances" => "Allowances",
"gross_pay" => "Gross Pay",
"tax_amount" => "Tax Amount",
"social_security_amount" => "Social Security Amount",
"deductions" => "Deductions",
"total_deductions" => "Total Deductions",
"net_pay" => "Net Pay",
"confirm_selection" => "Confirm Selection",
"pay_period" => "Pay Period",
"payment_date" => "Payment Date",
"created_at" => "Created At",
"print_details" => "Print Details",
"total_net_pay" => "Total Net Pay",
];