System

content type (model)

Internal name:contenttypes.ContentType
Implemented by:ContentType

Views on content type

  • content types (ContentTypes) (Menu Configure ‣ System ‣ content types)

Fields in content type

  • ID (id, AutoField), name (name, CharField), app label (app_label, CharField), python model class name (model, CharField)

Actions on content type

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document

Site configuration (model)

Internal name:system.SiteConfig
Implemented by:SiteConfig

Views on Site configuration

Fields in Site configuration

  • 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.

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

  • Site Calendar (site_calendar, ForeignKey to Calendar) – 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.

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

  • Site owner (site_company, ForeignKey to 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 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 Organisation) – The Company whose contact persons

    will be choices for Person.job_office_contact.

  • 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), Default build method (default_build_method, ChoiceListField to BuildMethods), Secretary (signer1, ForeignKey to Person), President (signer2, ForeignKey to Person), Default calendar for client events (client_calendar, ForeignKey to Event Type), 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 type for prompt events (prompt_calendar, ForeignKey to Event Type), 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), 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 configuration

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
  • Rebuild site cache (do_build, BuildSiteCache)

Event Type (model)

Internal name:notes.EventType
Implemented by:EventType

Views on Event Type

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

Fields in Event Type

Actions on Event Type

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document

Tables referring to Event Type

  • Events/Notes (NotesByEventType)

Note Type (model)

Internal name:notes.NoteType
Implemented by:NoteType

Views on Note Type

  • Note Types (NoteTypes) (Menu Configure ‣ 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), Designation (name, BabelCharField), Build method (build_method, ChoiceListField to BuildMethods), Template (template, CharField), important (important, BooleanField), Remark (remark, TextField)

Actions on Note Type

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document

Tables referring to Note Type

  • Events/Notes (NotesByType)

Event/Note (model)

Internal name:notes.Note
Implemented by:Note

Views on Event/Note

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

Fields in Event/Note

  • ID (id, AutoField), Controlled by (type) (owner_type, ForeignKey to content type), Controlled by (object) (owner_id, GenericForeignKeyIdField), Author (user, ForeignKey to User), Client (project, ForeignKey to Client), build time (build_time, DateTimeField), Build method (build_method, ChoiceListField to BuildMethods), Recipient (Organization) (company, ForeignKey to Organisation), Recipient (Person) (contact_person, ForeignKey to Person), represented as (contact_role, ForeignKey to Function), Date (date, DateField), Time (time, TimeField), Note Type (Content) (type, ForeignKey to Note Type), Event Type (Form) (event_type, ForeignKey to Event Type), Subject (subject, CharField), Body (body, RichTextField), Language (language, LanguageField)

Actions on Event/Note

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
  • Duplicate (duplicate, Duplicate)
  • Print (do_print, CachedPrintAction)
  • Clear cache (do_clear_cache, ClearCacheAction)
  • Create email (create_mail, CreateMail) – Create an email from this

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), Controlled by (type) (owner_type, ForeignKey to content type), Controlled by (object) (owner_id, GenericForeignKeyIdField), Author (user, ForeignKey to User), Modified (modified, DateTimeField), Created (created, DateTimeField), File (file, FileField), MIME type (mimetype, CharField), Upload Type (type, ForeignKey to Upload Type), valid until (valid_until, DateField), Description (description, CharField)

Actions on Upload

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document

Upload Type (model)

Internal name:uploads.UploadType
Implemented by:UploadType

Views on Upload Type

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

Fields in Upload Type

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

Actions on Upload Type

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document