piecash_utilities.report package¶
Submodules¶
piecash_utilities.report.options module¶
- class piecash_utilities.report.options.Option(type, section, sort_tag, documentation_string, default_value, name=None)[source]¶
Bases: builtins.object
An option to be used in a report
- type¶
str – the type of the option of the form ‘gnc:make-number-range-option’
- section¶
str – the section/tab where the option should appear in the option dialog
- sort_tag¶
str – a string defining the sort order in the tab
- documentation_string¶
str – the doc string of the option
- default_value¶
str – the default value of the option
- name¶
str – the name of the variable