Revision 2d9a0b60
Von Moritz Bunkus vor fast 11 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
1802 | 1802 |
'Project (description)' => 'Projekt (Beschreibung)', |
1803 | 1803 |
'Project (number)' => 'Projektnummer', |
1804 | 1804 |
'Project Description' => 'Projektbeschreibung', |
1805 |
'Project Link' => 'Projektverknüpfung', |
|
1805 | 1806 |
'Project Number' => 'Projektnummer', |
1806 | 1807 |
'Project Numbers' => 'Projektnummern', |
1807 | 1808 |
'Project Status' => 'Projektstatus', |
... | ... | |
2564 | 2565 |
'This option controls the method used for profit determination.' => 'Dieser Parameter legt die Berechnungsmethode für die Gewinnermittlung fest.', |
2565 | 2566 |
'This option controls the posting and calculation behavior for the accounting method.' => 'Dieser Parameter steuert die Buchungs- und Berechnungsmethoden für die Versteuerungsart.', |
2566 | 2567 |
'This partnumber is not unique. You should change it.' => 'Diese Artikelnummer ist nicht eindeutig. Bitte wählen Sie eine andere.', |
2568 |
'This requirement spec is currently not linked to a project.' => 'Dieses Pflichtenheft ist noch nicht mit einem Projekt verknüpft.', |
|
2567 | 2569 |
'This requires you to manually correct entries for which an automatic conversion failed and to check those for which it succeeded.' => 'Dies erfordert, dass Sie diejenigen Einträge manuell korrigieren, für die die automatische Umstellung fehlschlug, sowie dass Sie diejenigen überprüfen, für die die Umstellung erfolgreich war.', |
2568 | 2570 |
'This transaction has to be split into several transactions manually.' => 'Diese Buchung muss manuell in mehrere Buchungen aufgeteilt werden.', |
2569 | 2571 |
'This update will change the nature the onhand of goods is tracked.' => 'Dieses update ändert die Art und Weise wie Lagermengen gezält werden.', |
templates/webpages/requirement_spec/_show_basic_settings.html | ||
---|---|---|
1 | 1 |
[%- USE HTML -%][%- USE LxERP -%] |
2 | 2 |
<div id="basic_settings" class="basic-settings-context-menu"> |
3 |
<table> |
|
4 |
<tr class="listheading"> |
|
5 |
<th colspan="2"> |
|
6 |
[% IF SELF.requirement_spec.is_template %] |
|
7 |
[% LxERP.t8("Basic Settings for the Requirement Spec Template") %] |
|
8 |
[% ELSE %] |
|
9 |
[% LxERP.t8("Basic Settings for the Requirement Spec") %] |
|
10 |
[% END %] |
|
11 |
</th> |
|
12 |
</tr> |
|
3 |
<h2> |
|
4 |
[% IF SELF.requirement_spec.is_template %] |
|
5 |
[% LxERP.t8("Basic Settings for the Requirement Spec Template") %] |
|
6 |
[% ELSE %] |
|
7 |
[% LxERP.t8("Basic Settings for the Requirement Spec") %] |
|
8 |
[% END %] |
|
9 |
</h2> |
|
13 | 10 |
|
11 |
<table> |
|
14 | 12 |
<tr class="listrow"> |
15 | 13 |
<td>[% LxERP.t8("Title") %]:</td> |
16 | 14 |
<td>[% HTML.escape(SELF.requirement_spec.title) %]</td> |
... | ... | |
41 | 39 |
[%- END %] |
42 | 40 |
|
43 | 41 |
</table> |
42 |
|
|
43 |
[% UNLESS SELF.requirement_spec.is_template %] |
|
44 |
|
|
45 |
<h2>[% LxERP.t8("Project Link") %]</h2> |
|
46 |
|
|
47 |
[% IF !SELF.requirement_spec.project_id %] |
|
48 |
<p>[% LxERP.t8("This requirement spec is currently not linked to a project.") %]</p> |
|
49 |
|
|
50 |
[% ELSE %] |
|
51 |
<table> |
|
52 |
<tr class="listrow"> |
|
53 |
<td>[% LxERP.t8("Project Number") %]:</td> |
|
54 |
<td>[% HTML.escape(SELF.requirement_spec.project.projectnumber) %]</td> |
|
55 |
</tr> |
|
56 |
|
|
57 |
<tr class="listrow"> |
|
58 |
<td>[% LxERP.t8("Description") %]:</td> |
|
59 |
<td>[% HTML.escape(SELF.requirement_spec.project.description) %]</td> |
|
60 |
</tr> |
|
61 |
|
|
62 |
<tr class="listrow"> |
|
63 |
<td>[% LxERP.t8("Customer") %]:</td> |
|
64 |
<td>[% HTML.escape(SELF.requirement_spec.project.customer.name) %]</td> |
|
65 |
</tr> |
|
66 |
|
|
67 |
<tr class="listrow"> |
|
68 |
<td>[% LxERP.t8("Type") %]:</td> |
|
69 |
<td>[% HTML.escape(SELF.requirement_spec.project.project_type.description) %]</td> |
|
70 |
</tr> |
|
71 |
|
|
72 |
<tr class="listrow"> |
|
73 |
<td>[% LxERP.t8("Status") %]:</td> |
|
74 |
<td>[% HTML.escape(SELF.requirement_spec.project.project_status.description) %]</td> |
|
75 |
</tr> |
|
76 |
</table> |
|
77 |
|
|
78 |
[% END %] |
|
79 |
[% END %] |
|
44 | 80 |
</div> |
Auch abrufbar als: Unified diff
Pflichtenheft: Projektverknüpfung in Grundeinstellungen anzeigen