FECHA | DESCRIPCION | TOTAL |
---|---|---|
{{$a->created_at}} | {{$a->descripcion}} | Q. {{number_format($a->total, 2)}} |
Q. {{number_format($t_a_proveec, 2)}} |
FECHA | N0. RECIBO | TOTAL |
---|---|---|
{{$a->created_at}} | {{ $a->recibo}} | Q. {{number_format($a->cantidad * $a->uniforme->p_costo, 2)}} |
Q. {{number_format($t_compras_uni, 2)}} |
COMPRAS: {{number_format($t_compras_uni, 2)}}
VENTAS: {{number_format($t_ventas_uni, 2)}}
ABONOS: {{number_format($t_a_proveec, 2)}}
SALDO POR PAGAR: Q. {{number_format($t_compras_uni - $t_a_proveec , 2)}}
UTILIDAD: Q. {{number_format(($t_ventas_uni + $t_a_proveec) - $t_compras_uni , 2)}}