Plantafel Reste
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user