Files
hpt_inventory/lang/en/invoice.php
2026-06-10 16:42:20 +07:00

86 lines
3.1 KiB
PHP

<?php
return [
'table_title' => 'Invoices',
'table_date_filter' => 'Invoice Date Between',
'table_textable_filter' => 'Or Search by',
'table_textable_filter_placeholder' => 'Inovice code, sample number, patient code, or phone number',
'btn_quick_report' => 'Quick Invoice Report',
'dialy_report' => 'Daily Invoice Report',
'monthly_invoice_report' => 'Monthly Invoice Report',
'yearly_invoice_report' => 'Yearly Invoice Report',
'table_no' => 'No.',
'table_invoice_code' => 'Invoice No.',
'table_sample_number' => 'Sample No',
'table_patient_name' => 'Patient Name',
'table_invoice_date' => 'Invoice Date',
'table_total_cost' => 'Sub Total',
'table_discount' => 'Discount',
'table_net_cost' => 'Total ($)',
'table_net_cost_riel' => 'Total (Riel)',
'table_paid' => 'Paid Amount',
'table_owe' => 'Owe Amount',
'table_status' => 'Status',
'table_action' => 'Actions',
'form_new_title' => 'New Invoice',
'form_edit_title'=> 'Edit Invoice',
'form_patient' => 'Patient',
'form_invoice_number' => 'Invoice No',
'form_invoice_date' => 'Invoice Date',
'form_description' => 'Description',
'form_qty' => 'Qty',
'form_unit_price' => 'Unit Price',
'form_total_amount' => 'Total Amount',
'form_discount' => 'Discount',
'form_net_amount' => 'Net Amount',
'form_paid_amount' => 'Paid Amount',
'form_paid_date' => 'Paid Date',
'form_owe_amount' => 'Owe Amount',
'form_btn_save' => 'Save Invoice',
'form_btn_generate_invoice' => 'Generate Invoice',
'invoice_report_filter' => 'Invoice Report Filters',
'report_type' => 'Report Type',
'report_filter' => 'Report Filter',
'view_report' => 'View Report',
'daily' => 'Daily',
'monthly' => 'Monthly',
'yearly' => 'Yearly',
'received_date' => 'Received Date',
'paid_by' => 'Customer',
'received_by' => 'Cashier',
'tittle' => 'Laboratory Invoice',
'print' => 'Print',
'create_success' => 'Invoice has been created!',
'create_fail' => 'An error occur while trying to create invoice record. Please try again.',
'update_success' => 'Invoice record has been updated!',
'update_fail' => 'An error occur while trying to update invoice record. Please try again.',
'delete_success' => 'Invoice record has been deleted!',
'delete_fail' => 'An error occur while trying to delete invoice record. Please try again.',
'restore_success' => 'Invoice record has been restored!',
'restore_fail' => 'An error occur while trying to restore invoice record. Please try again.',
'get_success' => 'Invoice record has been retrieved!',
'get_fail' => 'An error occur while trying to retrieve invoice record. Please try again.',
'form_btn_save_preview' => 'Save & Preview Invoice',
'pay_type' => 'Pay Type',
'bank_name' => 'Bank Name',
'transaction_no' => 'Transaction No',
'cash_paid' => 'Cash Pay',
'bank_paid' => 'Bank Pay',
'exchange_rate' => 'Exchange Rate',
'hide_discount' => 'Hide Discount',
'refresh_item' => 'Check for items update',
'repayment' => 'Repayment',
'repayment_date' => 'Repayment Date'
];