first commit
This commit is contained in:
7
modules/analytic_budget/view/budget_context_form.xml
Normal file
7
modules/analytic_budget/view/budget_context_form.xml
Normal file
@@ -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>
|
||||
<label name="budget"/>
|
||||
<field name="budget"/>
|
||||
</form>
|
||||
18
modules/analytic_budget/view/budget_copy_start_form.xml
Normal file
18
modules/analytic_budget/view/budget_copy_start_form.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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" colspan="3"/>
|
||||
|
||||
<label name="start_date"/>
|
||||
<field name="start_date"/>
|
||||
<label name="end_date"/>
|
||||
<field name="end_date"/>
|
||||
|
||||
<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>
|
||||
25
modules/analytic_budget/view/budget_form.xml
Normal file
25
modules/analytic_budget/view/budget_form.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?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="root"/>
|
||||
<field name="root"/>
|
||||
<newline/>
|
||||
|
||||
<label name="start_date"/>
|
||||
<field name="start_date"/>
|
||||
<label name="end_date"/>
|
||||
<field name="end_date"/>
|
||||
|
||||
<notebook>
|
||||
<page name="lines" col="1">
|
||||
<field name="lines"/>
|
||||
<button name="update_lines"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
26
modules/analytic_budget/view/budget_line_form.xml
Normal file
26
modules/analytic_budget/view/budget_line_form.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?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"/>
|
||||
<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"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
19
modules/analytic_budget/view/budget_line_form_amount.xml
Normal file
19
modules/analytic_budget/view/budget_line_form_amount.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 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>
|
||||
</form>
|
||||
9
modules/analytic_budget/view/budget_line_list.xml
Normal file
9
modules/analytic_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" sequence="sequence">
|
||||
<field name="budget" expand="1"/>
|
||||
<field name="rec_name" string="Name" expand="2"/>
|
||||
<field name="amount"/>
|
||||
<field name="total_amount"/>
|
||||
</tree>
|
||||
9
modules/analytic_budget/view/budget_line_tree.xml
Normal file
9
modules/analytic_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/analytic_budget/view/budget_line_tree_amount.xml
Normal file
11
modules/analytic_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>
|
||||
10
modules/analytic_budget/view/budget_list.xml
Normal file
10
modules/analytic_budget/view/budget_list.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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="start_date" optional="0"/>
|
||||
<field name="end_date" optional="0"/>
|
||||
<button name="copy_button"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user