Revision 6b53e063
Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt
templates/webpages/ca/list.html | ||
---|---|---|
|
||
<form method=post action="[% script %]">
|
||
|
||
<div class="wrapper">
|
||
[% L.hidden_tag('accno', accno) %]
|
||
[% L.hidden_tag('description', description) %]
|
||
[% L.hidden_tag('sort', 'transdate') %]
|
||
[% L.hidden_tag('accounttype', accounttype) %]
|
||
|
||
<table>
|
||
<tr>
|
||
<th align=left>[% L.radio_button_tag('reporttype', value='custom', label=LxERP.t8('Customized Report')) %]</th>
|
||
</tr>
|
||
<tr>
|
||
<th colspan=1>[% 'Year' | $T8 %]</th>
|
||
<td><input name=year size=11 title="[% 'YYYY' | $T8 %]" value="[% year %]"></td>
|
||
</tr>
|
||
<table class="tbl-horizontal">
|
||
<colgroup> <col style="width:1.4em;"><col class="wi-small"><col class="wi-lightwide"> </colgroup>
|
||
<caption>[% 'Periods' | $T8 %]</caption>
|
||
<tbody>
|
||
<tr>
|
||
<th colspan="3">
|
||
<h4>
|
||
[% L.radio_button_tag('reporttype', value='custom', id='reporttype_custom') %]
|
||
<label for="reporttype_custom">[% LxERP.t8('Customized Report') %]</label>
|
||
</h4>
|
||
</th>
|
||
</tr>
|
||
<tr>
|
||
<th></th>
|
||
<th>[% 'Year' | $T8 %]</th>
|
||
<td><input type="text" name=year class="wi-smallest" title="[% 'YYYY' | $T8 %]" value="[% year %]"></td>
|
||
</tr>
|
||
<tr>
|
||
<th></th>
|
||
<th colspan="2"><h4>[% 'Periods' | $T8 %]</h4></th>
|
||
</tr>
|
||
<tr>
|
||
<th></th>
|
||
<th>[% 'Yearly' | $T8 %]</th>
|
||
<td>[% L.radio_button_tag('duetyp', value=13, label=LxERP.t8('Yearly')) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th></th>
|
||
<th>[% 'Quarterly' | $T8 %]</th>
|
||
<td>
|
||
[% L.radio_button_tag('duetyp', value='A', label='1. ' _ LxERP.t8('Quarter')) %]<br>
|
||
[% L.radio_button_tag('duetyp', value='B', label='2. ' _ LxERP.t8('Quarter')) %]<br>
|
||
[% L.radio_button_tag('duetyp', value='C', label='3. ' _ LxERP.t8('Quarter')) %]<br>
|
||
[% L.radio_button_tag('duetyp', value='D', label='4. ' _ LxERP.t8('Quarter')) %]
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th></th>
|
||
<th>[% 'Monthly' | $T8 %]</th>
|
||
<td>
|
||
[% L.radio_button_tag('duetyp', value='1', label=LxERP.t8('January')) %]<br>
|
||
[% L.radio_button_tag('duetyp', value='5', label=LxERP.t8('May')) %]<br>
|
||
[% L.radio_button_tag('duetyp', value='9', label=LxERP.t8('September')) %]<br>
|
||
[% L.radio_button_tag('duetyp', value='2', label=LxERP.t8('February')) %]<br>
|
||
[% L.radio_button_tag('duetyp', value='6', label=LxERP.t8('June')) %]<br>
|
||
[% L.radio_button_tag('duetyp', value='10', label=LxERP.t8('October')) %]<br>
|
||
[% L.radio_button_tag('duetyp', value='3', label=LxERP.t8('March')) %]<br>
|
||
[% L.radio_button_tag('duetyp', value='7', label=LxERP.t8('July')) %]<br>
|
||
[% L.radio_button_tag('duetyp', value='11', label=LxERP.t8('November')) %]<br>
|
||
[% L.radio_button_tag('duetyp', value='4', label=LxERP.t8('April')) %]<br>
|
||
[% L.radio_button_tag('duetyp', value='8', label=LxERP.t8('August')) %]<br>
|
||
[% L.radio_button_tag('duetyp', value='12', label=LxERP.t8('December')) %]
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th colspan="3">
|
||
<h4>[% L.radio_button_tag('reporttype', value='free',id='reporttype_free') %]
|
||
<label for="reporttype_free">[% LxERP.t8('Free report period') %]</label></h4>
|
||
</th>
|
||
</tr>
|
||
<tr>
|
||
<th></th>
|
||
<td colspan="2">
|
||
[% 'From' | $T8 %] [% L.date_tag('fromdate') %]
|
||
[% 'Bis' | $T8 %] [% L.date_tag('todate') %]
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th colspan="3" class="caption">[% 'Miscellaneous' | $T8 %]</th>
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2">[% 'Decimalplaces' | $T8 %]</th>
|
||
<td><input type="text" name=decimalplaces size=3 value="2"></td>
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2">[% LxERP.t8('Subtotal') %] </th>
|
||
<td>[% L.checkbox_tag('subtotal', label=LxERP.t8('Yes')) %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td align=right><b>[% 'Yearly' | $T8 %]</b></td>
|
||
<th align=left>[% 'Quarterly' | $T8 %]</th>
|
||
<th align=left colspan=3>[% 'Monthly' | $T8 %]</th>
|
||
</tr>
|
||
<tr>
|
||
<td align=right>[% L.radio_button_tag('duetyp', value=13) %]</td>
|
||
<td>[% L.radio_button_tag('duetyp', value='A', label='1. ' _ LxERP.t8('Quarter')) %]</td>
|
||
<td>[% L.radio_button_tag('duetyp', value='1', label=LxERP.t8('January')) %]</td>
|
||
<td>[% L.radio_button_tag('duetyp', value='5', label=LxERP.t8('May')) %]</td>
|
||
<td>[% L.radio_button_tag('duetyp', value='9', label=LxERP.t8('September')) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<td></td>
|
||
<td>[% L.radio_button_tag('duetyp', value='B', label='2. ' _ LxERP.t8('Quarter')) %]</td>
|
||
<td>[% L.radio_button_tag('duetyp', value='2', label=LxERP.t8('February')) %]</td>
|
||
<td>[% L.radio_button_tag('duetyp', value='6', label=LxERP.t8('June')) %]</td>
|
||
<td>[% L.radio_button_tag('duetyp', value='10', label=LxERP.t8('October')) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<td></td>
|
||
<td>[% L.radio_button_tag('duetyp', value='C', label='3. ' _ LxERP.t8('Quarter')) %]</td>
|
||
<td>[% L.radio_button_tag('duetyp', value='3', label=LxERP.t8('March')) %]</td>
|
||
<td>[% L.radio_button_tag('duetyp', value='7', label=LxERP.t8('July')) %]</td>
|
||
<td>[% L.radio_button_tag('duetyp', value='11', label=LxERP.t8('November')) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<td></td>
|
||
<td>[% L.radio_button_tag('duetyp', value='D', label='4. ' _ LxERP.t8('Quarter')) %]</td>
|
||
<td>[% L.radio_button_tag('duetyp', value='4', label=LxERP.t8('April')) %]</td>
|
||
<td>[% L.radio_button_tag('duetyp', value='8', label=LxERP.t8('August')) %]</td>
|
||
<td>[% L.radio_button_tag('duetyp', value='12', label=LxERP.t8('December')) %]</td>
|
||
</tbody>
|
||
</table>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan=5><hr size=3 noshade></td>
|
||
</tr>
|
||
<tr>
|
||
<th align=left>[% L.radio_button_tag('reporttype', value='free', label=LxERP.t8('Free report period')) %]</th>
|
||
<td align=left colspan=4>[% 'From' | $T8 %] [% L.date_tag('fromdate') %]
|
||
[% 'Bis' | $T8 %] [% L.date_tag('todate') %]
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan=5><hr size=3 noshade></td>
|
||
</tr>
|
||
<tr>
|
||
<th align=right colspan=4>[% 'Decimalplaces' | $T8 %]</th>
|
||
<td><input name=decimalplaces size=3 value="2"></td>
|
||
</tr>
|
||
<tr>
|
||
<td>[% L.checkbox_tag('subtotal', label=LxERP.t8('Subtotal')) %]</td>
|
||
</tr>
|
||
</div><!-- /.wrapper -->
|
||
|
||
<tr><td colspan=5 ><hr size=3 noshade></td></tr>
|
||
</table>
|
||
<div class="buttons">[% L.submit_tag('action', LxERP.t8('List Transactions')) %]</div>
|
||
|
||
<br>[% L.submit_tag('action', LxERP.t8('List Transactions')) %]
|
||
</form>
|
templates/webpages/chart/chart_picker_search.html | ||
---|---|---|
[%- USE HTML %]
|
||
[%- USE L %]
|
||
[%- USE LxERP %]
|
||
[%- USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE L %]
|
||
[% USE LxERP %]
|
||
[% USE T8 %]
|
||
|
||
<div style='overflow:hidden'>
|
||
|
templates/webpages/chart/report_configuration_overview.html | ||
---|---|---|
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%]<h1>[% LxERP.t8("Chart configuration overview regarding reports") %]</h1>
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
|
||
<h1>[% LxERP.t8("Chart configuration overview regarding reports") %]</h1>
|
||
|
||
<div class="wrapper">
|
||
|
||
[% FOREACH data = DATA %]
|
||
[% UNLESS data.size == 1 %]
|
||
<div id="[% HTML.escape(data.type) %]">
|
||
[% LxERP.t8("Jump to") %]:
|
||
[% FOREACH jump = DATA %]
|
||
[% IF jump.type != data.type %]
|
||
[% L.link("#" _ jump.type, jump.heading) %]
|
||
[% END %]
|
||
[% END %]
|
||
</div>
|
||
[% END %]
|
||
|
||
<h2>[% HTML.escape(data.heading) %]</h2>
|
||
|
||
[% FOREACH pos = data.positions %]
|
||
[%- SET name = data.names.item(pos) %]
|
||
<h3>[% IF name %][% LxERP.t8("Position #1: #2", pos, name) %][% ELSE %][% LxERP.t8("Position #1", pos) %][% END %]</h3>
|
||
|
||
[%- SET charts = data.charts.$pos %]
|
||
<table>
|
||
<thead>
|
||
<tr class="listheading">
|
||
<th>[% LxERP.t8("Account") %]</th>
|
||
<th>[% LxERP.t8("Description") %]</th>
|
||
</tr>
|
||
</thead>
|
||
|
||
<tbody>
|
||
|
||
[% UNLESS data.size == 1 %]
|
||
<div id="[% HTML.escape(data.type) %]" style="clear:left;float:none;" class="select-item control-panel">
|
||
[% LxERP.t8("Jump to") %]:
|
||
[% FOREACH jump = DATA %]
|
||
[% IF jump.type != data.type %] [% L.link("#" _ jump.type, jump.heading) %][% END %]
|
||
[% END %]
|
||
</div>
|
||
[% END %]
|
||
|
||
<h2 style="clear:left;">[% HTML.escape(data.heading) %]</h2>
|
||
|
||
[% FOREACH pos = data.positions %]
|
||
[% SET name = data.names.item(pos) %]
|
||
[% SET charts = data.charts.$pos %]
|
||
<table class="tbl-plain" style="clear:left;float:none;">
|
||
<caption>[% IF name %][% LxERP.t8("Position #1: #2", pos, name) %][% ELSE %][% LxERP.t8("Position #1", pos) %][% END %]</caption>
|
||
<colgroup><col class="wi-verysmall"><col class="wi-lightwide"></colgroup>
|
||
<thead>
|
||
<tr>
|
||
<th>[% LxERP.t8("Account") %]</th>
|
||
<th>[% LxERP.t8("Description") %]</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
[% FOREACH chart = charts %]
|
||
<tr>
|
||
<td>[% L.link("am.pl?action=edit_account&id=" _ chart.id, chart.accno) %]</td>
|
||
<td>[% HTML.escape(chart.description) %]</td>
|
||
</tr>
|
||
[% END %]
|
||
</tbody>
|
||
</table>
|
||
[% END %]
|
||
<tr>
|
||
<td>[% L.link("am.pl?action=edit_account&id=" _ chart.id, chart.accno) %]</td>
|
||
<td>[% HTML.escape(chart.description) %]</td>
|
||
</tr>
|
||
[% END %]
|
||
</tbody>
|
||
</table>
|
||
[% END %]
|
||
|
||
[% END %]
|
||
|
||
</div><!-- /.wrapper -->
|
templates/webpages/cp/form_footer.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
<tr>
|
||
<td><hr size=3 noshade></td>
|
||
</tr>
|
||
</table>
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
|
||
<input type=hidden name=rowcount value="[% rowcount | html %]">
|
||
</form>
|
||
</form>
|
templates/webpages/cp/form_header.html | ||
---|---|---|
[%- USE L %]
|
||
[%- USE HTML %]
|
||
[%- USE T8 %]
|
||
[%- USE LxERP %][%- USE P -%]
|
||
[% USE L %]
|
||
[% USE HTML %]
|
||
[% USE T8 %]
|
||
[% USE LxERP %]
|
||
[% USE P %]
|
||
|
||
<h1>[% is_receipt ? LxERP.t8('Receipt') : LxERP.t8('Payment') %]</h1>
|
||
|
||
<form method="post" action="cp.pl" id="form">
|
||
|
||
[% SET vc_id = vc _ '_id'
|
||
... | ... | |
[% L.hidden_tag('ARAP', ARAP) %]
|
||
[% L.hidden_tag('openinvoices', openinvoices) %]
|
||
|
||
<h1>[% is_receipt ? LxERP.t8('Receipt') : LxERP.t8('Payment') %]</h1>
|
||
|
||
<table>
|
||
<tr valign=top>
|
||
<td>
|
||
<table>
|
||
<tr>
|
||
<th align=right>[% is_customer ? LxERP.t8('Customer') : LxERP.t8('Vendor') %]</th>
|
||
<td>
|
||
[% P.customer_vendor.picker(vc_id, $vc_id, type=vc, class="initial_focus", style=style) %]
|
||
[% P.hidden_tag("previous_" _ vc_id, $vc_id) %]
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th align=right>[% 'Invoice Number' | $T8 %]</th>
|
||
<td><input name="invnumber" size="35"></td>
|
||
</tr>
|
||
<tr valign=top>
|
||
<th align=right nowrap>[% 'Address' | $T8 %]</th>
|
||
<td colspan=2>
|
||
<table>
|
||
<tr>
|
||
<td>[% street | html %][% L.hidden_tag('street', street) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<td>[% zipcode | html %][% L.hidden_tag('zipcode', zipcode) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<td>[% city | html %][% L.hidden_tag('city', city) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<td>[% country | html %][% L.hidden_tag('country', country) %]</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th align=right>[% 'Memo' | $T8 %]</th>
|
||
<td colspan=2><input name="memo" size=30 value="[% memo | html %]"></td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
<td align=right>
|
||
<table>
|
||
<tr>
|
||
<th align=right nowrap>[% 'Account' | $T8 %]</th>
|
||
<td colspan=3><select name=account>[% selectaccount %]</select>
|
||
<input type=hidden name=selectaccount value="[% selectaccount | html %]">
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th align=right nowrap>[% 'Date' | $T8 %]</th>
|
||
<td>[% L.date_tag('datepaid', datepaid) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align=right nowrap>[% 'Currency' | $T8 %]</th>
|
||
<td><select name=currency>[% selectcurrency %]</select></td>
|
||
<input type=hidden name=selectcurrency value="[% selectcurrency | html %]">
|
||
<input type=hidden name=oldcurrency value="[% oldcurrency | html %]">
|
||
</tr>
|
||
[% IF currency != defaultcurrency %]
|
||
<tr>
|
||
<th align=right nowrap>[% 'Exchangerate' | $T8 %]</th>
|
||
[% IF forex %]
|
||
<td colspan=3>[% LxERP.format_amount(exchangerate) %][% L.hidden_tag('exchangerate', LxERP.format_amount(exchangerate)) %]</td>
|
||
[%- ELSE %]
|
||
<td colspan=3>[% L.input_tag('exchangerate', LxERP.format_amount(exchangerate), size=10) %]</td>
|
||
[%- END %]
|
||
</tr>
|
||
[% END %]
|
||
<tr>
|
||
<th align=right nowrap>[% 'Source' | $T8 %]</th>
|
||
<td colspan=3><input name=source value="[% source | html %]" size=10></td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Amount' | $T8 %]</th>
|
||
<td colspan="3">[% LxERP.format_amount(amount, 2) %]</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<div class="wrapper">
|
||
|
||
<table class="tbl-horizontal">
|
||
<colgroup><col class="wi-small"><col class="wi-verywide"></colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<th>[% is_customer ? LxERP.t8('Customer') : LxERP.t8('Vendor') %]</th>
|
||
<td>
|
||
[% P.customer_vendor.picker(vc_id, $vc_id, type=vc, class="initial_focus wi-wide") %]
|
||
[% P.hidden_tag("previous_" _ vc_id, $vc_id) %]
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Address' | $T8 %]</th>
|
||
<td>
|
||
[% IF street || zipcode || city || country %]
|
||
[% IF street %]<span class="data wi-wide below">[% street | html %]</span>[% END %]
|
||
[% L.hidden_tag('street', street) %]
|
||
[% IF zipcode || city %]<span class="data wi-wide below">[% zipcode | html %] [% city | html %]</span>[% END %]
|
||
[% L.hidden_tag('zipcode', zipcode) %][% L.hidden_tag('city', city) %]
|
||
[% IF country %]<span class="data wi-wide below">[% country | html %]</span>[% END %]
|
||
[% L.hidden_tag('country', country) %]
|
||
[% ELSE %]
|
||
<span class="data wi-wide"> </span>
|
||
[% END %]
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Memo' | $T8 %]</th>
|
||
<td><input type="text" name="memo" class="wi-wide" value="[% memo | html %]"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Invoice Number' | $T8 %]</th>
|
||
<td><input type="text" name="invnumber" class="wi-normal"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Account' | $T8 %]</th>
|
||
<td>
|
||
<select name="account" class="wi-verywide">[% selectaccount %]</select>
|
||
<input type=hidden name="selectaccount" value="[% selectaccount | html %]">
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Date' | $T8 %]</th>
|
||
<td><span class="wi-date">[% L.date_tag('datepaid', datepaid) %]</span></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Currency' | $T8 %]</th>
|
||
<td>
|
||
<select name="currency" class="wi-small">[% selectcurrency %]</select>
|
||
<input type=hidden name="selectcurrency" value="[% selectcurrency | html %]">
|
||
<input type=hidden name="oldcurrency" value="[% oldcurrency | html %]">
|
||
</td>
|
||
</tr>
|
||
[% IF currency != defaultcurrency %]
|
||
<tr>
|
||
<th>[% 'Exchangerate' | $T8 %]</th>
|
||
[% IF forex %]
|
||
<td><span class="plain-data wi-small">[% LxERP.format_amount(exchangerate) %]</span>[% L.hidden_tag('exchangerate', LxERP.format_amount(exchangerate)) %]</td>
|
||
[% ELSE %]
|
||
<td>[% L.input_tag('exchangerate', LxERP.format_amount(exchangerate), class='wi-small') %]</td>
|
||
[% END %]
|
||
</tr>
|
||
[% END %]
|
||
<tr>
|
||
<th>[% 'Source' | $T8 %]</th>
|
||
<td><input type="text" name="source" value="[% source | html %]" class="wi-small">
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Amount' | $T8 %]</th>
|
||
<td><span class="data wi-small numeric">[% LxERP.format_amount(amount, 2) %]</span></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
[% IF openinvoices_other_currencies %]
|
||
<input type="hidden" name="openinvoices_other_currencies" value="[% openinvoices_other_currencies | html %]">
|
||
<b>[% 'Note' | $T8 %]:
|
||
[%- IF is_customer %]
|
||
[% LxERP.t8('There are #1 more open invoices for this customer with other currencies.', openinvoices_other_currencies) %]
|
||
[%- ELSE %]
|
||
[% LxERP.t8('There are #1 more open invoices from this vendor with other currencies.', openinvoices_other_currencies) %]
|
||
[%- END %]</b>
|
||
<p class="message message_info"><b>[% 'Note' | $T8 %]:</b><br>
|
||
[% IF is_customer %]
|
||
[% LxERP.t8('There are #1 more open invoices for this customer with other currencies.', openinvoices_other_currencies) %]
|
||
[% ELSE %]
|
||
[% LxERP.t8('There are #1 more open invoices from this vendor with other currencies.', openinvoices_other_currencies) %]
|
||
[% END %]
|
||
</p>
|
||
[% END %]
|
||
</div>
|
templates/webpages/cp/invoices.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
[%- USE L %]
|
||
[%- USE LxERP %]
|
||
<table width=100%>
|
||
<tr>
|
||
<th class=listheading colspan="7">[% 'Invoices' | $T8 %]</th>
|
||
</tr>
|
||
<tr>
|
||
<th nowrap class=listheading>[% 'Row number' | $T8 %]</th>
|
||
<th nowrap class=listheading>[% 'Invoice' | $T8 %]</th>
|
||
<th nowrap class=listheading width="15%">[% 'Date' | $T8 %]</th>
|
||
<th nowrap class=listheading width="15%">[% 'Amount' | $T8 %]</th>
|
||
<th nowrap class=listheading width="15%">[% 'Due' | $T8 %]</th>
|
||
<th nowrap class=listheading width="10%">[% 'Select' | $T8 %]</th>
|
||
<th nowrap class=listheading width="15%">[% 'Amount' | $T8 %]</th>
|
||
</tr>
|
||
[%- FOREACH row = invoices %]
|
||
<tr class="listrow[% loop.count % 2 %]">
|
||
<td>[% loop.count %]</td>
|
||
<td>[% row.invnumber | html %][% L.hidden_tag('invnumber_' _ loop.count, row.invnumber); L.hidden_tag('id_' _ loop.count, row.id) %]</td>
|
||
<td>[% row.transdate | html %][% L.hidden_tag('transdate_' _ loop.count, row.transdate) %]</td>
|
||
<td class="numeric">[% LxERP.format_amount(row.amount, 2) %][% L.hidden_tag('amount_' _ loop.count, LxERP.format_amount(row.amount, 2)) %]</td>
|
||
<td class="numeric">[% LxERP.format_amount(row.due, 2) %][% L.hidden_tag('due_' _ loop.count, LxERP.format_amount(row.due, 2)) %]</td>
|
||
<td align="center">[% L.checkbox_tag('checked_' _ loop.count, checked=row.checked) %]</td>
|
||
<td class="numeric">[% L.input_tag('paid_' _ loop.count, LxERP.format_amount(row.paid, 2), size=10) %]</td>
|
||
</tr>
|
||
[%- END %]
|
||
<tr class='tisttotal'>
|
||
<td class="listtotal"> </td>
|
||
<td class="listtotal"> </td>
|
||
<td class="listtotal"> </td>
|
||
<td class="listtotal" align="right">[% LxERP.format_amount(totals.amount, 2) %]</td>
|
||
<td class="listtotal" align="right">[% LxERP.format_amount(totals.due, 2) %]</td>
|
||
<td class="listtotal"> </td>
|
||
<td class="listtotal" align="right">[% LxERP.format_amount(totals.paid, 2) %]</td>
|
||
</tr>
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE L %]
|
||
[% USE LxERP %]
|
||
|
||
<div class="wrapper">
|
||
<table class="tbl-list wi-moderate">
|
||
<caption>[% 'Invoices' | $T8 %]</caption>
|
||
<thead>
|
||
<tr>
|
||
<th>[% 'Row number' | $T8 %]</th>
|
||
<th>[% 'Invoice' | $T8 %]</th>
|
||
<th>[% 'Date' | $T8 %]</th>
|
||
<th>[% 'Amount' | $T8 %]</th>
|
||
<th>[% 'Due' | $T8 %]</th>
|
||
<th>[% 'Select' | $T8 %]</th>
|
||
<th>[% 'Amount' | $T8 %]</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
[% FOREACH row = invoices %]
|
||
<tr>
|
||
<td>[% loop.count %]</td>
|
||
<td>[% row.invnumber | html %][% L.hidden_tag('invnumber_' _ loop.count, row.invnumber); L.hidden_tag('id_' _ loop.count, row.id) %]</td>
|
||
<td>[% row.transdate | html %][% L.hidden_tag('transdate_' _ loop.count, row.transdate) %]</td>
|
||
<td class="numeric">[% LxERP.format_amount(row.amount, 2) %][% L.hidden_tag('amount_' _ loop.count, LxERP.format_amount(row.amount, 2)) %]</td>
|
||
<td class="numeric">[% LxERP.format_amount(row.due, 2) %][% L.hidden_tag('due_' _ loop.count, LxERP.format_amount(row.due, 2)) %]</td>
|
||
<td>[% L.checkbox_tag('checked_' _ loop.count, checked=row.checked) %]</td>
|
||
<td class="numeric">[% L.input_tag('paid_' _ loop.count, LxERP.format_amount(row.paid, 2), size=10) %]</td>
|
||
</tr>
|
||
[% END %]
|
||
</tbody>
|
||
<tfoot>
|
||
<tr>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td class="numeric">[% LxERP.format_amount(totals.amount, 2) %]</td>
|
||
<td class="numeric">[% LxERP.format_amount(totals.due, 2) %]</td>
|
||
<td></td>
|
||
<td class="numeric">[% LxERP.format_amount(totals.paid, 2) %]</td>
|
||
</tr>
|
||
</tfoot>
|
||
</table>
|
||
</div>
|
||
|
templates/webpages/ct/list_names_bottom.html | ||
---|---|---|
[% USE T8 %][% USE HTML %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
|
||
<form method="post" action="controller.pl" id="new_form">
|
||
<input name="callback" type="hidden" value="[% HTML.escape(callback) %]">
|
templates/webpages/ct/search.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE L %]
|
||
[%- USE HTML %]
|
||
<h1>[% title %]</h1>
|
||
|
||
<form method="post" action="ct.pl" name="Form" id="form">
|
||
|
||
<input type="hidden" name="db" value="[% HTML.escape(db) %]">
|
||
|
||
<table>
|
||
<tr>
|
||
<th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %]</th>
|
||
<td><input name="[% IF IS_CUSTOMER %]customer[% ELSE %]vendor[% END %]number" size="35"></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][%- ELSE %][% 'Vendor Name' | $T8 %][%- END %]</th>
|
||
<td><input id="name" name="name" size="35" class="initial_focus"></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Contact' | $T8 %]</th>
|
||
<td><input name="contact" size="35"></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align="right" nowrap>[% 'E-mail' | $T8 %]</th>
|
||
<td><input name="email" size="35"></td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Contact person (surname)' | $T8 %]</th>
|
||
<td><input name="cp_name" size="35"></td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Billing/shipping address (street)' | $T8 %]</th>
|
||
<td><input name="addr_street" size="35"></td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Billing/shipping address (zipcode)' | $T8 %]</th>
|
||
<td><input name="addr_zipcode" size="35"></td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Billing/shipping address (city)' | $T8 %]</th>
|
||
<td><input name="addr_city" size="35"></td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Billing/shipping address (country)' | $T8 %]</th>
|
||
<td><input name="addr_country" size="35"></td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Billing/shipping address (GLN)' | $T8 %]</th>
|
||
<td><input name="addr_gln" size="35"></td>
|
||
</tr>
|
||
|
||
[% IF SHOW_BUSINESS_TYPES %]
|
||
<tr>
|
||
<th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %]</th>
|
||
<td>
|
||
[% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1) %]
|
||
</td>
|
||
</tr>
|
||
[% END %]
|
||
|
||
[% IF IS_CUSTOMER && ALL_SALESMEN.size %]
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Salesman' | $T8 %]</th>
|
||
<td>
|
||
[% L.select_tag('salesman_id', ALL_SALESMEN, title_key = 'name', with_empty = 1) %]
|
||
</td>
|
||
</tr>
|
||
[% END %]
|
||
|
||
<tr>
|
||
<th align="right">[% 'Insert Date' | $T8 %] [% 'From' | $T8 %]</th>
|
||
<td>
|
||
[% L.date_tag('insertdatefrom') %]
|
||
</td>
|
||
<th align="right">[% 'Bis' | $T8 %]</th>
|
||
<td>
|
||
[% L.date_tag('insertdateto') %]
|
||
</td>
|
||
</tr>
|
||
|
||
[% CUSTOM_VARIABLES_FILTER_CODE %]
|
||
|
||
<tr>
|
||
<td></td>
|
||
<td>
|
||
<input name="status" class="radio" type="radio" value="all" checked> [% 'All' | $T8 %]
|
||
<input name="status" class="radio" type="radio" value="orphaned"> [% 'Orphaned' | $T8 %]
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td></td>
|
||
<td><input name="obsolete" class="radio" type="radio" value="all"> [% 'All' | $T8 %]
|
||
<input name="obsolete" class="radio" type="radio" value="Y"> [% 'Obsolete' | $T8 %]
|
||
<input name="obsolete" class="radio" type="radio" value="N" checked> [% 'Not obsolete' | $T8 %]
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Include in Report' | $T8 %]</th>
|
||
<td colspan="5">
|
||
<table border="0">
|
||
<tr>
|
||
<td>
|
||
<input name="l_id" id="l_id" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_id">[% 'ID' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_[% db %]number" id="l_[% db %]number" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_[% db %]number">[% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_name" id="l_name" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_name">[% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][%- ELSE %][% 'Vendor Name' | $T8 %][%- END %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_street" id="l_street" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_street">[% 'Street' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<input name="l_contact" id="l_contact" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_contact">[% 'Contact' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_phone" id="l_phone" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_phone">[% 'Phone' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_fax" id="l_fax" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_fax">[% 'Fax' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_zipcode" id="l_zipcode" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_zipcode">[% 'Zipcode' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE HTML %]
|
||
|
||
<tr>
|
||
<td>
|
||
<input name="l_taxnumber" id="l_taxnumber" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_taxnumber">[% 'Tax Number' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_email" id="l_email" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_email">[% 'E-mail' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_business" id="l_business" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_business">[% IF IS_CUSTOMER %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_city" id="l_city" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_city">[% 'City' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
<h1>[% title %]</h1>
|
||
|
||
<form method="post" action="ct.pl" name="Form" id="form">
|
||
<input type="hidden" name="db" value="[% HTML.escape(db) %]">
|
||
|
||
<div class="wrapper">
|
||
|
||
<table class="tbl-horizontal">
|
||
<caption> [% 'Customer & Contact' | $T8 %] </caption>
|
||
<tbody>
|
||
<tr>
|
||
<th>[% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %] </th>
|
||
<td><input type="text" name="[% IF IS_CUSTOMER %]customer[% ELSE %]vendor[% END %]number" class="wi-normal"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][% ELSE %][% 'Vendor Name' | $T8 %][% END %] </th>
|
||
<td><input type="text" id="name" name="name" class="initial_focus wi-normal"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Contact' | $T8 %] </th>
|
||
<td><input type="text" name="contact" class="wi-normal"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Contact person (surname)' | $T8 %] </th>
|
||
<td><input type="text" name="cp_name" class="wi-normal"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'E-mail' | $T8 %] </th>
|
||
<td><input type="text" name="email" class="wi-normal"></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<table class="tbl-horizontal">
|
||
<caption> [% 'Billing/shipping address' | $T8 %] </caption>
|
||
<tbody>
|
||
<tr>
|
||
<th>[% 'Street' | $T8 %] </th>
|
||
<td><input type="text" name="addr_street" class="wi-normal"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'ZIPcode' | $T8 %] </th>
|
||
<td><input type="text" name="addr_zipcode" class="wi-normal"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'City' | $T8 %] </th>
|
||
<td><input type="text" name="addr_city" class="wi-normal"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Country' | $T8 %] </th>
|
||
<td><input type="text" name="addr_country" class="wi-normal"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'GLN' | $T8 %] </th>
|
||
<td><input type="text" name="addr_gln" class="wi-number"></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
<table class="tbl-horizontal">
|
||
<caption> [% 'Handling & Scope' | $T8 %] </caption>
|
||
<tbody>
|
||
[% IF SHOW_BUSINESS_TYPES %]
|
||
<tr>
|
||
<td>
|
||
<input name="l_invnumber" id="l_invnumber" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_invnumber">[% 'Invoices' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_ordnumber" id="l_ordnumber" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_ordnumber">[% IF IS_CUSTOMER %][% 'Sales Orders' | $T8 %][% ELSE %][% 'Purchase Orders' | $T8 %][% END %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_quonumber" id="l_quonumber" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_quonumber">[% IF IS_CUSTOMER %][% 'Quotations' | $T8 %][% ELSE %][% 'RFQs' | $T8 %][% END %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_country" id="l_country" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_country">[% 'Country' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<input name="l_discount" id="l_discount" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_discount">[% 'Discount' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_payment" id="l_payment" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_payment">[% 'Payment Terms' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_insertdate" id="l_insertdate" class="checkbox" type="checkbox" value="Y">
|
||
<label for="l_insertdate">[% 'Insert Date' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_gln" id="l_gln" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_gln">[% 'GLN' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
[% IF IS_CUSTOMER %]
|
||
<tr>
|
||
<td>
|
||
<input name="l_salesman" id="l_salesman" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_salesman">[% 'Salesman' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_pricegroup" id="l_pricegroup" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_pricegroup">[% 'Pricegroup' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_contact_origin" id="l_contact_origin" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_contact_origin">[% 'Origin of personal data' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_invoice_mail" id="l_invoice_mail" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_invoice_mail">[% 'Email of the invoice recipient' | $T8 %]</label>
|
||
</td>
|
||
<th>[% IF IS_CUSTOMER %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %] </th>
|
||
<td>[% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, class='wi-lightwide') %] </td>
|
||
</tr>
|
||
[% END %]
|
||
[% IF IS_CUSTOMER && ALL_SALESMEN.size %]
|
||
<tr>
|
||
<th>[% 'Salesman' | $T8 %] </th>
|
||
<td>[% L.select_tag('salesman_id', ALL_SALESMEN, title_key = 'name', with_empty = 1, class='wi-lightwide') %] </td>
|
||
</tr>
|
||
[% END %]
|
||
<tr>
|
||
<th>[% 'Insert Date' | $T8 %] [% 'From' | $T8 %] </th>
|
||
<td>[% L.date_tag('insertdatefrom') %] [% 'Bis' | $T8 %] [% L.date_tag('insertdateto') %] <!-- PENDENT: Klassen implementieren in Funktion --></td>
|
||
</tr>
|
||
[% CUSTOM_VARIABLES_FILTER_CODE %]
|
||
<tr>
|
||
<td>
|
||
<input name="l_ustid" id="l_ustid" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_ustid">[% 'VAT ID' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_creditlimit" id="l_creditlimit" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_creditlimit">[% 'Credit Limit' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_commercial_court" id="l_commercial_court" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_commercial_court">[% 'Commercial court' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l_main_contact_person" id="l_main_contact_person" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_main_contact_person">[% 'Main Contact Person' | $T8 %]</label>
|
||
</td>
|
||
|
||
<td>
|
||
<th>[% 'Scope' | $T8 %] </th>
|
||
<td>
|
||
<input name="status" type="radio" value="all" checked id="chckb1"> <label for="chckb1">[% 'All' | $T8 %]</label>
|
||
<input name="status" type="radio" value="orphaned" id="chckb2"> <label for="chckb2">[% 'Orphaned' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<input name="l_delivery_order_mail" id="l_delivery_order_mail" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_delivery_order_mail">[% 'Email of the delivery order recipient' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
[% END %]
|
||
|
||
[% CUSTOM_VARIABLES_INCLUSION_CODE %]
|
||
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<th>[% 'Validity' | $T8 %] </th>
|
||
<td>
|
||
<input name="obsolete" type="radio" value="all" id="rd1"> <label for="rd1">[% 'All' | $T8 %]</label>
|
||
<input name="obsolete" type="radio" value="Y" id="rd2"> <label for="rd2">[% 'Obsolete' | $T8 %]</label>
|
||
<input name="obsolete" type="radio" value="N" checked id="rd3"> <label for="rd3">[% 'Not obsolete' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</form>
|
||
|
||
</div>
|
||
|
||
|
||
<div class="form-addition control-panel">
|
||
<h3>[% 'Include in Report' | $T8 %]</h3>
|
||
|
||
<div class="list col">
|
||
<h4> [% 'Numbers & IDs' | $T8 %] </h4>
|
||
<div>
|
||
<input name="l_id" id="l_id" type="checkbox" value="Y">
|
||
<label for="l_id"> [% 'ID' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l_[% db %]number" id="l_[% db %]number" type="checkbox" value="Y" checked>
|
||
<label for="l_[% db %]number"> [% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l_taxnumber" id="l_taxnumber" type="checkbox" value="Y">
|
||
<label for="l_taxnumber"> [% 'Tax Number' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l_invnumber" id="l_invnumber" type="checkbox" value="Y">
|
||
<label for="l_invnumber"> [% 'Invoices' | $T8 %] </label>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="list col">
|
||
<h4> [% 'Customer' | $T8 %] </h4>
|
||
<div>
|
||
<input name="l_name" id="l_name" type="checkbox" value="Y" checked>
|
||
<label for="l_name"> [% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][% ELSE %][% 'Vendor Name' | $T8 %][% END %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l_contact" id="l_contact" type="checkbox" value="Y" checked>
|
||
<label for="l_contact"> [% 'Contact' | $T8 %] </label>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="list col">
|
||
<h4> [% 'Address' | $T8 %] </h4>
|
||
<div>
|
||
<input name="l_street" id="l_street" type="checkbox" value="Y" checked>
|
||
<label for="l_street"> [% 'Street' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l_zipcode" id="l_zipcode" type="checkbox" value="Y" checked>
|
||
<label for="l_zipcode"> [% 'Zipcode' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l_city" id="l_city" type="checkbox" value="Y" checked>
|
||
<label for="l_city"> [% 'City' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l_country" id="l_country" type="checkbox" value="Y" checked>
|
||
<label for="l_country"> [% 'Country' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l_gln" id="l_gln" type="checkbox" value="Y" checked>
|
||
<label for="l_gln"> [% 'GLN' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l_ustid" id="l_ustid" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_ustid">[% 'VAT ID' | $T8 %]</label>
|
||
</div>
|
||
<div>
|
||
<input name="l_creditlimit" id="l_creditlimit" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_creditlimit">[% 'Credit Limit' | $T8 %]</label>
|
||
</div>
|
||
<div>
|
||
<input name="l_commercial_court" id="l_commercial_court" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_commercial_court">[% 'Commercial court' | $T8 %]</label>
|
||
</div>
|
||
<div>
|
||
<input name="l_main_contact_person" id="l_main_contact_person" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_main_contact_person">[% 'Main Contact Person' | $T8 %]</label>
|
||
</div>
|
||
|
||
<div>
|
||
<input name="l_delivery_order_mail" id="l_delivery_order_mail" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_delivery_order_mail">[% 'Email of the delivery order recipient' | $T8 %]</label>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="list col">
|
||
<h4> [% 'Contact' | $T8 %] </h4>
|
||
<div>
|
||
<input name="l_phone" id="l_phone" type="checkbox" value="Y" checked>
|
||
<label for="l_phone"> [% 'Phone' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l_fax" id="l_fax" type="checkbox" value="Y">
|
||
<label for="l_fax"> [% 'Fax' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l_email" id="l_email" type="checkbox" value="Y" checked>
|
||
<label for="l_email"> [% 'E-mail' | $T8 %] </label>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="list col">
|
||
<h4> [% 'Orders' | $T8 %] </h4>
|
||
<div>
|
||
<input name="l_ordnumber" id="l_ordnumber" type="checkbox" value="Y">
|
||
<label for="l_ordnumber"> [% IF IS_CUSTOMER %][% 'Sales Orders' | $T8 %][% ELSE %][% 'Purchase Orders' | $T8 %][% END %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l_quonumber" id="l_quonumber" type="checkbox" value="Y">
|
||
<label for="l_quonumber"> [% IF IS_CUSTOMER %][% 'Quotations' | $T8 %][% ELSE %][% 'RFQs' | $T8 %][% END %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l_discount" id="l_discount" type="checkbox" value="Y">
|
||
<label for="l_discount"> [% 'Discount' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l_payment" id="l_payment" type="checkbox" value="Y">
|
||
<label for="l_payment"> [% 'Payment Terms' | $T8 %] </label>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="list col">
|
||
<h4> [% 'Handling & Scope' | $T8 %] </h4>
|
||
<div>
|
||
<input name="l_insertdate" id="l_insertdate" type="checkbox" value="Y">
|
||
<label for="l_insertdate"> [% 'Insert Date' | $T8 %] </label>
|
||
</div>
|
||
[% IF IS_CUSTOMER %]
|
||
<div>
|
||
<input name="l_salesman" id="l_salesman" type="checkbox" value="Y">
|
||
<label for="l_salesman"> [% 'Salesman' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l_pricegroup" id="l_pricegroup" type="checkbox" value="Y">
|
||
<label for="l_pricegroup"> [% 'Pricegroup' | $T8 %] </label>
|
||
</div>
|
||
[% END %]
|
||
</div>
|
||
|
||
<div class="list col">
|
||
<h4> [% 'Custom Variables' | $T8 %] </h4>
|
||
<!-- PENDENT: bessere Loesung suchen -->
|
||
[% CUSTOM_VARIABLES_INCLUSION_CODE %]
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
</form>
|
templates/webpages/ct/search_contact.html | ||
---|---|---|
[%- USE HTML %]
|
||
[%- USE T8 %]
|
||
[%- USE L %]
|
||
[%- USE LxERP %]
|
||
<h1>[% 'Contacts' | $T8 %]</h1>
|
||
[% USE HTML %]
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE LxERP %]
|
||
|
||
<form method="post" action="ct.pl" name="Form" id="form">
|
||
<h1>[% 'Contacts' | $T8 %]</h1>
|
||
|
||
<table>
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Name' | $T8 %]</th>
|
||
<td><input name="filter.cp_name" size="35" class="initial_focus"></td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Greeting' | $T8 %]</th>
|
||
<td><input name="filter.cp_greeting" size="35"></td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Title' | $T8 %]</th>
|
||
<td><input name="filter.cp_title" size="35"></td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right" nowrap>[% 'E-mail' | $T8 %]</th>
|
||
<td><input name="filter.cp_email" size="35"></td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Department' | $T8 %]</th>
|
||
<td><input name="filter.cp_abteilung" size="35"></td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Project' | $T8 %]</th>
|
||
<td><input name="filter.cp_project" size="35"></td>
|
||
</tr>
|
||
<form method="post" action="ct.pl" name="Form" id="form">
|
||
|
||
[% CUSTOM_VARIABLES_FILTER_CODE %]
|
||
<div class="wrapper">
|
||
|
||
<tr>
|
||
<td></td>
|
||
<td>
|
||
<input name="filter.status" class="radio" type="radio" value="active" checked> [% 'Active' | $T8 %]
|
||
<input name="filter.status" class="radio" type="radio" value="all"> [% 'All' | $T8 %]
|
||
<input name="filter.status" class="radio" type="radio" value="orphaned"> [% 'Orphaned' | $T8 %]
|
||
</td>
|
||
</tr>
|
||
<table class="tbl-horizontal">
|
||
<tbody>
|
||
<tr>
|
||
<th>[% 'Name' | $T8 %] </th>
|
||
<td><input type="text" name="filter.cp_name" class="wi-lightwide" class="initial_focus"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Greeting' | $T8 %] </th>
|
||
<td><input type="text" name="filter.cp_greeting" class="wi-lightwide"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Title' | $T8 %] </th>
|
||
<td><input type="text" name="filter.cp_title" class="wi-lightwide"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'E-mail' | $T8 %] </th>
|
||
<td><input type="text" name="filter.cp_email" class="wi-lightwide"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Department' | $T8 %] </th>
|
||
<td><input type="text" name="filter.cp_abteilung" class="wi-lightwide"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Project' | $T8 %] </th>
|
||
<td><input type="text" name="filter.cp_project" class="wi-lightwide"></td>
|
||
</tr>
|
||
[% CUSTOM_VARIABLES_FILTER_CODE %]
|
||
<tr>
|
||
<th>[% 'Scope' | $T8 %] </th>
|
||
<td>
|
||
<input name="filter.status" type="radio" value="active" checked id="rd1"> <label for="rd1">[% 'Active' | $T8 %]</label>
|
||
<input name="filter.status" type="radio" value="all" id="rd2"> <label for="rd2">[% 'All' | $T8 %]</label>
|
||
<input name="filter.status" type="radio" value="orphaned" id="rd3"> <label for="rd3">[% 'Orphaned' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Include in Report' | $T8 %]</th>
|
||
<td>
|
||
<table border="0">
|
||
<tr>
|
||
<td>
|
||
<input name="l.cp_id" id="l_cp_id" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_cp_id">[% 'ID' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l.vcnumber" id="l_vcnumber" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_vcnumber">[% 'Customer/Vendor Number' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l.vcname" id="l_vcname" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_vcname">[% 'Customer/Vendor Name' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<input name="l.cp_name" id="l_cp_name" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_cp_name">[% 'Name' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l.cp_givenname" id="l_cp_givenname" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_cp_givenname">[% 'Given Name' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<input name="l.cp_street" id="l_cp_street" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_cp_street">[% 'Street' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l.cp_zipcode" id="l_cp_zipcode" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_cp_zipcode">[% 'Zipcode' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l.cp_city" id="l_cp_city" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_cp_city">[% 'City' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<input name="l.cp_phone" id="l_cp_phone" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_cp_phone">[% 'Phone' | $T8 %]</label>
|
||
</td>
|
||
<td>
|
||
<input name="l.cp_mobile" id="l_cp_mobile" type="checkbox" class="checkbox" value="Y" checked>
|
||
<label for="l_cp_mobile">[% 'Mobile' | $T8 %]</label>
|
||
</td>
|
||
</div>
|
||
|
||
<td>[%- L.checkbox_tag('l.cp_privatphone', value='Y', label=LxERP.t8('Private Phone'), class='checkbox', checked=1) %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>[%- L.checkbox_tag('l.cp_fax', value='Y', label=LxERP.t8('Fax'), class='checkbox') %]</td>
|
||
<td>[%- L.checkbox_tag('l.cp_email', value='Y', label=LxERP.t8('E-mail'), class='checkbox', checked=1) %]</td>
|
||
<td>[%- L.checkbox_tag('l.cp_privatemail', value='Y', label=LxERP.t8('Private E-mail'), class='checkbox') %]</td>
|
||
</tr>
|
||
<div class="wrapper form-addition control-panel">
|
||
<h3 class="caption">[% 'Include in Report' | $T8 %] </h3>
|
||
|
||
<tr>
|
||
<td>
|
||
<input name="l.cp_abteilung" id="l_cp_abteilung" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_cp_abteilung">[% 'Department' | $T8 %]</label>
|
||
</td>
|
||
|
||
<td>[% L.checkbox_tag('l.cp_position', value='Y', label=LxERP.t8('Function/position'), class='checkbox') %]</td>
|
||
</tr>
|
||
<div class="list col">
|
||
<h4>[% 'Numbers & IDs' | $T8 %]</h4>
|
||
<div>
|
||
<input name="l.cp_id" id="l_cp_id" type="checkbox" value="Y">
|
||
<label for="l_cp_id"> [% 'ID' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l.vcnumber" id="l_vcnumber" type="checkbox" value="Y" checked>
|
||
<label for="l_vcnumber"> [% 'Customer/Vendor Number' | $T8 %] </label>
|
||
</div>
|
||
</div>
|
||
|
||
<tr>
|
||
<td>
|
||
<input name="l.cp_gender" id="l_cp_gender" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_cp_gender">[% 'Gender' | $T8 %]</label>
|
||
</td>
|
||
<div class="list col">
|
||
<h4> [% 'Customer' | $T8 %] </h4>
|
||
<div>
|
||
<input name="l.vcname" id="l_vcname" type="checkbox" value="Y" checked>
|
||
<label for="l_vcname"> [% 'Customer/Vendor Name' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l.cp_name" id="l_cp_name" type="checkbox" value="Y" checked>
|
||
<label for="l_cp_name"> [% 'Name' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l.cp_givenname" id="l_cp_givenname" type="checkbox" value="Y" checked>
|
||
<label for="l_cp_givenname"> [% 'Given Name' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l.cp_abteilung" id="l_cp_abteilung" type="checkbox" value="Y">
|
||
<label for="l_cp_abteilung"> [% 'Department' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
[% L.checkbox_tag('l.cp_position', value='Y', label=LxERP.t8('Function/position')) %]
|
||
</div>
|
||
<div>
|
||
<input name="l.cp_gender" id="l_cp_gender" type="checkbox" value="Y">
|
||
<label for="l_cp_gender"> [% 'Gender' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l.cp_birthday" id="l_cp_birthday" type="checkbox" value="Y">
|
||
<label for="l_cp_birthday"> [% 'Birthday' | $T8 %] </label>
|
||
</div>
|
||
</div>
|
||
|
||
<td>
|
||
<input name="l.cp_birthday" id="l_cp_birthday" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_cp_birthday">[% 'Birthday' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
<div class="list col">
|
||
<h4> [% 'Address' | $T8 %] </h4>
|
||
<div>
|
||
<input name="l.cp_street" id="l_cp_street" type="checkbox" value="Y">
|
||
<label for="l_cp_street"> [% 'Street' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l.cp_zipcode" id="l_cp_zipcode" type="checkbox" value="Y">
|
||
<label for="l_cp_zipcode"> [% 'Zipcode' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l.cp_city" id="l_cp_city" type="checkbox" value="Y">
|
||
<label for="l_cp_city"> [% 'City' | $T8 %] </label>
|
||
</div>
|
||
</div>
|
||
|
||
[% CUSTOM_VARIABLES_INCLUSION_CODE %]
|
||
<div class="list col">
|
||
<h4> [% 'Contact' | $T8 %] </h4>
|
||
<div>
|
||
<input name="l.cp_phone" id="l_cp_phone" type="checkbox" value="Y" checked>
|
||
<label for="l_cp_phone"> [% 'Phone' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
<input name="l.cp_mobile" id="l_cp_mobile" type="checkbox" value="Y" checked>
|
||
<label for="l_cp_mobile"> [% 'Mobile' | $T8 %] </label>
|
||
</div>
|
||
<div>
|
||
[% L.checkbox_tag('l.cp_privatphone', value='Y', label=LxERP.t8('Private Phone'), checked=1) %]
|
||
</div>
|
||
<div>
|
||
[% L.checkbox_tag('l.cp_fax', value='Y', label=LxERP.t8('Fax')) %]
|
||
</div>
|
||
<div>
|
||
[% L.checkbox_tag('l.cp_email', value='Y', label=LxERP.t8('E-mail'), checked=1) %]
|
||
</div>
|
||
<div>
|
||
[% L.checkbox_tag('l.cp_privatemail', value='Y', label=LxERP.t8('Private E-mail')) %]
|
||
</div>
|
||
[% CUSTOM_VARIABLES_INCLUSION_CODE %]
|
||
</div>
|
||
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</form>
|
||
</div>
|
||
</form>
|
templates/webpages/cti/list_internal_extensions.html | ||
---|---|---|
[%- USE HTML %][%- USE LxERP -%]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
<body>
|
||
|
||
<h1>[% HTML.escape(title) %]</h1>
|
||
|
||
[% IF !SELF.internal_extensions.size %]
|
||
<p>[% LxERP.t8("No internal phone extensions have been configured yet.") %]</p>
|
||
<div class="wrapper">
|
||
[% IF !SELF.internal_extensions.size %]
|
||
<p>[% LxERP.t8("No internal phone extensions have been configured yet.") %]</p>
|
||
|
||
[% ELSE %]
|
||
<table>
|
||
<tr class="listheading">
|
||
<th>[% LxERP.t8("Name") %]</th>
|
||
<th>[% LxERP.t8("Phone extension") %]</th>
|
||
</tr>
|
||
[% ELSE %]
|
||
<table class="tbl-plain wi-moderate">
|
||
<thead>
|
||
<tr>
|
||
<th>[% LxERP.t8("Name") %]</th>
|
||
<th>[% LxERP.t8("Phone extension") %]</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
[% FOREACH extension = SELF.internal_extensions %]
|
||
<tr class="listrow">
|
||
<td>[% HTML.escape(extension.name) %]</td>
|
||
<td><a href="[% HTML.escape(extension.call_link) %]" class="cti_call_action">[% HTML.escape(extension.phone_extension) %]</a></td>
|
||
</tr>
|
||
[% END %]
|
||
</tbody>
|
||
</table>
|
||
[% END %]
|
||
</div>
|
||
|
||
[%- FOREACH extension = SELF.internal_extensions %]
|
||
<tr class="listrow">
|
||
<td>[% HTML.escape(extension.name) %]</td>
|
||
<td><a href="[% HTML.escape(extension.call_link) %]" class="cti_call_action">[% HTML.escape(extension.phone_extension) %]</a></td>
|
||
</tr>
|
||
[%- END %]
|
||
</table>
|
||
[% END %]
|
||
</body>
|
||
</html>
|
templates/webpages/custom_variable_config/form.html | ||
---|---|---|
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]<h1>[% HTML.escape(title) %]</h1>
|
||
[% USE HTML -%]
|
||
[% USE LxERP -%]
|
||
[% USE L -%]
|
||
[% USE T8 -%]
|
||
|
||
<h1>[% HTML.escape(title) %]</h1>
|
||
|
||
<div class="wrapper">
|
||
<form action="controller.pl" method="post" id="form">
|
||
[%- L.hidden_tag("id", SELF.config.id) %]
|
||
|
||
<p>
|
||
<table>
|
||
<tr>
|
||
<td align="right">[% 'Module' | $T8 %]</td>
|
||
<td>[%- L.select_tag('module', SELF.modules, value_key='module', title_key='description', default=SELF.module, onchange="update_ic_rows();") %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td align="right">[% 'Variable Name' | $T8 %]<sup><span class="small-text">(1)</span></sup></td>
|
||
<td>[%- L.input_tag("config.name", SELF.config.name, class='initial_focus') %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td align="right">[% 'Variable Description' | $T8 %]<sup><span class="small-text">(2)</span></sup></td>
|
||
<td>[%- L.input_tag("config.description", SELF.config.description) %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td align="right">[% 'Type' | $T8 %]<sup><span class="small-text">(3)</span></sup></td>
|
||
<td>[% L.select_tag("config.type", SELF.translated_types, value_key='type', title_key='translation', default=SELF.config.type) %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td align="right">[% 'Default value' | $T8 %]<sup><span class="small-text">(4)</span></sup></td>
|
||
<td>[%- L.input_tag("config.default_value", SELF.config.type == 'number' ? LxERP.format_amount(SELF.config.default_value, 2) : SELF.config.default_value) %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td align="right">[% 'Options' | $T8 %]<sup><span class="small-text">(5)</span></sup></td>
|
||
<td>[%- L.input_tag("config.options", SELF.config.options) %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td align="right">[% 'Is Searchable' | $T8 %]</td>
|
||
<td>
|
||
[% L.radio_button_tag('config.searchable', value='1', id='config_searchable_1', label=LxERP.t8('Yes'), checked=(SELF.config.searchable ? 1 : '')) %]
|
||
[% L.radio_button_tag('config.searchable', value='0', id='config_searchable_0', label=LxERP.t8('No'), checked=(SELF.config.searchable ? '' : 1)) %]
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td align="right">[% 'Includeable in reports' | $T8 %]</td>
|
||
<td>
|
||
[% L.radio_button_tag('config.includeable', value='1', id='config_includeable_1', label=LxERP.t8('Yes'), checked=(SELF.config.includeable ? 1 : ''), onclick='update_included_by_default()') %]
|
||
[% L.radio_button_tag('config.includeable', value='0', id='config_includeable_0', label=LxERP.t8('No'), checked=(SELF.config.includeable ? '' : 1), onclick='update_included_by_default()') %]
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td align="right">[% 'Included in reports by default' | $T8 %]</td>
|
||
<td>
|
||
[% SET disabled = SELF.config.includeable ? '' : 'disabled' %]
|
||
[% L.radio_button_tag('config.included_by_default', value='1', id='config_included_by_default_1', label=LxERP.t8('Yes'), checked=(SELF.config.included_by_default ? 1 : ''), disabled=disabled) %]
|
||
[% L.radio_button_tag('config.included_by_default', value='0', id='config_included_by_default_0', label=LxERP.t8('No'), checked=(SELF.config.included_by_default ? '' : 1), disabled=disabled) %]
|
||
</td>
|
||
</tr>
|
||
|
||
<tr data-show-for="IC"[% UNLESS SELF.module == 'IC' %] style="display: none;"[% END %]>
|
||
<td align="right">[% 'Editable' | $T8 %]<sup><span class="small-text">(6)</span></sup></td>
|
||
<td>
|
||
[% L.radio_button_tag('config.flag_editable', value='1', id='config.flag_editable_1', label=LxERP.t8('Yes'), checked=(SELF.flags.editable ? 1 : '')) %]
|
||
[% L.radio_button_tag('config.flag_editable', value='0', id='config.flag_editable_0', label=LxERP.t8('No'), checked=(SELF.flags.editable ? '' : 1)) %]
|
||
</td>
|
||
</tr>
|
||
<tr data-show-for="IC"[% UNLESS SELF.module == 'IC' %] style="display: none;"[% END %]>
|
||
<td align="right">[% 'Deactivate by default' | $T8 %]<sup><span class="small-text">(7)</span></sup></td>
|
||
<td>
|
||
[% L.radio_button_tag('config.flag_defaults_to_invalid', value='1', id='config.flag_defaults_to_invalid_1', label=LxERP.t8('Yes'), checked=(SELF.flags.defaults_to_invalid ? 1 : '')) %]
|
||
[% L.radio_button_tag('config.flag_defaults_to_invalid', value='0', id='config.flag_defaults_to_invalid_0', label=LxERP.t8('No'), checked=(SELF.flags.defaults_to_invalid ? '' : 1)) %]
|
||
</td>
|
||
</tr>
|
Auch abrufbar als: Unified diff
Neues kivitendo Design restliche Aenderungen in templates/webpages/c*
Dateien in ca/* chart/* cp/* ct/* cti/* custom_variable_config/*