This commit is contained in:
2026-01-01 15:31:38 +01:00
parent 0d1b4b7eb8
commit 8db4ad2203
5 changed files with 508 additions and 175 deletions

View File

@@ -1290,6 +1290,7 @@ const saveSerialInvoice = async () => {
contactPerson: itemInfo.value.contactPerson,
serialConfig: itemInfo.value.serialConfig,
letterhead: itemInfo.value.letterhead,
taxType:itemInfo.value.taxType
}
let data = null
@@ -1693,7 +1694,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
<UFormGroup
label="Steuertyp:"
v-if="['invoices','advanceInvoices','quotes','confirmationOrders'].includes(itemInfo.type)"
v-if="['invoices','advanceInvoices','quotes','confirmationOrders','serialInvoices'].includes(itemInfo.type)"
>
<USelectMenu
:options="[{key:'Standard', label: 'Standard'},{key:'13b UStG', label: '13b UStG'},{key:'19 UStG', label: '19 UStG Kleinunternehmer'}/*,{key:'12.3 UStG', label: 'PV 0% USt'}*/]"