[IMP] point_of_sale: add tax total to the tax included receipt - required by law...
authorFrédéric van der Essen <fvdessen@gmail.com>
Mon, 1 Dec 2014 17:53:33 +0000 (18:53 +0100)
committerFrédéric van der Essen <fvdessen@gmail.com>
Mon, 1 Dec 2014 17:53:33 +0000 (18:53 +0100)
addons/point_of_sale/static/src/xml/pos.xml

index d74ca50..3b7e016 100644 (file)
                         <right><value><t t-esc='tax.amount' /></value></right>
                     </line>
                 </t>
+                <line>
+                    <left>Total Taxes</left>
+                    <right><value><t t-esc='receipt.total_tax'/></value></right>
+                </line>
             </t>
 
             <div class='before-footer' />