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/job-board.corals.io/Corals/modules/Reservation/resources/lang/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/job-board.corals.io/Corals/modules/Reservation/resources/lang/en/attributes.php
<?php

return [
    'reservation' => [
        'code' => 'Code',
        'starts_at' => 'Starts at',
        'ends_at' => 'Ends at',
        'period' => 'Period',
        'notes' => 'Notes',
        'statues_options' => [
            'draft' => 'Draft',
            'confirmed' => 'Confirmed',
            'active' => 'Active',
            'completed' => 'Completed',
            'cancelled' => 'Cancelled',
            'pending' => 'Pending'
        ],
        'object_type' => 'Object type',
        'object' => 'object',
        'service' => 'Service',
        'quantity' => 'quantity'
    ],
    'service' => [
        'name' => 'Name',
        'code' => 'Code',
        'description' => 'Description',
        'caption' => 'Caption',
        'optional_line_items' => 'Optional line items',
        'main_line_item' => 'Main line item',
        'slot_in_minutes' => 'Service time slot',
        'slot_in_minutes_help' => 'Minutes',
        'schedule_start' => 'Start',
        'schedule_end' => 'End',
        'schedule' => 'Schedule',
        'object_type' => 'Object type',
        'object_type_help' => 'When empty reservation will be on service level',
        'has_time_slot' => 'Has Time Slot',
        'category' => 'Category',
        'can_be_cancelled_before' => 'Service Can be Cancelled before',
        'can_be_cancelled_before_help' => 'Minutes'
    ],
    'rate' => [
        'rate_code' => 'Rate Code',
        'status' => 'Status',
        'rate_value' => 'Rate value',
        'description' => 'Description',
        'start_date' => 'Start date',
        'end_date' => 'End date',
        'code' => 'Code',
        'classification' => 'Classification',
        'min_period_in_minutes' => 'Min. period in minutes',
        'max_period_in_minutes' => 'Max. period in minutes',
        'line_item' => 'Line item'
    ],
    'line_item' => [
        'code' => 'Code',
        'rate_value' => 'Rate value',
        'name' => 'Name',
        'description' => 'Invoice Description',
        'notes' => 'Notes',
        'rate_type' => 'Rate type',
        'rate_type_options' => [
            'fixed' => 'Fixed',
            'daily' => 'Daily',
            'hourly' => 'Hourly',
            'weekly' => 'Weekly',
            'monthly' => 'Monthly'
        ],
        'min_qty' => 'Minimum Quantity',
        'max_qty' => 'Maximum Quantity',
        'qty' => 'Quantity',
        'status' => 'Status'
    ],
    'owner' => 'Owner',
    'owner_type' => 'Owner Type',
];

Spamworldpro Mini