some fixes
gitea/salix/1972-buyer_week_waste This commit looks good
Details
gitea/salix/1972-buyer_week_waste This commit looks good
Details
This commit is contained in:
parent
d815948795
commit
e7433fab24
|
@ -43,7 +43,7 @@
|
|||
<tbody>
|
||||
<tr v-for="waste in wastes" v-bind:key="waste.buyer">
|
||||
<td class="font gray">{{waste.buyer}}</td>
|
||||
<td class="number">{{waste.porcentaje | percentage(2, 2, locale)}}</td>
|
||||
<td class="number">{{(waste.porcentaje / 100) | percentage(4, 4, locale)}}</td>
|
||||
<td class="number">{{waste.mermas | currency('EUR', locale)}}</td>
|
||||
<td class="number">{{waste.total | currency('EUR', locale)}}</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
subject: Resumen semanal
|
||||
title: Resumen semanal
|
||||
subject: Merma semanal
|
||||
title: Merma semanal
|
||||
dear: Hola
|
||||
description: A continuación se muestra el resumen semanal a fecha de <strong>{0}</strong>.
|
||||
description: A continuación se muestra la merma semanal a fecha de <strong>{0}</strong>.
|
||||
buyer: Comprador
|
||||
percentage: Porcentaje
|
||||
dwindle: Mermas
|
||||
|
|
Loading…
Reference in New Issue