Commit 1dd42b0f authored by Kevin Deldycke's avatar Kevin Deldycke

Add Balance at the start-date and stop-date on General Ledger Report.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5736 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b0174805
......@@ -86,6 +86,8 @@
<value>
<list>
<string>gap</string>
<string>from_date_balance</string>
<string>at_date_balance</string>
<string>balance</string>
</list>
</value>
......
......@@ -311,7 +311,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>At Date</string> </value>
<value> <string>At Date (or Stop Date)</string> </value>
</item>
</dictionary>
</value>
......
......@@ -247,7 +247,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Balance</string> </value>
<value> <string>Balance of the Period</string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
......
2006-02-17 kevin
* Add Balance at the start-date and stop-date on General Ledger Report.
2006-02-16 kevin
* Add the GAP Root and the Account Balance on General Ledger Report.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment