trytond-account_reports/view/print_general_ledger_start_...

32 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"/>
<label name="fiscalyear"/>
<field name="fiscalyear"/>
<label name="start_period"/>
<field name="start_period"/>
<label name="end_period"/>
<field name="end_period"/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
<label id="select_parties" string="Left empty to select all parties"/>
<field name="parties" colspan="4"/>
<label id="select_accounts" string="Left empty to select all accounts"/>
<field name="accounts" colspan="4"/>
<label name="all_accounts"/>
<field name="all_accounts"/>
<label name="final_accounts"/>
<field name="final_accounts"/>
<label name="output_format"/>
<field name="output_format"/>
<label name="timeout"/>
<field name="timeout"/>
<label name="show_description"/>
<field name="show_description"/>
</form>