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 @@ ...@@ -86,6 +86,8 @@
<value> <value>
<list> <list>
<string>gap</string> <string>gap</string>
<string>from_date_balance</string>
<string>at_date_balance</string>
<string>balance</string> <string>balance</string>
</list> </list>
</value> </value>
......
...@@ -311,7 +311,7 @@ ...@@ -311,7 +311,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>At Date</string> </value> <value> <string>At Date (or Stop Date)</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Balance</string> </value> <value> <string>Balance of the Period</string> </value>
</item> </item>
<item> <item>
<key> <string>whitespace_preserve</string> </key> <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 2006-02-16 kevin
* Add the GAP Root and the Account Balance on General Ledger Report. * 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