System¶
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)
Actions on inhoudstype
- 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
- Site configurations (SiteConfigs)
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), Standard-Konstruktionsmethode (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
- Site-Cache rekonstruieren (do_build, BuildSiteCache)
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
- ID (id, AutoField), Omschrijving (name, BabelCharField), Remark (remark, TextField), Body (body, BabelTextField)
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 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, ChoiceListField to BuildMethods), Vorlage (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), 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), Konstruktionsmethode (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), Tijd (time, TimeField), 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
- 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
- Duplizieren (duplicate, Duplicate)
- Drucken (do_print, CachedPrintAction)
- Cache löschen (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), Verknüpft mit (Modell) (owner_type, ForeignKey to inhoudstype), Verknüpft mit (Objekt) (owner_id, GenericForeignKeyIdField), Autor (user, ForeignKey to Benutzer), Bearbeitet (modified, DateTimeField), Erstellt (created, DateTimeField), File (file, FileField), MIME type (mimetype, CharField), Upload Type (type, ForeignKey to Upload Type), valid until (valid_until, DateField), Omschrijving (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 Konfigurierung ‣ 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