Cédric Krier pushed to branch branch/default at Tryton / Tryton
Commits:
9a897ca8 by Cédric Krier at 2023-04-07T17:10:39+02:00
Add sum to aged balance term and balance
- - - - -
1 changed file:
- modules/account/view/aged_balance_list.xml
Changes:
=====================================
modules/account/view/aged_balance_list.xml
=====================================
@@ -3,9 +3,9 @@
this repository contains the full copyright notices and license terms. -->
<tree>
<field name="party" expand="2"/>
- <field name="term0" expand="1"/>
- <field name="term1" expand="1"/>
- <field name="term2" expand="1"/>
- <field name="term3" expand="1"/>
- <field name="balance" expand="1"/>
+ <field name="term0" expand="1" sum="Total Now"/>
+ <field name="term1" expand="1" sum="Total First Term"/>
+ <field name="term2" expand="1" sum="Total Second Term"/>
+ <field name="term3" expand="1" sum="Total Third Term"/>
+ <field name="balance" expand="1" sum="Total Balance"/>
</tree>
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/9a897ca83e28762b84dd269cc406801211fe1b18
--
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/9a897ca83e28762b84dd269cc406801211fe1b18
You're receiving this email because of your account on foss.heptapod.net.