Spamworldpro Mini Shell
Spamworldpro


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/ledger.corals.io/Corals/modules/Ledger/resources/lang/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/corals/ledger.corals.io/Corals/modules/Ledger/resources/lang/en/labels.php
<?php

return [
    'no_data' => 'No data available in table',
    'balance' => 'Balance',
    'item' => [
        'item_details' => 'Item Details',
        'update_quantity' => 'Update Quantity',
        'quantity_field' => 'Quantity to be added or deducted',
        'quantity_field_help' => '+/- values to adjust the accumulative quantity.',
    ],

    'record' => [
        'records_details' => 'Records Details',
        'create_and_confirm' => 'Create and Confirm',
        'update_and_confirm' => 'Update and Confirm',
        'save_and_clone' => 'Save and Clone',
        'confirm' => 'Mark as Confirmed',
        'reopen' => 'Reopen Record',
    ],
    'account' => [
        'account_details' => 'Account Details'
    ],
    'cheque' => [
        'cheque_amount' => 'Cheque Amount',
        'bank_name' => 'Bank Name',
        'bank_account_name' => 'Bank Account Name',
        'bank_account_number' => 'Bank Account Number',
        'bank_account_swift' => 'Bank Account Swift',
        'bank_account_iban' => 'Bank Account Iban',
        'cheque_date' => 'Cheque Date',
        'cheque_number' => 'Cheque Number',
        'cheque_name' => 'Cheque Name'
    ],
    'reports' => [
        'balance-report' => 'Balance Report',
    ]
];

Spamworldpro Mini