mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 09:48:02 -05:00
60 lines
2.3 KiB
PHP
60 lines
2.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'amount_due' => '',
|
|
'cancel_receiving' => '',
|
|
'cannot_be_deleted' => '',
|
|
'comments' => '',
|
|
'complete_receiving' => '',
|
|
'confirm_cancel_receiving' => '',
|
|
'confirm_delete' => '',
|
|
'confirm_finish_receiving' => '',
|
|
'confirm_restore' => '',
|
|
'cost' => '',
|
|
'daily' => '',
|
|
'date' => '',
|
|
'date_required' => '',
|
|
'date_type' => '',
|
|
'delete_entire_sale' => '',
|
|
'discount' => '',
|
|
'edit' => '',
|
|
'edit_sale' => '',
|
|
'employee' => '',
|
|
'error_editing_item' => '',
|
|
'error_requisition' => '',
|
|
'find_or_scan_item' => '',
|
|
'find_or_scan_item_or_receipt' => '',
|
|
'id' => '',
|
|
'item_name' => '',
|
|
'mode' => '',
|
|
'new_supplier' => '',
|
|
'one_or_multiple' => '',
|
|
'print_after_sale' => '',
|
|
'quantity' => '',
|
|
'receipt' => '',
|
|
'receipt_number' => '',
|
|
'receiving' => '',
|
|
'reference' => '',
|
|
'register' => '',
|
|
'requisition' => '',
|
|
'return' => '',
|
|
'select_supplier' => '',
|
|
'ship_pack' => '',
|
|
'start_typing_supplier_name' => '',
|
|
'stock' => '',
|
|
'stock_destination' => '',
|
|
'stock_locaiton' => '',
|
|
'stock_source' => '',
|
|
'successfully_deleted' => '',
|
|
'successfully_updated' => '',
|
|
'supplier' => '',
|
|
'supplier_address' => '',
|
|
'supplier_email' => '',
|
|
'supplier_location' => '',
|
|
'total' => '',
|
|
'transaction_failed' => '',
|
|
'unable_to_add_item' => '',
|
|
'unsuccessfully_updated' => '',
|
|
'update' => '',
|
|
];
|