![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/inventory.corals.io/Corals/modules/Payment/Common/resources/lang/en/ |
<?php return [ 'invoice' => [ 'invoicable_type' => 'Type', 'invoicable_id' => 'Details', 'user_id' => 'User', 'customer' => 'Customer', 'total' => 'Total', 'sub_total' => 'Subtotal', 'description' => 'Description', 'terms' => 'Terms', 'code' => 'Code', 'is_sent' => 'Is Sent?', 'due_date' => 'Due Date', 'invoice_date' => 'Invoice Date', 'invoice_code' => 'Invoice Number', 'reference_id' => 'Ref. Id', 'status' => 'Status', 'invoice_option' => [ 'paid' => 'Paid', 'failed' => 'Failed', 'pending' => 'Pending', 'cancelled' => 'Cancelled' ], 'currency' => 'Currency', ], 'tax_class' => [ 'name' => 'Name', 'taxes' => 'Taxes' ], 'tax' => [ 'name' => 'Name', 'country' => 'Country', 'state' => 'State', 'zip' => 'Zip', 'rate' => 'Rate', 'priority' => 'Priority', 'compound' => 'Compound', ], 'webhook_call' => [ 'event_name' => 'Event', 'payload' => 'Payload', 'exception' => 'Exception', 'gateway' => 'Gateway', 'processed' => 'Processed', 'process' => 'Process', ], 'currency' => [ 'name' => 'Name', 'code' => 'Code', 'symbol' => 'Symbol', 'format' => 'Format', 'exchange_rate' => 'Exchange rate', ], 'transaction' => [ 'code' => 'Code', 'invoice' => 'Invoice', 'type' => 'Type', 'source' => 'Source', 'customer'=>'Customer', 'amount' => 'Amount', 'status' => 'Status', 'currency' => 'Currency', 'notes' => 'Notes', 'date'=>'Date', 'reference' => 'Reference', 'paid_amount' => 'Paid Amount', 'status_transaction'=>'Transaction Status', 'code_help' => 'Code will be filled automatically if left blank', 'types' => [ 'order_revenue' => 'Order Revenue', 'expense' => 'Expense' ] ], 'update_status' => 'Updated Status !', 'no_permission' => 'There is no permission update status' ];