Clarify bank allocation action
This commit is contained in:
@@ -699,13 +699,12 @@ setup()
|
|||||||
<span class="font-mono text-xs text-gray-500 mr-2">{{ option.number }}</span> {{ option.label }}
|
<span class="font-mono text-xs text-gray-500 mr-2">{{ option.number }}</span> {{ option.label }}
|
||||||
</template>
|
</template>
|
||||||
</USelectMenu>
|
</USelectMenu>
|
||||||
<UTooltip text="Manuell Buchen">
|
<UButton
|
||||||
<UButton
|
icon="i-heroicons-check"
|
||||||
icon="i-heroicons-plus"
|
label="Buchen"
|
||||||
:disabled="!accountToSave"
|
:disabled="!accountToSave"
|
||||||
@click="saveAllocation({bankstatement: itemInfo.id, amount: manualAllocationSum, account: accountToSave, description: allocationDescription })"
|
@click="saveAllocation({bankstatement: itemInfo.id, amount: manualAllocationSum, account: accountToSave, description: allocationDescription })"
|
||||||
/>
|
/>
|
||||||
</UTooltip>
|
|
||||||
</div>
|
</div>
|
||||||
</UFormField>
|
</UFormField>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user