5 <h1>[% 'Journal' | $T8 %]</h1>
7 <form method="post" id="form" action="gl.pl">
9 <input type="hidden" name="sort" value="datesort">
13 <table class="tbl-horizontal">
16 <th>[% 'Reference / Invoice Number' | $T8 %]</th>
17 <td>[% L.input_tag('reference', '', class='wi-normal initial_focus', name='reference') %]</td>
20 <th>[% 'Source' | $T8 %]</th>
21 <td>[% L.input_tag('source', '', class='wi-normal', name='source') %]</td>
24 [% IF ALL_DEPARTMENTS %]
26 <th>[% 'Department' | $T8 %]</th>
27 <td>[% L.select_tag('department_id', ALL_DEPARTMENTS, title_key='description', with_empty=1, class='wi-normal') %]</td>
31 <th>[% 'Description' | $T8 %]</th>
32 <td>[% L.input_tag('description', '', class='wi-normal', name='description') %]</td>
35 <th>[% 'Account Number' | $T8 %]</th>
36 <td>[% L.input_tag('accno', '', class='wi-normal', name='accno') %]</td>
39 <th>[% 'Notes' | $T8 %]</th>
40 <td>[% L.input_tag('notes', '', class='wi-normal', name='notes') %]</td>
43 <th>[% 'Transaction description' | $T8 %]</th>
44 <td>[% L.input_tag('transaction_description', '', class='wi-normal') %]</td>
47 <th>[% 'Project Number' | $T8 %]</th>
48 <td>[% L.select_tag('project_id', ALL_PROJECTS, title_key='projectnumber', with_empty=1, class='wi-normal') %]</td>
51 <th>[% 'Employee' | $T8 %]</th>
52 <td>[% L.select_tag('employee_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, class='wi-normal') %]</td>
55 <th>[% 'Filter date by' | $T8 %]</th>
57 <input name="datesort" type="radio" value="transdate" checked> [% 'Transdate' | $T8 %] <br>
58 <input name="datesort" type="radio" value="gldate"> [% 'Gldate' | $T8 %]</td>
61 <th>[% 'From' | $T8 %]</th>
62 <td>[% L.date_tag('datefrom') %] [% 'To (time)' | $T8 %] [% L.date_tag('dateto') %]</td>
67 </div><!-- /.wrapper -->
69 <div class="wrapper form-addition control-panel">
70 <h3>[% 'Include in Report' | $T8 %]</h3>
71 <div class="list col">
72 <h4 class="caption">[% 'Scope' | $T8 %]</h4>
74 <input name="category" type="radio" value="X" checked> [% 'All' | $T8 %]
77 <input name="category" type="radio" value="A"> [% 'Asset' | $T8 %]
80 <input name="category" type="radio" value="L"> [% 'Liability' | $T8 %]
83 <input name="category" type="radio" value="I"> [% 'Revenue' | $T8 %]
86 <input name="category" type="radio" value="E"> [% 'Expense' | $T8 %]
89 <div class="list col">
90 <h4>[% 'Transaction Details' | $T8 %]</h4>
92 <input name="l_transdate" type="checkbox" value="Y" checked> [% 'Transdate' | $T8 %]
95 <input name="l_gldate" type="checkbox" value="Y" checked> [% 'Gldate' | $T8 %]
98 <input name="l_id" type="checkbox" value="Y"> [% 'ID' | $T8 %]
101 <input name="l_reference" type="checkbox" value="Y" checked> [% 'Reference' | $T8 %]
104 <input name="l_source" type="checkbox" value="Y" checked> [% 'Source' | $T8 %]
107 <input name="l_description" type="checkbox" value="Y" checked> [% 'Description' | $T8 %]
110 <input name="l_notes" type="checkbox" value="Y"> [% 'Notes' | $T8 %]
113 <div class="list col">
114 <h4>[% 'Accounts & Sum' | $T8 %]</h4>
116 <input name="l_debit" type="checkbox" value="Y" checked> [% 'Debit' | $T8 %]
119 <input name="l_credit" type="checkbox" value="Y" checked> [% 'Credit' | $T8 %]
122 <input name="l_accno" type="checkbox" value="Y" checked> [% 'Account' | $T8 %]
125 <input name="l_subtotal" type="checkbox" value="Y"> [% 'Subtotal' | $T8 %]
128 <div class="list col">
129 <h4>[% 'Miscellaneous' | $T8 %]</h4>
131 <input name="l_projectnumbers" type="checkbox" value="Y"> [% 'Project Number' | $T8 %]
134 <input name="l_employee" type="checkbox" value="Y"> [% 'Employee' | $T8 %]
136 [%- IF ALL_DEPARTMENTS %]
138 <input name="l_department" class=checkbox type=checkbox value=Y> [% 'Department' | $T8 %]
143 <!-- /.wrapper.form-addition -->