Added Default Payment Method to Vendors

Added Auto Select to Create incoming
This commit is contained in:
2025-04-22 14:46:12 +02:00
parent 1b2bc1424d
commit 50a22877e4
2 changed files with 14 additions and 1 deletions

View File

@@ -1152,6 +1152,17 @@ export const useDataStore = defineStore('data', () => {
inputType: "bool",
component: sepa
},
{
key: "defaultPaymentMethod",
label: "Standard Zahlungsmethode",
inputType: "select",
selectValueAttribute: "label",
selectManualOptions: [
{label:"Einzug"},
{label:"Überweisung"},
{label:"Kreditkarte"},
],
},
{
key: "notes",
label: "Notizen",