Feat: credito view

This commit is contained in:
sinergia 2024-10-20 14:26:11 -05:00
parent 047fce94d3
commit 501d0ff776
2 changed files with 8 additions and 3 deletions

View File

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

View File

@ -3,10 +3,10 @@
this repository contains the full copyright notices and license terms. --> this repository contains the full copyright notices and license terms. -->
<data> <data>
<xpath expr="//field[@name='shop']" position="after"> <xpath expr="//field[@name='shop']" position="after">
<field name="zone" string="Zona"/> <field name="zone" string="Zona"/>
<field name="table" string="Mesa"/> <field name="table" string="Mesa"/>
</xpath> </xpath>
<xpath expr="//field[@name='untaxed_amount']" position="after"> <xpath expr="//field[@name='untaxed_amount']" position="after">
<field name="total_amount"/> <field name="total_amount"/>
</xpath> </xpath>
</data> </data>