|
@@ -316,7 +316,7 @@
|
|
|
{{
|
|
{{
|
|
|
row.tasa_porcentaje == "" || row.tasa_porcentaje == undefined
|
|
row.tasa_porcentaje == "" || row.tasa_porcentaje == undefined
|
|
|
? "0"
|
|
? "0"
|
|
|
- : row.tasa_porcentaje
|
|
|
|
|
|
|
+ : row.tasa_porcentaje | number: "1.2-4"
|
|
|
}}%
|
|
}}%
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
@@ -333,7 +333,7 @@
|
|
|
${{
|
|
${{
|
|
|
row.ingreso_bruto == "" || row.ingreso_bruto == undefined
|
|
row.ingreso_bruto == "" || row.ingreso_bruto == undefined
|
|
|
? "0"
|
|
? "0"
|
|
|
- : row.ingreso_bruto
|
|
|
|
|
|
|
+ : row.ingreso_bruto | number: "1.2-4"
|
|
|
}}
|
|
}}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
@@ -349,7 +349,7 @@
|
|
|
${{
|
|
${{
|
|
|
row.ingreso_neto == "" || row.ingreso_neto == undefined
|
|
row.ingreso_neto == "" || row.ingreso_neto == undefined
|
|
|
? "0"
|
|
? "0"
|
|
|
- : row.ingreso_neto
|
|
|
|
|
|
|
+ : row.ingreso_neto | number: "1.2-4"
|
|
|
}}
|
|
}}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
@@ -362,7 +362,7 @@
|
|
|
<ng-container matColumnDef="iva">
|
|
<ng-container matColumnDef="iva">
|
|
|
<th mat-header-cell *matHeaderCellDef>IVA</th>
|
|
<th mat-header-cell *matHeaderCellDef>IVA</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- ${{ row.iva == "" || row.iva == undefined ? "0" : row.iva }}
|
|
|
|
|
|
|
+ ${{ row.iva == "" || row.iva == undefined ? "0" : row.iva | number: "1.2-4"}}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
${{ consolidado_proyeccion.total_iva | number: "1.2-4" }}
|
|
${{ consolidado_proyeccion.total_iva | number: "1.2-4" }}
|
|
@@ -393,7 +393,7 @@
|
|
|
${{
|
|
${{
|
|
|
row.monto_recibir == "" || row.monto_recibir == undefined
|
|
row.monto_recibir == "" || row.monto_recibir == undefined
|
|
|
? "0"
|
|
? "0"
|
|
|
- : row.monto_recibir
|
|
|
|
|
|
|
+ : row.monto_recibir | number: "1.2-4"
|
|
|
}}
|
|
}}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
@@ -410,7 +410,7 @@
|
|
|
row.capital_restante == "" ||
|
|
row.capital_restante == "" ||
|
|
|
row.capital_restante == undefined
|
|
row.capital_restante == undefined
|
|
|
? "0"
|
|
? "0"
|
|
|
- : row.capital_restante
|
|
|
|
|
|
|
+ : row.capital_restante | number: "1.2-4"
|
|
|
}}
|
|
}}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
@@ -557,7 +557,7 @@
|
|
|
{{
|
|
{{
|
|
|
row.tasa_porcentaje == "" || row.tasa_porcentaje == undefined
|
|
row.tasa_porcentaje == "" || row.tasa_porcentaje == undefined
|
|
|
? "0"
|
|
? "0"
|
|
|
- : row.tasa_porcentaje
|
|
|
|
|
|
|
+ : row.tasa_porcentaje | number: "1.2-4"
|
|
|
}}%
|
|
}}%
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef></td>
|
|
<td mat-footer-cell *matFooterCellDef></td>
|
|
@@ -569,7 +569,7 @@
|
|
|
${{
|
|
${{
|
|
|
row.ingreso_bruto == "" || row.ingreso_bruto == undefined
|
|
row.ingreso_bruto == "" || row.ingreso_bruto == undefined
|
|
|
? "0"
|
|
? "0"
|
|
|
- : row.ingreso_bruto
|
|
|
|
|
|
|
+ : row.ingreso_bruto | number: "1.2-4"
|
|
|
}}
|
|
}}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
@@ -585,7 +585,7 @@
|
|
|
${{
|
|
${{
|
|
|
row.ingreso_neto == "" || row.ingreso_neto == undefined
|
|
row.ingreso_neto == "" || row.ingreso_neto == undefined
|
|
|
? "0"
|
|
? "0"
|
|
|
- : row.ingreso_neto
|
|
|
|
|
|
|
+ : row.ingreso_neto | number: "1.2-4"
|
|
|
}}
|
|
}}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
@@ -598,7 +598,7 @@
|
|
|
<ng-container matColumnDef="iva">
|
|
<ng-container matColumnDef="iva">
|
|
|
<th mat-header-cell *matHeaderCellDef>IVA</th>
|
|
<th mat-header-cell *matHeaderCellDef>IVA</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- ${{ row.iva == "" || row.iva == undefined ? "0" : row.iva }}
|
|
|
|
|
|
|
+ ${{ row.iva == "" || row.iva == undefined ? "0" : row.iva | number: "1.2-4"}}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
${{ consolidado_proyeccion.total_iva | number: "1.2-4" }}
|
|
${{ consolidado_proyeccion.total_iva | number: "1.2-4" }}
|
|
@@ -629,7 +629,7 @@
|
|
|
${{
|
|
${{
|
|
|
row.monto_recibir == "" || row.monto_recibir == undefined
|
|
row.monto_recibir == "" || row.monto_recibir == undefined
|
|
|
? "0"
|
|
? "0"
|
|
|
- : row.monto_recibir
|
|
|
|
|
|
|
+ : row.monto_recibir | number: "1.2-4"
|
|
|
}}
|
|
}}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
@@ -646,7 +646,7 @@
|
|
|
row.capital_restante == "" ||
|
|
row.capital_restante == "" ||
|
|
|
row.capital_restante == undefined
|
|
row.capital_restante == undefined
|
|
|
? "0"
|
|
? "0"
|
|
|
- : row.capital_restante
|
|
|
|
|
|
|
+ : row.capital_restante | number: "1.2-4"
|
|
|
}}
|
|
}}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|