Revision 5e3e9a33
Von Jan Büren vor mehr als 11 Jahren hinzugefügt
templates/webpages/ic/form_header.html | ||
---|---|---|
222 | 222 |
[% HTML.escape(defaults.weightunit) %] |
223 | 223 |
</td> |
224 | 224 |
</tr> |
225 |
[%- END %] |
|
225 | 226 |
<tr> |
226 | 227 |
<th align="right" nowrap>[% 'On Hand' | $T8 %]</th> |
227 | 228 |
<th align="left" nowrap class="plus[% IF onhand > 0 %]1[% ELSE %]0[% END %]"> [% LxERP.format_amount(onhand) %]</th> |
... | ... | |
244 | 245 |
<th align="right" nowrap="true">[% 'Default Bin' | $T8 %]</th> |
245 | 246 |
<td><select id="bin_id" name="bin_id"></select></td> |
246 | 247 |
</tr> |
247 |
[%- END %] |
|
248 | 248 |
<tr> |
249 | 249 |
<th align="right" nowrap="true">[% 'Verrechnungseinheit' | $T8 %]</th> |
250 | 250 |
<td><input name="ve" size="10" value="[% HTML.escape(ve) %]"></td> |
Auch abrufbar als: Unified diff
Stammdaten-Lager für Dienstleistungen auch anzeigen
Da Dienstleistungen überall im Programm auch ein- und auslagerbar sind,
ist es nur konsequent hierfür auch einen Standardlagerplatz, Standardlagermenge sowie
einen Mindestbestand anzugeben