Revision 02a2074e
Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt
templates/webpages/vk/search_invoice.html | ||
---|---|---|
</tbody>
|
||
</table>
|
||
|
||
<table class="tbl-horizontal">
|
||
<caption>[% 'Parts' | $T8 %]</caption>
|
||
<colgroup> <col class="wi-small"><col class="wi-lightwide"> </colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td></td>
|
||
<td colspan="7">
|
||
<hr size="1" noshade="">
|
||
</td>
|
||
<th>[% 'Part Number' | $T8 %]</th>
|
||
<td>[% P.input_tag("partnumber", "", class='wi-small') %]</td>
|
||
</tr>
|
||
<tr>
|
||
|
||
<th>[% 'Part Description' | $T8 %]</th>
|
||
<td>[% P.input_tag("description", "", class='wi-wide') %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align=right>[% 'Customer' | $T8 %]</th>
|
||
<td>[% P.input_tag("customer", "", class="initial_focus", style=style) %]</td>
|
||
|
||
<th align="right" nowrap>[% 'Customer Number' | $T8 %]</th>
|
||
<td>[% P.input_tag("customernumber", "", style=style) %]</td>
|
||
<th>[% 'Partsgroup' | $T8 %]</th>
|
||
<td>[% P.select_tag("partsgroup_id", ALL_PARTSGROUPS, title_key="partsgroup", with_empty=1, class='wi-wide') %]</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<table class="tbl-horizontal">
|
||
<caption>[% 'Invoices' | $T8 %]</caption>
|
||
<colgroup> <col class="wi-small"><col class="wi-wide"> </colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<th align=right nowrap>[% 'Department' | $T8 %]</th>
|
||
<td>
|
||
[%- L.select_tag('department_id',
|
||
ALL_DEPARTMENTS,
|
||
title_key = 'description',
|
||
with_empty = 1,
|
||
style = style)
|
||
-%]
|
||
</td>
|
||
|
||
<th align="right">[% 'Project Number' | $T8 %]</th>
|
||
<td>[% P.project.picker("project_id", "", style=style) %]</td>
|
||
<th>[% 'Invoice Date' | $T8 %]</th>
|
||
<td><span class="wi-date">
|
||
[% #'From' | $T8 %]
|
||
[% L.date_tag('transdatefrom') %]
|
||
[% 'Bis' | $T8 %]
|
||
[% L.date_tag('transdateto') %]
|
||
</span></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
</div><!-- /.col -->
|
||
|
||
<div class="col">
|
||
|
||
<table class="tbl-horizontal">
|
||
<caption>[% 'Customers' | $T8 %]</caption>
|
||
<colgroup> <col class="wi-small"><col class="wi-lightwide"> </colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Part Number' | $T8 %]</th>
|
||
<td>[% P.input_tag("partnumber", "", style=style) %]</td>
|
||
<th>[% 'Customer' | $T8 %]</th>
|
||
<td>[% P.input_tag( "customer", "", class="initial_focus", class='wi-wide' ) %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Part Description' | $T8 %]</th>
|
||
<td>[% P.input_tag("description", "", style=style) %]</td>
|
||
<th>[% 'Customer Number' | $T8 %]</th>
|
||
<td>[% P.input_tag( "customernumber", "", class='wi-small' ) %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align="right">[% 'Partsgroup' | $T8 %]</th>
|
||
<td>[% P.select_tag("partsgroup_id", ALL_PARTSGROUPS, title_key="partsgroup", with_empty=1, style=style) %]</td>
|
||
<td align="right" nowrap>[% 'Country' | $T8 %]</td>
|
||
<td>[% P.input_tag("country", "", style=style) %]</td>
|
||
<th>[% 'Customer type' | $T8 %]</th>
|
||
<td>[% L.select_tag("business_id", ALL_BUSINESS_TYPES, title_key="description", with_empty=1, class='wi-wide') %]</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<table class="tbl-horizontal">
|
||
<caption>[% 'Handling' | $T8 %]</caption>
|
||
<colgroup> <col class="wi-small"><col class="wi-lightwide"> </colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<th align="right">[% 'Employee' | $T8 %]</th>
|
||
<td>[% L.select_tag("employee_id", ALL_EMPLOYEES, title_key="safe_name", with_empty=1, style=style) %]</td>
|
||
|
||
<th align="right">[% 'Salesman' | $T8 %]</th>
|
||
<td>[% L.select_tag("salesman_id", ALL_EMPLOYEES, title_key="safe_name", with_empty=1, style=style) %]</td>
|
||
<th>[% 'Employee' | $T8 %]</th>
|
||
<td>[% L.select_tag("employee_id", ALL_EMPLOYEES, title_key="safe_name", with_empty=1, class='wi-wide') %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align="right">[% 'Customer type' | $T8 %]</th>
|
||
<td>[% L.select_tag("business_id", ALL_BUSINESS_TYPES, title_key="description", with_empty=1, style=style) %]</td>
|
||
<th>[% 'Salesman' | $T8 %]</th>
|
||
<td>[% L.select_tag("salesman_id", ALL_EMPLOYEES, title_key="safe_name", with_empty=1, class='wi-wide') %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align=right nowrap>[% 'Invoice Date' | $T8 %] [% 'From' | $T8 %]</th>
|
||
<td>
|
||
[% L.date_tag('transdatefrom') %]
|
||
[% 'Bis' | $T8 %]
|
||
[% L.date_tag('transdateto') %]
|
||
</td>
|
||
<th>[% 'Department' | $T8 %]</th>
|
||
<td>[% L.select_tag( 'department_id', ALL_DEPARTMENTS, title_key='description', with_empty = 1, class='wi-wide' ) %]</td>
|
||
</tr>
|
||
|
||
|
||
<tr>
|
||
<td></td>
|
||
<th colspan="4" align="left">
|
||
[% 'Filter for customer variables' | $T8 %]
|
||
</th>
|
||
<th>[% 'Project Number' | $T8 %]</th>
|
||
<td>[% P.project.picker("project_id", "", class='wi-small') %]</td>
|
||
</tr>
|
||
[% CUSTOM_VARIABLES_FILTER_CODE_CT %]
|
||
<tr>
|
||
<th>[% 'Country' | $T8 %]</th>
|
||
<td>[% P.input_tag("country", "", class='wi-wide') %]</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
</div><!-- /.col -->
|
||
|
||
<div class="col">
|
||
|
||
<table class="tbl-horizontal">
|
||
<caption>[% 'Filter for customer variables' | $T8 %]</caption>
|
||
<colgroup> <col class="wi-small"><col class="wi-lightwide"> </colgroup>
|
||
<tbody>
|
||
[% CUSTOM_VARIABLES_FILTER_CODE_CT %]
|
||
<tr>
|
||
<td></td>
|
||
<th colspan="4" align="left">
|
||
[% 'Filter for item variables' | $T8 %]
|
||
</th>
|
||
<th class="caption" colspan="2">[% 'Filter for item variables' | $T8 %]</th>
|
||
</tr>
|
||
[% CUSTOM_VARIABLES_FILTER_CODE_IC %]
|
||
</tbody>
|
||
</table>
|
||
|
||
</div>
|
||
|
||
</div><!-- /.wrapper -->
|
||
|
||
<div class="buttons">
|
||
<input type=submit name=action value="[% 'Continue' | $T8 %]">
|
||
</div>
|
||
|
||
<div class="wrapper form-addition control-panel">
|
||
<h3>[% 'Include in Report' | $T8 %]</h3>
|
||
... | ... | |
|
||
</form>
|
||
|
||
<script type="text/javascript">
|
||
<!--
|
||
$(document).ready(function(){
|
||
$('customer').focus();
|
||
})
|
||
//-->
|
||
</script>
|
||
<script type="text/javascript"><!--
|
||
$(document).ready(function(){
|
||
$('customer').focus();
|
||
})
|
||
//--></script>
|
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/vk/search_invoice.html Neue Ordnung in Suchmaske