Aids

The Aids module adds functionaliti’y to manage the different types of help projects (aids) allocated to individuals.

Aid (model)

Internal name:aids.Aid
Implemented by:Aid

Views on Aid

  • Aids (Aids) (Menu Explorer ‣ PCSW ‣ Aids)
  • Aids (AidsByX)
  • Aids (AidsByType)
  • Aids (AidsByProject)
  • Aids (AidsByDecider)
  • Aids (AidsByCategory)

Fields in Aid

  • ID (id, AutoField), Client (project, ForeignKey to Client), Decided (decided_date, DateField), Decider (decider, ForeignKey to Decider), Applies from (applies_from, DateField), Applies until (applies_until, DateField), Aid Type (type, ForeignKey to Aid Type), Category (category, ForeignKey to Category), Amount (amount, PriceField)

Actions on Aid

  • 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
  • Attest (do_attest, AttestAction) – Create an attestation from this

Category (model)

Internal name:aids.Category
Implemented by:Category

Views on Category

  • Categories (Categories)

Fields in Category

Actions on Category

  • 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 Category

  • Aids (AidsByCategory)

Decider (model)

Internal name:aids.Decider
Implemented by:Decider

Views on Decider

  • Deciders (Deciders)

Fields in Decider

Actions on Decider

  • 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 Decider

  • Aids (AidsByDecider)

Aid Type (model)

Internal name:aids.AidType
Implemented by:AidType

Views on Aid Type

  • Aid Types (AidTypes) (Menu Configure ‣ PCSW ‣ Aid Types)

Fields in Aid Type

  • ID (id, AutoField), Designation (name, BabelCharField), Build method (build_method, ChoiceListField to BuildMethods), Template (template, CharField), Remark (remark, TextField)

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

  • Aids (AidsByType)