Cours de langues

Ce module facilite la gestion des demandes de cours, principalement de langues.

Les Course providers (au pluriel) réfère à la table. L’Course provider (singulier) réfère au modèle.

Les Course Requests inactives...

Référence

Course provider (model)

Internal name:courses.CourseProvider
Implemented by:CourseProvider

Views on Course provider

  • Course providers (CourseProviders) (Menu Courses ‣ Course providers)

Fields in Course provider

  • Address line before street (addr1, CharField) – Address line before street
  • Street prefix (street_prefix, CharField) – Text to print before name of street, but to ignore for sorting.
  • Street (street, CharField) – Name of street. Without house number.
  • No. (street_no, CharField) – House number
  • Box (street_box, CharField) – Text to print after steet_no on the same line
  • Address line after street (addr2, CharField) – Address line to print below street line
  • Language (language, LanguageField) – Die Sprache, in der Dokumente ausgestellt werden sollen.
  • obsolete (is_obsolete, BooleanField) – Altfälle sind Partner, deren Stammdaten nicht mehr gepflegt werden und für neue Operationen nicht benutzt werden können.
  • ... and ID (id, AutoField), Modified (modified, DateTimeField), Created (created, DateTimeField), Country (country, ForeignKey to Country), Place (city, ForeignKey to Place), Region (region, ForeignKey to Place), Zip code (zip_code, CharField), Name (name, CharField), E-Mail (email, EmailField), URL (url, URLField), Phone (phone, CharField), GSM (gsm, CharField), Fax (fax, CharField), Remarks (remarks, TextField), activity (activity, ForeignKey to activity), Bank account 1 (bank_account1, CharField), Bank account 2 (bank_account2, CharField), Partner (partner_ptr, OneToOneField to Partner), prefix (prefix, CharField), Company type (type, ForeignKey to Organization Type), Client Contact type (client_contact_type, ForeignKey to Client Contact type), VAT id (vat_id, CharField), Organisation (company_ptr, OneToOneField to Organisation)

Actions on Course provider

  • 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
  • Labels (print_labels, PrintLabelsAction) – Generate mailing labels for these recipients
  • Merge (merge_row, MergeAction) – Merge this object into another object of same class.

Tables referring to Course provider

  • Is partner of these budgets: (BudgetsByPartner)
  • Printouts (AttestationsByCompany)
  • Member of (MembersByPerson)
  • Outbox (SentByPartner)
  • Jobs (JobsByProvider)
  • Events/Notes (NotesByCompany)
  • Accounts (AccountsByPartner)
  • Is actor in these budgets: (ActorsByPartner)
  • Contact persons (RolesByCompany)
  • Course Offers (CourseOffersByProvider)
  • Printouts (AttestationsByPerson)
  • Art.60§7 contracts (ContractsByProvider)
  • Household Members (MembersByHousehold)
  • Contact for (RolesByPerson)
  • Presences (GuestsByPartner)
  • Appointments (AppointmentsByPartner)
  • Events/Notes (NotesByPerson)

Course Content (model)

Internal name:courses.CourseContent
Implemented by:CourseContent

Views on Course Content

  • Course Contents (CourseContents) (Menu Configure ‣ Courses ‣ Course Contents)

Fields in Course Content

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

Actions on Course Content

  • 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 Course Content

  • Course Offers (CourseOffersByContent)
  • Course Requests (CourseRequestsByContent)

Course Offer (model)

Internal name:courses.CourseOffer
Implemented by:CourseOffer

Views on Course Offer

  • Course Offers (CourseOffers) (Menu Courses ‣ Course Offers)
  • Course Offers (CourseOffersByProvider)
  • Course Offers (CourseOffersByContent)

Fields in Course Offer

Actions on Course Offer

  • 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 Course Offer

  • Courses (CoursesByOffer)

Course (model)

Internal name:courses.Course
Implemented by:Course

Views on Course

  • Courses (Courses) (Menu Explorer ‣ Courses ‣ Courses)
  • Courses (CoursesByOffer)

Fields in Course

  • ID (id, AutoField), Course Offer (offer, ForeignKey to Course Offer), Name (title, CharField), start date (start_date, DateField), Remark (remark, CharField)

Actions on Course

  • 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
  • List of candidates (print_candidates, DirectPrintAction)
  • List of participants (print_participants, DirectPrintAction)
  • Print (do_print, DirectPrintAction)
  • Edit Print Template (edit_template, EditTemplate)

Tables referring to Course

  • Course Requests (RequestsByCourse)
  • Candidates (CandidatesByCourse)
  • Participants (ParticipantsByCourse)

Course Requests (model)

Internal name:courses.CourseRequest
Implemented by:CourseRequest

Views on Course Requests

  • Course Requests (CourseRequests) (Menu Explorer ‣ Courses ‣ Course Requests)
  • Pending Course Requests (PendingCourseRequests) (Menu Courses ‣ Pending Course Requests)
  • Course Requests (CourseRequestsByPerson)
  • Course Requests (CourseRequestsByContent)
  • Course Requests (RequestsByCourse)
  • Participants (ParticipantsByCourse)
  • Candidates (CandidatesByCourse)

Fields in Course Requests

  • Client (person, ForeignKey to Client) – Le client qui désire suivre un cours.
  • Course content (content, ForeignKey to Course Content) – Der gewünschte Kursinhalt.)
  • date submitted (date_submitted, DateField) – When this request has been submitted.
  • Needed for job search (urgent, BooleanField) – Check this if the request is needed for job search.
  • ... and ID (id, AutoField), Course Offer (offer, ForeignKey to Course Offer), State (state, ChoiceListField to States), Course found (course, ForeignKey to Course), Remark (remark, TextField), date ended (date_ended, DateField)

Actions on Course Requests

  • 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
  • Register (wf1, RegisterCandidate) – Register this candidate for this course.
  • Unregister (wf2, UnRegisterCandidate) – Unregister this candidate from this course.
  • Passed (wf3, ChangeStateAction) – Mark this as Passed
  • Failed (wf4, ChangeStateAction) – Mark this as Failed
  • Aborted (wf5, ChangeStateAction) – Mark this as Aborted
  • Inactive (wf6, ChangeStateAction) – Mark this as Inactive
  • Open (wf7, ChangeStateAction) – Mark this as Open

States (view)

Internal name:courses.CourseRequestStates (CourseRequestStates)

List of possible states of a Course Request

Pending Course Requests (view)

Internal name:courses.PendingCourseRequests (PendingCourseRequests)