vat.InvoiceItem : Account invoice item

InvoiceItem(id, seqno, account, total_incl, total_base, total_vat, vat_class, voucher, title)

name

type

verbose name

id

BigAutoField

ID

seqno

IntegerField

No.

account

ForeignKey to Account

Account

total_incl

PriceField

Total to pay

total_base

PriceField

Total excl. VAT

total_vat

PriceField

VAT

vat_class

ChoiceListField

VAT class

voucher

ForeignKey to VatAccountInvoice

Invoice

title

CharField

Description

name_column

VirtualField

Name

navigation_panel

VirtualField

(None)

workflow_buttons

VirtualField

Workflow

overview

VirtualField

(None)

move_buttons

VirtualField

Move

Master tables: vat.InvoiceItemTable : Account invoice items

Referenced from

Database fields

Internal name

Verbose name

Help text

id

ID

seqno

No.

The sequence number of this item with its parent.

account

Account

ForeignKey pointing to the account (ledger.Account) that is to be moved.

total_incl

Total to pay

The amount VAT included.

total_base

Total excl. VAT

The amount VAT excluded.

total_vat

VAT

The amount of VAT.

vat_class

VAT class

The VAT class to be applied for this item. A pointer to VatClasses.

voucher

Invoice

Pointer to the voucher which contains this item. Non nullable. The voucher must be a subclass of ledger.Voucher. The related_name must be “items”.

title

Description

The title of this voucher.

name_column

Name

navigation_panel

None

workflow_buttons

Workflow

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

overview

None

move_buttons

Move

Displays buttons for certain actions on this row: