Feedback 4574: Dokumentenvorlagen - Angebot / Auftrag / Pro-Forma Invoice, Testfeedback FD 07.02.2018 für Angebot/SO/Proforma
parent
17532135bd
commit
d73cf7e129
|
|
@ -67,8 +67,9 @@
|
||||||
<th class="text-center">Pos.</th>
|
<th class="text-center">Pos.</th>
|
||||||
<th class="text-center">Anzahl</th>
|
<th class="text-center">Anzahl</th>
|
||||||
<th class="text-right">Gewicht</th>
|
<th class="text-right">Gewicht</th>
|
||||||
<th class="text-right">EP</th>
|
<th class="text-right"></th>
|
||||||
<th class="text-left">Artikel</th>
|
<th class="text-left">Artikel</th>
|
||||||
|
<th class="text-right">EP</th>
|
||||||
<th class="text-right" t-if="discount_is_set">Rabatt</th>
|
<th class="text-right" t-if="discount_is_set">Rabatt</th>
|
||||||
<th class="text-right">Gesamtpreis</th>
|
<th class="text-right">Gesamtpreis</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -91,7 +92,6 @@
|
||||||
<span t-field="order_line.lot_id.weight"/> kg
|
<span t-field="order_line.lot_id.weight"/> kg
|
||||||
</td>
|
</td>
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<span t-field="order_line.price_unit"/>
|
|
||||||
</td>
|
</td>
|
||||||
<td rowspan="2" class="text-left">
|
<td rowspan="2" class="text-left">
|
||||||
<t t-if="order_line.product_id.default_code">
|
<t t-if="order_line.product_id.default_code">
|
||||||
|
|
@ -110,7 +110,9 @@
|
||||||
<br/><strong>Lieferdatum: </strong><span t-field="order_line.delivery_date"/>
|
<br/><strong>Lieferdatum: </strong><span t-field="order_line.delivery_date"/>
|
||||||
</t>
|
</t>
|
||||||
</td>
|
</td>
|
||||||
|
<td rowspan="2" class="text-right">
|
||||||
|
<span t-field="order_line.price_unit"/>
|
||||||
|
</td>
|
||||||
<td rowspan="2" class="text-right" t-if="discount_is_set">
|
<td rowspan="2" class="text-right" t-if="discount_is_set">
|
||||||
<span t-field="order_line.discount"/>
|
<span t-field="order_line.discount"/>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue