Added Zahlungsart
This commit is contained in:
@@ -347,6 +347,18 @@ export const useDataStore = defineStore('data', () => {
|
||||
inputType: "number",
|
||||
inputColumn: "Allgemeines",
|
||||
sortable: true
|
||||
},{
|
||||
key: "custom_payment_type",
|
||||
label: "Zahlungsart",
|
||||
inputType: "select",
|
||||
selectValueAttribute:"key",
|
||||
selectOptionAttribute: "label",
|
||||
selectManualOptions: [
|
||||
{label:'Überweisung', key: 'transfer'},
|
||||
{label:'SEPA Lastschrift', key: 'direct-debit'},
|
||||
],
|
||||
inputColumn: "Allgemeines",
|
||||
sortable: true
|
||||
}, {
|
||||
key: "customSurchargePercentage",
|
||||
label: "Individueller Aufschlag",
|
||||
|
||||
Reference in New Issue
Block a user