<% if((sumResult.summedPercentages && sumResult.summedPercentages.length > 0) || (sumResult.mismatchedJustifications && sumResult.mismatchedJustifications.length > 0)) { %> <% } %> <% sumResult.summedPercentages.forEach(function(item) { %> <% }) %> <% sumResult.mismatchedJustifications.forEach(function(item) { %> <% }) %>
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
<% if(receivedPayments && receivedPayments.length > 0) { %> <% } %> <% if(receivedPayments && receivedPayments.length > 0) { %> <% receivedPayments.forEach(function(item) { %> <% }) %> <% } else { %> <% } %>
Dinero recibido después de comisiones
Cantidad Comentarios
$<%=item.amount%> USD <%=item.comments%> <% if (typeof roleId !== 'undefined') { %> <% if(roleId == 3) { %> <% } %> <% } %>
Aun no hay registros
<% data.forEach(function(item) { %>
<% item.cotizaciones.forEach(function(cotizacionObj) { %> <% }) %>
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]
    <% cotizacionObj.elementos.forEach(function(elemento) { %>
  • [Producto o servicio: <%=elemento.productoOServicio%>] [Cantidad: <%=elemento.cantidad%>] [Precio unitario: <%=elemento.precioUnitario%>] [Total: $<%=elemento.total%> USD]
  • <% }) %>
<% }) %>