contacts.Person : Person

Person(id, email, language, url, phone, gsm, fax, country, city, zip_code, region, addr1, street_prefix, street, street_no, street_box, addr2, prefix, name, remarks, partner_ptr, title, first_name, middle_name, last_name, gender, birth_date)

name

type

verbose name

id

BigAutoField

ID

email

EmailField

e-mail address

language

LanguageField

Language

url

URLField

URL

phone

CharField

Phone

gsm

CharField

GSM

fax

CharField

Fax

country

ForeignKey to Country

Country

city

ForeignKey to Place

Locality

zip_code

CharField

Zip code

region

ForeignKey to Place

County

addr1

CharField

Address line before street

street_prefix

CharField

Street prefix

street

CharField

Street

street_no

CharField

No.

street_box

CharField

Box

addr2

CharField

Address line after street

prefix

CharField

Name prefix

name

CharField

Name

remarks

TextField

Remarks

payment_term

ForeignKey to PaymentTerm

Payment term

vat_regime

ChoiceListField

VAT regime

vat_id

CharField

VAT id

purchase_account

ForeignKey to Account

Purchase account

partner_ptr

OneToOneField to Partner

Partner

title

CharField

Title

first_name

CharField

First name

middle_name

CharField

Middle name

last_name

CharField

Last name

gender

ChoiceListField

Gender

birth_date

IncompleteDateField

Birth date

name_column

VirtualField

Name

navigation_panel

VirtualField

(None)

workflow_buttons

VirtualField

Workflow

overview

VirtualField

(None)

age

VirtualField

Age

contact_details

VirtualField

Contact details

mti_navigator

VirtualField

See as

address_column

VirtualField

Address

municipality

VirtualField

Municipality

Master tables: contacts.Persons : Persons

Slave tables: contacts.RolesByPerson : Contact for

Referenced from contacts.Role.person, excerpts.Excerpt.contact_person, ledger.PaymentTerm.worker

Database fields

Internal name

Verbose name

Help text

id

ID

email

e-mail address

The primary email address.

language

Language

The language to use when communicating with this partner.

url

URL

phone

Phone

The primary phone number.

gsm

GSM

The primary mobile phone number.

fax

Fax

country

Country

city

Locality

The locality, i.e. usually a village, city or town.

zip_code

Zip code

region

County

addr1

Address line before street

Address line before street

street_prefix

Street prefix

Text to print before name of street, but to ignore for sorting.

street

Street

Name of street, without house number.

street_no

No.

House number.

street_box

Box

Text to print after street number on the same line.

addr2

Address line after street

Address line to print below street line.

prefix

Name prefix

An optional name prefix. For organisations this is inserted before the name, for persons this is inserted between first name and last name.

name

Name

The full name of this partner. Used for alphabetic sorting.

remarks

Remarks

payment_term

Payment term

The default payment term for sales invoices to this customer.

vat_regime

VAT regime

The default VAT regime to use on invoices for this partner.

vat_id

VAT id

The national VAT identification number of this partner.

purchase_account

Purchase account

The general account to suggest as default value in purchase invoices from this partner.

partner_ptr

Partner

title

Title

Used to specify a professional position or academic qualification like „Dr.“ or „PhD“.

first_name

First name

The first name, also known as given name.

middle_name

Middle name

A space-separated list of all middle names.

last_name

Last name

The last name, also known as family name.

gender

Gender

The sex of this person (male or female).

birth_date

Birth date

Uncomplete dates are allowed, e.g. „00.00.1980“ means „some day in 1980“, „00.07.1980“ means „in July 1980“ or „23.07.0000“ means „on a 23th of July“.

name_column

Name

navigation_panel

None

workflow_buttons

Workflow

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

overview

None

age

Age

Virtual field displaying the age in years.

contact_details

Contact details

mti_navigator

See as

A virtual field which defines buttons for switching between the different views.

address_column

Address

municipality

Municipality

The municipality, i.e. either the city or a parent of it.