Plantafel Reste

This commit is contained in:
2026-03-17 18:12:42 +01:00
parent f6bdf2906f
commit 8c935c6101
2 changed files with 13 additions and 0 deletions

View File

@@ -1,9 +1,11 @@
import {
accounts,
authProfiles,
bankaccounts,
bankrequisitions,
bankstatements,
entitybankaccounts,
events,
contacts,
contracts,
contracttypes,
@@ -166,6 +168,16 @@ export const resourceConfig = {
tasks: {
table: tasks,
},
events: {
table: events,
mtoLoad: ["project", "customer"],
searchColumns: ["name", "notes", "link", "eventtype"],
},
profiles: {
table: authProfiles,
tenantKey: "tenant_id",
searchColumns: ["first_name", "last_name", "full_name", "email", "employee_number"],
},
letterheads: {
table: letterheads,

View File

@@ -60,6 +60,7 @@ const featureOptions = [
{ key: "dashboard", label: "Dashboard" },
{ key: "historyitems", label: "Logbuch" },
{ key: "tasks", label: "Aufgaben" },
{ key: "planningBoard", label: "Plantafel" },
{ key: "wiki", label: "Wiki" },
{ key: "files", label: "Dateien" },
{ key: "createdletters", label: "Anschreiben" },