Revision 70053431
Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt
templates/webpages/do/form_footer.html | ||
---|---|---|
[%- USE T8 %]
|
||
[% USE HTML %][% USE LxERP %][%- USE L -%][%- USE P -%]
|
||
[%- IF delivered %]
|
||
[%- SET RO = ' readonly' %]
|
||
[%- END %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
|
||
<tr>
|
||
<td>
|
templates/webpages/do/form_header.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
[%- USE LxERP %]
|
||
[%- USE L %][%- USE P -%]
|
||
|
||
[%# Determine which shipping address to show if the delivery order has been shipped already. %]
|
||
[%- IF delivered;
|
||
SET shipto_label = [];
|
||
... | ... | |
END ;
|
||
ELSE ;
|
||
SET shipto_label = [ shiptoname, shiptodepartment_1, shiptostreet, shiptocity ] ;
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
|
||
END ;
|
||
|
||
SET shipto_label = shipto_label.grep('.') ;
|
templates/webpages/do/orders_bottom.html | ||
---|---|---|
[% USE HTML %][%- USE T8 -%][%- USE LxERP -%][%- USE P -%]
|
||
[% P.hidden_tag("type", type) %]
|
||
[% P.hidden_tag("vc", vc) %]
|
||
[% P.hidden_tag("rowcount", rowcount) %]
|
||
[% P.hidden_tag("callback", callback) %]
|
||
[% USE HTML %]
|
||
[% USE T8 %]
|
||
[% USE LxERP %]
|
||
[% USE P %]
|
||
|
||
<div id="print_options" class="hidden">
|
||
[% print_options %]
|
templates/webpages/do/search.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE L %]
|
||
[%- USE HTML %][%- USE LxERP %][%- USE P -%]
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE P %]
|
||
<h1>[% title %]</h1>
|
||
|
||
[%- IF vc == 'customer' %]
|
templates/webpages/do/stock_in_form.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE L %]
|
||
[%- USE HTML %][%- USE LxERP %][%- USE JavaScript %]
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE JavaScript %]
|
||
<h1>[% title %]</h1>
|
||
|
||
[%- UNLESS delivered %]
|
templates/webpages/do/stock_out_form.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %][%- USE LxERP %]
|
||
<h1>[% title %]</h1>
|
||
|
||
[%- IF delivered %]
|
||
... | ... | |
</script>
|
||
|
||
[%- ELSE %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
|
||
|
||
<input type="hidden" name="nextsub" value="set_stock_out">
|
||
<input type="hidden" name="rowcount" value="[% HTML.escape(WHCONTENTS.size) %]">
|
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/do/