Fix #51
This commit is contained in:
@@ -310,6 +310,19 @@ export const useDataStore = defineStore('data', () => {
|
||||
],
|
||||
inputColumn: "Allgemeines",
|
||||
sortable: true
|
||||
},{
|
||||
key: "customTaxType",
|
||||
label: "Standard Steuertyp",
|
||||
inputType: "select",
|
||||
selectValueAttribute:"key",
|
||||
selectOptionAttribute: "label",
|
||||
selectManualOptions: [
|
||||
{label:'Standard', key: 'Standard'},
|
||||
{label:'13b UStG', key: '13b UStG'},
|
||||
{label:'19 UStG Kleinunternehmer', key: '19 UStG'},
|
||||
],
|
||||
inputColumn: "Allgemeines",
|
||||
sortable: true
|
||||
}, {
|
||||
key: "customSurchargePercentage",
|
||||
label: "Individueller Aufschlag",
|
||||
|
||||
Reference in New Issue
Block a user