System

Inhaltstyp (Modell)

Internal name:contenttypes.ContentType
Implemented by:ContentType

Auf Inhaltstyp basierende Ansichten

  • Inhaltstypen (ContentTypes) (Menu Konfigurierung ‣ System ‣ Inhaltstypen)

Datenfelder in Inhaltstyp

  • ID (id, AutoField), name (name, CharField), app label (app_label, CharField), Python Modell-Klassenname (model, CharField)

Aktionen auf Inhaltstyp

  • Tabelle (Querformat) (as_pdf, PrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren
  • Tabelle (Hochformat) (as_pdf_p, PortraitPrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren

Site-Konfiguration (Modell)

Internal name:system.SiteConfig
Implemented by:SiteConfig

Auf Site-Konfiguration basierende Ansichten

Datenfelder in Site-Konfiguration

  • Funktion des ersten Unterzeichners (signer1_function, ForeignKey nach Funktion) – Kontaktfunktion “Sekretär”

  • Funktion des zweiten Unterzeichners (signer2_function, ForeignKey nach Funktion) – Kontaktfunktion “Präsident”

  • Default Event Type (default_event_type, ForeignKey nach Ereignisart) – The default type of events on this site.

  • Site Calendar (site_calendar, ForeignKey nach Kalender) – The default calendar of this site.

  • Max automatic events (max_auto_events, IntegerField) – Maximum number of automatic events to be generated.

  • Farest future (farest_future, DateField) – Don’t generate automatic events past that date.

  • Nächste Partnernummer (next_partner_id, IntegerField) – Nächste Partnernummer

  • Site-Besitzer (site_company, ForeignKey nach Organisation) – The organisation who runs this site.

    This is used e.g. as sender in documents. Or, newly created partners inherit the country of the site owner.

  • Default system note type (system_note_type, ForeignKey nach Event Type) – Note Type used by system notes. If this is empty, then system notes won’t create any entry to the Notes table.

  • Lokales Arbeitsamt (job_office, ForeignKey nach Organisation) – The Company whose contact persons

    will be choices for Person.job_office_contact.

  • Budget-Kopiervorlage (master_budget, ForeignKey nach Budget) – The budget whose content is to be copied into new budgets.

  • Sektor (sector, ForeignKey nach Sektor) – The CBSS sector/subsector of the requesting organization. For PCSWs this is always 17.1. Used in SSDN requests as text of the MatrixID and MatrixSubID elements of AuthorizedUser. Used in ManageAccess requests as default value for the non-editable field sector (which defines the choices of the purpose field).

  • Anfragende Organisation (cbss_org_unit, CharField) – In CBSS requests, identifies the requesting organization. For PCSWs this is the enterprise number (CBE, KBO) and should have 10 digits and no formatting characters.

    Used in SSDN requests as text of the AuthorizedUserOrgUnit element . Used in new style requests as text of the CustomerIdentificationcbeNumber element .

  • SSDN User Id (ssdn_user_id, CharField) – Used in SSDN requests as text of the AuthorizedUserUserID element.

  • SSDN email address (ssdn_email, EmailField) – Used in SSDN requests as text of the AuthorizedUserEmail element.

  • HTTP username (cbss_http_username, CharField) – Used in the http header of new-style requests.

  • HTTP password (cbss_http_password, CharField) – Used in the http header of new-style requests.

  • ... and ID (id, AutoField), Standard-Konstruktionsmethode (default_build_method, ChoiceListField nach BuildMethods), Sekretär (signer1, ForeignKey nach Person), Präsident (signer2, ForeignKey nach Person), Kalender für Kliententermine (client_calendar, ForeignKey nach Ereignisart), Rolle des Klienten in Terminen (client_guestrole, ForeignKey nach Gastrolle), Rolle der anderen bei Gruppenterminen (team_guestrole, ForeignKey nach Gastrolle), Default type for prompt events (prompt_calendar, ForeignKey nach Ereignisart), Eigenschaftsgruppe Fähigkeiten (propgroup_skills, ForeignKey nach Eigenschaftsgruppe), Eigenschaftsgruppe Sozialkompetenzen (propgroup_softskills, ForeignKey nach Eigenschaftsgruppe), Eigenschaftsgruppe Hindernisse (propgroup_obstacles, ForeignKey nach Eigenschaftsgruppe), Upload-Art Aufenthaltserlaubnis (residence_permit_upload_type, ForeignKey nach Upload-Art), Upload-Art Arbeitserlaubnis (work_permit_upload_type, ForeignKey nach Upload-Art), Upload-Art Führerschein (driving_licence_upload_type, ForeignKey nach Upload-Art)

Aktionen auf Site-Konfiguration

  • Tabelle (Querformat) (as_pdf, PrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren
  • Tabelle (Hochformat) (as_pdf_p, PortraitPrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren
  • Site-Cache rekonstruieren (do_build, BuildSiteCache)

Event Type (Modell)

Internal name:notes.EventType
Implemented by:EventType

Auf Event Type basierende Ansichten

  • Ereignisarten (EventTypes) (Menu Konfigurierung ‣ Büro ‣ Ereignisarten)

Datenfelder in Event Type

Aktionen auf Event Type

  • Tabelle (Querformat) (as_pdf, PrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren
  • Tabelle (Hochformat) (as_pdf_p, PortraitPrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren

Tabellen, die auf Event Type verweisen

  • Ereignisse/Notizen (NotesByEventType)

Notizart (Modell)

Internal name:notes.NoteType
Implemented by:NoteType

Auf Notizart basierende Ansichten

  • Notizarten (NoteTypes) (Menu Konfigurierung ‣ Büro ‣ Notizarten)

Datenfelder in Notizart

  • als Anhang per E-Mail (attach_to_email, BooleanField) – Whether the printable file should be attached to the email when creating an email from a mailable of this type.
  • E-Mail-Vorlage (email_template, CharField) – The name of the file to be used as template when creating an email from a mailable of this type.
  • Body template (body_template, CharField) – The body template to be used when rendering a printable of this type. This is a list of files with extension .body.html.
  • ... and ID (id, AutoField), Bezeichnung (name, BabelCharField), Konstruktionsmethode (build_method, ChoiceListField nach BuildMethods), Vorlage (template, CharField), wichtig (important, BooleanField), Bemerkung (remark, TextField)

Aktionen auf Notizart

  • Tabelle (Querformat) (as_pdf, PrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren
  • Tabelle (Hochformat) (as_pdf_p, PortraitPrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren

Tabellen, die auf Notizart verweisen

  • Ereignisse/Notizen (NotesByType)

Ereignis/Notiz (Modell)

Internal name:notes.Note
Implemented by:Note

Auf Ereignis/Notiz basierende Ansichten

  • Ereignisse/Notizen (Notes) (Menu Explorer ‣ Büro ‣ Ereignisse/Notizen)
  • Ereignisse/Notizen (NotesByX)
  • Meine Ereignisse/Notizen (MyNotes) (Menu Büro ‣ Meine Ereignisse/Notizen)
  • Ereignisse/Notizen (NotesByType)
  • Ereignisse/Notizen (NotesByEventType)
  • Ereignisse/Notizen (NotesByPerson)
  • Ereignisse/Notizen (NotesByProject)
  • Ereignisse/Notizen (NotesByCompany)

Datenfelder in Ereignis/Notiz

  • ID (id, AutoField), Verknüpft mit (Modell) (owner_type, ForeignKey nach Inhaltstyp), Verknüpft mit (Objekt) (owner_id, GenericForeignKeyIdField), Autor (user, ForeignKey nach Benutzer), Klient (project, ForeignKey nach Klient), Druckdatum (build_time, DateTimeField), Konstruktionsmethode (build_method, ChoiceListField nach BuildMethods), Empfänger (Organisation) (company, ForeignKey nach Organisation), Empfänger (Person) (contact_person, ForeignKey nach Person), in seiner Eigenschaft als (contact_role, ForeignKey nach Funktion), Datum (date, DateField), Zeit (time, TimeField), Notizart (Inhalt) (type, ForeignKey nach Notizart), Ereignisart (Form) (event_type, ForeignKey nach Event Type), Betreff (subject, CharField), Inhalt (body, RichTextField), Sprache (language, LanguageField)

Aktionen auf Ereignis/Notiz

  • Tabelle (Querformat) (as_pdf, PrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren
  • Tabelle (Hochformat) (as_pdf_p, PortraitPrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren
  • Duplizieren (duplicate, Duplicate)
  • Drucken (do_print, CachedPrintAction)
  • Cache löschen (do_clear_cache, ClearCacheAction)
  • per E-Mail (create_mail, CreateMail) – Create an email from this

Upload (Modell)

Internal name:uploads.Upload
Implemented by:Upload

Auf Upload basierende Ansichten

  • Uploads (Uploads) (Menu Explorer ‣ Büro ‣ Uploads)
  • Meine Uploads (MyUploads)

Datenfelder in Upload

  • ID (id, AutoField), Verknüpft mit (Modell) (owner_type, ForeignKey nach Inhaltstyp), Verknüpft mit (Objekt) (owner_id, GenericForeignKeyIdField), Autor (user, ForeignKey nach Benutzer), Bearbeitet (modified, DateTimeField), Erstellt (created, DateTimeField), File (file, FileField), MIME type (mimetype, CharField), Upload-Art (type, ForeignKey nach Upload-Art), gültig bis (valid_until, DateField), Beschreibung (description, CharField)

Aktionen auf Upload

  • Tabelle (Querformat) (as_pdf, PrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren
  • Tabelle (Hochformat) (as_pdf_p, PortraitPrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren

Upload-Art (Modell)

Internal name:uploads.UploadType
Implemented by:UploadType

Auf Upload-Art basierende Ansichten

  • Upload-Arten (UploadTypes) (Menu Konfigurierung ‣ Büro ‣ Upload-Arten)

Datenfelder in Upload-Art

  • ID (id, AutoField), Name (name, CharField)

Aktionen auf Upload-Art

  • Tabelle (Querformat) (as_pdf, PrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren
  • Tabelle (Hochformat) (as_pdf_p, PortraitPrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren