Revision 318dcda4
Von Cem Aydin vor fast 4 Jahren hinzugefügt
templates/webpages/bank_transactions/create_invoice.html | ||
---|---|---|
2 | 2 |
[% USE L %] |
3 | 3 |
[% USE LxERP %] |
4 | 4 |
[% USE P %] |
5 |
[% USE T8 %] |
|
5 | 6 |
<div class="wrapper"> |
6 | 7 |
|
7 | 8 |
<table class="tbl-list"> |
templates/webpages/common/toggle_panel.html | ||
---|---|---|
1 | 1 |
[% USE T8 %] |
2 |
[% USE LxERP %] |
|
2 | 3 |
[% |
3 | 4 |
# Use this include for flip open or shut a filter controlpanel/block. |
4 | 5 |
# The source file must contain the BLOCK "filter_toggle_panel" |
templates/webpages/liquidity_projection/_result.html | ||
---|---|---|
1 | 1 |
[% USE HTML %] |
2 | 2 |
[% USE LxERP %] |
3 |
[% USE T8 %] |
|
3 | 4 |
[% SET name_col = FORM.params.salesman || FORM.params.buchungsgruppe || FORM.params.type %] |
4 | 5 |
|
5 | 6 |
<table class="tbl-list wi-moderate"> |
... | ... | |
7 | 8 |
<thead> |
8 | 9 |
<tr> |
9 | 10 |
<th>[% LxERP.t8("Type") %]</th> |
10 |
[% IF name_col %]
|
|
11 |
[% IF name_col %] |
|
11 | 12 |
<th>[% LxERP.t8("Name") %]</th> |
12 |
[% END %]
|
|
13 |
[% FOREACH month = SELF.liquidity.sorted.month %]
|
|
13 |
[% END %] |
|
14 |
[% FOREACH month = SELF.liquidity.sorted.month %] |
|
14 | 15 |
<th>[% IF month == 'old' %][% LxERP.t8("old") %][% ELSIF month == 'future' %][% LxERP.t8("prospective") %][% ELSE %][% HTML.escape(month) %][% END %]</th> |
15 |
[% END %]
|
|
16 |
[% END %] |
|
16 | 17 |
</tr> |
17 | 18 |
</thead> |
18 | 19 |
<tbody> |
19 |
[% IF FORM.params.type %] [% FOREACH type = SELF.liquidity.sorted.type %]
|
|
20 |
[% IF FORM.params.type %] [% FOREACH type = SELF.liquidity.sorted.type %] |
|
20 | 21 |
<tr> |
21 | 22 |
<td>[% IF loop.first %][% LxERP.t8("Basis of calculation") %][% END %]</td> |
22 | 23 |
<td>[% IF type == 'order' %][% LxERP.t8("Sales Orders") %] [% ELSIF type == 'partial' %][% LxERP.t8("Partial invoices") %] [% ELSE %][% LxERP.t8("Periodic Invoices") %] [% END %] </td> |
23 |
[% FOREACH month = SELF.liquidity.sorted.month %]
|
|
24 |
[% FOREACH month = SELF.liquidity.sorted.month %] |
|
24 | 25 |
<td class="numeric">[% LxERP.format_amount(SELF.liquidity.$type.$month, 2) %]</td> |
25 |
[% END %]
|
|
26 |
[% END %] |
|
26 | 27 |
</tr> |
27 |
[% END %]
|
|
28 |
[% END %] |
|
28 | 29 |
[% END %] |
29 | 30 |
|
30 | 31 |
[% IF FORM.params.salesman %] |
templates/webpages/simple_system_setting/_bank_account_form.html | ||
---|---|---|
2 | 2 |
[% USE LxERP %] |
3 | 3 |
[% USE L %] |
4 | 4 |
[% USE P %] |
5 |
[% USE T8 %] |
|
5 | 6 |
|
6 | 7 |
<div class="wrapper"> |
7 | 8 |
|
Auch abrufbar als: Unified diff
Neues Design Bugfix: #384 Teil: Fehlende Module eingefügt
(gemäss Fehlermeldungen von locale script)
- Leerzeichen bereinigt