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/ts.corals.io/corals-api/Corals/modules/Timesheet/resources/lang/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/ts.corals.io/corals-api/Corals/modules/Timesheet/resources/lang/en/attributes.php
<?php

return [
    'client' => [
        'name' => "Name",
    ],
    'project' => [
        'name' => "Name",
        'description' => 'Description',
        'budget' => 'Budget',
        'hourly_rate' => 'Hourly Rate',
        'currency' => 'Currency',
        'type_options' => [
            'time_and_materials' => 'Time And Materials',
            'fixed_fee' => 'Fixed Fee',
            'non_billable' => 'Non Billable'
        ],
        'budget_by_options' => [
            'project_hours' => 'Project Hours',
            'project_budget' => 'Project Budget',
            'project_fees' => 'Project Fees',
            'no_budget' => 'No Budget'
        ]
    ],
    'activity' => [
        'title' => 'Title',
        'description' => 'Description',
        'billable' => 'Billable',
        'hourly_rate' => 'Hourly Rate',
    ],
    'invoice' => [
        'update_status' => ':item Status has been update.',
        'no_permission' => ':item There is no permission update status',
        'code' => 'Code',
        'invoice_date' => 'Invoice Date',
        'due_date' => 'Due Date',
        'status' => 'Status',
        'subtotal' => 'Subtotal',
        'total' => 'Total',
        'description' => 'Description',
    ],
    'entry' => [
        'spent_at' => 'spent at',
        'user' => 'User',
        'project' => 'Project',
        'description' => 'Description'
    ],
    'time_off_request' => [
        'status_option' => [
            'pending' => 'Pending',
            'approved' => 'Approved',
            'rejected' => 'Rejected'
        ]
    ],
    'user' => [
        'employee_type_options' => [
            'part_time' => 'Part Time',
            'full_time' => 'Full Time'
        ]
    ],
    'expense' => [
        'notes' => 'Notes',
        'expense_date' => 'Expense Date',
        'amount' => 'Amount',
        'billable' => 'Billable',
    ],
    'income' => [
        'income_date' => 'Income Date',
        'reference' => 'Reference',
    ],
    'payment_method' => 'Payment Method',
    'notes' => 'Notes',
    'category' => 'Category',
];

Spamworldpro Mini