ledger.AccountingPeriod : Accounting period

AccountingPeriod(id, ref, start_date, end_date, state, year, remark)

name

type

verbose name

id

BigAutoField

ID

ref

CharField

Reference

start_date

DateField

Start date

end_date

DateField

End date

state

ChoiceListField

State

year

ForeignKey to FiscalYear

Fiscal year

remark

CharField

Remark

name_column

VirtualField

Name

navigation_panel

VirtualField

(None)

workflow_buttons

VirtualField

Workflow

overview

VirtualField

(None)

Master tables: ledger.AccountingPeriods : Accounting periods

Referenced from bevat.Declaration.end_period, bevat.Declaration.start_period, ledger.Voucher.accounting_period, sheets.Report.end_period, sheets.Report.start_period

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

year

Fiscal year

remark

Remark

name_column

Name

navigation_panel

None

workflow_buttons

Workflow

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

overview

None