Mostrar porcentajes en venta

This commit is contained in:
Juan Pablo Vial
2025-04-03 13:38:22 -03:00
parent 6d1782cac6
commit df7f462ead
5 changed files with 7 additions and 6 deletions

View File

@ -8,7 +8,7 @@
</a>
</sub>
</td>
<td></td>
<td>{{ $format->percent($pie->valor / $venta->valor, 2, true) }}</td>
<td class="right aligned">{{$format->ufs($pie->valor)}}</td>
<td class="right aligned">{{$format->pesos($pie->valor * $pie->uf)}}</td>
<td class="right aligned">Cuotas</td>
@ -25,7 +25,7 @@
</tr>
<tr>
<td>Pagado</td>
<td></td>
<td>{{$format->percent($pie->pagado() / $venta->valor, 2, true)}}</td>
<td class="right aligned">{{$format->ufs($pie->pagado())}}</td>
<td class="right aligned">{{$format->pesos($pie->pagado('pesos'))}}</td>
<td colspan="2"></td>