{foreach from=$sucursales item=item key=key} {($item.nombre|utf8_decode)|urldecode}
[+]
Imagen Proveedor Departamento Línea Código de Barras Producto Cant. en Pedido Cant. CEDIS Inv. Actual No. Prods. Vendidos Costo Precio Venta Importe Total {foreach from=$item.productos item=itP key=k1} {if $itP.imagen != ""} {/if} {$itP.proveedor} {$itP.depto} {$itP.linea} {$itP.codigoBarra} {$itP.modelo} {$itP.porLlegar|number_format:0:'.':','} {$itP.cedis|number_format:0:'.':','} {$itP.disponible|number_format:0:'.':','} {$itP.vendidos|number_format:0:'.':','} ${$itP.costo|number_format:2:'.':','} ${$itP.precioVenta|number_format:2:'.':','} ${$itP.total|number_format:2:'.':','} {/foreach} TOTAL {$item.porLlegar|number_format:0:'.':','} {$item.cedis|number_format:0:'.':','} {$item.disponible|number_format:0:'.':','} {$item.vendidos|number_format:0:'.':','} ${$item.importe|number_format:2:'.':','} {/foreach} {if $sucursales|count > 1} TOTALES GLOBALES
[+]
Imagen Proveedor Departamento Línea Código de Barras Producto Cant. en Pedido Cant. CEDIS Inv. Actual No. Prods. Vendidos Costo Precio Venta Importe Total {foreach from=$global.productos item=itP key=k1} {if $itP.imagen != ""} {/if} {$itP.proveedor} {$itP.depto} {$itP.linea} {$itP.codigoBarra} {$itP.modelo} {$itP.porLlegar|number_format:0:'.':','} {$itP.cedis|number_format:0:'.':','} {$itP.disponible|number_format:0:'.':','} {$itP.vendidos|number_format:0:'.':','} ${$itP.costo|number_format:2:'.':','} ${$itP.precioVenta|number_format:2:'.':','} ${$itP.total|number_format:2:'.':','} {/foreach} TOTAL {$global.porLlegar|number_format:0:'.':','} {$global.cedis|number_format:0:'.':','} {$global.disponible|number_format:0:'.':','} {$global.vendidos|number_format:0:'.':','} ${$global.total|number_format:2:'.':','} {/if}