[% USE HTML %]
[% title %]

[%- IF module == 'IC' %] [%- END %]
Module [%- INCLUDE generic/multibox.html name = 'module', id_key = 'module', label_key = 'description', DATA = MODULES %]
Name(1)
Description(2)
Type
Default value(3)
Options(4)
Searchable
Includeable in reports
Editable(5)

[%- IF id %] [%- END %]


Annotations

(1) The variable name must only consist of letters, numbers and underscores. It must begin with a letter. Example: send_christmas_present

(2) The description is shown on the form. Chose something short and descriptive.

(3) The default value depends on the variable type:

(4) The available options depend on the varibale type:


Other values are ignored.

[%- IF module == 'IC' %]

(5) A variable marked as 'editable' can be changed in each quotation, order, invoice etc. Otherwise the variable is only available for printing.

[%- END %]