Revision 6db87285
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/dunning/add.html | ||
---|---|---|
6 | 6 |
|
7 | 7 |
<h1>[% title %]</h1> |
8 | 8 |
|
9 |
<form method="post" name="search" action="dn.pl" id="form">
|
|
9 |
<form method="post" name="search" action="dn.pl" id="form"> |
|
10 | 10 |
|
11 |
<table> |
|
12 |
<tr> |
|
13 |
<th align="right">[% 'Customer' | $T8 %]</th> |
|
14 |
<td colspan="3"> |
|
15 |
<input name="customer" size="35" class="initial_focus"> |
|
16 |
</td> |
|
17 |
</tr> |
|
11 |
<div class="wrapper"> |
|
18 | 12 |
|
19 |
[% IF SHOW_DEPARTMENT_SELECTION %] |
|
13 |
<table class="tbl-horizontal"> |
|
14 |
<colgroup> <col class="wi-mediumsmall"><col class="wi-lightwide"> </colgroup> |
|
15 |
<tbody> |
|
20 | 16 |
<tr> |
21 |
<th align="right">[% 'Department' | $T8 %]</th> |
|
22 |
<td colspan="3"> |
|
23 |
[% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1, style=style) %] |
|
24 |
</td> |
|
17 |
<th>[% 'Customer' | $T8 %]</th> |
|
18 |
<td><input type="text" name="customer" class="initial_focus wi-lightwide"></td> |
|
25 | 19 |
</tr> |
26 |
[% END %] |
|
27 |
|
|
28 |
[% IF SHOW_DUNNING_LEVEL_SELECTION %] |
|
20 |
[% IF SHOW_DEPARTMENT_SELECTION %] |
|
29 | 21 |
<tr> |
30 |
<th align="right">[% 'Next Dunning Level' | $T8 %]</th> |
|
31 |
<td colspan="3"> |
|
32 |
<select name="dunning_level"> |
|
33 |
<option></option> |
|
34 |
[% FOREACH row = DUNNING %]<option value="[% HTML.escape(row.id) %]">[% HTML.escape(row.dunning_description) %]</option>[% END %] |
|
35 |
</select> |
|
36 |
</td> |
|
22 |
<th align="right">[% 'Department' | $T8 %]</th> |
|
23 |
<td colspan="3"> |
|
24 |
[% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1, style=style) %] |
|
25 |
</td> |
|
37 | 26 |
</tr> |
38 | 27 |
[% END %] |
28 |
[% IF SHOW_DUNNING_LEVEL_SELECTION %] |
|
29 |
<tr> |
|
30 |
<th>[% 'Next Dunning Level' | $T8 %]</th> |
|
31 |
<td> |
|
32 |
<select name="dunning_level" class="wi-lightwide"> |
|
33 |
<option></option> |
|
34 |
[% FOREACH row = DUNNING %] |
|
35 |
<option value="[% HTML.escape(row.id) %]">[% HTML.escape(row.dunning_description) %]</option> |
|
36 |
[% END %] |
|
37 |
</select> |
|
38 |
</td> |
|
39 |
</tr> |
|
40 |
[% END %] |
|
41 |
<tr> |
|
42 |
<th>[% 'Invoice Number' | $T8 %]</th> |
|
43 |
<td><input type="text" name="invnumber" class="wi-lightwide"></td> |
|
44 |
</tr> |
|
45 |
<tr> |
|
46 |
<th>[% 'Order Number' | $T8 %]</th> |
|
47 |
<td><input type="text" name="ordnumber" class="wi-lightwide"></td> |
|
48 |
</tr> |
|
49 |
<tr> |
|
50 |
<th>[% 'Notes' | $T8 %]</th> |
|
51 |
<td><input type="text" name="notes" class="wi-lightwide"></td> |
|
52 |
</tr> |
|
53 |
<tr class="separator below"> |
|
54 |
<th>[% 'Country' | $T8 %]</th> |
|
55 |
<td><input type="text" name="country" class="wi-lightwide"></td> |
|
56 |
</tr> |
|
57 |
<tr> |
|
58 |
<th>[% 'Minimum Amount' | $T8 %]</th> |
|
59 |
<td><input type="text" name="minamount" class="wi-lightwide"></td> |
|
60 |
</tr> |
|
61 |
<tr> |
|
62 |
<th><label for="groupinvoices">[% 'Group Invoices' | $T8 %]</label></th> |
|
63 |
<td><input type="checkbox" value="1" id="groupinvoices" name="groupinvoices" checked></td> |
|
64 |
</tr> |
|
65 |
<tr> |
|
66 |
<th><label for="l_include_direct_debit">[% 'Include invoices with direct debit' | $T8 %]</label></th> |
|
67 |
<td><input type="checkbox" value="1" id="l_include_direct_debit" name="l_include_direct_debit"></td> |
|
68 |
</tr> |
|
69 |
<tr> |
|
70 |
<th><label for="l_include_credit_notes">[% 'Add open Credit Notes' | $T8 %]</label></th> |
|
71 |
<td><input type="checkbox" value="1" id="l_include_credit_notes" name="l_include_credit_notes"></td> |
|
72 |
</tr> |
|
73 |
</tbody> |
|
74 |
</table> |
|
39 | 75 |
|
40 |
<tr> |
|
41 |
<th align="right" nowrap>[% 'Invoice Number' | $T8 %]</th> |
|
42 |
<td colspan="3"><input name="invnumber" size="20"></td> |
|
43 |
</tr> |
|
44 |
|
|
45 |
<tr> |
|
46 |
<th align="right" nowrap>[% 'Order Number' | $T8 %]</th> |
|
47 |
<td colspan="3"><input name="ordnumber" size="20"></td> |
|
48 |
</tr> |
|
49 |
|
|
50 |
<tr> |
|
51 |
<th align="right" nowrap>[% 'Notes' | $T8 %]</th> |
|
52 |
<td colspan="3"><input name="notes" size="40"></td> |
|
53 |
</tr> |
|
54 |
<tr> |
|
55 |
<th align="right" nowrap>[% 'Country' | $T8 %]</th> |
|
56 |
<td colspan="3"><input name="country" size="40"></td> |
|
57 |
</tr> |
|
58 |
|
|
59 |
<tr><td colspan="2"><hr size="3" noshade></td></tr> |
|
60 |
|
|
61 |
<tr> |
|
62 |
<th align="right" nowrap>[% 'Minimum Amount' | $T8 %]</th> |
|
63 |
<td><input name="minamount" size="6"></td> |
|
64 |
</tr> |
|
65 |
|
|
66 |
<tr> |
|
67 |
<th align="right" nowrap><label for="groupinvoices">[% 'Group Invoices' | $T8 %]</label></th> |
|
68 |
<td><input type="checkbox" value="1" id="groupinvoices" name="groupinvoices" checked></td> |
|
69 |
</tr> |
|
76 |
</div><!-- /.wrapper --> |
|
70 | 77 |
|
71 |
<tr> |
|
72 |
<th align="right" nowrap><label for="l_include_direct_debit">[% 'Include invoices with direct debit' | $T8 %]</label></th> |
|
73 |
<td><input type="checkbox" value="1" id="l_include_direct_debit" name="l_include_direct_debit"></td> |
|
74 |
</tr> |
|
75 |
<tr> |
|
76 |
<th align="right" nowrap><label for="l_include_credit_notes">[% 'Add open Credit Notes' | $T8 %]</label></th> |
|
77 |
<td><input type="checkbox" value="1" id="l_include_credit_notes" name="l_include_credit_notes"></td> |
|
78 |
</tr> |
|
79 |
</table> |
|
80 |
</form> |
|
78 |
</form> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/dunning/add.html