14 |
14 |
<tbody>
|
15 |
15 |
<tr>
|
16 |
16 |
<th>[% 'Reference / Invoice Number' | $T8 %]</th>
|
17 |
|
<td><input name="reference" class="wi-normal initial_focus" type="text"></td>
|
|
17 |
<td>[% L.input_tag('reference', '', class='wi-normal initial_focus', name='reference') %]</td>
|
18 |
18 |
</tr>
|
19 |
19 |
<tr>
|
20 |
20 |
<th>[% 'Source' | $T8 %]</th>
|
21 |
|
<td><input name="source" class="wi-normal" type="text"></td>
|
|
21 |
<td>[% L.input_tag('source', '', class='wi-normal', name='source') %]</td>
|
|
22 |
|
22 |
23 |
</tr>
|
23 |
24 |
[% IF ALL_DEPARTMENTS %]
|
24 |
25 |
<tr>
|
... | ... | |
28 |
29 |
[% END %]
|
29 |
30 |
<tr>
|
30 |
31 |
<th>[% 'Description' | $T8 %]</th>
|
31 |
|
<td><input name="description" class="wi-normal" type="text"></td>
|
|
32 |
<td>[% L.input_tag('description', '', class='wi-normal', name='description') %]</td>
|
32 |
33 |
</tr>
|
33 |
34 |
<tr>
|
34 |
35 |
<th>[% 'Account Number' | $T8 %]</th>
|
35 |
|
<td><input name="accno" class="wi-normal" type="text"></td>
|
|
36 |
<td>[% L.input_tag('accno', '', class='wi-normal', name='accno') %]</td>
|
36 |
37 |
</tr>
|
37 |
38 |
<tr>
|
38 |
39 |
<th>[% 'Notes' | $T8 %]</th>
|
39 |
|
<td><input name="notes" class="wi-normal" type="text"></td>
|
|
40 |
<td>[% L.input_tag('notes', '', class='wi-normal', name='notes') %]</td>
|
40 |
41 |
</tr>
|
|
42 |
<tr>
|
|
43 |
<th>[% 'Transaction description' | $T8 %]</th>
|
|
44 |
<td>[% L.input_tag('transaction_description', '', class='wi-normal') %]</td>
|
|
45 |
</tr>
|
41 |
46 |
<tr>
|
42 |
47 |
<th>[% 'Project Number' | $T8 %]</th>
|
43 |
48 |
<td>[% L.select_tag('project_id', ALL_PROJECTS, title_key='projectnumber', with_empty=1, class='wi-normal') %]</td>
|
deisgn4.0: Hauptbuch: Vorgangsbezeichnung aufgenommen