Fix #60
Some checks failed
Build and Push Docker Images / build-backend (push) Failing after 32s
Build and Push Docker Images / build-frontend (push) Has been cancelled

This commit is contained in:
2026-02-15 13:17:56 +01:00
parent 1dc74947f4
commit 8c2a8a7998
7 changed files with 146 additions and 1 deletions

View File

@@ -1970,6 +1970,11 @@ export const useDataStore = defineStore('data', () => {
label: "Verkaufspreis",
component: sellingPrice,
},
{
key: "priceUpdateLocked",
label: "Preis-Update sperren",
inputType: "bool",
},
{
key: "taxPercentage",
label: "Umsatzsteuer",