minor fix view payments

This commit is contained in:
Wilson Gomez 2023-12-13 12:01:57 -05:00
parent 34e0599243
commit b0363cc5b8
2 changed files with 9 additions and 9 deletions

View File

@ -25,15 +25,15 @@ copyright notices and license terms. -->
<field name="residual_amount"/>
</page>
</xpath> -->
<xpath
expr="/form/notebook/page[@id='vouchers']/field[@name='vouchers']"
<!-- <xpath
expr="/form/notebook/page[@id='payments']/field[@name='payments']"
position="after">
<newline/>
<label name="paid_amount"/>
<field name="paid_amount"/>
<label name="residual_amount"/>
<field name="residual_amount"/>
</xpath>
</xpath> -->
<xpath
expr="/form/notebook/page[@id='other']/field[@name='shop']"
position="after">

View File

@ -33,18 +33,18 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
</page>
<page string="Payments" col="2" id="payments">
<field name="payments" colspan="2" readonly="1"/>
<label name="paid_amount"/>
<field name="paid_amount"/>
<label name="residual_amount"/>
<field name="residual_amount"/>
</page>
<page string="Advances" col="2" id="advances">
<field name="vouchers" colspan="2"/>
<label name="paid_amount"/>
<field name="paid_amount"/>
<label name="residual_amount"/>
<field name="residual_amount"/>
</page>
<!-- <page string="Advances" col="2" id="advances">
<label name="paid_amount"/>
<field name="paid_amount"/>
<label name="residual_amount"/>
<field name="residual_amount"/>
</page> -->
<page name="invoices" col="2">
<label name="invoice_method"/>
<field name="invoice_method"/>