Feat: total_tip view

This commit is contained in:
sinergia 2024-10-20 14:22:34 -05:00
parent cec192af36
commit 047fce94d3

View File

@ -14,9 +14,9 @@ this repository contains the full copyright notices and license terms. -->
</xpath> </xpath>
<xpath expr="/form/notebook/page[@id='sale']/group[@id='amount']/field[@name='tax_amount']" <xpath expr="/form/notebook/page[@id='sale']/group[@id='amount']/field[@name='tax_amount']"
position="after"> position="after">
<label name="total_discount"/> <label name="total_discount"/>
<field name="total_discount"/> <field name="total_discount"/>
<label name="credito"/> <label name="total_tip"/>
<field name="credito"/> <field name="total_tip"/>
</xpath> </xpath>
</data> </data>