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.
name | type | verbose name | help text |
---|---|---|---|
name | BabelCharField | Description | |
type | CharField | Type | |
color | IntegerField | Couleur | |
readonly | BooleanField | read-only | |
build_method | CharField | Méthode de construction | |
template | CharField | Modèle | |
id | AutoField | ID | |
attach_to_email | BooleanField | Attach to email | Whether the printable file should be attached to the email when creating an email from a mailable of this type. |
email_template | CharField | Email template | The name of the file to be used as template when creating an email from a mailable of this type. |
description | RichTextField | Description | |
url_template | CharField | URL template | |
username | CharField | Username | |
password | PasswordField | Password | |
invite_team_members | ForeignKey to Team | Team | |
start_date | DateField | Date début |
A List of calendar entries. Each entry is called an event.
name | type | verbose name | help text |
when_text | VirtualField | Quand | None |
user | ForeignKey to Utilisateur | Responsible user | |
summary | CharField | Résumé | |
calendar | ForeignKey to Calendrier | Calendrier | |
id | AutoField | ID | |
owner_type | ForeignKey to type de contenu | Contrôlé par (type) | |
owner_id | GenericForeignKeyIdField | Contrôlé par (object) | |
created | DateTimeField | Créé | |
modified | DateTimeField | Modified | |
project | ForeignKey to Client | Client | |
build_time | DateTimeField | build time | |
start_date | DateField | Date début | |
start_time | TimeField | Heure de début | |
end_date | DateField | Date de fin | |
end_time | TimeField | Heure de fin | |
description | RichTextField | Description | |
uid | CharField | UID | |
access_class | ChoiceListField | Classe d’accès | Public, privé ou “marquer occupé”. |
sequence | IntegerField | Version | |
auto_type | IntegerField | auto type | |
transparent | BooleanField | non bloquant | Indique que ce rendez-vous n’empêche pas d’avoir d’autres rendez-vous en même temps. |
room | ForeignKey to Room | Room | |
priority | ForeignKey to Priorité | Priorité | |
state | ChoiceListField | State | |
assigned_to | ForeignKey to Utilisateur | Attribué à | |
owner | GenericForeignKey | Contrôlé par | None |
A calendar task is something you need to do.
name | type | verbose name | help text |
start_date | DateField | Date début | |
summary | CharField | Résumé | |
workflow_buttons | VirtualField | Arbeitsablauf | None |
id | AutoField | ID | |
owner_type | ForeignKey to type de contenu | Contrôlé par (type) | |
owner_id | GenericForeignKeyIdField | Contrôlé par (object) | |
user | ForeignKey to Utilisateur | Auteur | |
created | DateTimeField | Créé | |
modified | DateTimeField | Modified | |
project | ForeignKey to Client | Client | |
start_time | TimeField | Heure de début | |
description | RichTextField | Description | |
uid | CharField | UID | |
calendar | ForeignKey to Calendrier | Calendrier | |
access_class | ChoiceListField | Classe d’accès | Public, privé ou “marquer occupé”. |
sequence | IntegerField | Version | |
auto_type | IntegerField | auto type | |
due_date | DateField | Due date | |
due_time | TimeField | Heure d’échéance | |
percent | IntegerField | Durée (valeur) | |
state | ChoiceListField | State | |
owner | GenericForeignKey | Contrôlé par | None |
name | type | verbose name | help text |
---|---|---|---|
id | AutoField | ID | |
user | ForeignKey to Utilisateur | Auteur | |
calendar | ForeignKey to Calendrier | Calendrier | The calendar you want to subscribe to. You can subscribe to non-private calendars of other users. |
is_hidden | BooleanField | caché | Activer cette case pour ne pas afficher ce calendrier en ouvrant le panneau. |
List of rooms where calendar events can happen.
name | type | verbose name | help text |
id | AutoField | ID | |
name | BabelCharField | Description | |
company | ForeignKey to Organisation | Organisation | |
contact_person | ForeignKey to Personne | représenté par | |
contact_role | ForeignKey to Fonction | représenté par |
List of possible priorities of calendar events.
name | type | verbose name | help text |
name | BabelCharField | Description | |
id | AutoField | ID | |
ref | CharField | ref |
name | type | verbose name | help text |
---|---|---|---|
id | AutoField | ID | |
name | BabelCharField | Description | |
build_method | CharField | Méthode de construction | |
template | CharField | Modèle | |
attach_to_email | BooleanField | Attach to email | Whether the printable file should be attached to the email when creating an email from a mailable of this type. |
email_template | CharField | Email template | The name of the file to be used as template when creating an email from a mailable of this type. |
A guest is a partner invited to an event.
name | type | verbose name | help text |
partner | ForeignKey to Partenaire | Partenaire | |
role | ForeignKey to Rôle de participant | Rôle | |
workflow_buttons | VirtualField | Arbeitsablauf | None |
remark | CharField | Remarque | |
event | ForeignKey to Event | Rendez-vous | |
id | AutoField | ID | |
build_time | DateTimeField | build time | |
state | ChoiceListField | State |
List of the possible states of a calendar event.
name | type | verbose name | help text |
value | VirtualField | value | |
name | VirtualField | name | |
text | VirtualField | text |
value | name | text |
10 | suggested | Proposé |
20 | draft | Draft |
30 | notified | Communiqué |
40 | scheduled | Planifé |
50 | took_place | a eu lieu |
60 | rescheduled | Déplacé |
70 | cancelled | Annulé |
80 | absent | Absent |