Added Default Payment Method to Vendors
Added Auto Select to Create incoming
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user