[% 'Customer' | $T8 %] |
[% P.input_tag("customer", "", class="initial_focus wi-lightwide") %] |
[% IF SHOW_DUNNING_LEVELS %]
[% 'Dunning Level' | $T8 %] |
|
[% END %]
[% 'Invoice Number' | $T8 %] |
|
[% 'Order Number' | $T8 %] |
|
[% 'Notes' | $T8 %] |
|
[% 'Invdate from' | $T8 %] |
[% L.date_tag('transdatefrom') %] [% 'To (time)' | $T8 %] [% L.date_tag('transdateto') %] |
[% 'Dunning Date from' | $T8 %] |
[% L.date_tag('dunningfrom') %] [% 'To (time)' | $T8 %] [% L.date_tag('dunningto') %] |
[% IF ALL_DEPARTMENTS.as_list.size %]
[% 'Department' | $T8 %] |
|
[% END %]
[% 'Salesman' | $T8 %] |
[% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, class='wi-lightwide') %] |