Print

Overview of codes for data generation

Entity name

name 

Formatted address

formatted_address

Street

street 

House number

street_number

Street and number

formatted_street

Registration number

reg_number

Orientation number

building_number

Municipality

municipality

PSČ

postal_code

District

region

IČO

cin

IČ DPH

vatin

DIČ

tin

Legal form

legal_form

Registration number

registration_number

Registrar

registration_office

Date of registration

established_on

Country

country

Statutory representative: first and last name (first in order)

statutory[0].full_name

Statutory representative: first and last name (second in order)

statutory[1].full_name

Statutory representative: first and last name (third in order)

statutory[2].full_name

Statutory representative: function (first in order)

statutory[0].type

Statutory representative: street (first in order)

statutory[0].street

Statutory representative: orientation number (first in order)

statutory[0].building_number

Statutory representative: registration number (first in order)

statutory[0].reg_number

Statutory representative: postal code (first in order)

statutory[0].postal_code

Statutory representative: municipality (first in order)

statutory[0].municipality

Code for application number

{application_number}

Code for contract number

{agreement_no}

Code for programme name

{program_name}

Code for project name

{project_name}

Code for numbering contracts from a specific number

{sum(counter,62)}

Code for the approved amount

{granted_sum}

Code for the approved amount without the „€“ sign

{currency(granted_sum, „#“)}

Code for the approved amount – in words

{nospaces(spell(granted_sum, „“))}

Code for calculating 10% of the approved amount

{percent(granted_sum,10)}

Code for calculating 10% of the approved amount in 0.00 format

{number_format(percent(granted_sum,10),2,“,“,““))}

Code for calculating 10% of the approved amount – in words

{nospaces(spell(percent(granted_sum,10) „“))}

Code for the application submission date

{submitted}

Code for the application submission date (without exact time)

{date(„d.m.Y“,submitted)}

Code for the current date

{date(„d.m.Y“,now())}

Code for the final report submission date

{@final.submitted}

Code for the final report submission date (without exact time)

{date(„d.m.Y“,@final.submitted)}

Code for the manager's first and last name

{active_user.full_name}

Code for the manager's first name

{active_user.first_name}

Code for the manager's last name

{active_user.surname}

Code for the manager's e-mail

{active_user.email}

Code for the manager's phone number

{active_user.phone}

Table of Contents
×