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

@ -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>