first commit
This commit is contained in:
13
modules/account_budget/view/budget_context_form.xml
Normal file
13
modules/account_budget/view/budget_context_form.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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="budget"/>
|
||||
<field name="budget"/>
|
||||
<label name="posted"/>
|
||||
<field name="posted"/>
|
||||
|
||||
<group name="periods" expandable="0" colspan="4">
|
||||
<field name="periods"/>
|
||||
</group>
|
||||
</form>
|
||||
16
modules/account_budget/view/budget_copy_start_form.xml
Normal file
16
modules/account_budget/view/budget_copy_start_form.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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 col="2">
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
|
||||
<label name="fiscalyear"/>
|
||||
<field name="fiscalyear"/>
|
||||
|
||||
<label name="factor"/>
|
||||
<group col="-1" id="factor">
|
||||
<field name="factor" factor="100" xexpand="0"/>
|
||||
<label name="factor" string="%" xalign="0.0" xexpand="1"/>
|
||||
</group>
|
||||
</form>
|
||||
19
modules/account_budget/view/budget_form.xml
Normal file
19
modules/account_budget/view/budget_form.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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="name"/>
|
||||
<field name="name"/>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
|
||||
<label name="fiscalyear"/>
|
||||
<field name="fiscalyear"/>
|
||||
|
||||
<notebook>
|
||||
<page name="lines" col="1">
|
||||
<field name="lines"/>
|
||||
<button name="update_lines"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?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 col="2">
|
||||
<label name="method"/>
|
||||
<field name="method"/>
|
||||
</form>
|
||||
32
modules/account_budget/view/budget_line_form.xml
Normal file
32
modules/account_budget/view/budget_line_form.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?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="account_type"/>
|
||||
<field name="account_type" colspan="3"/>
|
||||
<label name="account"/>
|
||||
<field name="account" colspan="3"/>
|
||||
<label name="name"/>
|
||||
<field name="name" colspan="3"/>
|
||||
|
||||
<label name="budget"/>
|
||||
<field name="budget" colspan="3"/>
|
||||
|
||||
<label name="parent"/>
|
||||
<field name="parent" colspan="3"/>
|
||||
|
||||
<label name="amount"/>
|
||||
<field name="amount"/>
|
||||
<label name="total_amount"/>
|
||||
<field name="total_amount"/>
|
||||
|
||||
<notebook>
|
||||
<page name="children" col="1">
|
||||
<field name="children" view_ids="account_budget.budget_line_view_list_sequence"/>
|
||||
</page>
|
||||
<page name="periods" col="1">
|
||||
<field name="periods"/>
|
||||
<button name="create_periods"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
21
modules/account_budget/view/budget_line_form_amount.xml
Normal file
21
modules/account_budget/view/budget_line_form_amount.xml
Normal 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 col="6">
|
||||
<label id="name" string="Name:"/>
|
||||
<field name="rec_name" colspan="3"/>
|
||||
<label name="budget"/>
|
||||
<field name="budget" readonly="1"/>
|
||||
|
||||
<label name="total_amount"/>
|
||||
<field name="total_amount"/>
|
||||
<label name="actual_amount"/>
|
||||
<field name="actual_amount"/>
|
||||
<label name="percentage"/>
|
||||
<group id="percentage" col="-1">
|
||||
<field name="percentage" factor="100" xexpand="0"/>
|
||||
<field name="percentage" string="%" xalign="0.0" xexpand="1"/>
|
||||
</group>
|
||||
|
||||
<field name="periods" colspan="6" view_ids="account_budget.budget_line_period_view_list_amount" mode="tree"/>
|
||||
</form>
|
||||
9
modules/account_budget/view/budget_line_list.xml
Normal file
9
modules/account_budget/view/budget_line_list.xml
Normal 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. -->
|
||||
<tree editable="1" creatable="0">
|
||||
<field name="budget" expand="1"/>
|
||||
<field name="rec_name" string="Name" expand="2"/>
|
||||
<field name="amount"/>
|
||||
<field name="total_amount"/>
|
||||
</tree>
|
||||
@@ -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. -->
|
||||
<tree editable="1" creatable="0">
|
||||
<field name="budget" expand="1"/>
|
||||
<field name="current_name" string="Name" expand="2"/>
|
||||
<field name="amount"/>
|
||||
<field name="total_amount"/>
|
||||
</tree>
|
||||
17
modules/account_budget/view/budget_line_period_form.xml
Normal file
17
modules/account_budget/view/budget_line_period_form.xml
Normal 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="period"/>
|
||||
<field name="period"/>
|
||||
<label name="budget_line"/>
|
||||
<field name="budget_line"/>
|
||||
|
||||
<label name="ratio"/>
|
||||
<group col="-1" id="ratio">
|
||||
<field name="ratio" factor="100" xexpand="0"/>
|
||||
<label name="ratio" string="%" xalign="0.0" xexpand="1"/>
|
||||
</group>
|
||||
<label name="total_amount"/>
|
||||
<field name="total_amount"/>
|
||||
</form>
|
||||
11
modules/account_budget/view/budget_line_period_list.xml
Normal file
11
modules/account_budget/view/budget_line_period_list.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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. -->
|
||||
<tree editable="1">
|
||||
<field name="budget_line" expand="2"/>
|
||||
<field name="period" expand="1"/>
|
||||
<field name="ratio" factor="100" sum="1">
|
||||
<suffix name="ratio" string="%"/>
|
||||
</field>
|
||||
<field name="total_amount" sum="1"/>
|
||||
</tree>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?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. -->
|
||||
<tree>
|
||||
<field name="budget_line" expand="2"/>
|
||||
<field name="period" expand="1"/>
|
||||
<field name="total_amount" sum="1"/>
|
||||
<field name="actual_amount" sum="1"/>
|
||||
<field name="percentage" factor="100">
|
||||
<suffix name="percentage" string="%"/>
|
||||
</field>
|
||||
</tree>
|
||||
9
modules/account_budget/view/budget_line_tree.xml
Normal file
9
modules/account_budget/view/budget_line_tree.xml
Normal 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. -->
|
||||
<tree editable="1" sequence="sequence">
|
||||
<field name="current_name" string="Name" expand="2"/>
|
||||
<field name="amount"/>
|
||||
<field name="total_amount"/>
|
||||
<field name="parent" tree_invisible="1"/>
|
||||
</tree>
|
||||
11
modules/account_budget/view/budget_line_tree_amount.xml
Normal file
11
modules/account_budget/view/budget_line_tree_amount.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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. -->
|
||||
<tree tree_state="1">
|
||||
<field name="current_name" string="Name" expand="2"/>
|
||||
<field name="total_amount"/>
|
||||
<field name="actual_amount"/>
|
||||
<field name="percentage" factor="100">
|
||||
<suffix name="percentage" string="%"/>
|
||||
</field>
|
||||
</tree>
|
||||
9
modules/account_budget/view/budget_list.xml
Normal file
9
modules/account_budget/view/budget_list.xml
Normal 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. -->
|
||||
<tree>
|
||||
<field name="company" expand="1" optional="1"/>
|
||||
<field name="name" expand="2"/>
|
||||
<field name="fiscalyear" expand="1"/>
|
||||
<button name="copy_button"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user