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 written.
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 0x7f98a74342e0>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7434370>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a74344c0>
)
(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7434ee0>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7434f70>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a74350c0>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7435210>
)
(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7435c60>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7435cf0>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7435e40>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7435f90>
)
(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7436d10>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7436da0>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7436ef0>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7437040>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7437190>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a74372e0>
)
(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7437d00>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7437d90>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7437ee0>
)(unformatted:
<lino.core.elems.Wrapper object at 0x7f98a7454070>
)
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 (open_help) : Open Help Window
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 lino.admin.printing.