Totales y porcentajes | |
---|---|
Nombre o justificación | A pagar |
<%=item.justification%> | $<%=item.sum_toPay%> USD |
<%=item.justification%> | $<%=item.sum_toPay%> USD |
Total antes de comisiones
|
$<%=sumResult.totalCotizationsSum%> USD |
Total despues de comisiones
|
$<%=sumResult.totalMinusPercentages%> USD |
Dinero recibido después de comisiones | ||
---|---|---|
Cantidad | Comentarios | |
$<%=item.amount%> USD | <%=item.comments%> | <% if (typeof roleId !== 'undefined') { %> <% if(roleId == 3) { %> <% } %> <% } %> |
Aun no hay registros |
Nombre de la banda, grupo o solista | Nombre del representante legal o responsable | Teléfono | Fecha(s) | Estatus | Administrador encargado | Ingeniero de audio |
<%=item.nombreBandaGrupo%> | <%=item.nombreRepresentante%> | <%=item.telefono%> | <%=item.dates%> | <%=item.status%> | <%=item.admin%> | <%=item.ingenieroAudio%> |
<% if(cotizacionObj.percentages && cotizacionObj.percentages.length > 0) { %>
<% } %>
<% cotizacionObj.percentages.forEach(function(percentage) { %>
[<%=percentage.justification%>: $<%=percentage.toPay%> USD (<%=percentage.percentage%> %)]
<% }) %>
[Total: $<%=cotizacionObj.cotizacion.total%> USD]
|