08 2024
This commit is contained in:
parent
c1c613a4b9
commit
881fc84207
384 changed files with 50679 additions and 990 deletions
|
|
@ -60,7 +60,7 @@ return [
|
|||
|
||||
'url_stern' => env('APP_URL_STERN', 'https://www.sterntours.de'),
|
||||
|
||||
|
||||
'domain_tld' => env('APP_DOMAIN_TLD', 'test'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
@ -236,7 +236,7 @@ return [
|
|||
'Image' => Intervention\Image\Facades\Image::class,
|
||||
'Carbon' => Carbon\Carbon::class,
|
||||
'Date' => Jenssegers\Date\Date::class,
|
||||
'HTMLHelper' => App\Services\HTMLHelper::class,
|
||||
'HTMLHelper' => App\Helper\HTMLHelper::class,
|
||||
'Util' => App\Services\Util::class,
|
||||
'Excel' => Maatwebsite\Excel\Facades\Excel::class,
|
||||
'DataTables' => Yajra\DataTables\Facades\DataTables::class,
|
||||
|
|
|
|||
|
|
@ -4,5 +4,10 @@ return [
|
|||
'identifier_general' => 'booking-pdf-g-',
|
||||
'identifier_general_name' => 'booking-pdf-general-name',
|
||||
'identifier_content' => 'booking-pdf-c-',
|
||||
'identifier_content_name' => 'booking-pdf-content-name'
|
||||
'identifier_content_name' => 'booking-pdf-content-name',
|
||||
'max_interval_days' => 28,
|
||||
'deposit_percentage_rate' => 25,
|
||||
'max_deposit_interval_days' => 28,
|
||||
'coupon_default_value' => '50,00',
|
||||
'coupon_valid_date_month' => 24,
|
||||
];
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@ return array(
|
|||
/**
|
||||
* A ratio applied to the fonts height to be more like browsers' line height
|
||||
*/
|
||||
"font_height_ratio" => 1.1,
|
||||
"font_height_ratio" => 0.8,
|
||||
|
||||
/**
|
||||
* Use the more-than-experimental HTML5 Lib parser
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ return [
|
|||
'sua-fewo-n-edit' => ['name' => 'SUPERADMIN > FeWo > Notizen > bearbeiten' , 'color' => 'secondary'],
|
||||
'sua-st' => ['name' => 'SUPERADMIN > Einstellungen' , 'color' => 'superadmin'],
|
||||
'sua-st-al' => ['name' => 'SUPERADMIN > Einstellungen > Airline' , 'color' => 'superadmin'],
|
||||
'sua-st-ap' => ['name' => 'SUPERADMIN > Einstellungen > Airport' , 'color' => 'superadmin'],
|
||||
'sua-st-em' => ['name' => 'SUPERADMIN > Einstellungen > E-Mails' , 'color' => 'superadmin'],
|
||||
'sua-st-ke' => ['name' => 'SUPERADMIN > Einstellungen > Keywords' , 'color' => 'superadmin'],
|
||||
'sua-st-sp' => ['name' => 'SUPERADMIN > Einstellungen > Leistungsträger' , 'color' => 'superadmin'],
|
||||
|
|
@ -63,8 +64,9 @@ return [
|
|||
'sua-re' => ['name' => 'SUPERADMIN > Export' , 'color' => 'superadmin'],
|
||||
'sua-re-bo' => ['name' => 'SUPERADMIN > Export > Buchungen' , 'color' => 'superadmin'],
|
||||
'sua-re-pp' => ['name' => 'SUPERADMIN > Export > Leistungsträger' , 'color' => 'superadmin'],
|
||||
'sua-re-fw' => ['name' => 'SUPERADMIN > Export > Fewo' , 'color' => 'superadmin'],
|
||||
'sua-re-le' => ['name' => 'SUPERADMIN > Export > Anfragen' , 'color' => 'superadmin'],
|
||||
'sua-ur-rt' => ['name' => 'SUPERADMIN > User Rechte' , 'color' => 'danger'],
|
||||
|
||||
'cms-cn-co' => ['name' => 'ADMIN CMS > Inhalte > Länder' , 'color' => 'secondary'],
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue