excerpts.Excerpt : Excerpt

Excerpt(id, build_time, build_method, user, owner_type, owner_id, company, contact_person, contact_role, excerpt_type, language)

name

type

verbose name

id

BigAutoField

ID

build_time

DateTimeField

build time

build_method

ChoiceListField

Print method

user

ForeignKey to User

Author

owner_type

ForeignKey to ContentType

Controlled by (type)

owner_id

GenericForeignKeyIdField

Controlled by (object)

company

ForeignKey to Company

Recipient (Organization)

contact_person

ForeignKey to Person

Recipient (Person)

contact_role

ForeignKey to RoleType

represented as

excerpt_type

ForeignKey to ExcerptType

Excerpt Type

language

LanguageField

Language

body_template_content

BodyTemplateContentField

Body template

preview

VirtualField

Preview

name_column

VirtualField

Name

navigation_panel

VirtualField

(None)

workflow_buttons

VirtualField

Workflow

overview

VirtualField

(None)

Master tables: excerpts.Excerpts : Excerpts, excerpts.AllExcerpts : Excerpts, excerpts.MyExcerpts : My Excerpts

Referenced from bevat.Declaration.printed_by, finan.BankStatement.printed_by, finan.JournalEntry.printed_by, finan.PaymentOrder.printed_by, sales.VatProductInvoice.printed_by, sheets.Report.printed_by

Database fields

Internal name

Verbose name

Help text

id

ID

build_time

build time

Timestamp of the built target file. Contains None if no build hasn’t been called yet.

build_method

Print method

user

Author

The author of this object. A pointer to lino.modlib.users.models.User.

owner_type

Controlled by (type)

owner_id

Controlled by (object)

company

Recipient (Organization)

The optional company of the recipient of this excerpt. See ContactRelated.company.

contact_person

Recipient (Person)

The optional contact person of the recipient of this excerpt. See ContactRelated.contact_person.

contact_role

represented as

The optional Role of the contact_person within company.

excerpt_type

Excerpt Type

The type of this excerpt (ForeignKey to ExcerptType).

language

Language

The language used for printing this excerpt.

owner

Controlled by

The object being printed by this excerpt. See Controllable.owner.

body_template_content

Body template

preview

Preview

name_column

Name

navigation_panel

None

workflow_buttons

Workflow

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

overview

None