|
|
@@ -351,7 +351,10 @@
|
|
|
>Cálculos del instrumento</span
|
|
|
>
|
|
|
</div>
|
|
|
-
|
|
|
+ <div class="col-sm-6">
|
|
|
+ <h4>Renta (%):</h4>
|
|
|
+ <div class="field">{{ renta_porcentaje | number: "1.2-4" }}%</div>
|
|
|
+ </div>
|
|
|
<div class="col-sm-6">
|
|
|
<h4>Ingreso bruto:</h4>
|
|
|
<div class="field">$USD {{ ingreso_bruto | number: "1.2-4" }}</div>
|
|
|
@@ -444,7 +447,6 @@
|
|
|
<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
|
|
|
? "-"
|
|
|
@@ -452,7 +454,6 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
-
|
|
|
${{
|
|
|
consolidado_proyeccion.total_ingreso_bruto | number: "1.2-4"
|
|
|
}}
|
|
|
@@ -461,7 +462,6 @@
|
|
|
<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
|
|
|
? "-"
|
|
|
@@ -469,7 +469,6 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
-
|
|
|
${{
|
|
|
consolidado_proyeccion.total_ingreso_neto | number: "1.2-4"
|
|
|
}}
|
|
|
@@ -478,11 +477,9 @@
|
|
|
<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" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
-
|
|
|
${{
|
|
|
consolidado_proyeccion.total_costo_cedeval | number: "1.2-4"
|
|
|
}}
|
|
|
@@ -491,7 +488,6 @@
|
|
|
<ng-container matColumnDef="renta">
|
|
|
<th mat-header-cell *matHeaderCellDef>Renta</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
-
|
|
|
${{ row.renta | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
@@ -501,11 +497,9 @@
|
|
|
<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" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
-
|
|
|
${{
|
|
|
consolidado_proyeccion.total_costo_transferencia
|
|
|
| number: "1.2-4"
|
|
|
@@ -515,22 +509,20 @@
|
|
|
<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" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
-
|
|
|
- ${{ 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" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
-
|
|
|
${{
|
|
|
consolidado_proyeccion.total_otros_costos | number: "1.2-4"
|
|
|
}}
|
|
|
@@ -595,7 +587,12 @@
|
|
|
$USD {{ instrument_work.valor_transado | number: "1.2-4" }}
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+ <div class="col-lg-3 col-md-4 col-sm-6">
|
|
|
+ <h4>Renta (%):</h4>
|
|
|
+ <div class="field">
|
|
|
+ {{ instrument_work.renta_porcentaje | number: "1.2-4" }}%
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="col-lg-3 col-md-4 col-sm-6">
|
|
|
<h4>Precio porcentaje:</h4>
|
|
|
<div class="field">
|
|
|
@@ -744,7 +741,6 @@
|
|
|
<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
|
|
|
? "-"
|
|
|
@@ -752,7 +748,6 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
-
|
|
|
${{
|
|
|
consolidado_proyeccion.total_ingreso_bruto | number: "1.2-4"
|
|
|
}}
|
|
|
@@ -761,7 +756,6 @@
|
|
|
<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
|
|
|
? "-"
|
|
|
@@ -769,7 +763,6 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
-
|
|
|
${{
|
|
|
consolidado_proyeccion.total_ingreso_neto | number: "1.2-4"
|
|
|
}}
|
|
|
@@ -778,11 +771,9 @@
|
|
|
<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" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
-
|
|
|
${{
|
|
|
consolidado_proyeccion.total_costo_cedeval | number: "1.2-4"
|
|
|
}}
|
|
|
@@ -791,7 +782,6 @@
|
|
|
<ng-container matColumnDef="renta">
|
|
|
<th mat-header-cell *matHeaderCellDef>Renta</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
-
|
|
|
${{ row.renta | number: "1.2-4" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
@@ -801,11 +791,9 @@
|
|
|
<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" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
-
|
|
|
${{
|
|
|
consolidado_proyeccion.total_costo_transferencia
|
|
|
| number: "1.2-4"
|
|
|
@@ -815,22 +803,20 @@
|
|
|
<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" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
-
|
|
|
- ${{ 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" }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
-
|
|
|
${{
|
|
|
consolidado_proyeccion.total_otros_costos | number: "1.2-4"
|
|
|
}}
|