|
|
@@ -444,15 +444,16 @@
|
|
|
<ng-container matColumnDef="ingreso_bruto">
|
|
|
<th mat-header-cell *matHeaderCellDef>Ingreso bruto</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{
|
|
|
+
|
|
|
+ ${{
|
|
|
row.ingreso_bruto == "" || row.ingreso_bruto == undefined
|
|
|
? "-"
|
|
|
: (row.ingreso_bruto | number: "1.2-4")
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD $USD
|
|
|
- {{
|
|
|
+
|
|
|
+ ${{
|
|
|
consolidado_proyeccion.total_ingreso_bruto | number: "1.2-4"
|
|
|
}}
|
|
|
</td>
|
|
|
@@ -460,15 +461,16 @@
|
|
|
<ng-container matColumnDef="ingreso_neto">
|
|
|
<th mat-header-cell *matHeaderCellDef>Ingreso neto</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{
|
|
|
+
|
|
|
+ ${{
|
|
|
row.ingreso_neto == "" || row.ingreso_neto == undefined
|
|
|
? "-"
|
|
|
: (row.ingreso_neto | number: "1.2-4")
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD $USD
|
|
|
- {{
|
|
|
+
|
|
|
+ ${{
|
|
|
consolidado_proyeccion.total_ingreso_neto | number: "1.2-4"
|
|
|
}}
|
|
|
</td>
|
|
|
@@ -476,11 +478,12 @@
|
|
|
<ng-container matColumnDef="costo_cedeval">
|
|
|
<th mat-header-cell *matHeaderCellDef>Costo CEDEVAL</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{ row.costo_cedeval | number: "1.2-4" }}
|
|
|
+
|
|
|
+ ${{ row.costo_cedeval | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD $USD
|
|
|
- {{
|
|
|
+
|
|
|
+ ${{
|
|
|
consolidado_proyeccion.total_costo_cedeval | number: "1.2-4"
|
|
|
}}
|
|
|
</td>
|
|
|
@@ -488,20 +491,22 @@
|
|
|
<ng-container matColumnDef="renta">
|
|
|
<th mat-header-cell *matHeaderCellDef>Renta</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{ row.renta | number: "1.2-4" }}
|
|
|
+
|
|
|
+ ${{ row.renta | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD {{ consolidado_proyeccion.total_renta | number: "1.2-4" }}
|
|
|
+ ${{ consolidado_proyeccion.total_renta | number: "1.2-4" }}
|
|
|
</td>
|
|
|
</ng-container>
|
|
|
<ng-container matColumnDef="costo_transferencia">
|
|
|
<th mat-header-cell *matHeaderCellDef>Costo transferencia</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{ row.costo_transferencia | number: "1.2-4" }}
|
|
|
+
|
|
|
+ ${{ row.costo_transferencia | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD $USD
|
|
|
- {{
|
|
|
+
|
|
|
+ ${{
|
|
|
consolidado_proyeccion.total_costo_transferencia
|
|
|
| number: "1.2-4"
|
|
|
}}
|
|
|
@@ -510,21 +515,23 @@
|
|
|
<ng-container matColumnDef="costo_banco">
|
|
|
<th mat-header-cell *matHeaderCellDef>Costo banco</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{ row.costo_banco | number: "1.2-4" }}
|
|
|
+
|
|
|
+ ${{ row.costo_banco | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD
|
|
|
- {{ consolidado_proyeccion.total_costo_banco | number: "1.2-4" }}
|
|
|
+
|
|
|
+ ${{ consolidado_proyeccion.total_costo_banco | number: "1.2-4" }}
|
|
|
</td>
|
|
|
</ng-container>
|
|
|
<ng-container matColumnDef="otros_costos">
|
|
|
<th mat-header-cell *matHeaderCellDef>Otros costos</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{ row.otros_costos | number: "1.2-4" }}
|
|
|
+
|
|
|
+ ${{ row.otros_costos | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD $USD
|
|
|
- {{
|
|
|
+
|
|
|
+ ${{
|
|
|
consolidado_proyeccion.total_otros_costos | number: "1.2-4"
|
|
|
}}
|
|
|
</td>
|
|
|
@@ -737,15 +744,16 @@
|
|
|
<ng-container matColumnDef="ingreso_bruto">
|
|
|
<th mat-header-cell *matHeaderCellDef>Ingreso bruto</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{
|
|
|
+
|
|
|
+ ${{
|
|
|
row.ingreso_bruto == "" || row.ingreso_bruto == undefined
|
|
|
? "-"
|
|
|
: (row.ingreso_bruto | number: "1.2-4")
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD
|
|
|
- {{
|
|
|
+
|
|
|
+ ${{
|
|
|
consolidado_proyeccion.total_ingreso_bruto | number: "1.2-4"
|
|
|
}}
|
|
|
</td>
|
|
|
@@ -753,15 +761,16 @@
|
|
|
<ng-container matColumnDef="ingreso_neto">
|
|
|
<th mat-header-cell *matHeaderCellDef>Ingreso neto</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{
|
|
|
+
|
|
|
+ ${{
|
|
|
row.ingreso_neto == "" || row.ingreso_neto == undefined
|
|
|
? "-"
|
|
|
: (row.ingreso_neto | number: "1.2-4")
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD
|
|
|
- {{
|
|
|
+
|
|
|
+ ${{
|
|
|
consolidado_proyeccion.total_ingreso_neto | number: "1.2-4"
|
|
|
}}
|
|
|
</td>
|
|
|
@@ -769,11 +778,12 @@
|
|
|
<ng-container matColumnDef="costo_cedeval">
|
|
|
<th mat-header-cell *matHeaderCellDef>Costo CEDEVAL</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{ row.costo_cedeval | number: "1.2-4" }}
|
|
|
+
|
|
|
+ ${{ row.costo_cedeval | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD
|
|
|
- {{
|
|
|
+
|
|
|
+ ${{
|
|
|
consolidado_proyeccion.total_costo_cedeval | number: "1.2-4"
|
|
|
}}
|
|
|
</td>
|
|
|
@@ -781,20 +791,22 @@
|
|
|
<ng-container matColumnDef="renta">
|
|
|
<th mat-header-cell *matHeaderCellDef>Renta</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{ row.renta | number: "1.2-4" }}
|
|
|
+
|
|
|
+ ${{ row.renta | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD {{ consolidado_proyeccion.total_renta | number: "1.2-4" }}
|
|
|
+ ${{ consolidado_proyeccion.total_renta | number: "1.2-4" }}
|
|
|
</td>
|
|
|
</ng-container>
|
|
|
<ng-container matColumnDef="costo_transferencia">
|
|
|
<th mat-header-cell *matHeaderCellDef>Costo transferencia</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{ row.costo_transferencia | number: "1.2-4" }}
|
|
|
+
|
|
|
+ ${{ row.costo_transferencia | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD
|
|
|
- {{
|
|
|
+
|
|
|
+ ${{
|
|
|
consolidado_proyeccion.total_costo_transferencia
|
|
|
| number: "1.2-4"
|
|
|
}}
|
|
|
@@ -803,21 +815,23 @@
|
|
|
<ng-container matColumnDef="costo_banco">
|
|
|
<th mat-header-cell *matHeaderCellDef>Costo banco</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{ row.costo_banco | number: "1.2-4" }}
|
|
|
+
|
|
|
+ ${{ row.costo_banco | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD
|
|
|
- {{ consolidado_proyeccion.total_costo_banco | number: "1.2-4" }}
|
|
|
+
|
|
|
+ ${{ consolidado_proyeccion.total_costo_banco | number: "1.2-4" }}
|
|
|
</td>
|
|
|
</ng-container>
|
|
|
<ng-container matColumnDef="otros_costos">
|
|
|
<th mat-header-cell *matHeaderCellDef>Otros costos</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{ row.otros_costos | number: "1.2-4" }}
|
|
|
+
|
|
|
+ ${{ row.otros_costos | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD
|
|
|
- {{
|
|
|
+
|
|
|
+ ${{
|
|
|
consolidado_proyeccion.total_otros_costos | number: "1.2-4"
|
|
|
}}
|
|
|
</td>
|