|
|
@@ -444,6 +444,7 @@
|
|
|
<ng-container matColumnDef="ingreso_bruto">
|
|
|
<th mat-header-cell *matHeaderCellDef>Ingreso bruto</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
+ $USD
|
|
|
{{
|
|
|
row.ingreso_bruto == "" || row.ingreso_bruto == undefined
|
|
|
? "-"
|
|
|
@@ -451,7 +452,7 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD $USD
|
|
|
+ $USD
|
|
|
{{
|
|
|
consolidado_proyeccion.total_ingreso_bruto | number: "1.2-4"
|
|
|
}}
|
|
|
@@ -460,6 +461,7 @@
|
|
|
<ng-container matColumnDef="ingreso_neto">
|
|
|
<th mat-header-cell *matHeaderCellDef>Ingreso neto</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
+ $USD
|
|
|
{{
|
|
|
row.ingreso_neto == "" || row.ingreso_neto == undefined
|
|
|
? "-"
|
|
|
@@ -467,7 +469,7 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD $USD
|
|
|
+ $USD
|
|
|
{{
|
|
|
consolidado_proyeccion.total_ingreso_neto | number: "1.2-4"
|
|
|
}}
|
|
|
@@ -476,10 +478,11 @@
|
|
|
<ng-container matColumnDef="costo_cedeval">
|
|
|
<th mat-header-cell *matHeaderCellDef>Costo CEDEVAL</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
+ $USD
|
|
|
{{ row.costo_cedeval | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD $USD
|
|
|
+ $USD
|
|
|
{{
|
|
|
consolidado_proyeccion.total_costo_cedeval | number: "1.2-4"
|
|
|
}}
|
|
|
@@ -488,6 +491,7 @@
|
|
|
<ng-container matColumnDef="renta">
|
|
|
<th mat-header-cell *matHeaderCellDef>Renta</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
+ $USD
|
|
|
{{ row.renta | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
@@ -497,10 +501,11 @@
|
|
|
<ng-container matColumnDef="costo_transferencia">
|
|
|
<th mat-header-cell *matHeaderCellDef>Costo transferencia</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
+ $USD
|
|
|
{{ row.costo_transferencia | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD $USD
|
|
|
+ $USD
|
|
|
{{
|
|
|
consolidado_proyeccion.total_costo_transferencia
|
|
|
| number: "1.2-4"
|
|
|
@@ -510,6 +515,7 @@
|
|
|
<ng-container matColumnDef="costo_banco">
|
|
|
<th mat-header-cell *matHeaderCellDef>Costo banco</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
+ $USD
|
|
|
{{ row.costo_banco | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
@@ -520,10 +526,11 @@
|
|
|
<ng-container matColumnDef="otros_costos">
|
|
|
<th mat-header-cell *matHeaderCellDef>Otros costos</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
+ $USD
|
|
|
{{ row.otros_costos | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- $USD $USD
|
|
|
+ $USD
|
|
|
{{
|
|
|
consolidado_proyeccion.total_otros_costos | number: "1.2-4"
|
|
|
}}
|
|
|
@@ -737,6 +744,7 @@
|
|
|
<ng-container matColumnDef="ingreso_bruto">
|
|
|
<th mat-header-cell *matHeaderCellDef>Ingreso bruto</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
+ $USD
|
|
|
{{
|
|
|
row.ingreso_bruto == "" || row.ingreso_bruto == undefined
|
|
|
? "-"
|
|
|
@@ -753,6 +761,7 @@
|
|
|
<ng-container matColumnDef="ingreso_neto">
|
|
|
<th mat-header-cell *matHeaderCellDef>Ingreso neto</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
+ $USD
|
|
|
{{
|
|
|
row.ingreso_neto == "" || row.ingreso_neto == undefined
|
|
|
? "-"
|
|
|
@@ -769,6 +778,7 @@
|
|
|
<ng-container matColumnDef="costo_cedeval">
|
|
|
<th mat-header-cell *matHeaderCellDef>Costo CEDEVAL</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
+ $USD
|
|
|
{{ row.costo_cedeval | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
@@ -781,6 +791,7 @@
|
|
|
<ng-container matColumnDef="renta">
|
|
|
<th mat-header-cell *matHeaderCellDef>Renta</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
+ $USD
|
|
|
{{ row.renta | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
@@ -790,6 +801,7 @@
|
|
|
<ng-container matColumnDef="costo_transferencia">
|
|
|
<th mat-header-cell *matHeaderCellDef>Costo transferencia</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
+ $USD
|
|
|
{{ row.costo_transferencia | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
@@ -803,6 +815,7 @@
|
|
|
<ng-container matColumnDef="costo_banco">
|
|
|
<th mat-header-cell *matHeaderCellDef>Costo banco</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
+ $USD
|
|
|
{{ row.costo_banco | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
@@ -813,6 +826,7 @@
|
|
|
<ng-container matColumnDef="otros_costos">
|
|
|
<th mat-header-cell *matHeaderCellDef>Otros costos</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
+ $USD
|
|
|
{{ row.otros_costos | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|