Feat: First Commit
This commit is contained in:
9
modules/account_co_reports/view/balance_sheet_context_col_form.xml
Executable file
9
modules/account_co_reports/view/balance_sheet_context_col_form.xml
Executable file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="/form/field[@name='posted']" position="after">
|
||||
<label name="utility_temp"/>
|
||||
<field name="utility_temp"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/account_co_reports/view/income_statement_context_col_form.xml
Executable file
9
modules/account_co_reports/view/income_statement_context_col_form.xml
Executable file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="/form/field[@name='posted']" position="after">
|
||||
<label name="utility_temp"/>
|
||||
<field name="utility_temp"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/account_co_reports/view/party_book_account_tree.xml
Executable file
8
modules/account_co_reports/view/party_book_account_tree.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<tree>
|
||||
<field name="party"/>
|
||||
<field name="name"/>
|
||||
<field name="code"/>
|
||||
<field name="credit"/>
|
||||
<field name="debit"/>
|
||||
</tree>
|
||||
23
modules/account_co_reports/view/print_auxiliary_book_start_form.xml
Executable file
23
modules/account_co_reports/view/print_auxiliary_book_start_form.xml
Executable file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="fiscalyear"/>
|
||||
<field name="fiscalyear"/>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<label name="start_period"/>
|
||||
<field name="start_period"/>
|
||||
<label name="end_period"/>
|
||||
<field name="end_period"/>
|
||||
<label name="start_account"/>
|
||||
<field name="start_account"/>
|
||||
<label name="end_account"/>
|
||||
<field name="end_account"/>
|
||||
<label name="party"/>
|
||||
<field name="party"/>
|
||||
<label name="empty_account"/>
|
||||
<field name="empty_account"/>
|
||||
<label name="posted"/>
|
||||
<field name="posted"/>
|
||||
</form>
|
||||
21
modules/account_co_reports/view/print_auxiliary_party_start_form.xml
Executable file
21
modules/account_co_reports/view/print_auxiliary_party_start_form.xml
Executable file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="party"/>
|
||||
<field name="party"/>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<label name="start_period"/>
|
||||
<field name="start_period"/>
|
||||
<label name="end_period"/>
|
||||
<field name="end_period"/>
|
||||
<label name="empty_account"/>
|
||||
<field name="empty_account"/>
|
||||
<label name="posted"/>
|
||||
<field name="posted"/>
|
||||
<label name="grouped_by_account"/>
|
||||
<field name="grouped_by_account"/>
|
||||
<newline/>
|
||||
<field name="accounts" colspan="4"/>
|
||||
</form>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="party"/>
|
||||
<field name="party"/>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<label name="start_period"/>
|
||||
<field name="start_period"/>
|
||||
<label name="end_period"/>
|
||||
<field name="end_period"/>
|
||||
<label name="party_type"/>
|
||||
<field name="party_type"/>
|
||||
</form>
|
||||
17
modules/account_co_reports/view/print_balance_sheet_colgaap_start_form.xml
Executable file
17
modules/account_co_reports/view/print_balance_sheet_colgaap_start_form.xml
Executable file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="fiscalyear"/>
|
||||
<field name="fiscalyear"/>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<label name="period"/>
|
||||
<field name="period"/>
|
||||
<label name="posted"/>
|
||||
<field name="posted"/>
|
||||
<label name="detailed"/>
|
||||
<field name="detailed"/>
|
||||
<label name="account_profit"/>
|
||||
<field name="account_profit"/>
|
||||
</form>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="fiscalyear"/>
|
||||
<field name="fiscalyear"/>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<label name="start_period"/>
|
||||
<field name="start_period"/>
|
||||
<label name="end_period"/>
|
||||
<field name="end_period"/>
|
||||
<label name="posted"/>
|
||||
<field name="posted"/>
|
||||
<label name="detailed"/>
|
||||
<field name="detailed"/>
|
||||
</form>
|
||||
21
modules/account_co_reports/view/print_trial_balance_start_form.xml
Executable file
21
modules/account_co_reports/view/print_trial_balance_start_form.xml
Executable file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="fiscalyear"/>
|
||||
<field name="fiscalyear"/>
|
||||
<label name="empty_account"/>
|
||||
<field name="empty_account"/>
|
||||
<label name="start_period"/>
|
||||
<field name="start_period"/>
|
||||
<label name="end_period"/>
|
||||
<field name="end_period"/>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<label name="posted"/>
|
||||
<field name="posted"/>
|
||||
<label name="accounts_with_balance"/>
|
||||
<field name="accounts_with_balance"/>
|
||||
<label name="detailed"/>
|
||||
<field name="detailed"/>
|
||||
</form>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="fiscalyear"/>
|
||||
<field name="fiscalyear"/>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<label name="start_period"/>
|
||||
<field name="start_period"/>
|
||||
<label name="end_period"/>
|
||||
<field name="end_period"/>
|
||||
<label name="party"/>
|
||||
<field name="party"/>
|
||||
<label name="empty_account"/>
|
||||
<field name="empty_account"/>
|
||||
<label name="posted"/>
|
||||
<field name="posted"/>
|
||||
<label name="by_reference"/>
|
||||
<field name="by_reference"/>
|
||||
<field name="accounts" colspan="4"/>
|
||||
</form>
|
||||
Reference in New Issue
Block a user