Changes in Übernehmen Buttons
This commit is contained in:
@@ -69,7 +69,7 @@ const openEmail = () => {
|
||||
target="_blank"
|
||||
>In neuen Tab anzeigen</UButton>-->
|
||||
<UTooltip
|
||||
text="Übernehmen in Angebot"
|
||||
text="Kopieren in Angebot"
|
||||
>
|
||||
<UButton
|
||||
icon="i-heroicons-arrow-right-end-on-rectangle"
|
||||
@@ -80,7 +80,7 @@ const openEmail = () => {
|
||||
</UButton>
|
||||
</UTooltip>
|
||||
<UTooltip
|
||||
text="Übernehmen in Auftragsbestätigung"
|
||||
text="Kopieren in Auftragsbestätigung"
|
||||
>
|
||||
<UButton
|
||||
icon="i-heroicons-arrow-right-end-on-rectangle"
|
||||
@@ -91,7 +91,7 @@ const openEmail = () => {
|
||||
</UButton>
|
||||
</UTooltip>
|
||||
<UTooltip
|
||||
text="Übernehmen in Lieferschein"
|
||||
text="Kopieren in Lieferschein"
|
||||
>
|
||||
<UButton
|
||||
icon="i-heroicons-arrow-right-end-on-rectangle"
|
||||
@@ -102,7 +102,18 @@ const openEmail = () => {
|
||||
</UButton>
|
||||
</UTooltip>
|
||||
<UTooltip
|
||||
text="Übernehmen in Rechnung"
|
||||
text="Kopieren in Abschlagsrechnung"
|
||||
>
|
||||
<UButton
|
||||
icon="i-heroicons-arrow-right-end-on-rectangle"
|
||||
@click="router.push(`/createDocument/edit/?linkedDocument=${itemInfo.id}&type=advanceInvoices`)"
|
||||
variant="outline"
|
||||
>
|
||||
Abschlagsrechnung
|
||||
</UButton>
|
||||
</UTooltip>
|
||||
<UTooltip
|
||||
text="Kopieren in Rechnung"
|
||||
>
|
||||
<UButton
|
||||
icon="i-heroicons-arrow-right-end-on-rectangle"
|
||||
|
||||
Reference in New Issue
Block a user