System

The inhoudstype model

Internal name:contenttypes.ContentType
Implemented by:ContentType

Views on inhoudstype

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

Fields in inhoudstype

  • ID (id, AutoField), name (name, CharField), app label (app_label, CharField), klassenaam van pythonmodel (model, CharField)

The site config model

Internal name:system.SiteConfig
Implemented by:SiteConfig

Views on site config

Fields in site config

  • First signer function (signer1_function, ForeignKey to Function) – Contact function to designate the secretary.

  • Second signer function (signer2_function, ForeignKey to Function) – Contact function to designate the president.

  • Next partner id (next_partner_id, IntegerField) – The next automatic id for any new partner.

  • The company that runs this site (site_company, ForeignKey to Company) – The Company to be used as sender in documents.

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

  • Local job office (job_office, ForeignKey to Company) – The Company whose contact persons

    will be choices for Person.job_office_contact.

  • Bailiff (debts_bailiff_type, ForeignKey to Client Contact type) – Client contact type for Bailiff.

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

  • Sector (sector, ForeignKey to Sector) – 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).

  • Requesting 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, CharField), Sekretär (signer1, ForeignKey to Person), President (signer2, ForeignKey to Person), Default calendar for client events (client_calendar, ForeignKey to Calendar), Default guest role of client in events. (client_guestrole, ForeignKey to Guest Role), Guest role for team members (team_guestrole, ForeignKey to Guest Role), Default calendar for prompt events (prompt_calendar, ForeignKey to Calendar), Skills Property Group (propgroup_skills, ForeignKey to Property Group), Soft Skills Property Group (propgroup_softskills, ForeignKey to Property Group), Obstacles Property Group (propgroup_obstacles, ForeignKey to Property Group), Event type of attestations (attestation_note_nature, ForeignKey to Event Type), Upload Type for residence permit (residence_permit_upload_type, ForeignKey to Upload Type), Upload Type for work permit (work_permit_upload_type, ForeignKey to Upload Type), Upload Type for driving licence (driving_licence_upload_type, ForeignKey to Upload Type)

Actions on site config

The Event Type model

Internal name:notes.EventType
Implemented by:EventType

Views on Event Type

  • Event Types (EventTypes) (Menu Konfigurierung ‣ Office ‣ Event Types)

Fields in Event Type

Tables referring to Event Type

  • Events/Notes (NotesByEventType)

The Note Type model

Internal name:notes.NoteType
Implemented by:NoteType

Views on Note Type

  • Note Types (NoteTypes) (Menu Konfigurierung ‣ Office ‣ Note Types)

Fields in Note Type

  • Attach to email (attach_to_email, BooleanField) – Whether the printable file should be attached to the email when creating an email from a mailable of this type.
  • Email template (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), Omschrijving (name, BabelCharField), Konstruktionsmethode (build_method, CharField), Vorlage (template, CharField), important (important, BooleanField), Remark (remark, TextField), attestation (is_attestation, BooleanField)

Tables referring to Note Type

  • Events/Notes (NotesByType)

The Event/Note model

Internal name:notes.Note
Implemented by:Note

Views on Event/Note

  • Events/Notes (Notes) (Menu Explorer ‣ Office ‣ Events/Notes)
  • My Events/Notes (MyNotes) (Menu Office ‣ My Events/Notes)
  • Events/Notes (NotesByType)
  • Events/Notes (NotesByEventType)
  • Events/Notes (NotesByProject)
  • Events/Notes (NotesByPerson)
  • Events/Notes (NotesByCompany)

Fields in Event/Note

  • ID (id, AutoField), Verknüpft mit (Modell) (owner_type, ForeignKey to inhoudstype), Verknüpft mit (Objekt) (owner_id, GenericForeignKeyIdField), Autor (user, ForeignKey to Benutzer), Client (project, ForeignKey to Client), Druckdatum (build_time, DateTimeField), Recipient (Organization) (company, ForeignKey to Company), Recipient (Person) (contact_person, ForeignKey to Person), represented as (contact_role, ForeignKey to Function), Date (date, DateField), Note Type (Content) (type, ForeignKey to Note Type), Event Type (Form) (event_type, ForeignKey to Event Type), Thema (subject, CharField), Body (body, RichTextField), Sprache (language, LanguageField)

Actions on Event/Note

The Upload model

Internal name:uploads.Upload
Implemented by:Upload

Views on Upload

  • Uploads (Uploads) (Menu Explorer ‣ Office ‣ Uploads)
  • My Uploads (MyUploads)

Fields in Upload

  • ID (id, AutoField), Verknüpft mit (Modell) (owner_type, ForeignKey to inhoudstype), Verknüpft mit (Objekt) (owner_id, GenericForeignKeyIdField), Autor (user, ForeignKey to Benutzer), Erstellt (created, DateTimeField), Bearbeitet (modified, DateTimeField), File (file, FileField), MIME type (mimetype, CharField), Upload Type (type, ForeignKey to Upload Type), valid until (valid_until, DateField), Omschrijving (description, CharField)

The Upload Type model

Internal name:uploads.UploadType
Implemented by:UploadType

Views on Upload Type

  • Upload Types (UploadTypes) (Menu Konfigurierung ‣ Office ‣ Upload Types)

Fields in Upload Type

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