Le module Calendrier

  • Termine : A List of calendar entries. Each entry is called an event.
  • Aufgaben : A calendar task is something you need to do.

Kalender-Panel

The Calendar Panel displays your events in a classical “calendar view”, with the possibility to switch between daily, weekly, monthly and to toggle the visibility of team events.

Référence

Kalenderliste

The list of calendars defined on this system.
A calendar is a list of events which have certain things in common, especially they are displayed in the same colour in the calendar panel
name type verbose name help text
name BabelCharField Bezeichnung  
type CharField Art  
color IntegerField Farbe  
readonly BooleanField schreibgeschützt  
build_method CharField Konstruktionsmethode  
template CharField Vorlage  
id AutoField ID  
attach_to_email BooleanField als Anhang per E-Mail Whether the printable file should be attached to the email when creating an email from a mailable of this type.
email_template CharField E-Mail-Vorlage The name of the file to be used as template when creating an email from a mailable of this type.
description RichTextField Beschreibung  
url_template CharField URL-Vorlage  
username CharField Benutzername  
password PasswordField Passwort  
invite_team_members ForeignKey to Team Team  
start_date DateField Beginnt am  

Termine

A List of calendar entries. Each entry is called an event.

name type verbose name help text
when_text VirtualField Wann None
user ForeignKey to Benutzer Verantwortlicher  
summary CharField Kurzbeschreibung  
calendar ForeignKey to Kalender Kalender  
id AutoField ID  
owner_type ForeignKey to Inhaltstyp Verknüpft mit (Modell)  
owner_id GenericForeignKeyIdField Verknüpft mit (Objekt)  
created DateTimeField Erstellt  
modified DateTimeField Bearbeitet  
project ForeignKey to Klient Klient  
build_time DateTimeField Druckdatum  
start_date DateField Beginnt am  
start_time TimeField Beginnt um  
end_date DateField Endet am  
end_time TimeField Endet um  
description RichTextField Beschreibung  
uid CharField UID  
access_class ChoiceListField Zugriffsklasse Ob dieser Termin privat, öffentlich oder halb öffentlich ist
sequence IntegerField Revisionsnummer  
auto_type IntegerField auto type  
transparent BooleanField nicht blockierend Dieser Termin lässt auch andere Termine zur gleichen Zeit zu.
room ForeignKey to Raum Raum  
priority ForeignKey to Priorität Priorität  
state ChoiceListField Zustand  
assigned_to ForeignKey to Benutzer Zugewiesen zu  
owner GenericForeignKey Verknüpft mit None

Aufgaben

A calendar task is something you need to do.

name type verbose name help text
start_date DateField Beginnt am  
summary CharField Kurzbeschreibung  
workflow_buttons VirtualField Arbeitsablauf None
id AutoField ID  
owner_type ForeignKey to Inhaltstyp Verknüpft mit (Modell)  
owner_id GenericForeignKeyIdField Verknüpft mit (Objekt)  
user ForeignKey to Benutzer Autor  
created DateTimeField Erstellt  
modified DateTimeField Bearbeitet  
project ForeignKey to Klient Klient  
start_time TimeField Beginnt um  
description RichTextField Beschreibung  
uid CharField UID  
calendar ForeignKey to Kalender Kalender  
access_class ChoiceListField Zugriffsklasse Ob dieser Termin privat, öffentlich oder halb öffentlich ist
sequence IntegerField Revisionsnummer  
auto_type IntegerField auto type  
due_date DateField Zahlungsziel  
due_time TimeField Fällig um  
percent IntegerField Dauer (Anzahl)  
state ChoiceListField Zustand  
owner GenericForeignKey Verknüpft mit None

Abonnements

name type verbose name help text
id AutoField ID  
user ForeignKey to Benutzer Autor  
calendar ForeignKey to Kalender Kalender The calendar you want to subscribe to. You can subscribe to non-private calendars of other users.
is_hidden BooleanField versteckt Ob dieser Kalender im Kalender-Fenster anfangs deaktiviert sein sol.

Räume

List of rooms where calendar events can happen.

name type verbose name help text
id AutoField ID  
name BabelCharField Bezeichnung  
company ForeignKey to Organisation Organisation  
contact_person ForeignKey to Person Vertreten durch  
contact_role ForeignKey to Funktion in seiner Eigenschaft als  

Prioritäten

List of possible priorities of calendar events.

name type verbose name help text
name BabelCharField Bezeichnung  
id AutoField ID  
ref CharField ref  

Gastrollen

The role of a guest expresses what the
partner is going to do there.
name type verbose name help text
id AutoField ID  
name BabelCharField Bezeichnung  
build_method CharField Konstruktionsmethode  
template CharField Vorlage  
attach_to_email BooleanField als Anhang per E-Mail Whether the printable file should be attached to the email when creating an email from a mailable of this type.
email_template CharField E-Mail-Vorlage The name of the file to be used as template when creating an email from a mailable of this type.

Gäste

A guest is a partner invited to an event.

name type verbose name help text
partner ForeignKey to Partner Partner  
role ForeignKey to Gastrolle Rolle  
workflow_buttons VirtualField Arbeitsablauf None
remark CharField Bemerkung  
event ForeignKey to Termin Termin  
id AutoField ID  
build_time DateTimeField Druckdatum  
state ChoiceListField Zustand  

Zustände

List of the possible states of a calendar event.

name type verbose name help text
value VirtualField Wert  
name VirtualField name  
text VirtualField Text  
Wert name Text
10 suggested Vorgeschlagen
20 draft Draft
30 notified Mitgeteilt
40 scheduled Geplant
50 took_place Stattgefunden
60 rescheduled Verschoben
70 cancelled Storniert
80 absent Abwesend