trytond-account_reports/view/print_taxes_by_invoice_star...

33 lines
1.1 KiB
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form>
<label name="company"/>
<field name="company"/>
<newline/>
<label name="partner_type"/>
<field name="partner_type"/>
<label name="grouping"/>
<field name="grouping"/>
<label name="tax_type"/>
<field name="tax_type"/>
<label name="fiscalyear"/>
<field name="fiscalyear"/>
<newline/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
<label name="totals_only"/>
<field name="totals_only"/>
<newline/>
<label id="select_periods" string="Left empty to select all periods"/>
<field name="periods" colspan="4"/>
<label id="select_parties" string="Left empty to select all parties"/>
<field name="parties" colspan="4"/>
<label id="select_taxes" string="Left empty to select all taxes"/>
<field name="taxes" colspan="4"/>
<label name="output_format"/>
<field name="output_format"/>
</form>