[%- USE HTML %]
[%- USE LxERP %]
[%- USE L %]
[%- USE T8 %]
[%- BLOCK customized_report %]
[% 'Customized Report' | $T8 %] |
[% 'Year' | $T8 %] |
|
[% 'Yearly' | $T8 %] |
[% 'Quarterly' | $T8 %] |
[% 'Monthly' | $T8 %] |
|
1. [% 'Quarter' | $T8 %] |
[% 'January' | $T8 %] |
[% 'May' | $T8 %] |
[% 'September' | $T8 %] |
|
2. [% 'Quarter' | $T8 %] |
[% 'February' | $T8 %] |
[% 'June' | $T8 %] |
[% 'October' | $T8 %] |
|
3. [% 'Quarter' | $T8 %] |
[% 'March' | $T8 %] |
[% 'July' | $T8 %] |
[% 'November' | $T8 %] |
|
4. [% 'Quarter' | $T8 %] |
[% 'April' | $T8 %] |
[% 'August' | $T8 %] |
[% 'December' | $T8 %] |
|
[% 'Free report period' | $T8 %] |
[% 'From' | $T8 %] [% L.date_tag('fromdate', fromdate) %]
[% 'Bis' | $T8 %] [% L.date_tag('todate') %]
|
|
[%- END %]
[%- BLOCK cash_or_accrual %]
[% 'Method' | $T8 %] |
[% L.radio_button_tag('method', value='accrual', checked=accrual, label=LxERP.t8('Accrual')) %]
[% L.radio_button_tag('method', value='cash', checked=cash, label=LxERP.t8('EUR')) %]
|
[%- END %]
[%- BLOCK projectnumber %]
[% 'Project' | $T8 %] |
[% L.select_tag('project_id', L.options_for_select(ALL_PROJECTS, title='projectnumber', with_empty=1)) %] |
[%- END %]
[% title %]