Data

Contents

General Information

The available data fields in each section consist of real and virtual attributes.
Those virtual attributes are convenience wrappers for regions where you would normally need a couple of fields to accomplish the same output.

Example of a virtual field maybe used in an email:

[client.salutation_and_name], thanks for your payment...

instead of
Dear [client.name], thanks for your payment...

instead of
Dear [client.title][client.first_name][client.last_name], thanks for your payment...

The data field [user.name] does not really exist in the database and is created by concatenating several fields on the fly.

You should be aware of this fact because those fields are not writable in case you are using the API.

Available Data Sections

Invoice data

Estimate data

Credit note data

Payment reminder data

Order data

Client data

User data

Company data

Payment data