Revision ad39d6f3
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
templates/webpages/dbupgrade/buchungsgruppen_assemblies_de.html | ||
---|---|---|
55 | 55 |
<tr> |
56 | 56 |
<td>Inventar:</td> |
57 | 57 |
<td> |
58 |
<input type="hidden" name="inventory_accno_id_<TMPL_VAR __counter__>" value="<TMPL_VAR inventory_accno_id ESCAPE=HTML>"> |
|
59 |
<TMPL_VAR inventory_accno ESCAPE=HTML>--<TMPL_VAR inventory_description ESCAPE=HTML> |
|
58 |
<select name="inventory_accno_id_<TMPL_VAR __counter__>"> |
|
59 |
<TMPL_LOOP ACC_INVENTORY><option value="<TMPL_VAR id>" <TMPL_VAR selected>><TMPL_VAR accno ESCAPE=HTML>--<TMPL_VAR description ESCAPE=HTML></option></TMPL_LOOP> |
|
60 |
</select> |
|
60 | 61 |
</td> |
61 | 62 |
</tr> |
62 | 63 |
</TMPL_IF> |
templates/webpages/dbupgrade/buchungsgruppen_assemblies_master.html | ||
---|---|---|
55 | 55 |
<tr> |
56 | 56 |
<td><translate>Inventory</translate>:</td> |
57 | 57 |
<td> |
58 |
<input type="hidden" name="inventory_accno_id_<TMPL_VAR __counter__>" value="<TMPL_VAR inventory_accno_id ESCAPE=HTML>"> |
|
59 |
<TMPL_VAR inventory_accno ESCAPE=HTML>--<TMPL_VAR inventory_description ESCAPE=HTML> |
|
58 |
<select name="inventory_accno_id_<TMPL_VAR __counter__>"> |
|
59 |
<TMPL_LOOP ACC_INVENTORY><option value="<TMPL_VAR id>" <TMPL_VAR selected>><TMPL_VAR accno ESCAPE=HTML>--<TMPL_VAR description ESCAPE=HTML></option></TMPL_LOOP> |
|
60 |
</select> |
|
60 | 61 |
</td> |
61 | 62 |
</tr> |
62 | 63 |
</TMPL_IF> |
Auch abrufbar als: Unified diff
Beim Anlegen von Buchungsgruppen für Erzeugnisse muss der Benutzer das Inventarkonto auswählen können, wenn EUR nicht gesetzt ist, da bei Erzeugnissen kein Inventarkonto benutzt wird.