- Buchungssumme
-
- Buchungsdaten
+
-
- EUR
-
-
+
+
+ EUR
+
+
+
+
+
+
+
Ohne Beleg buchen
@@ -519,7 +576,7 @@ setup()
variant="outline"
icon="i-heroicons-check"
:disabled="!accountToSave"
- @click="saveAllocation({bs_id: itemInfo.id, amount: manualAllocationSum, account: accountToSave })"
+ @click="saveAllocation({bs_id: itemInfo.id, amount: manualAllocationSum, account: accountToSave, description: allocationDescription })"
/>
+
+
+
+
+ {{customers.find(i => i.id === customerAccountToSave).customerNumber}} - {{customers.find(i => i.id === customerAccountToSave).name}}
+ Kein Konto ausgewählt
+
+
+ {{option.customerNumber}} - {{option.name}}
+
+
+
+
+
+
+
+
+
+
+ {{vendors.find(i => i.id === vendorAccountToSave).vendorNumber}} - {{vendors.find(i => i.id === vendorAccountToSave).name}}
+ Kein Konto ausgewählt
+
+
+ {{option.vendorNumber}} - {{option.name}}
+
+
+
+
+
+
@@ -639,7 +770,7 @@ setup()
variant="outline"
class="mr-3"
v-if="!itemInfo.statementallocations.find(i => i.cd_id === document.id)"
- @click="saveAllocation({cd_id: document.id, bs_id: itemInfo.id, amount: Number(document.openSum < maunualAllocationSum ? document.openSum : manualAllocationSum)})"
+ @click="saveAllocation({cd_id: document.id, bs_id: itemInfo.id, amount: Number(document.openSum < maunualAllocationSum ? document.openSum : manualAllocationSum), description: allocationDescription})"
/>