changed wizard finish redirect

This commit is contained in:
Denis Duliçi 2022-06-13 14:31:45 +03:00
parent e9beb11a5f
commit e7a937f250
4 changed files with 724 additions and 12114 deletions

View File

@ -154,6 +154,7 @@ class Scripts extends Component
'reviews' => trans('modules.tab.reviews'),
'previous' => trans('companies.skip_step'),
'go_to_dashboard' => trans('general.go_to_dashboard'),
'create_first_invoice' => trans('general.create_first_invoice'),
'error_message' => trans('errors.title.500'),
]
];

12822
public/css/app.css vendored

File diff suppressed because it is too large Load Diff

View File

@ -40,13 +40,13 @@
{{ translations.finish.apps_managing }}
</div>
<div style="width:372px; height:372px;"></div>
<img :src="image_src" class="absolute top-0 right-2 top-12" alt="" />
<img :src="image_src" class="absolute top-0 right-2" alt="" />
</div>
<base-button class="flex items-center justify-center text-base rounded-lg disabled:opacity-50 relative m-auto bottom-40 bg-white hover:bg-gray-100 text-purple rounded-md py-3 px-5 font-semibold btn-default" @click="finish()">
{{ translations.finish.go_to_dashboard }}
<base-button class="flex items-center justify-center text-base rounded-lg disabled:opacity-50 relative m-auto bottom-48 bg-white hover:bg-gray-100 text-purple rounded-md py-3 px-5 font-semibold btn-default" @click="finish()">
{{ translations.finish.create_first_invoice }}
</base-button>
</div>
</div>
</div>
</div>
@ -111,8 +111,8 @@ export default {
},
finish() {
window.location.href = url;
window.location.href = url + "/sales/invoices/create";
},
},
};
</script>
</script>

View File

@ -69,6 +69,7 @@ return [
'invitations' => 'Invitation|Invitations',
'attachments' => 'Attachment|Attachments',
'histories' => 'History|Histories',
'your_notifications' => 'Your notification|Your notifications',
'welcome' => 'Welcome',
'banking' => 'Banking',
@ -183,6 +184,7 @@ return [
'no_matching_data' => 'No matching data',
'clear_cache' => 'Clear Cache',
'go_to_dashboard' => 'Go to dashboard',
'create_first_invoice' => 'Create your first invoice',
'is' => 'is',
'isnot' => 'is not',
'recurring_and_more' => 'Recurring and more..',
@ -198,7 +200,6 @@ return [
'email_send_me' => 'Send a copy to myself at :email',
'connect' => 'Connect',
'assign' => 'Assign',
'your_notifications' => 'Your notification|Your notifications',
'new' => 'New',
'new_more' => 'New ...',
'number' => 'Number',