35 lines
786 B
YAML
35 lines
786 B
YAML
#
|
|
# Departments defined initially for the system
|
|
#
|
|
# Fields:
|
|
# id - (int:optional) id number in the database
|
|
# name - (string) Short name of the department
|
|
# signature - (string) Descriptive name of the department
|
|
#
|
|
# NOTE: The department listed first by ID# will be the default department
|
|
#
|
|
# NOTE: ------------------------------------
|
|
# The very first group listed in this document will be the primary
|
|
# department of the initial staff member -- the administrator.
|
|
---
|
|
- id: 1
|
|
name: Support
|
|
signature: |
|
|
Support-Abteilung
|
|
ispublic: 1
|
|
group_membership: 1
|
|
|
|
- id: 2
|
|
name: Vertrieb
|
|
signature: |
|
|
Vertrieb und Kundenbindung
|
|
ispublic: 1
|
|
sla_id: 1
|
|
group_membership: 1
|
|
|
|
- id: 3
|
|
name: Wartung
|
|
signature: |
|
|
Wartungsabteilung
|
|
ispublic: 0
|
|
group_membership: 0
|