Feat: First Commit

This commit is contained in:
2024-06-15 11:00:00 -05:00
commit eb0c8b84e3
136 changed files with 39605 additions and 0 deletions

View 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>

View 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>

View 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>

View 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>

View 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>

View File

@@ -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>

View 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>

View 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="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>

View 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>

View File

@@ -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>