ledger.FiscalYear (Fiscal year)

FiscalYear(id, ref, start_date, end_date, state)

Master tables : ledger.FiscalYears (Fiscal years)

Slave tables : comments.CommentsByMentioned (Mentioned in), comments.RepliesByComment (Replies), courses.ActivitiesByLine (Activities), courses.ActivitiesBySlot (Activities), courses.ActivitiesByTopic (Activities), courses.EnrolmentsByCourse (Enrolments), courses.LinesByTopic (Activity lines)

Database fields:

  • ID (id) : See <django.db.models.fields.BigAutoField: id>.

  • Reference (ref) : The reference. This must be either empty or unique.

  • Start date (start_date) : See <django.db.models.fields.DateField: start_date>.

  • End date (end_date) : See <django.db.models.fields.DateField: end_date>.

  • State (state) : See <lino.core.choicelists.ChoiceListField: state>.

  • Name (name_column) : See lino_xl.lib.ledger.models.FiscalYear.name_column.

  • (None) (navigation_panel) : See lino_xl.lib.ledger.models.FiscalYear.navigation_panel.

  • Workflow (workflow_buttons) : List of actions that change the workflow state of this object.

  • (None) (overview) : See lino_xl.lib.ledger.models.FiscalYear.overview.

Referenced from ledger.AccountingPeriod.year

Database fields

Internal name

Verbose name

Help text

id

ID

ref

Reference

The reference. This must be either empty or unique.

start_date

Start date

end_date

End date

state

State

name_column

Name

navigation_panel

None

workflow_buttons

Workflow

List of actions that change the workflow state of this object.

overview

None