| Server IP : 103.161.17.216 / Your IP : 216.73.216.1 Web Server : nginx/1.18.0 System : Linux tipsysaigoncharming 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/app.ansachsongkhoe.net/config/ |
Upload File : |
<?php
return [
/*
|--------------------------------------------------------------------------
| App Constants
|--------------------------------------------------------------------------
|List of all constants for the app
*/
'langs' => [
'en' => ['full_name' => 'English', 'short_name' => 'English'],
'es' => ['full_name' => 'Spanish - Español', 'short_name' => 'Spanish'],
'sq' => ['full_name' => 'Albanian - Shqip', 'short_name' => 'Albanian'],
'hi' => ['full_name' => 'Hindi - हिंदी', 'short_name' => 'Hindi'],
'nl' => ['full_name' => 'Dutch', 'short_name' => 'Dutch'],
'fr' => ['full_name' => 'French - Français', 'short_name' => 'French'],
'de' => ['full_name' => 'German - Deutsch', 'short_name' => 'German'],
'ar' => ['full_name' => 'Arabic - العَرَبِيَّة', 'short_name' => 'Arabic'],
'tr' => ['full_name' => 'Turkish - Türkçe', 'short_name' => 'Turkish'],
'id' => ['full_name' => 'Indonesian', 'short_name' => 'Indonesian'],
'ps' => ['full_name' => 'Pashto', 'short_name' => 'Pashto'],
'pt' => ['full_name' => 'Portuguese', 'short_name' => 'Portuguese'],
'vi' => ['full_name' => 'Vietnamese', 'short_name' => 'Vietnamese'],
'ce' => ['full_name' => 'Chinese', 'short_name' => ''],
'ro' => ['full_name' => 'Romanian', 'short_name' => ''],
'lo' => ['full_name' => 'Lao', 'short_name' => '']
],
'langs_rtl' => ['ar'],
'non_utf8_languages' => ['ar', 'hi', 'ps'],
'document_size_limit' => '5000000', //in Bytes,
'image_size_limit' => '5000000', //in Bytes
'asset_version' => 46,
'disable_purchase_in_other_currency' => true,
'iraqi_selling_price_adjustment' => false,
'currency_precision' => 2, //Maximum 4
'quantity_precision' => 2, //Maximum 4
'product_img_path' => 'img',
'enable_sell_in_diff_currency' => false,
'currency_exchange_rate' => 1,
'orders_refresh_interval' => 600, //Auto refresh interval on Kitchen and Orders page in seconds,
'default_date_format' => 'm/d/Y', //Default date format to be used if session is not set. All valid formats can be found on https://www.php.net/manual/en/function.date.php
'new_notification_count_interval' => 60, //Interval to check for new notifications in seconds;Default is 60sec
'administrator_usernames' => env('ADMINISTRATOR_USERNAMES'),
'allow_registration' => env('ALLOW_REGISTRATION', true),
'app_title' => env('APP_TITLE'),
'mpdf_temp_path' => storage_path('app/pdf'), //Temporary path used by mpdf
'document_upload_mimes_types' => ['application/pdf' => '.pdf',
'text/csv' => '.csv',
'application/zip' => '.zip',
'application/msword' => '.doc',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => '.docx',
'image/jpeg' => '.jpeg',
'image/jpg' => '.jpg',
'image/png' => '.png'
], //List of MIME type: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
'show_report_606' => false,
'show_report_607' => false,
'whatsapp_base_url' => 'https://wa.me',
'enable_crm_call_log' => false,
'enable_product_bulk_edit' => false, //Will be depreciated in future
'enable_convert_draft_to_invoice' => false, //Experimental beta feature.
'enable_download_pdf' => false, //Experimental feature
'invoice_scheme_separator' => '-',
];