Added Trailing to Datatypes
Added Description Loading in LinkedDocument
This commit is contained in:
@@ -674,12 +674,14 @@ export const useDataStore = defineStore('data', () => {
|
||||
key: "purchasePrice",
|
||||
label: "Einkaufspreis",
|
||||
component: purchasePrice,
|
||||
inputType: "number"
|
||||
inputType: "number",
|
||||
inputTrailing: "EUR"
|
||||
},{
|
||||
key: "sellingPrice",
|
||||
label: "Verkaufpreispreis",
|
||||
component: sellingPrice,
|
||||
inputType: "number"
|
||||
inputType: "number",
|
||||
inputTrailing: "EUR"
|
||||
},{
|
||||
key: "taxPercentage",
|
||||
label: "Umsatzsteuer",
|
||||
|
||||
Reference in New Issue
Block a user