Revision 9c876851
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/payment_term/form.html | ||
---|---|---|
68 | 68 |
[% P.input_tag("payment_term.description_long_invoice", SELF.payment_term.description_long_invoice, size="60", "data-validate"="required", "data-title"=LxERP.t8("Long Description for invoices")) %] |
69 | 69 |
</td> |
70 | 70 |
</tr> |
71 |
<div class="instructions"> |
|
72 |
<p>[% LxERP.t8("You can use the following strings in the long description and all translations. They will be replaced by their actual values by kivitendo before they're output.") %]</p> |
|
73 |
|
|
71 | 74 |
|
72 | 75 |
[%- FOREACH language = SELF.languages %] |
76 |
<table class="tbl-list-plain"> |
|
77 |
<thead> |
|
73 | 78 |
<tr> |
74 | 79 |
<td>[%- HTML.escape(language.description) %] ([%- LxERP.t8('Translation') %])</td> |
75 | 80 |
<td> |
... | ... | |
79 | 84 |
<td> |
80 | 85 |
<input name="translation_invoice_[% language.id %]" value="[%- HTML.escape(SELF.payment_term.translated_attribute('description_long_invoice', language, 1)) %]" size="60"> |
81 | 86 |
</td> |
87 |
<th> [%- LxERP.t8('Field') %] </th> |
|
88 |
<th> [%- LxERP.t8('Description') %] </th> |
|
82 | 89 |
</tr> |
83 | 90 |
[%- END %] |
84 | 91 |
</table> |
... | ... | |
86 | 93 |
[% P.hidden_tag("id", SELF.payment_term.id) %] |
87 | 94 |
|
88 | 95 |
<hr size="3" noshade> |
96 |
</thead> |
|
97 |
<tbody> |
|
98 |
<tr> |
|
99 |
<td> <%netto_date%> </td> |
|
100 |
<td> [% LxERP.t8("Date the payment is due in full") %] </td> |
|
101 |
</tr> |
|
102 |
<tr> |
|
103 |
<td> <%skonto_date%> </td> |
|
104 |
<td> [% LxERP.t8("Date the payment is due with discount") %] </td> |
|
105 |
</tr> |
|
106 |
<tr> |
|
107 |
<td> <%skonto_amount%> </td> |
|
108 |
<td> [% LxERP.t8("The deductible amount") %] </td> |
|
109 |
</tr> |
|
110 |
<tr> |
|
111 |
<td> <%skonto_in_percent%> </td> |
|
112 |
<td> [% LxERP.t8("The discount in percent") %] </td> |
|
113 |
</tr> |
|
114 |
<tr> |
|
115 |
<td> <%total%> </td> |
|
116 |
<td> [% LxERP.t8("Amount payable") %] </td> |
|
117 |
</tr> |
|
118 |
<tr> |
|
119 |
<td> <%total_wo_skonto%> </td> |
|
120 |
<td> [% LxERP.t8("Amount payable less discount") %] </td> |
|
121 |
</tr> |
|
122 |
<tr> |
|
123 |
<td> <%invtotal%> </td> |
|
124 |
<td> [% LxERP.t8("Invoice total") %] </td> |
|
125 |
</tr> |
|
126 |
<tr> |
|
127 |
<td> <%invtotal_wo_skonto%> </td> |
|
128 |
<td> [% LxERP.t8("Invoice total less discount") %] </td> |
|
129 |
</tr> |
|
130 |
<tr> |
|
131 |
<td> <%currency%> </td> |
|
132 |
<td> [% LxERP.t8("The selected currency") %] </td> |
|
133 |
</tr> |
|
134 |
<tr> |
|
135 |
<td> <%terms_netto%> </td> |
|
136 |
<td> [% LxERP.t8("The number of days for full payment") %] </td> |
|
137 |
</tr> |
|
138 |
<tr> |
|
139 |
<td> <%bank%> </td> |
|
140 |
<td> [% LxERP.t8("Customer's/vendor's bank") %] </td> |
|
141 |
</tr> |
|
142 |
<tr> |
|
143 |
<td> <%bic%> </td> |
|
144 |
<td> [% LxERP.t8("Customer's/vendor's BIC") %] </td> |
|
145 |
</tr> |
|
146 |
<tr> |
|
147 |
<td> <%iban%> </td> |
|
148 |
<td> [% LxERP.t8("Customer's/vendor's IBAN") %] </td> |
|
149 |
</tr> |
|
150 |
<tr> |
|
151 |
<td> <%mandator_id%> </td> |
|
152 |
<td> [% LxERP.t8("Customer's SEPA mandator ID") %] </td> |
|
153 |
</tr> |
|
154 |
<tr> |
|
155 |
<td> <%mandate_date_of_signature%> </td> |
|
156 |
<td> [% LxERP.t8("Customer's Mandate Date of Signature") %] </td> |
|
157 |
</tr> |
|
158 |
<tr> |
|
159 |
<td> <%account_number%> </td> |
|
160 |
<td> [% LxERP.t8("Customer's/vendor's account number") %] </td> |
|
161 |
</tr> |
|
162 |
<tr> |
|
163 |
<td> <%bank_code%> </td> |
|
164 |
<td> [% LxERP.t8("Customer's/vendor's bank code") %] </td> |
|
165 |
</tr> |
|
166 |
</tbody> |
|
167 |
</table> |
|
89 | 168 |
|
90 |
<p>[% LxERP.t8("You can use the following strings in the long description and all translations. They will be replaced by their actual values by kivitendo before they're output.") %]</p> |
|
91 | 169 |
|
92 |
<table> |
|
93 |
<tr class="listheading"><th>[%- LxERP.t8('Field') %]</th><th>[%- LxERP.t8('Description') %]</th></tr> |
|
94 |
<tr><td><%netto_date%></td><td>[% LxERP.t8("Date the payment is due in full") %]</td></tr> |
|
95 |
<tr><td><%skonto_date%></td><td>[% LxERP.t8("Date the payment is due with discount") %]</td></tr> |
|
96 |
<tr><td><%skonto_amount%></td><td>[% LxERP.t8("The deductible amount") %]</td></tr> |
|
97 |
<tr><td><%skonto_in_percent%></td><td>[% LxERP.t8("The discount in percent") %]</td></tr> |
|
98 |
<tr><td><%total%></td><td>[% LxERP.t8("Amount payable") %]</td></tr> |
|
99 |
<tr><td><%total_wo_skonto%></td><td>[% LxERP.t8("Amount payable less discount") %]</td></tr> |
|
100 |
<tr><td><%invtotal%></td><td>[% LxERP.t8("Invoice total") %]</td></tr> |
|
101 |
<tr><td><%invtotal_wo_skonto%></td><td>[% LxERP.t8("Invoice total less discount") %]</td></tr> |
|
102 |
<tr><td><%currency%></td><td>[% LxERP.t8("The selected currency") %]</td></tr> |
|
103 |
<tr><td><%terms_netto%></td><td>[% LxERP.t8("The number of days for full payment") %]</td></tr> |
|
104 |
<tr><td><%bank%></td><td>[% LxERP.t8("Customer's/vendor's bank") %]</td></tr> |
|
105 |
<tr><td><%bic%></td><td>[% LxERP.t8("Customer's/vendor's BIC") %]</td></tr> |
|
106 |
<tr><td><%iban%></td><td>[% LxERP.t8("Customer's/vendor's IBAN") %]</td></tr> |
|
107 |
<tr><td><%mandator_id%></td><td>[% LxERP.t8("Customer's SEPA mandator ID") %]</td></tr> |
|
108 |
<tr><td><%mandate_date_of_signature%></td><td>[% LxERP.t8("Customer's Mandate Date of Signature") %]</td></tr> |
|
109 |
<tr><td><%account_number%></td><td>[% LxERP.t8("Customer's/vendor's account number") %]</td></tr> |
|
110 |
<tr><td><%bank_code%></td><td>[% LxERP.t8("Customer's/vendor's bank code") %]</td></tr> |
|
111 |
</table> |
|
170 |
</div> |
|
171 |
|
|
112 | 172 |
</form> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/payment_term/form.html