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/attributes.php
<?php

return [
    'item' => [
        'image' => 'Image',
        'code' => 'Code',
        'name' => 'Name',
        'price' => 'Price',
        'quantity' => 'Overall Qty',
        'used_quantity' => 'Used Qty',
        'current_quantity' => 'Current Qty',
        'amount' => 'Amount',
        'notes' => 'Details',
        'category' => 'Category',
        'wholesale_price' => 'Wholesale Price',
        'description' => 'Description',
        'code_help' => 'Code will be filled automatically if left blank',
    ],
    'record' => [
        'account_id' => 'Account',
        'record_date' => 'Date',
        'code' => 'Code',
        'item_details' => 'Item Details',
        'price' => 'Price',
        'start_date' => 'Start Date',
        'end_date' => 'End Date',
        'quantity' => 'Quantity',
        'amount' => 'Amount',
        'accumulative_amount' => 'Accumulative',
        'currency' => 'Currency',
        'notes' => 'Notes',
        'type' => 'Type',
        'record_type_options' => [
            'credit' => 'Credit',
            'debit' => 'Debit',
        ],
        'payment_method' => 'Payment Method',
        'payment_method_options' => [
            'cash' => 'Cash',
            'cheque' => 'Cheque',
        ],
        'item' => 'Item'
    ],
    'account' => [
        'name' => 'Name',
        'email' => 'Email',
        'phone' => 'Phone',
        'address' => 'Address',
        'notes' => 'Notes',
        'date_options' => [
            'custom' => 'Custom',
            'current_year' => 'Current Year',
            'previous_year' => 'Previous Year',
            'previous_year_to_day' => 'Prev Year To Today',
            'current_month' => 'Current Month',
            'previous_month' => 'Previous Month'
        ]
    ],
    'status_options' => [
        'pending' => 'Pending',
        'confirmed' => 'Confirmed'
    ]
];

Spamworldpro Mini