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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

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

return [
    'no_data' => 'No data found!',
    'inventory' => [
        'inventory_details'=>'Inventory'
    ],
    'order' => [
        'add_item' => 'Add Item',
        'tax' => 'Tax',
        'item' => 'Item',
        'guest' => 'Guest',
        'update_payment' => 'Update Payment',
        'update_status' => 'Update Status',
        'order_details' => 'Order',
        'billing_add' => 'Billing Address',
        'shipping_title' => 'Shipping Address',
        'invoice_details' => 'Invoice Details',
        'add_item_modal_title' => 'Add new item',
        'save_send' => '<i class="fa fa-paper-plane-o"></i> Save and email client the invoice',
        'add_fee' => 'Add Fee',
        'save_shipping' => 'Save Shipping',
        'save_billing' => 'Save Billing',
        'copy_billing' => 'Copy Billing',
        'amount' => 'Amount',
        'description' => 'Description',
        'quantity' => 'Quantity',
        'subtotal' => 'Sub Total',
        'total' => 'Total',
        'address1' => 'Address1',
        'address2' => 'Address2',
        'item_code' => 'Code',
        'empty_items' => 'Empty Items',
        'type' => 'Type',
        'fee' => 'Fee',
        'price' => 'Price',
        'inventory_transactions' => 'Inventory Transactions',
        'order_id' => 'Order Id',
        'tax_total' => 'Tax Total',
        'discount' => 'Discount',
        'discount_name' => 'Name',
        'discount_options' => [
            'Fixed' => 'Fixed',
            'Percentage' => 'Percentage (%)'
        ],
        'recalculate' => 'Recalculate',

        'paymentTransactions' => [
            'title' => 'Payment Transactions',
            'type' => 'Type',
            'amount' => 'Amount',
            'paid_amount' => 'Paid Amount',
            'reference' => 'Reference'
        ],

        'inventoryTransactions' => [
            'title' => 'Inventory Transactions',
            'code' => 'code',
            'inventory' => 'Inventory',
            'source' => 'Source',
            'item' => 'Item',
            'item_price' => 'Item Price',
            'quantity' => 'Quantity'
        ],
    ],
    'customer' => [
        'customer_details' => 'Customer'
    ],

    'supplier'=>[
        'supplier_details'=>'Supplier'
    ],

    'item'=>[
        'item_details'=>'Item'
    ],
    'report'=>[
        'customer_report'=>'Customer Report'
    ]
];

Spamworldpro Mini