System

type de contenu (model)

Internal name:contenttypes.ContentType
Implemented by:ContentType

Views on type de contenu

  • types de contenu (ContentTypes) (Menu Configuration ‣ Système ‣ types de contenu)

Fields in type de contenu

  • ID (id, AutoField), name (name, CharField), app label (app_label, CharField), nom de la classe python du modèle (model, CharField)

Actions on type de contenu

  • 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 Fonction) – Contact function to designate the secretary.

  • Second signer function (signer2_function, ForeignKey to Fonction) – 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 Calendrier) – 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.

  • Agence locale pour l’emploi ? (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.

  • Secteur (sector, ForeignKey to Secteur) – 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), Méthode de constuction par défault (default_build_method, ChoiceListField to BuildMethods), Secretary (signer1, ForeignKey to Personne), President (signer2, ForeignKey to Personne), Default calendar for client events (client_calendar, ForeignKey to Event Type), Default guest role of client in events. (client_guestrole, ForeignKey to Rôle de participant), Guest role for team members (team_guestrole, ForeignKey to Rôle de participant), Default type for prompt events (prompt_calendar, ForeignKey to Event Type), Groupe de propriétés ‘Skills’ (propgroup_skills, ForeignKey to Groupe de propriétés), Groupe de propriétés ‘Soft Skills’ (propgroup_softskills, ForeignKey to Groupe de propriétés), Groupe de propriétés ‘Obstacles’ (propgroup_obstacles, ForeignKey to Groupe de propriétés), Type d’upload “permis de résidence” (residence_permit_upload_type, ForeignKey to Type d’upload), Type d’upload “permis de travail” (work_permit_upload_type, ForeignKey to Type d’upload), Type d’upload “permis de conduire” (driving_licence_upload_type, ForeignKey to Type d’upload)

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

  • Types d’événements (EventTypes) (Menu Configuration ‣ Office ‣ Types d’événements)

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)

Type de note (model)

Internal name:notes.NoteType
Implemented by:NoteType

Views on Type de note

  • Types de note (NoteTypes) (Menu Configuration ‣ Office ‣ Types de note)

Fields in Type de note

  • 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), Description (name, BabelCharField), Méthode de construction (build_method, ChoiceListField to BuildMethods), Modèle (template, CharField), important (important, BooleanField), Remarque (remark, TextField)

Actions on Type de 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

Tables referring to Type de note

  • Events/Notes (NotesByType)

Event/Note (model)

Internal name:notes.Note
Implemented by:Note

Views on Event/Note

  • Events/Notes (Notes) (Menu Explorateur ‣ 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), Contrôlé par (type) (owner_type, ForeignKey to type de contenu), Contrôlé par (object) (owner_id, GenericForeignKeyIdField), Auteur (user, ForeignKey to Utilisateur), Client (project, ForeignKey to Client), build time (build_time, DateTimeField), Méthode de construction (build_method, ChoiceListField to BuildMethods), Recipient (Organization) (company, ForeignKey to Organisation), Recipient (Person) (contact_person, ForeignKey to Personne), représenté par (contact_role, ForeignKey to Fonction), Date (date, DateField), Heure (time, TimeField), Note Type (Content) (type, ForeignKey to Type de note), Event Type (Form) (event_type, ForeignKey to Event Type), Subject (subject, CharField), Body (body, RichTextField), Langue (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
  • Dupliquer (duplicate, Duplicate)
  • Imprimer (do_print, CachedPrintAction)
  • Effacer la cache (do_clear_cache, ClearCacheAction)
  • Céer courrier (create_mail, CreateMail) – Create an email from this

Uploader (model)

Internal name:uploads.Upload
Implemented by:Upload

Views on Uploader

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

Fields in Uploader

  • ID (id, AutoField), Contrôlé par (type) (owner_type, ForeignKey to type de contenu), Contrôlé par (object) (owner_id, GenericForeignKeyIdField), Auteur (user, ForeignKey to Utilisateur), Modified (modified, DateTimeField), Created (created, DateTimeField), File (file, FileField), MIME type (mimetype, CharField), Type d’upload (type, ForeignKey to Type d’upload), expire le (valid_until, DateField), Description (description, CharField)

Actions on Uploader

  • 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

Type d’upload (model)

Internal name:uploads.UploadType
Implemented by:UploadType

Views on Type d’upload

  • Types d’upload (UploadTypes) (Menu Configuration ‣ Office ‣ Types d’upload)

Fields in Type d’upload

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

Actions on Type d’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