Tochiny Posted December 12, 2018 Share Posted December 12, 2018 Hola a todos. Me gustaría preguntaros la mejor forma de desglosar el IVA en la factura de cliente. El caso es que tenemos artículos con diferente iva, 4% (libros) y 21% (artículos). Y quisiera que se viera reflejado en diferentes lineas, Artículo 1 con su 4%. Artículo 2 con su 21%. Que el campo IVA tenga en cuenta los 2 conceptos y se sumen. Adjunto archivos donde podéis ver la necesidad. archivo factura.jpg He visto algunos hilos en el foro, pero no me queda muy claro. Veo que las modificaciones hay que realizaras en el archivo invoice.tpl e invoice.tax-tab.tpl. Las lineas de código que creo que afecta a lo que os menciono, las lineas que dibujan el iva, se encuentran en el archivo invoice.tax-tab.tpl. if isset($product_tax_breakdown)} {foreach $product_tax_breakdown as $rate => $product_tax_infos} <tr style="line-height:6px;background-color:{cycle values='#FFF,#DDD'};"> <td style="width: 30%"> {if !isset($pdf_product_tax_written)} {l s='Products' pdf='true'} {assign var=pdf_product_tax_written value=1} {/if} </td> <td style="width: 20%; text-align: right;">{$rate} %</td> {if !$use_one_after_another_method} <td style="width: 20%; text-align: right;"> {if isset($is_order_slip) && $is_order_slip}- {/if}{displayPrice currency=$order->id_currency price=$product_tax_infos.total_price_tax_excl} </td> {/if} <td style="width: 20%; text-align: right;">{if isset($is_order_slip) && $is_order_slip}- {/if}{displayPrice currency=$order->id_currency price=$product_tax_infos.total_amount}</td> </tr> {/foreach} {/if} Gracias. Link to comment Share on other sites More sharing options...
Turol Games Posted January 23 Share Posted January 23 Buenos días! Conseguiste hacer que en cada línea de producto apareciera su IVA correspondiente? 21%, 4%.... No hay forma de que me lo muestre Link to comment Share on other sites More sharing options...
Manuel_GT Posted January 29 Share Posted January 29 Hola Es importante que citéis la versión de Prestashop que estáis usando. Han pasado 5 años entre los dos post! Link to comment Share on other sites More sharing options...
Turol Games Posted January 30 Share Posted January 30 En nuestro caso Prestashop 1.6.1.5 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now