Line item fields: Overview

This topic applies to "normal" line item fields, which are found on purchase order invoices and can be used to associate purchased items with a purchase order in your ERP system.

Functionally, bank account tables and tax tables also contain line items. However, they are handled somewhat differently and are therefore described separately.

Many invoices include a list of items. For example, an invoice for tools that you bought contains a list of tools.

Each line item in the list of items contains the same fields. For example, the fields might be quantity, article number, article description, and price.

A list can contain any number of line items. For example, if you bought one tool, the list contains one line item. If you bought 75 different tools, the list contains 75 line items.

Example

A list on an invoice looks like this:

Quantity

Article No.

Description

Unit Price

Price

5

12345

Screwdriver

3.00

15.00

2

9876543

Hammer

9.00

18.00

The above list contains two line items, one for screwdrivers and one for hammers.

You can use three line item field profiles like these to capture the required information in the list:

L_Quantity

Captures the quantity of every item in the list.

L_ArticleNo

Captures the article number of every item in the list.

L_Ext_Price

Captures the price of every item in the list.

What data can INVOICES capture in a list?

Single-row line items—each line item in the list is on a single row:

5

12345

Screwdriver

3.00

15.00

2

9876543

Hammer

9.00

18.00

Multi-row line items—each line item in the list is on two or more rows:

5

12345

 

 

15.00

 

 

Screwdriver

3.00

 

2

9876543

 

 

18.00

 

 

Hammer

9.00

 

5

12345

Screwdriver

3.00

 

 

 

 

 

15.00

2

9876543

 

 

 

 

 

Hammer

9.00

18.00

To capture the information in a list, define line item fields in a table field profile. Select LineItemTable as the table Type.

After optimization, INVOICES automatically tries to find and interpret the data.

Note

Working with line item fields

When to define more line items

Tips for optimizing line item tables

Line item fields: Validation

Field profiles: Overview