aids.AidTypes
(Types d’aide sociale)¶
No help_text for aids.AidTypes
Every row of this data view is a Type d'aide sociale
.
User Guide: Not yet overwritten.
Columns
Désignation (
name
) : The designation of this aid type as seen by the user e.g. when selecting an aid type.Désignation (nl) (
name_nl
) : SeeDésignation (nl)
.Désignation (de) (
name_de
) : SeeDésignation (de)
.Désignation (en) (
name_en
) : SeeDésignation (en)
.Conseil (
board
) : Pointer to the default lino_xl.lib.boards.models.Board for aid projects of this type.short name (
short_name
) : The short name for internal use, e.g. when a user must select an aid type from a combobox.
Detail layout
(unformatted:
<lino.core.elems.Wrapper object at 0x7f7710691100>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f7710691160>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f77106912b0>
)
(unformatted:
<lino.core.elems.Wrapper object at 0x7f7710691d60>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f7710691dc0>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f7710691f10>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f77106950a0>
)
(unformatted:
<lino.core.elems.Wrapper object at 0x7f7710695b20>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f7710695b80>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f7710695cd0>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f7710695e20>
)
(unformatted:
<lino.core.elems.Wrapper object at 0x7f7710699c10>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f7710699c70>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f7710699dc0>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f7710699f10>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f771069d0a0>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f771069d1f0>
)
(unformatted:
<lino.core.elems.Wrapper object at 0x7f771069dc40>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f771069dca0>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f771069ddf0>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f771069df40>
)
Octrois d’aide (aids.GrantingsByType)
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.
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 Type d’aide sociale.
Créer (submit_insert) : Create the record and open a detail window on it
Détail (detail) : Open a detail window on records of aids.
Supprimer (delete_selected) : Supprimer cet enregistrement
None (grid) : See (unformatted:
<lino.core.actions.ShowTable grid>
).None (validate) : See (unformatted:
<lino.core.actions.ValidateForm validate>
).Enregistrer (submit_detail) : Enregistrer les changements dans ce formulaire
Hidden columns
ID (
id
) : SeeID
.Organisation (
company
) : Pointer to Company.Represented by (
contact_person
) : Pointer to Person.Represented as (
contact_role
) : The optional Role of the contact_person within company.Excerpt title (
excerpt_title
) : The text to print as title in confirmations. See also lino_xl.lib.excerpts.mixins.ExcerptTitle.excerpt_title.Excerpt title (nl) (
excerpt_title_nl
) : SeeExcerpt title (nl)
.Excerpt title (de) (
excerpt_title_de
) : SeeExcerpt title (de)
.Excerpt title (en) (
excerpt_title_en
) : SeeExcerpt title (en)
.Régime d’aide (
aid_regime
) : SeeRégime d'aide
.Type de confirmation d’aide (
confirmation_type
) : The database model to use for issuing an aid confirmation of this type. This is a mandatory pointer to ConfirmationTypes.Imprimer directement (
print_directly
) : SeeImprimer directement
.Integration duty (
is_integ_duty
) : Whether aid grantings of this type are considered as duty for integration contract.Urgent (
is_urgent
) : Whether aid grantings of this type are considered as urgent. This is used by Confirmation.get_urgent_granting()Confirmé par le titulaire (
confirmed_by_primary_coach
) : Whether grantings for this aid type are to be signed by the client’s primary coach (see Client.get_primary_coach).Type de contact client (
pharmacy_type
) : A pointer to the ClientContactType to be used when selecting the pharmacy of a refund confirmation (RefundConfirmation.pharmacy).Types d’adresse (
address_type
) : Which client address to print on confirmations. If this is empty, Lino will use the primary address.Body template (
body_template
) : The body template to use when printing a confirmation of this type. If this field is empty, Lino uses the excerpt type’s body_template. See also /admin/printing.