pcsw.Clients (Bénéficiaires)

The list that opens by Contacts ‣ Clients. (more)

Inherits from lino_xl.lib.contacts.Persons

Every row of this data view is a Bénéficiaire.

User Guide: Not yet overwritten.

Columns

  • Nom (name_column) : See Nom.

  • État (client_state) : Pointer to ClientStates.

  • NISS (national_id) : The SSIN. It is a nullable char field declared unique. It is not validated directly because that would cause problems with legacy data where SSINs need manual control. See also BeIdCardHolderChecker.

  • Mobile (gsm) : The primary mobile phone number.

  • Adresse (address_column) : See Adresse.

  • Âge (age) : Virtual field displaying the age in years.

  • adresse e-mail (email) : The primary email address.

  • Téléphone (phone) : The primary phone number.

  • ID (id) : See ID.

  • Type d’aide sociale (aid_type) : See Type d'aide sociale.

  • Langue (language) : The language to use when communicating with this partner.

Detail layout

      • None (overview) : A panel with general information about this client.

          • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e73f40>)

          • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e73fa0>)

          • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e78130>)

        • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e7e880>)

          • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e78a00>)

          • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e78a60>)

          • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e7e310>)

          • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e7e370>)

          • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e7e4c0>)

        • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e82220>)

        • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e82280>)

        • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e823d0>)

        • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e82520>)

      • None (image) : Virtual field which displays the picture.

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e866d0>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e86730>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e86880>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e869d0>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e86b20>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e86c70>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e86dc0>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e89a00>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e89a60>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e89bb0>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e89d00>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e89e50>)

        • Appartenance aux ménages (households.MembersByPerson) : See Appartenance aux ménages.

        • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710df3fa0>)

      • Composition de ménage (households.SiblingsByPerson)

    • Liens de parenté (humanlinks.LinksByHuman) : Show all links for which this human is either parent or child.

    • Tests de niveau (badges.AwardsByHolder)

    • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710e02190>)

  • PIISs (isip.ContractsByClient)

  • Stages d’immersion (immersion.ContractsByClient)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710d5d790>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710d5d7c0>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710d5d910>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710d5da60>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710d5dbb0>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710d62640>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710d626a0>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710d627f0>)

      • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710d62940>)

    • (unformatted: <lino.core.elems.Wrapper object at 0x7f7710ce75b0>)

      • Problèmes de données (checkdata.ProblemsByOwner) : The base table for problem messages.

      • contact pour (contacts.RolesByPerson)

Toolbar actions

  • HTML (show_as_html) : Show this table in Bootstrap3 interface

  • Table (landscape) (as_pdf) : Show this table as a pdf document.

  • Table (portrait) (as_pdf_p) : Show this table as a pdf document.

  • Labels (print_labels) : Add this action to your table, which is expected to execute on a model which implements Addressable.

  • Export to .xls (export_excel) : Export this table as an .xls document

  • None (grid_post) : See (unformatted: <lino.core.actions.CreateRow grid_post>).

  • None (grid_put) : See (unformatted: <lino.core.actions.SaveGridCell grid_put>).

  • Nouveau (insert) : Open a dialog window to insert a new Bénéficiaire.

  • Créer (submit_insert) : Like the standard lino.core.actions.SubmitInsert, but adds a confirmation if there is a possible duplicate record.

  • (duplicate) : Duplicate the selected row.

  • Détail (detail) : Open a detail window on records of debts.

  • Supprimer (delete_selected) : Supprimer cet enregistrement

  • Fusionner (merge_row) : See (unformatted: <lino.core.merge.MergeAction merge_row ('Fusionner')>).

  • Terms & conditions (create_excerpt1) : Create an excerpt in order to print this data record.

  • Curriculum vitae (create_excerpt16) : Create an excerpt in order to print this data record.

  • Contenu carte eID (create_excerpt18) : Create an excerpt in order to print this data record.

  • Plan d’action (create_excerpt19) : Create an excerpt in order to print this data record.

  • Fiche client (do_print) : Create an excerpt in order to print this data record.

  • Fichiers téléchargés (show_uploads) : Opens a data window with the uploaded files associated to this database object.

  • Check data (check_data) : See (unformatted: <lino.modlib.checkdata.models.UpdateProblemsByController check_data ('Check data')>).

  • Update summary data (check_summaries) : Update summary data for this object.

  • Réparer les problèmes de données (fix_problems) : See (unformatted: <lino.modlib.checkdata.models.FixProblemsByController fix_problems ('Réparer les problèmes de données')>).

  • None (grid) : See (unformatted: <lino.core.actions.ShowTable grid>).

  • Lire carte eID (read_beid) : Lire carte eID et mettre à jour ce déteneur

  • None (validate) : See (unformatted: <lino.core.actions.ValidateForm validate>).

  • Lire carte eID (find_by_beid) : Lire carte eID et localiser ou créer le déteneur

  • Courrier sortant (mails_by_project) : See (unformatted: <lino.core.actions.ShowSlaveTable mails_by_project ('Courrier sortant')>).

  • Enregistrer (submit_detail) : Enregistrer les changements dans ce formulaire

  • Enregistrer consultation (create_visit) : See (unformatted: <lino_welfare.modlib.reception.models.CreateClientVisit create_visit ('Enregistrer consultation')>).

  • Trouver rendez-vous avec… (find_date) : See (unformatted: <lino.core.actions.ShowSlaveTable find_date ('Trouver rendez-vous avec...')>).

Filter parameters

  • Intervenant (coached_by) : Nur Klienten, die eine Begleitung mit diesem Benutzer haben.

  • et par (and_coached_by) : Nur Klienten, die auch mit diesem Benutzer eine Begleitung haben.

  • Nationalité (nationality) : See nationality.

  • Évènement observé (observed_event) : Extended filter criteria, e.g.:<br/>Active: All those who have some active coaching.

  • Dossiers titulaires seulement (only_primary) : Nur Klienten, die eine effektive <b>primäre</b> Begleitung haben.

  • aussi clients obsolètes (also_obsolete) : Show also obsolete records.

  • Période du (start_date) : Start date of observed period

  • au (end_date) : End date of observed period

  • Agé(e)s de (aged_from) : Select only persons aged at least the given number of years.

  • Agé(e)s jusque (aged_to) : Select only persons aged at most the given number of years.

  • État (client_state) : If not empty, show only Clients whose client_state equals the specified value.

  • None (None) : See None.

  • Client contact organization (client_contact_company) : Only clients having a contact with that organization

  • Sexe (gender) : The sex of this person (male or female).