Notification after invoice state

This commit is contained in:
2026-04-25 13:28:23 +02:00
parent 2e8daf78e1
commit 6f8be58943
9 changed files with 367 additions and 6 deletions

View File

@@ -177,7 +177,7 @@ async function reopenInvoice() {
<Modal title="Abrechnung ablehnen" :show="denyInvoiceDialog" @close="denyInvoiceDialog = false" >
Begründung:
<textarea class="mareike-textarea" style="width: 100%; height: 100px; margin-top: 10px;" id="deny_invoice_reason" />
<input type="button" class="mareike-button mareike-deny-invoice-button" value="Abrechnung ablehnen" @click="denyInvoice" />
<input type="button" class="mareike-button mareike-deny-invoice-button" style="width: 250px !important;" value="Abrechnung ablehnen" @click="denyInvoice" />
</Modal>
</template>