Revision 5d9780f2
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/client_config/_attachments.html | ||
---|---|---|
[%- USE LxERP -%][%- USE L -%]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
|
||
<div id="attachments">
|
||
[% SET file_type = 'attachment' %]
|
||
[% INCLUDE 'file/rename_dialog.html' %]
|
templates/webpages/client_config/_datev_check_configuration.html | ||
---|---|---|
[%- USE LxERP -%][%- USE L -%]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
|
||
<div id="datev_check_configuration">
|
||
<table>
|
||
<tr>
|
templates/webpages/client_config/_default_accounts.html | ||
---|---|---|
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 -%]
|
||
[% SET style="width: 500px" %]
|
||
[%# L.dump( SELF.defaults ) %]
|
||
<div id="default_accounts">
|
||
... | ... | |
<td align="right">[% LxERP.t8("Foreign Exchange Gain") %]</td>
|
||
<td>[% P.chart.picker('defaults.fxgain_accno_id', SELF.defaults.fxgain_accno_id, category='I,A', choose=1, style=style) %]<td>
|
||
</tr>
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE T8 %]
|
||
[% USE P %]
|
||
|
||
<tr>
|
||
<td align="right">[% LxERP.t8("Foreign Exchange Loss") %]</td>
|
templates/webpages/client_config/_features.html | ||
---|---|---|
[%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 %]
|
||
[% SET style="width: 250px" %]
|
||
<div id="features">
|
||
<table>
|
||
... | ... | |
<td>[% L.yes_no_tag('defaults.allow_sales_invoice_from_sales_quotation', SELF.defaults.allow_sales_invoice_from_sales_quotation) %]</td>
|
||
<td>[% LxERP.t8('If disabled sales quotations cannot be converted into sales invoices directly.') %]</td>
|
||
</tr>
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
[% USE T8 %]
|
||
|
||
<tr>
|
||
<td align="right">[% LxERP.t8('Allow conversion from sales orders to sales invoices') %]</td>
|
templates/webpages/client_config/_miscellaneous.html | ||
---|---|---|
[%- USE LxERP -%][%- USE L -%][%- USE HTML -%]
|
||
[% SET style="width: 400px" %]
|
||
<div id="miscellaneous">
|
||
<table>
|
||
... | ... | |
<td align="right">[% LxERP.t8('Default Customer/Vendor Language') %]</td>
|
||
<td>[% L.select_tag('defaults.language_id', SELF.all_languages, title_key='description', default=SELF.defaults.language_id, with_empty=1, style=style) %]</td>
|
||
</tr>
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE HTML %]
|
||
[% USE T8 %]
|
||
|
||
<tr><td class="listheading" colspan="4">[% LxERP.t8("Print templates") %]</td></tr>
|
||
|
templates/webpages/client_config/_orders_deleteable.html | ||
---|---|---|
[%- USE LxERP -%][%- USE L -%]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE T8 %]
|
||
|
||
<div id="orders_deleteable">
|
||
<table>
|
||
<tr>
|
templates/webpages/client_config/_posting_configuration.html | ||
---|---|---|
[%- USE L -%][%- USE LxERP -%]
|
||
[% USE L %]
|
||
[% USE LxERP %]
|
||
[% USE T8 %]
|
||
|
||
<div id="posting_configuration">
|
||
<table>
|
||
<tr>
|
templates/webpages/client_config/_ranges_of_numbers.html | ||
---|---|---|
[%- USE LxERP -%][%- USE L -%][%- USE HTML -%]
|
||
<div id="ranges_of_numbers">
|
||
<table>
|
||
<tr>
|
||
... | ... | |
<td align="right" nowrap>[% LxERP.t8('Last Vendor Number') %]</td>
|
||
<td>[% L.input_tag("defaults.vendornumber", SELF.defaults.vendornumber, size="15") %]</td>
|
||
</tr>
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE HTML %]
|
||
[% USE T8 %]
|
||
|
||
<tr>
|
||
<td align="right" nowrap>[% LxERP.t8('Last Sales Order Number') %]</td>
|
templates/webpages/client_config/_stocktaking.html | ||
---|---|---|
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%]
|
||
<div id="stocktaking">
|
||
<table>
|
||
<tr>
|
||
... | ... | |
</td>
|
||
</tr>
|
||
<tr>
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE T8 %]
|
||
|
||
<tr>
|
||
<td align="right" nowrap="true">[% LxERP.t8('Threshold for warning on quantity difference') %]</td>
|
templates/webpages/client_config/_warehouse.html | ||
---|---|---|
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE T8 %]
|
||
|
||
<div id="warehouse">
|
||
<table>
|
||
<tr>
|
templates/webpages/client_config/form.html | ||
---|---|---|
[%- USE L %][% USE LxERP %][% USE HTML %][%- USE JavaScript -%]
|
||
<script type="text/javascript" src="js/common.js"></script>
|
||
<script type="text/javascript">
|
||
<!--
|
||
... | ... | |
function verifyRootPath(elem) {
|
||
if ( elem.value == "" ) {
|
||
elem.value="./documents";
|
||
[% USE L %]
|
||
[% USE LxERP %]
|
||
[% USE HTML %]
|
||
[% USE JavaScript %]
|
||
[% USE T8 %]
|
||
|
||
}
|
||
}
|
||
|
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/client_config/